/*|||||||||||||||||||||general styles||||||||||||||||||||*/
body{
	color: #545454;
	font: 12px/16px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#E7E4DF;
	
}

a{
	color: #61983E;
}



a:hover{
	color: #666666;
	text-decoration: none;
}

a:active{
	color: #666699;
}



h1{
	font: bold 1.5em Arial, Sans-Serif; 
	clear: both; 
	color: #624C28;
	margin: 0px 0 10px 0; 
	padding: 15px 10px 0px 35px; 
}



h3 {
	font: bold 1.3em Verdana, Sans-Serif; 
	clear: both; 
	color: #717DBC;
	margin: 20px 0 10px 0; 
	padding: 15px 10px 0px 60px; 
}

ol {
	font: 1em Verdana, Sans-Serif;  
	margin: 10px 0px 0px 60px;
	padding-top: 5px;
	line-height: 1.4em;
}


p {
	font: 1em Verdana, Sans-Serif;  
	margin: 10px 0px 0px 60px;
	padding-top: 5px;
	line-height: 1.4em;
	
}


.more {
	margin: 10px 0px 0px 60px;
	cursor: help;
	color: #0118A4;
	text-decoration: underline;
	font: 1em Verdana, Sans-Serif;
	font-weight: bold;
	margin-left: 0;
	padding: 0 0 0 60px;
	display: inline;
	vertical-align:middle;
	min-width: 22px;
	height: 1em;
}

.standout {
	border: 1px thin black;
	padding: 5px;
	margin: 5px 0 0 60px;
	background: #EEEBE6;
}



/*|||||||||||||||||||||layout styles||||||||||||||||||||*/

#container{
	width: 800px;
	text-align: left;
	margin: 10px auto 0 auto;
	padding: 0 !important;
	line-height: 1.8em;
	background-image: url(images/bodynew.jpg);
}

#banner{
	height: 120px;
	align: center;
	background: #666666;
	margin: 0px;
	background: url(images/headernew.jpg);
}

#content{
	float: left;
	width: 500px;
	margin: 10px 15px 0px 10px;
	padding: 0px;
	
}




#widecontent{

	float: left;
	width: 670px;
	margin: 20px 20px 0px 10px;
	padding: 10px;
}


#widecontentsub{

	float: left;
	width: 670px;
	margin: 0px 20px 0px 0px;
	padding: 10px;
}



#widecontent h2 { 
font: bold 1.2em Arial, Sans-Serif; 
width:400px;
clear: both; 
background: #EDE6F4; 
color: #3C3C3C; 
border-top: 1px solid #7B797A;
border-bottom: 1px solid #7B797A;
padding: 4px 10px 3px 10px; 
margin: 20px 20px 0px 55px;
text-transform: uppercase; 
}


#sidebar{
	float: right;
	width: 220px;
	margin: 0px 0 0 5px;
	padding: 10px;
	border-left: thin solid #7B797A;
	border-left-width: 1px;
	word-wrap: break-word;
}

#sidebar h2 { 
font: bold 1.2em Arial, Sans-Serif; 
width: 180px;
clear: both; 
background: #EDE6F4; 
color: #3C3C3C; 
border-top: 1px solid #7B797A;
border-bottom: 1px solid #7B797A;
padding: 4px 10px 3px 10px; 
margin: 15px 0 10px 0; 
text-transform: uppercase; 
}

#sidebar p { 

font: 1.2em Times New Roman, Serif; 
clear: both; 
color: #555555; 
margin: 0px 0 0px 0px; 
padding-right: 30px;
padding-left: 0px;
padding-bottom: 6px;
}



/*|||||||||||||||||||||navigation||||||||||||||||||||*/

#nav{
	margin: 0px 0px 0px 15px;
	align: center;
	width: 770px;
	min-height: 25px;
	background-color: #F3F3F3;
	border-top: 1px solid #7B797A;
	border-bottom: 1px solid #7B797A;
}

#nav p { 
font: bold 1em Arial, Sans-Serif;
clear: both; 
text-transform: uppercase; 
padding: 5px 0 5px 0; 
margin: 0px 0px 0px 20px;
background-color: #CBCFDD;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0 0 0 30px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 126px; /*Width of top level menu link items*/
padding: 3px 8px;
border: none;
border-left-width: 0;
text-decoration: none;
color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
margin: 0 0 0 15px;
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 150px; /*width of sub menu levels*/
color: #7D4199;
background-color: #EEEBE6;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #CBCFDD;
color: white;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */







/*|||||||||||||||||||||footer||||||||||||||||||||*/
#footer{
	
	clear: both;
	text-align: center;
	background-image: url(images/footernew.jpg);
	color: #333333;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	
}

#footer p{
	margin: 0px 0px 0px 0px;
	padding-top: 25px;
	
}

	
#footer a,#footer a:visited {
	color: #545454;
	text-decoration: none;
}

#footer a:hover,#footer a:visited:hover {
	color: #669900;
}