@import "../css/screen-globals.css";
@import "../css/sifr-interior.css";

body { 
	background: #d3eaf8 url("../images/bg-tile.jpg") repeat-x top center;
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #275675;
	font-size: 12px;
	text-align: center;
	padding-bottom: 50px;
}
	
	#content-wrapper {
		position: relative;
		width: 1000px;
		margin: 0 auto;
		text-align: left;
		background: transparent url("../images/bg-content.jpg") repeat-y center;
		padding: 0;
	}
	
	#content-upper {
		position: relative;
		width: 1000px;
		background: transparent url("../images/bg-content-top.jpg") no-repeat top;
		margin-bottom: 0px;
		padding: 0;
	}
	
	#content-lower { 
		position: relative;
		width: 960px;
		margin: 0 auto;
	}
				
		#banner {
			position: relative;
			float: left;
			width: 618px;
			height: 111px;
			padding: 0 0 0 20px;
		}
		
		#content-col {
			position: relative;
			float: left;
			width: 384px;
			padding-left: 30px;
		}
		
		#content-col .full {
			position: relative;
			float: left;
			width: 90%;
			padding-left: 30px;
		}
			
			#content-col h2 {
				font-size: 28px;
				margin: 10px 0 8px 0;
				font-weight: normal;
			}
			
			#content-col h3 {
				font-size: 18px;
				margin: 20px 0 0 0;
				font-weight: normal;
			}
					
				
				#content-col h3 a {
					color: #275675;
					text-decoration: underline;
				}
				
				#content-col h3 a:hover { 
					text-decoration: none;
				}
		
				#content-col p {
					font-size: 13px;
					line-height: 21px;
					color: #5e6971;
					margin-bottom: 16px;
					margin-right: 0;
				}
				
				#content-col ul li {
					font-size: 13px;
					line-height: 15px;
					color: #5e6971;
					margin-bottom: 16px;
					margin-right: 30px;
				}				
									
					#content-col p.publication {
						color: #275675;
						font-style: italic;
					}
				
				#content-col p a {
					color: #275675;
					text-decoration: underline;
				}
				
				#content-col p a:hover {
					text-decoration: none;
				}
				
				#content-col li{
					font-size: 13px;
					line-height: 21px;
					color: #5e6971;
				}
				
				#content-col ul li a {
					color: #275675;
					text-decoration: underline;
				}
				
				#content-col ul li a:hover {
					text-decoration: none;
				}		



				#btn-more-news a {
					float: left;
					width: 113px;
					height: 31px;
					display: block;
					margin: 18px 0;
					background: transparent url("../images/btn-more-news.jpg") no-repeat 0 0;
				}
				
				#btn-more-news a:hover {
					background-position: 0 -31px;
				}
				
				#btn-more-news a span {
					display: none;
				}
				


				.btn-more-1 a {
					float: left;
					width: 113px;
					height: 31px;
					display: block;
					margin: 18px 0;
					background: transparent url("../images/btn-more.jpg") no-repeat 0 0;
				}
				
				.btn-more-1 a:hover {
					background-position: 0 -31px;
				}
				
				.btn-more-1 a span {
					display: none;
				}












				.btn-more-read a {
					float: left;
					width: 113px;
					height: 31px;
					display: block;
					margin: 18px 0;
					background: transparent url("../images/btn-more-read.jpg") no-repeat 0 0;
				}
				
				.btn-more-read a:hover {
					background-position: 0 -31px;
				}
				
				.btn-more-read a span {
					display: none;
				}
				
