/* 
 SOP-THINK Style Sheet - layout
*/

body {
	background: #ffffff url(../images/bg_gradiant_sm.jpg) top repeat-x;
	font-family: helvetica, arial, san-serif;
	color:#4E4937;
	font-size:13px;
	line-height:17px; 
	padding: 0px;
	margin: 0px;
	text-align: center;
	letter-spacing:.2px;
	}

/*  div layout ----------------------------------------------------------------------- */

div#outercontainer {
	position: relative;
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	text-align: left;
	}

div#container {
	position: relative;
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: left;
	}

div#topLogo {
	width:270px;
	height: 60px; 
	padding: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	margin: -13px 0px 0px 0px !important;
	margin: -13px 0px 0px 0px;

}

div#mainNav {
	width:450px;
	height: 60px; 
	text-align:left;
	float:right;
	padding: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	margin: -13px 0px 0px 0px !important;
	margin: -13px 0px 0px 0px;
	}


div#headerContainer {
	background: #ffffff;
	width:778px;
	height:394px;
	margin: 0px 0px 0px 0px !important; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	position:relative;
	}

div#headerBox1 {
	position:absolute;
	top: 260px;
	left: 268px;
	width:160px;
	height: 168px;
}

div#headerBox2 {
	position:absolute;
	top: 260px;
	left: 438px;
	width:160px;
	height: 168px;
}

div#headerBox3 {
	position:absolute;
	top: 295px;
	left: 608px;
	width:160px;
	height: 130px;
}


div#contentContainer {
	background: #ffffff;
	width:778px;
	height:auto;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	border: 0px solid red;

	}
	

div#leftNav {
	width:210px;
	float:left;
	height: auto;
	font-size:11px;
	line-height:15px; 
	text-align:left;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px !important;
	padding:0px 0px 0px 5px;
	border: 0px dotted orange;
	position: relative;
	}
	
#leftNav div {
	width:200px;
	height: auto;
	text-align:left;
	margin:0px 0px 15px 0px !important;
	margin:0px 0px 15px 0px;
	padding:0px 10px 0px 0px !important;
	padding:0px 10px 0px 0px;
	border: 0px solid orange;
	position:relative;
	}

div#middle {
	width:343px!important;
	width:323px;
	float:left;
	height: auto;
	text-align:left;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
	padding:25px 5px 25px 15px !important;
	padding:25px 5px 25px 0px;
	border-right: 1px dashed #cccccc;
	position:relative;
	}


div#rightNav { 
	width:185px!important;
	float:right;
	font-size:12px;
	line-height:16px;
	letter-spacing: normal;
	text-align:left;
	height: auto;
	margin:0px 0px 0px 0px !important; 
	margin:0px 0px 0px 0px; 
	padding:25px 0px 0px 10px !important;
	padding:25px 0px 0px 10px;
	border: 0px dotted blue;
	position:relative;
}

#rightNav div {
	width:185px;
	height: auto;
	text-align:left;
	margin:0px 0px 30px 0px !important;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	border: 0px solid orange;
	position:relative;
	}

div#footer {
	background: #ffffff;
	width:778px;
	height:90px;
	margin:0px 0px 0px 0px !important; 
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px !important;
	padding:10px 0px 0px 0px;
	border-top: 1px solid #B5B5B5;
	text-align:center;
	clear:both;
	font-size:11px;
  	color:#333333;
	}
	
div#footerLeft {
	background: #ffffff;
	float:left;
	width:392;
	height:90px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}
	
div#footerRight {
	background: #ffffff;
	float:right;
	width:392px;
	height:90px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	}

/*
Unused



*/