/* CSS Document */
/* to zero margins -- didn't include ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset due to contribute rendering */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

/* to set font for body, background, and text-align center for IE5 fix to ignoring auto in wrapper*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin:0px auto 0px auto;
	padding: 0;
	text-align:center;
	background-color:#DBEAB5;
}


/* ----------------------------------------GLOBAL LINK STYLES----------------------------------------*/
a {color:#3399CC;text-decoration:underline;}
a:hover {text-decoration:none;}


/* --------------------GLOBAL WRAPPER, MAIN NAVIGATION, AND CONTENT LAYOUT/DESIGN/STRUCTURE STYLES--------------------*/
/* wrapper for home page*/
#wrapper {
	margin: 0px auto;
	padding:0px 0px;
	text-align:left;
	width: 900px;
	
}
/* page background */
#page-top {
	width:860px;
	padding:0px 20px;
	height:86px;
	margin-top:20px;
	background-image:url(../images/structure/header-back.jpg);
	background-repeat:no-repeat;
	
}
#page-main {
	width:860px;
	padding:25px 20px 25px 20px;
	min-height:500px;
  	height:auto !important;
	height:500px;
	background-color:#CAE08F;
	background-image:url(../images/structure/background-slice.jpg);
	background-repeat:repeat-y;
}
#page-bottom {
	width:860px;
	padding:25px 20px 0px 20px;
	height:25px;
	background-image:url(../images/structure/footer-back.jpg);
	background-repeat:no-repeat;
}
/* page body for 1 col*/
.content {width:800px;margin:0px 30px;}
.logo {float:left; width:350px;}
.logo img {margin-left:30px;}
/* ----------------------------------------NAV STYLES----------------------------------------*/
.nav {float:right;height:86px;width:460px;}
.navitem {float:left;margin:0px 20px 0px 0px;}


/* ---------------------------------------EXTRA STYLES----------------------------------------*/


.button {
    border: 1px solid #BED977;
    background-color: #D9E9AD;
	padding:3px;
	cursor:pointer;
}
.button:hover {
    border: 1px solid #BED977;
    background-color: #DDDDDD;
}

/* ----------------------------------------FOOTER STYLES----------------------------------------*/

/* for footer styles */
#page-bottom p {font-size:11px;text-align:center;margin-bottom:10px; }
.clearit {
	clear: both;
	height:0; 
    margin:0;
    font-size: 1px;
    line-height: 0px;
}

