/* 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: #555555 url(../images/site/body_bg.jpg) top repeat-y;
}

#pageContainer {
	width:798px;
	margin:0 auto;
	text-align:left;
}
* html #pageContainer {				/* a hack to help IE6 */
	border-left:1px solid #fff;
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	height:118px;
}

/*------------------- NAVBAR -------------------*/
#navBar {
	position:relative;
	height: 33px;
	padding: 0px 0 0 15px;
	background: #4e8bba;
	z-index:2;
	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 24pt;
	font-weight: bold;
	color: #ffffff;
	
	border-bottom:1px solid #fff;
}

#navBar a:link, #navBar a:visited {
	color:#fff;
	text-decoration:none;
}

#navBar a:hover {
	color:#fff;
	text-decoration:underline;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	padding-bottom:100px;
}

#mainCol {
	width:620px;
	position:relative;
	float:left;
	display:block;
	text-align:left;
}

#sideCol {
	width:175px;
	position:relative;
	float:right;
	text-align:left;
	padding:0;
	background: url(../images/site/side_nav_bg.jpg) no-repeat top right;
	font-size:12pt;
	font-weight:bold;
	color: #fff;
}

#sideCol p {
	padding: 0 0 10px 10px;
}

#sideCol a:link, #sideCol a:visited {
	font-size:12pt;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}

#sideCol a:hover {
	color: #a0cbfd;
}

#rightcol a:hover {
	font-size:12pt;
	font-weight:bold;
	color: #a0cbfd;
	text-decoration:none;
}


/*------------------- FOOTER -------------------*/
#footer {
	width:798px;
	margin:0 auto;
	padding: 3px 0 0.5em 0;
	background: #3e4851 url(../images/site/footer_bg.jpg) repeat-x top;
	clear:both;
	border:1px solid #fff;
	height:110px;
	
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

