/* 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;
	height:100%;
}



body {
	background:#3e4826 url(../images/site/body_bg.jpg) top center repeat-y;	
}

#background1 {
	background:url(../images/site/page_bg.jpg) top center no-repeat;
	min-height:100%;
}
#background2 {
	background:url(../images/site/page_bg2.jpg) top center no-repeat;
	min-height:100%;
}
/* A CSS hack that only applies to IE*/
* html #background1 {
	height:100%;
}

#pageContainer {
	width:920px;
	margin:0 auto;
	text-align:left;
	
}

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



#header {
	height:166px;
	padding:0 10px;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
}

#mainCol {
	width:730px;
	position:relative;
	float:right;
	display:block;
	text-align:left;
	position:relative;
	z-index:3;		/* need this or the carpet prevents you from clicking on content */
	margin-right:3px;
	margin-top:3px;
}
#mainCol {
	min-height:650px;
}
* html #mainCol { /* hack for IE6 */
	height:650px;
}
#mainContent {
	padding:30px 80px;
	background:#fff;
}
#mainContent2 {
	padding:30px 30px;
	background:#fff;
}

#sideCol {
	width:174px;
	position:relative;
	float:left;
	padding:0;
	color:#fff;
}

/*------------------- NAV -------------------*/

#nav {
	background:url(../images/site/nav_bg.png);
	text-align:right;
	padding:0 10px;
}
* html #nav { /* hack for IE6 */
	background:url(../images/site/nav_bg.jpg);
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:right;
}
#nav li {
	background:url(../images/site/nav_line.jpg) bottom right no-repeat;
	padding:10px 0;
}




#navTop {
	background:url(../images/site/nav_top.png) top left no-repeat;
}
* html #navTop {  /* hack for IE6 */
	background:url(../images/site/nav_top.jpg) top left no-repeat;
}

#navBottom {
	background:url(../images/site/nav_bottom.png) top left no-repeat;
}
* html #navBottom {  /* hack for IE6 */
	/*background:url(../images/site/nav_bottom.jpg) top left no-repeat;*/
	background:none;
}

#nav a:link, #nav a:visited {
	color:#fff;
	text-decoration:none;	
}
#nav a:hover {
	color:#20383f;
	text-decoration:none;
}

/*------------------- FOOTER -------------------*/
#footer {
	font-size:8pt;
	text-align:center;
}

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

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

/*--------------------------------------*/
#carpet {
	position:relative;
	z-index:2;
	float:left;
}
