

/* colors

websafe:
#666633 dark mossgreen
#999966 mossgreen
#CCCC99 light mossgreen
#FFFFCC very light yellow green

#993300 dark red
#990033 wine

#CC9900 dark mustard
#FFCC00 gold

#CC6600 dark red orange

#CC9966 light brown
#996633 medium brown
#663333 dark brown (redish) 
#330000 esspresso

banner web colors (not guaranteed web safe)
#EFEBDF tan beige
#CF8B2D roasted pumpkin
#A75534 dark red
#845339 dark chocolate
#99671C milk chocolate
#B37924 light brown
*/

body{

	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: none;
	overflow: auto;
	background-color: #330000;
	background-image: url(content/permanent/brown_wallpaper.jpg);
	background-position: left top;
	background-repeat: repeat;
	font-family: "Verdana", sans-serif;
}

div#big_container{
	width: 750px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: none;
	background-color: #EFEBDF;
	
}

/* header structure including main nav area*/

div#header{
	width: 750px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-color: none;
	}

div#wcf_banner{
	width: 750px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	
    
}
	
div#nav_box{
	width: 750px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-color: #996633;
    
	position:relative;
	z-index:2}

/* mainnav and its subnav rules*/

#nav, #nav ul { /* main navigation list, drop-down lists*/
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a { /* main navigation list links*/
	display: block;
}

#nav li { /* all list items */
	border-right: 1px solid #EFEBDF;
	width: 100; /* width needed or else Opera goes nuts */
	float: left;
	background-color: #996633;/* same as nav_box color, but necessary for rollovers to display right*/
	}

#nav li ul { /* second-level lists */
	position: absolute;
	border: 0px;
	left: -999em;
}

#nav li ul li{ /* sets drop-down box background color */
	width: 100;
	border: 0px;
	background-color: #663333;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	height: 25px;
	width: auto;
}

#nav a{
	color: #EFEBDF;
	text-decoration: none;
	
	font-size: 12px;
	padding: 6.5px 10px;
	letter-spacing: 1px;
	font-weight: normal;
}

#nav a:hover{/* applies to main list AND drop-down list  */
	width: 100;
	background-color: #CC6600;
	
}

a#active{
color: #EFEBDF;
background: #CC9900;
text-decoration: none;

font-size: 12px;
padding: 6.5px 10px;
}

/* content area and side column structure */
 
div.big_row{ /* use for 1 column layouts */
	width: 750px;
	height: auto;
	padding: 0px;
	clear: both;
	float: left;
	background-color: #EFEBDF;
}

div#subnav_col{
	width: 150px;
	height: 450px;
	padding: 0px;
	float: left;
	clear: left;
	background-color: #330000;
}
div#content_col{
	width: 600px;
	height: auto;
	padding: 0px;
	background: #EFEBDF;
	float: right;
}


div#welcome_text{
    width: 340px;
	height: auto;
	
	padding: 5px;
	text-align: justify;
	float:left;
	clear:none;
	}

/* inner page navigation rules*/

#inner_nav{ /* main navigation and sub navigation lists. The navigation in the subnav column/sidebar*/
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#inner_nav a {
	display: block;
}

#inner_nav li { /* all list items */
	float: left;
	width: 150px;
	
	}

#inner_nav a{
	color: #EFEBDF;
	text-decoration: none;
	
	font-size: 12px;
	padding: 6.5px 10px;
	letter-spacing: 1px;
	font-weight: normal;
}

#inner_nav a:hover{
	width: 150px;
	color: #CC9900;
	
}



/* image style rules */



div#fadeshow1{
	float:left;
	position:relative;
	z-index:1;
	width: 400;
	}

.centered_image{
	margin-left: 175px;
	margin-top: -30px;
	margin-bottom: 20px;
}

.image{ 
	width: 125px;
	height: auto;
	border: 0;
	 padding: 10px;
}

.big_image{ /* as wide as possible */
	width: 580px;
	border: 0;
	height: auto;
	 padding: 10px;
}

.medium_image{ /*  */
	width: 300px;
	border: 0;
	height: auto;
	 padding: 10px;
}

/* footer structure */

div#footer{
	width: 750px;
	height: 50px;
	margin: 0px auto 0px auto;
	border-top: 5px solid #CC9900;
	clear: both;
	padding-bottom: 5px;
	background-color: #996633;
	bottom: 5px;
}

/*text rules*/

p{
	
	font-size: 12px;
	font-weight: lighter;
	color: #663333;
	line-height: 14px;
	padding: 0px 10px;
}

p.bold{
	
	font-size: 12px;
	font-weight: bolder;
	color: #663333;
	line-height: 14px;
	padding: 0px 10px;
}

.darkorange_text{
	color: #CC6600;
	
	font-size: 12px;
	font-weight: lighter;
	line-height: 14px;
	padding: 0px 10px;
	list-style: none;
	}

h1{
	
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #990033;
	padding: 0px;
	float: left;
	line-height: 0px;
}

h2{
	
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #990033;
	padding: 0px 10px;
}

h3{
	
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #990033;
	padding: 0px 10px;
}

h2#light{
	color: #EFEBDF;
}

ul.list{ /* plain list*/
	
	margin-left: 30px;
	list-style: disc;
	line-height: 1;
	
	font-size: 12px;
	font-weight: lighter;
	color: #663333;
	line-height: 14px;
	padding: 0px 10px;
}

li.list_bold{ /* bold plain list items*/
font-weight: bolder;
}

p#footer_text{
	color: #EFEBDF;
	
	margin-top: 10px;
}

