/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	background:url(../images/site/body_bg.jpg) top center repeat;
	padding:40px 0;
}

#pageContainer {
	width:938px;
	margin:0 auto;
	text-align:left;
	padding:8px;
	
	background:#fff;	
	border:solid 1px #999;	
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	padding: 0 0 3px 0;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	padding-bottom:20px;
}

#mainCol {
	width:795px;
	position:relative;
	float:right;
	display:block;
	text-align:left;
}

#mainContent {
	width:735px;
	padding:0 10px;
}

#sideCol {
	width:140px;
	position:relative;
	float:left;
	text-align:left;
	padding:0;
	
	background:url(../images/site/nav_bg.jpg) top repeat-x;
	min-height:360px;
}
* html #sideCol {	/*hack for IE6 */
	height:360px;
}

/*------------------- FOOTER -------------------*/
#footer {
	width:810px;
	margin:0 auto;
	padding-left:145px;
	font-size:8pt;
	color:#333;
}

#footer a:link, #footer a:visited {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

/* ------------------ Client Portal Styles ------------ */

.portalheadernav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #4690bd;
	font-size:18px;
	font-weight: normal;
}

.portaltableheaders {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #356e90;
	font-size:13px;
	font-weight: normal;
}

a.portaltablelink:link, a.portaltablelink:visited {
	color: #356e90;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
a.portaltablelink:hover {
	color: #4690bd;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

