@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:700italic);

body{
	font-family: 'Yanone+Kaffeesatz', sans-serif;
	font-size:14px;
	margin:0;
	background-image: url('../image/bg_page.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
}

h2{
	font-size:18px;
	font-family: 'Ubuntu', sans-serif;
	margin:auto; 
}

#redlink{
	color:#990000;
	font-size:12px;
}

#bluelink{
	color:#003366;
	font-size:12px;
	text-decoration:none;
}

#header{
	width:100%;
	height:120px;
	background-color:#173360;
}

#headerinner{
	width:1200px;
	height:120px;
	margin:auto;
}

#headerinnerbottom{
	background-color:#8B99AF;
	height:40px;
}

#question{
	background-color:#efefef;
	padding:10px;
	border-radius:10px;
	font-weight:bold;
	font-size:14px;
}

#answer{
	margin-left:30px;
	font-size:14px;
	margin-top:5px;
	margin-bottom:40px;
}

#headerlogo{
	width:240px;
	height:120px;
	float:left;
}

#headerinner a{
	text-decoration:none;
}

#headernav{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:white;
	max-width:150px;
	min-width:75px;
	height:120px;
	margin:0 3px 0 2px;
	padding:0 5px 10px 5px;
	/*background-color:#455C80;*/
	background-image: url('../image/bg_nav.jpg');
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-right:2px solid #D1D6DF;
	border-left:2px solid #D1D6DF;
	border-bottom:2px solid #D1D6DF;
	text-align:center;
	float:left;
}

#headernav:hover{
	height:135px;
}

#headernav3{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:white;
	max-width:150px;
	min-width:75px;
	height:120px;
	margin:0 3px 0 2px;
	padding:0 5px 10px 5px;
	/*background-color:#455C80;*/
	background-image: url('../image/bg_nav.jpg');
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-right:2px solid #D1D6DF;
	border-left:2px solid #D1D6DF;
	border-bottom:2px solid #D1D6DF;
	text-align:center;
	float:left;
}

#headernav3 a{
	color:#fff;
}


/*shows #headernavdrop on hover. Place #headernavdrop inside of #headernav3 div*/
#headernav3:hover #headernavdrop{
	height:40px;
	display:block;
	background-image: url('../image/bg_nav2.jpg');
}


#headernavdrop{
	position:absolute;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:white;
	width:400px;
	height:40px;
	line-height:36px;
	margin:6px;
	/*left:492px;*/
	margin:auto;

	/*background-color:#455C80;*/
	background-image: url('../image/bg_nav.jpg');
	border-radius:10px;
	border:2px solid #D1D6DF;
	text-align:center;
	display: none;
}

#headernavdrop a{
	color:#fff;
	text-decoration:none;
}

.dropover:hover{
	font-size:18px;
}

#headernav2{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:white;
	max-width:95px;
	min-width:75px;
	height:120px;
	margin:0 3px 0 2px;
	padding:0 5px 10px 5px;
	line-height:1.1em;
	/*background-color:#455C80;*/
	background-image: url('../image/bg_nav.jpg');
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-right:2px solid #D1D6DF;
	border-left:2px solid #D1D6DF;
	border-bottom:2px solid #D1D6DF;
	text-align:center;
	float:left;
}

#headernav2:hover{
	height:135px;
}

.pushtextdown { 
    display: inline-block;
    height:112px;
    vertical-align: bottom;
    width: 0px;
}

.pushtextdown:hover { 
    display: inline-block;
    height:127px;
    vertical-align: bottom;
    width: 0px;
}

.pushtextdown2 { 
    display: inline-block;
    height:100px;
    vertical-align: bottom;
    width: 0px;
}

#main{
	width:940px;
	margin:auto;
	margin-top:40px;
	padding:30px;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-webkit-box-shadow:  3px 0 15px -4px rgba(31, 73, 125, 0.8), -3px 0 8px -4px rgba(31, 73, 125, 0.8);
	-moz-box-shadow:  3px 0 15px -4px rgba(31, 73, 125, 0.8), -3px 0 8px -4px rgba(31, 73, 125, 0.8);
	 box-shadow:  3px 0 15px -4px rgba(31, 73, 125, 0.8), -3px 0 8px -4px rgba(31, 73, 125, 0.8);
}

#mainleft{
	width:668px;
	background-color:#efefef;
	/*float:left;
	margin-right:20px;*/
	padding:15px;
	height:154px;
	border:1px dotted #ccc;
}

#mainleftouter{
	width:698px;
	margin-right:20px;
	float:left;
}

