/* Main CSS for KB Web */


img, div { behavior: url(/css/iepngfix.htc) }

body {
	background-color:#17171B;
	margin:20px 10px 10px;
	color:#4D4D4D;
	font-family:"Gill Sans", Arial, Verdana, Helvetica, sans-serif;
}

a{
	text-decoration:none;
}

/*a:link, a:active, a:visited {
	color:#2050F1;
}*/

a:link, a:active, a:visited {
	color:#2C94C2;
}

/*a:visited {
	color:#2991BF;
}*/

a:hover {
	color:#aaa;
}

img {
	border:0;
}

img.active{
	background-color:#000;
}

#wrapper{
	width:887px;
	height:auto;
	margin:0 auto 40px;
}

#footer {
	display:inline-table;
	font-size:7pt;
	width:100%;
	margin:5px 0 0;
}

#mainNav{
	display:inline-table;
	font-size:8pt;
	width:100%;
	height:28px;
	border:0;
	margin:15px 0 0 0;
}

.mainNavItem, .mainSubItem{
display:block;
padding: 10px 5px 5px 6px;
text-transform:uppercase;
}

.popMenu a, a.mainNavItem{
color:white;
}

.popMenu a:hover, .popMenu a:active {
color:#2C94C2;
}

.mainNavItemDiv{
	float: left;
	clear: none;
	position: relative;
	list-style: none;
}

li.mainNavItemDiv {
z-index:99999999;
}

.mainNavItemDiv .popMenu{
	z-index: 9999999;
	position: absolute;
	float: left;
	clear: both;
	top: 28px;
	background-color: #000;
	list-style: none;
	padding: 0;
	margin: 0;
	visibility: hidden;
	width:170px;
}

#subNav{
	margin:0;
	height:28px;
}

#mainNav .left{
	height:28px;
}

#mainNav .left a, #subNav a{
	color:none;
}

#mainNav .right{
	margin:0;
}

#mainNav .right input {
	color: #F0F0F0;
        border: 1px solid #666;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	letter-spacing: 1pt;
}

#mainNav .right input[type=submit] {
	background-color: #666;
	height: 22px;
}

#mainNav .right #enroll_link {
	height: 22px;
	color: #F0F0F0;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	letter-spacing: 1pt;
	margin-right:1em;

}

#mainNav .right input[type=text]{
	background-color: #000;
	height: 20px;
        margin: 0;
        padding: 0px 3px;
        vertical-align: top;
}

#footer a {
	color:#4D4D4D;
}

.left{ float:left; }
.right{ float:right; }

#mainNav ul, #mainNav ul li, #subNav ul, #subNav ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul, #mainCol ul{
	margin:5px 0 10px 10px;
        list-style: disc outside;
	
}

li, #mainCol li{
	margin:0 0 8px 10px;
        list-style: disc outside;

}

td { padding-bottom: 20px;}

#mainBody{
	margin-top: 0px;
}

#bigpromo{
	text-align: center;
	background-color: #000;
	font-size: 8pt;
	color: #F0F0F0;
	display: none;
}

#bigpromo img{
	padding: 35px 0;
}

#bigpromo .foot{
        color: #666;
	cursor: pointer;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}

.xml{
	display: none;
}

.modalOverlay{
	z-index: 999999998;
	color: #FFF;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.modalDialog{
	color: #FFF;
	background-color: #333;
	border: solid 2px #000;
	margin: 0 auto;
	padding: 25px;
	width: 400px;
	z-index: 999999999999999999999999;
	position: absolute;
	font-size: 10pt;
}


.error{
	color: red;
	font-weight: bold;
	font-size: 12pt;
}


#GoogleSearch{
	text-align: center;
	font-size: 9pt;
	font-weight: normal;
}

#GoogleQuery{
	background-repeat: no-repeat;
}


/*blockquote{
	margin-left: 20px;
}

blockquote blockquote{
	margin-left: 40px;
}*/


#vaultform input[type=text]{
	height: 30px;
	width: 100%;
	font-size: 22pt;
	font-weight: bold;
}

#vaultform textarea{
	height: 250px;
	width: 100%;
}




.validatorErrorField{
	background-color: #FF9999;
	font-weight: bold;
}

.prTitle {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;

}
.prTitle:hover{
	color: #2DADFC;
	cursor: pointer;
}

.faqTitle {
	background-color: #ddd;
	padding: 6px 0 4px 15px;
}

.faqTitle:hover {
	background-color: #FCE06B;
	padding: 6px 0 4px 15px;
}

.faqContent {
	background-color: #D7F2FF;
	padding: 15px;
	margin-bottom: 10px;
}


#logon {
background:##17171B;
width:400px;
height:60px;
z-index:1;
position:relative;
top:0px;
right:0px;
margin-left:520px;
margin-bottom:-55px;
}

.thingsWeLove {
z-index:999;
}

#noshow {
visibility:hidden;
display:none;
}
