/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html>body #bodycontainer
{
	height: auto;

} /*for mozilla as IE treats height as min-height anyway*/

/* GLOBAL */

html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: url(../images/framework/bodyTile.gif) top center repeat-y #026755;
	}

#bodycontainer
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	
	height: auto;
	margin-bottom: -30px;
	height: 100%;
	min-height: 100%;
	background: url(../images/framework/contentTile.gif) 160px bottom no-repeat transparent;
}

#bodycontainer div {
	zborder: 1px solid #000;
	}

/* Page Columns */

#columns {
	float: left;
	width: 740px;
	display: block;
}

#leftColumn {
	float: left;
	display: block;
	width: 152px;
	background: #00826b;
}

#logoLeft {
	display: block;
	float: left;
	width: 152px;
	height: 137px;
	}

#imageLeft {
	display: block;
	float: left;
	width: 152px;
	background: url(../images/framework/imageLeft.jpg) top left repeat-y #00826b;
	}

#imageLeft .featureImage {
	border: 1px solid #026755;
	margin: 2px 0;
	}

#searchLeft {
	display: block;
	float: left;
	width: 152px;
	background: url(../images/framework/searchLeft.jpg) top left repeat-y #00826b;
	padding-top: 3px;
	}

#searchInput {
	width: 111px;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-left: 4px;
	background: #00745E;
	color: #fff;
	border: 1px solid #fff;
	padding-left: 2px;
	font-size: 9px;
	}

#linksBlock {
	display: block;
	float: left;
	width: 152px;
	background: url(../images/framework/imageLeft.jpg) bottom left no-repeat #00826b;
	color: #fff;
}

#termsFooter {
	color: #fff;
	height: 30px;
	background: url(../images/framework/termsleft.jpg) top left no-repeat #00826b;
	}

#rightColumn {
	float: right;
	display: block;
	width: 588px;
}

#navBar {
	position: relative;
	top: 0;
	left: 0;
	width: 588px;
	height: 77px;
	background: #00826b;
	z-index: 10;
	}

#contentColumn {
	float: left;
	width: 335px;
	color: #333333;
	z-index: 10;
	display: block;
	padding-bottom: 20px;
}

.contentBlock {
	width: 290px;
	margin-top: 20px;
	margin-left: 15px;
	padding-right: 30px;
}

.contentBlock img {
	border: 2px solid #004941;
	margin-right: 10px;
	float: left;
	margin-top: 2px;
	}

#insertColumn {
	float: right;
	width: 253px;
	background: #00826b;
	z-index: 10;
	display: block;
}

.insertContent {
	color: #FFFFFF;
	padding-left: 16px;
	width: 230px;
	}

.insertContent img {
	margin-left: -4px;
	}

.insertLight {
	background: url(../images/framework/insertLight.jpg) top left repeat-y #00826b;
	padding-top: 19px;
	}
	
.insertDark {
	background: url(../images/framework/insertDark.jpg) top left repeat-y #00745d;
	padding-top: 10px;
	}	

/* Footer */

#footerwrapper
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear: both;
	float: left;
	height: 30px;
	position: relative;
	background: url(../images/framework/footerTile.gif) top left repeat-x #00826c;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	font-size: 10px !important;
}

#footer a:hover {
	color: #fc0 !important;
} 

#notesLeft {
	height: 30px;
	width: 409px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	float: left;
	border-right: 1px solid #026755;
}

#notesLeft a {
	padding-right: 15px;
	}

#notesRight {
	height: 30px;
	width: 330px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	float: right;
}

* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearbottom
{
	clear: both; 
	height: 30px;
}/*needed to make room for footer*/

* > html #clearbottom {float:left; width: 100%;}/* ie mac styles */