@charset "utf-8";
/* CSS Document */

/* Website Colors
#CC3300 204 051 000 Burnt Red
#802000 128 032 000 Dark Brown
#CC9900 204 153 000 Gold
#806000 128 096 000 Brown
#333333 051 051 051 Dark Gray
#CCCCCC 204 204 204 Light Gray
*/

html {
	background:#806000;
}
body {
	height:auto;
	background:#806000;
	background-image:url(../images/HeaderBackground.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
/*	font-size:1em; */
}

/* header */

#hd  {
	height:420px;
}

#hd h1 {
	padding: 10px 0 0 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.2em;
	line-height:1em;
}

#hd h2 {
	margin-top: -1em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	padding: 20px 0 0 0;
}

#hd a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* menu */


#menu {
	width: 974px;
	height: 40px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	color:#ffffff;
	font-weight:bold;
}

#menu ul {
	float: left;
	margin: 0;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	color:#FFFFFF;
}

#menu .active a {
	text-transform: uppercase;
}


/*[if IE]><style type="text/css"> a { zoom: 1;}</style><![endif] */


/* wrapper */

#wrapper {
/*	min-height:300px; */
	height:auto;
	background:#cc9900;
	background-image:url(../images/GoldMenuShadow.jpg);
	background-repeat:repeat-x;
	margin:-10px 0 0 0;
	padding:20px 20px 20px 20px;
}

#wrapper h2 {
	font-size:2em;
	font-weight:bold;
	line-height:1.1em;
	margin:30px 0 20px 0;
	color:#CC3300;
}

#wrapper h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.1em;
	margin:10px 0 10px 0;
	color:#802000;
}

#wrapper p {
	margin:0 0 10px 0;
	font-size:1.1em;
}

#wrapper em, i {
	font-style:italic;
}

#wrapper strong, b {
	font-weight:bold;
}


#wrapper a {
	color:#CC3300;
}

#wrapper a:hover {
	color:#FFFFFF;
}

#wrapper ul {
	padding:10px 10px 10px 10px;
}

#wrapper li {
	margin:0 20px 5px 20px;
	list-style:outside square;
}
	


/* footer */

#ft {
	clear: both;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
	font-size:9px;
}

#ft a {
	text-decoration:none;
	color:#000000;
}

.imgright {
	padding:0 0 5px 10px;
	float:right;
}

.imgleft {
	padding:0 10px 5px 0;
	float:left;
}
