/* PAGE LAYOUT CSS */

/**************************/
/* MAIN BODY & PAGE CONTAINER */
/**************************/
body {
text-align: center;
background-color: #3f3f3f;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #707176;
padding-top: 10px;
}

#container {
background-image: url(../images/bg.jpg);
background-repeat: repeat-y;
width: 792px;
margin: 0 auto;
z-index: 0;
position: relative;

}


/************************/
/* HEADER  
/***********************/
#topbar {
background-image: url(../images/topbarbg.jpg);
background-repeat: no-repeat;
height:36px;
width: 792px;
color: #ffffff;
}

#header {
background-image: url(../images/headerbg2.jpg);
background-repeat: no-repeat;
width: 792px;
height: 205px;
}


.logo {
	float: left;
	position: absolute;
	left: 22px;
	top: 50px;

}

.header-pic {
	position: absolute;
	left: 461px;
	top: 55px;
}

img.logo {
border: none;
}

.topnav {
	float: right;
	position: absolute;
	left: 388px;
	top: 15px;
	width: 375px;
	text-align: right;
	font-size: 80%;
}

.topnav a {
color: #ffffff;
text-decoration: none;
}

.topnav a:hover {
color: #D7D5C4;
text-decoration: none;
}



/**********************************/
/* MAIN CONTENT AREA */
/**********************************/

#content {

background-image: url(../images/bg.jpg);
background-repeat: repeat-y;
width: 792px;

}

#inner-content {
padding: 20px 20px 20px 10px;
text-align: left;
min-height: 400px;
height: auto;
}

/* for Internet Explorer */
/*\*/
* html #inner-content {
height: 400px;
}


.clear {
clear: both;
height: 1%;

}



/********************************************/
/* COLUMNS IN CONTENT AREA */
/********************************************/

#main {
	float: right;
	width: 530px;
	border-left: 1px solid #578967;
	text-align: left;
	margin-right: 25px; 
	padding-left: 20px;
	padding-top: 10px;
}

#main h1 {
color: #578967;
font-style: normal;
font-size: 180%;
}

#main h2 {
color: #666666;
font-style: normal;
font-size: 150%;
margin-bottom: -1px;
}

#sidebar {
	float: left;
	width: 175px;
}


#leftcol {
float: left;
width: 558px;
margin-right: 10px;
}

/* start commented backslash hack \*/
*html #leftcol {height: 1%;}
/* close comented backslash hack */

img.left-float {
float: left;
display: block;
background-color: #80A296;
border: 4px solid #80A296;
margin-right: 10px;
margin-bottom: 5px;
}

img.right-float {
float: right;
display: block;
background-color: #80A296;
border: 4px solid #80A296;
margin-left: 10px;
margin-bottom: 3px;
}


/***********************/
/* FOOTER */
/***********************/

#footer {

background-image: url(../images/footerbg2.jpg);
background-repeat: no-repeat;
height: 78px;
width: 792px;
}

#footer-content {
width: 95%;
border-top: 1px solid #578967;
padding-top: 15px;
padding-bottom: 5px;
text-align: center;
margin: 0 auto;
font-size: 80%;
color: #356563;

} 

#footer-content a {
color: #D67A2D;
text-decoration: none;
}

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




/**************************/
/* general classes */
/**************************/

.special {
font-size: 140%;
color: #D67A2D;
font-style: italic;
font-weight: bold;
}

.spacer {
display: block;
height: 5px;
}

.extrapadL {
padding-left: 10px;
}

.extrapadR {
padding-left: 10px;
}

.green {
color: #356563;
}

.orange {
color: #D67A2D;
}

.gray {
color: #707176;
}

.subline { /*small text under headlines */
color: #356563;
font-style: italic;
font-weight: bold;
margin-top: 2px;
}

.boldtext {
font-weight: bold;
}

.italictext {
font-style: italic;
}

.readmore {
float: right;
font-size: 10px;
}

a.readmore {
font-style: italic;
text-decoration: none;
color: #D67A2D;
}

a.readmore:hover {
text-decoration: none;
color: #356563;
}

.sectiondivider {
border-bottom: 1px solid #B2B2B2;
margin: 15px auto;
width: 100%;
text-align: center;

}

.dashedline { 
border-bottom: 1px dotted #B2B2B2;
margin: -1px auto 15px auto;
width: 98%;
text-align: center;
}

.greenbx {
background-color: #E4EBE8;
color: #000000;
}

.leftsection {
float: left;
display: block;
width: 220px;
border-right: 1px solid #B2B2B2;
padding-right: 5px;
}

.rightsection {
float: right;
display: block;
width: 240px;
text-align: left;
}

blockquote.quote {
color: #356563;
font-size: 135%;
font-weight: bold;
font-style: italic;
}

.textindent {
text-indent: 20px;
}

.alignright {
text-align: right;
}

.densitylegend {
font-weight: bold;
font-size: 110%;
background-color: #356563;
color: #E4EBE8;
padding-left: 10px;
width: 100%;
}

h1.small {
font-size: 110%;
}

/***********************/
/* generic styles */
/***********************/



ul {
list-style:url(../images/btns/dottedarrow-over.gif);
margin-left: 2px;
padding-left: 25px;
}

a {
color: #D67A2D;
text-decoration: none;
}

a:hover {
color: #356563;
text-decoration: none;
}

p {
margin-top: 5px;

}

.clearall {
clear: both;
}
