﻿/* PAGE SPECIFIC DIVS */

#second_section{
 width:365px;
 float:left;
 margin:5px 15px 10px 10px;
 padding:30px 15px 15px 20px;
 background-color:#EDF4F8;
 border:solid #B6D3E2;	
 border-width:1px;
}
h1 {
	font-size:12px;
	line-height:30px;
}

#third_section{
 float:left;
 width:280px;
 margin:20px 10px 10px 0px;
}

#fouth_section {
 clear:both;
 margin:40px 10px 10px 10px;
}

/* normal format divs */
body {
 background: url(../images/blue_bg.jpg) #fff repeat-x top;
 color:#666666;
 text-align:center;
 padding:0;
 margin:0;
 }

#outer {
 text-align:left;
 width:730px;
 margin:auto;
 }

#hdr {
	height:169px;
	color: #FFFFFF;
	position: static;
	background: url('../images/SC_header_noshadow2.jpg') no-repeat;
	width: 730px;
 }

#hdr #nav {
 display: block;
 margin-top: 17px;
 height: 26px;
 width: 730px;
 padding-left: 5px;
 padding-right: 5px;
}

#bar {
 height:25px;
 background:#c0c0c0;
 color: #ffffff;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position: static;
 background: #FFFFFF;
 color: #FFFFFF;
 width: 730px;
 padding: 0;
 margin: 0 auto;
 }

#l-col {
 float: left;
 background: #dcdcdc;
 color: #333333;
 width: 145px;
 }

#cont {
 width: 730px;
 background: #ffffff;
 color: #333;
 text-align: left;
 }

#ftr {
 width: 100%;
 background: #ffffff;
 color: #999999;
 border-top: 3px solid #072966; 
 padding-top: 12px;
 text-align: center;
 }

hr { clear: both; border: 0; background: transparent; height:1px; color:#FFFFFF;}