/*----------------------------------------------------------------------*/				

				.btn-less-1 a {
					float: left;
					width: 113px;
					height: 31px;
					display: block;
					margin: 18px 0;
					background: transparent url("../images/btn-less.jpg") no-repeat 0 0;
				}
				
				.btn-less-1 a:hover {
					background-position: 0 -31px;
				}
				
				.btn-less-1 a span {
					display: none;
				}				
		
		#right-col {
			position: relative;
			float: right;
			width: 314px;
		}
			
			#fast-fact {
				position: relative;
				width: 314px;
				height: 164px;
				background: transparent url("../images/bg-fast-fact.jpg") no-repeat;
			}
				
				#fast-fact h3 {
					color: #fff;
					font-size: 20px;
					margin: 0 0 0 20px;
					padding-top: 17px;
				}
			
				#fast-fact p {
					color: #fff;
					font-size: 13px;
					line-height: 18px;
					margin: 0 20px 10px 20px;
				}
				
					#fast-fact p a {
						color: #fff;
						font-weight: bold;
						text-decoration: underline;
					}
					
					#fast-fact p a:hover {
						color: #fff;
						text-decoration: none;
					}
					
					
					#fast-fact-orange {
				position: relative;
				width: 314px;
				height: 164px;
				background: transparent url("../images/bg-fast-facts-orange.jpg") no-repeat;
			}
				
				#fast-fact-orange h3 {
					color: #fff;
					font-size: 20px;
					margin: 0 0 0 20px;
					padding-top: 17px;
				}
			
				#fast-fact-orange p {
					color: #fff;
					font-size: 13px;
					line-height: 18px;
					margin: 0 20px 10px 20px;
				}
				
					#fast-fact-orange p a {
						color: #fff;
						font-weight: bold;
						text-decoration: underline;
					}
					
					#fast-fact-orange p a:hover {
						color: #fff;
						text-decoration: none;
					}
					
					
			
			#teacher-feature {
				position: relative;
				width: 314px;
				height: 201px;
				background: transparent url("../images/bg-teacher-feature.jpg") no-repeat;
				margin-top: 10px;
			}
			
				#teacher-feature img {
					position: absolute;
					top: 48px;
					left: -4px;
					z-index: 1;
				}
				
				#btn-teacher {
					margin: 18px 0 0 160px;
				}
				
				#btn-teacher a {
					float: left;
					width: 116px;
					height: 31px;
					display: block;
					background: transparent url("../images/btn-teacher.jpg") no-repeat 0 0;
				}
				
				#btn-teacher a:hover {
					background-position: 0 -31px;
				}
				
				#btn-teacher a span {
					display: none;
				}
				
				#btn-applynow {
					margin: 18px 0 0 160px;
				}
				
				#btn-applynow a {
					float: left;
					width: 116px;
					height: 31px;
					display: block;
					background: transparent url("../images/btn-applynow.jpg") no-repeat 0 0;
				}
				
				#btn-applynow a:hover {
					background-position: 0 -31px;
				}
				
				#btn-applynow a span {
					display: none;
				}
				
				
				#btn-video-yellow {
					margin: 18px 0 0 160px;
				}
				
				#btn-video-yellow a {
					float: left;
					width: 116px;
					height: 31px;
					display: block;
					background: transparent url("../images/btn-video-yellow.jpg") no-repeat 0 0;
				}
				
				#btn-video-yellow a:hover {
					background-position: 0 -31px;
				}
				
				#btn-video-yellow a span {
					display: none;
				}
				
				
				
				#teacher-feature h3 {
					color: #fff;
					font-size: 20px;
					margin: 0 0 15px 20px;
					padding-top: 17px;
				}
			
				#teacher-feature p {
					color: #fff;
					font-size: 13px;
					line-height: 18px;
					margin: 0 20px 10px 154px;
				}
				#teacher-feature .applynow_tig {
					color: #fff;
					font-size: 13px;
					line-height: 18px;
					margin-left: 20px;
					margin-top: 10px;
					margin-right: 20px;
					margin-bottom: 10px;
				}
				
					#teacher-feature p a {
						color: #fff;
						font-weight: bold;
						text-decoration: underline;
					}
					
					#teacher-feature p a:hover {
						color: #fff;
						text-decoration: none;
					}
	
	#content-utility {
		width: 100%;
		background: transparent url("../images/bg-content-bottom.jpg") no-repeat bottom;
		height: 45px;
	}

		#utility-nav {
			float: left; 
			margin-top: 6px;
			padding-left: 20px;
			width: 705px;
			font-size: 12px;
			line-height: 12px;
			font-weight: 500;
		}			
			
			#utility-nav a {	
				color: #275675;
				text-decoration: underline;
			}	
				
			#utility-nav a:hover {	
				text-decoration: none;
			}	
				
		#utility-links {
			float: right;
			list-style: none;
			display: inline;
			margin-right: 10px;
    			margin-top: -10px;
		}
			
			#utility-links li {
				display: inline;
				padding: 0 0 0 5px;
			}
				#utility-links li a img {
					border: none;
				}
				
				#utility-links li.first {
					border: none;
				}
				
/*	.content_li {
				font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, sans-serif;
				color: #5e6971;
				font-size: 13px;
				line-height: 21px;
				
			}
*/

#cse-search-box .sub{
border: 1px solid #D7EDFA;
background: #D7EDFA;
}
