/* @override http://rclconcepts.com/rclconcepts/projects/sbt/styles.css */

body {
	background-color: #576188;
	margin-top: 0;
	color: #000;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a {
	color: #000;
}

a:hover {
	color: #424242;
}

p{
	text-align: justify;
}

h2 {
	color: #3d4460;
	margin: 10px 0 0;
}
img, a{
	border: none;
}

.container{
	background-color: #fff;
	width: 750px;
	min-height: 400px;
	margin: auto;
	border: 3px solid #e6b70e;
	border-top-width: 0;
	
}
.tableContain{
	display: table;
	width: 100%;
}
.header {
	background-image: url(images/sbt5_02.jpg);
	/*background-image: url(images/christmas_header.jpg);*/
	height: 91px;
	width: 100%;
}
.nav {
	min-height: 20px;
	background-color: #8089aa;
	color: #FFF;
	z-index:9;
	position: relative;
	top: 1px;
	padding-left: 10px;
}
.navBullet {
	color: #e6b70e;
	display: inline;
	margin: 0;
	background: url(images/bullet_06.gif) no-repeat 0 3px;
	padding: 0 3px 0 15px;
}
.navBullet a {
	color: #FFF;
	text-decoration: none;
	
}
.navBullet a:hover {
	color: #e4e4e4;
}
.subNav{
	background-color: #FFF;
	border: 2px solid #576188;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	display: table-cell;
	width: 150px;
	
	text-indent: 5px;
	
}
.subNav a{
	text-decoration: none;
	color: #FFF;
}
.subnavList{
	list-style-type: none;
	width: 100%;
	position: relative;
	left: -40px;
}
.subTitle{
	padding-left: 8px;
	font-size: 16px;
	
}
.subLinks{
	width: 100%;
	height: 15px;
	background-color: #7b86a8;
	border-bottom: 1px solid #000;
	margin-bottom: 1px;
	color: #fff;
	padding-bottom: 2px;
	padding-top: 1px;
	text-decoration: none;
}

.subLinks:hover{
	background-color: #c5cdeb;
}
.subLinks:active{
	background-color: #939ab0;
}
.page {
	display: table-row;
	background: url(images/sbt_05.jpg) repeat-x;
}
.content{
	display: table-cell;
	padding: 10px;
	margin: auto;
	width: 575px;
	overflow: hidden;
}
ul, li {
	margin: 0;
}
.headNavBottom{
	position:relative;
	top:55px;
	float: right;
}

.headNavTop{
	position:relative;
	top:53px;
	float: right;
}
.headNavTopItem {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
	text-decoration: none;
	border-right: 1px solid #425192;
}
.headNavTopItem a {
	color: #425192;
	text-decoration: none;
}
.headNavTopItem a:hover {
	color: #373737;
}
#headNavEnd, #headNavEnd2 {
	border-width: 0;
}
.hidden{
	display: none;
}
.footer, .footer a {
	
	margin: auto;
	text-align: center;
	color: white;
	
}
#fbok {
	border-color: #336633;
	border-style: solid;
	border-width: 3px;
	font-weight: bold;
	padding: 5px;
	background-color: #ccff99;
	min-height: 15px;
	width: 90%;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.3em;
}
.fbwarn{

	border-color: maroon;
	border-width: 3px;
	border-style: solid;
	background-color: #ff6666;
	background-repeat: no-repeat;
	padding: 5px;
	width: 90%;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.3em;
       font-weight: bold;

}
.adminNav{
	z-index: 99;
	padding-bottom: 2px;
	font-size: 12px;
	padding-left: 5px;
	border-color: #9b0005;
	border-style: solid;
	border-width: 1px;
	background-color: #ff7b63;
	position: fixed;
	top:0px;
	width: 743px;
	text-align: left;
}
.PageStuff{
	width:575px;
	overflow:hidden;
}
input[type=text],[type=password]{
	width: 200px;
	height:18px;
	font-size: 16px;
	background-color: #d8dde5;
}
input[type=submit]{
	width: 200px;
	height:27px;
	font-size: 17px;
	background-color: #d8dde5;
}

.blueHeader{
	border: 1px solid #dddddd; 
	background-color: #5271ac;
}
.transhead {
	background-color: #e6e6e6;
	color: #000;
	border: 1px solid #000;
} 
.captcha{
	display:none;
}