/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

html {
	margin:0;
	padding:0;
}

body {
	padding:20px;
	background:url(../images/site/body_bg.jpg) top center repeat-x;
}

#pageContainer {
	width:794px;
	margin:0 auto;
	padding:3px;
	text-align:left;
	
	background:#fff url(../images/site/bottom_of_content_bg.jpg) no-repeat bottom;
	border:solid 1px #bbb;
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	text-align:center;	
}

/*------------------- NAVBAR -------------------*/
#navBar {
	positon:relative;
	height:2.25em;
	width:794px;
	
	font-size:9pt;
	color:#fff;
	font-weight:bold;
	
	background:#2b782a;
}

#navBar a:link, #navBar a:visited {
	color:#fff;
	text-decoration:none;
}

#navBar a:hover {
	color:#fff;
	text-decoration:underline;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	position:relative;
	display:block;
	background:url(../images/site/content_bg.jpg) repeat-x top;
	border-top:solid 3px #fff;
}

#topContent {
}

#mainCol {
	width:570px;
	position:relative;
	display:block;
	text-align:left;
	float:left;
	min-height:500px;
	padding: 0 20px;
}

* html #mainCol { /* a hack for IE6 */
	height:500px;
}

#sideCol {
	width:170px;
	position:relative;
	float:right;
	text-align:left;
	padding:0;
}

/*------------------- FOOTER -------------------*/
#footer {
	background:#e6ede6;
	margin:0;
	padding:0;
	font-size:8pt;
	text-align:center;
	color:#333;
	height:58px;
	background:#e6ede6;
	padding-top:20px;
}

#footer a:link, #footer a:visited {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

/*====================================== CSS BUTTONS ======================================*/

a.sideNavButton {
	position:relative;
	display:block;
	width:155px;
	padding:10px 0 10px 0;
	
	text-align:left;
	color:#000;	
}
a.sideNavButton:link, a.sideNavButton:visited {
	color:#000;	
	background:url(../images/site/sideNavButton_bg.jpg) repeat-x bottom;
}
a.navButton:hover {
	color:#000;	
	background:url(../images/site/sideNavButton_bg_rol.jpg) repeat-x bottom;
	text-decoration:none;	
}

.paddingBoxes {
	padding:10px 25px 5px 0px;
	margin:0px;
	width:250px;
	vertical-align:top;
}

tr {
	vertical-align:top;
}

