/* CSS Document */




/*...........summer is #c3da4a......fall is #6c000a.... */


body{

text-align:center;

margin:0px;

padding:0px;

background-color:#262222;

font-family:Arial;

font-size:10pt;

}



/*...........site structure.....#aec342 is summer................................................... */


#wrapper{

text-align:left;

width:800px;

margin-left: auto;

margin-right: auto;

margin-top:0px;

padding:0px;

background:url("images/drop1_06.jpg") top left repeat-y;

border-left: 2px solid  #070706;

border-right: 2px solid #070706;

}


#header{

background-color:#FFFFFF;

height:119px;

margin:0px;

padding:0px;

}

.logo{

margin-left:20px;

margin-top:40px;

float:left;

font-size:28px;

color:#333333;

}


.contact{

float:right;

margin-right:20px;

margin-top:5px;

background:url("images/mail.jpg") bottom left no-repeat;

padding-left:22px;

}

.contact a:link, .contact a:visited{

color:#999999;

text-decoration:none;

}


.contact a:hover{

color:#333333;

text-decoration:none;

}


#navback{

background:url("images/drop1_05.jpg") top left no-repeat;

height:47px;

}



h1{


color:#666666;

font-size:22px;

font-weight:normal;

margin-bottom:5px;

padding-top:18px;


}

h3 {

color:#666666;

}



.line{

border-bottom:1px solid #b9b398;

margin-top:10px;

margin-bottom:10px;

clear:both;

}




/* flash............................................ */


#flash{

height:180px;

}




/*...........Left Side.............................. */

#left{

float:left;

width:225px;

text-align:left;

padding-top:10px;

padding-left:15px;

margin-right:45px;

}


#left a:link, #left a:visited{

color:#990000;

}

#left a:hover{

color:#666666;

}





/*...........Right Side - Content Area.............................. */

#right{

float:left;

width:495px;

line-height:1.5em;

margin-bottom:5px;

}


.sub{

color:#006699;

line-height:1.5em;

font-size:20px;

margin-bottom:5px;


}


#right a:link, #right a:visited{

color:#990000;

}

#right a:hover{

color:#999999;

}



.clear{

clear:left;

}


/*...........Nav drop downs............................................................................................ */



#nav{

padding:10px 0 0 40px;
margin: 0;
list-style: none;
line-height: 1;
z-index:3;

}


#nav ul { /* all lists */
	padding:5px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: auto;
	
	
}

#navback .big {

color:#FFFFFF;
font-weight:bold;
text-decoration:none;
padding-right:50px;

}




#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#FFFFFF;
	border: 1px solid #bdbbb0;
	line-height:1.5em;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:5;
}


#nav li ul a:link, #nav li ul a:visited  {

color:#333333;
text-decoration:none;
display:block;
width:12em;

}

#nav li ul a:hover{

color:#333333;

text-decoration:none;

display:block;

background-color:#ece9e2;



}



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




#nav li:hover, #nav li.hover {
    position: static;
}




/* footer................................................................................ */

#pre_foot{

clear:both;

background:url("images/drop1_10.jpg") top left repeat-y;

height:50px;

}



#footer{

background:url("images/drop1_11.jpg") top left repeat-y;

height:47px;

overflow:hidden;

}


#footer p{

padding: 0px 0 0 20px;

}

#footer span{

color:#990000;

}



#footer a{

color:#999999;

}









