@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 {
			float: left;
			width: 725px;
			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 h4 {
			
				font-size:14px;
				font-weight: bold;
			}
			
			#content-col .title {
			
				font-size:14px;
				font-style: italic;
			}			
				
				#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: 15px;
					color: #5e6971;
					margin-bottom: 16px;
					margin-right: 30px;
				}
				
				#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 ul li a {
					color: #275675;
					text-decoration: underline;
				}
				
				#content-col ul li a:hover {
					text-decoration: none;
				}
				

						
				#press-release-contact {
					width: 100%;
				}
				
				#press-release-contact #address1 {
					float: left;
					width: 40%;
				}
				#press-release-contact #address1 h4 {
					font-weight: bold;
				}
				
				#press-release-contact #address2 {
					float: right;
					width: 40%;
				}
				
				#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-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;
				}

				
				
				
	#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;
				}
				
		.hr {
			width: 95%;
			float: left;
			color:#CCCCCC;
			border: dotted;
			border-width: thin;
			}
			
			
.error {
color: #F00;

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