#courseresult{
	width:678px;
	margin-right:20px;
	padding-left:20px;
	border:1px solid #efefef;
	font-weight:bold;
	color:#333;
	height:35px;
	line-height:30px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
  	background: -webkit-linear-gradient(#fff, #efefef, #ccc); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fff, #efefef, #ccc); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fff, #efefef, #ccc); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fff, #efefef, #ccc); /* Standard syntax */
}

#creditresult{
	width:678px;
	margin-right:20px;
	padding-left:20px;
	border:1px solid #efefef;
	font-weight:bold;
	color:#fff;
	height:35px;
	font-size:11px;
	line-height:30px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
  	background: -webkit-linear-gradient(#fff, #5F7CA9, #435A7C); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fff, #5F7CA9, #435A7C); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fff, #5F7CA9, #435A7C); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fff, #5F7CA9, #435A7C); /* Standard syntax */
}

#results22{
	color:#333;
	font-size:11px;
	text-align:left;
}



#creditresult td{
	font-weight:bold;
	margin-top:-10px;
	color:#fff;
	font-size:11px;
	text-align:left;
}

#text{
	color:#333;
	font-size:14px;
	margin:20px;
}



.text2{
	color:#00ACEC;
	font-size:14px;
	font-weight:bold;
}


#coursedescription{
	width:658px;
	margin-right:20px;
	padding:20px;
	color:#333;
	height:auto;

}

#coursecontact{
	width:367px;
	padding:0 0 0 20px;
	font-size:12px;
	color:#333;
	height:auto;
	float:left;
}

#coursecontact2{
	width:287px;
	padding:0 0 0 20px;
	font-size:12px;
	color:#333;
	height:auto;
	float:left;
}

#coursecontact2 a{
	color:#003366;
	text-decoration:none;
}

#mainleftinner{
	/*font-family: 'Ubuntu', sans-serif;
	font-size:16px;*/
	width:640px;
	min-height:124px;
	max-height:124px;
	background-image: url('../image/main2.jpg');
	/*background-color:#8B99AF;*/
	color:white;
	float:left;
	padding:15px;
}


#mainleftinner h1{ 
	font-family: 'Ubuntu', sans-serif; 
 	color:#fff; 
	margin-top:0px;
 	text-shadow: 0 1px 0 #333, 
 	0 2px 0 #c9c9c9, 
 	0 3px 0 #bbb, 
 	0 4px 0 #b9b9b9, 
 	0 5px 0 #aaa, 
 	0 6px 1px rgba(0,0,0,.1), 
 	0 0 5px rgba(0,0,0,.1),  
 	0 1px 3px rgba(0,0,0,.3), 
 	0 3px 5px rgba(0,0,0,.2), 
 	0 5px 10px rgba(0,0,0,.25), 
 	0 10px 10px rgba(0,0,0,.2), 
 	0 20px 20px rgba(0,0,0,.15);  
} 

  



#mainleftinnercontent{
	margin-top:30px;
}

#mainleftinnercontent img{
	margin-left:35px;
}

#mainright{
	width:188px;
	background-color:#efefef;
	padding:15px;
	float:left;
	border:1px dotted #ccc;
}

#mainright2{
	width:188px;
	background-color:#efefef;
	padding:15px;
	float:left;
	border:1px dotted #999;
	border-radius:14px;
}

#mainrightinner{
	width:160px;
	/*background-image: url('../image/bg_message.jpg');*/
	background-color:#efefef;
	padding:15px;
	color:white;
}

#mainrightinner2{
	width:160px;
	padding:15px;
	background-color:#fff;
	border-radius:14px;
	color:#990000;
}

#mainrightinner2 a{
	color:#222;
}

.courserotate{
	font-weight:bold;
	margin-bottom:15px;
}

.message{
	font-family: 'Oswald', sans-serif;
	font-size:13.5px;
	color:#990000;
}

.message2{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:#990000;
}

#footer{
	font-size:11px;
	color:#555;
	line-height:1.5em;
	padding:5px;
}

#footer a{
	color:#555;
}

#pagination{
	width:30px;
	line-height:50px;
	text-align:center;
	height:50px;
	border:1px solid #999;
	font-family: 'Oswald', sans-serif;
	background-color:#D6DBE2;
	font-size:16px;
	color:#777;
	margin:0 2px 0 2px;
	float:left;
}

#pagination:hover{
	background-color:#919EB0;
	color:#fff;
}

.pagination2{
	width:50px;
	line-height:50px;
	text-align:center;
	height:50px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:#777;
	margin:0 2px 0 2px;
	float:left;
}

