/* 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 {
	padding:0px 0;
}

#pageContainer2 {
	background:url(../images/site/body_bg.jpg) center top repeat-y;
	width:100%;
}

#pageContainer {
	width:940px;
	margin:0 auto;
	text-align:left;
}

/*#pageContainer td {
	border:solid 1px #287;
}
#pageContainer td td {
	border:none;
}


.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}*/



/*------------------- NAVBAR -------------------*/
#navBar {
	background:#000 url(../images/site/navBar_bg.jpg) top repeat-x;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
}

#leftCol {
	vertical-align:top;
	width:250px;
	background:#376;
	border:solid 1px #287;
}

#rightCol {
	vertical-align:top;
	background:url(../images/site/rightCol_bg.jpg) left repeat-y;
	border:solid 1px #287;
}

#tagLine {
	background:url(../images/site/tagLine_bg.jpg) left no-repeat;
	height:40px;
	padding:5px 10px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#tagLine td {
	color:#000;
	font-size:12pt;
	font-weight:bold;
}

#content {
	height:500px;
}

#contentLeft {
	padding:10px 20px;
	vertical-align:top;
}

#contentRight {
	width:145px;
	padding:10px;
	padding:10px;
	vertical-align:top;
}

#sideBox {
	border:solid 1px #555;
}
#sideBox td {
	padding:3px 8px;
}

/*------------------- FOOTER -------------------*/
#footer {
	font-size:8pt;
	color:#111;
	background:#8b8b8b url(../images/site/footer_bg.jpg) top repeat-x;
	padding:8px 20px;
}

#footer a:link, #footer a:visited {
	color:#111;
	text-decoration:none;
}

#footer a:hover {
	color:#111;
	text-decoration:underline;
}
