/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	background:#575847 url(images/bg2009.jpg) repeat-x center top;
}
a {
	font-family: Tahoma;
}
a:link {
	text-decoration: none;
	color: ###996600;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #99cc00;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
.style1 {color: #993300}
.style2 {color: #993300; }
.style3 {
	color: #993300;
	font-size: 12px;
}
.style4 {
	color: #993300;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
}
.style5 {
	color: #993300;
	font-size: 11px;
}
.style14 {
	color: #993300;
	font-size: 10px;
}
#menu
{
padding:0;
margin:0;
color:#fff;
font-family: Tahoma;
font-size:12px;
white-space:nowrap;
list-style-type:none;
}
#menu li {display:inline;}
#menu li a
{
padding:0.2em 1em;
color:#333;
text-decoration:none;
float:left;
border-right:1px solid #fff;
}
#menu li a:hover
{
background:#08c;
color:#fff;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #cccccc;
border-bottom-width: 3px;
width: 400px; /*width of featured content slider*/
height: 253px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
background: white;
width: 400px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #cccccc;
padding: 3px 5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

#wrapper { 
 margin: 0 auto;
 width: 983px;
}

#content { 
 float: left;
 color: #993300;
 background: #FFFFFF;
 height: 350px;
 width: 983px;
 display: inline;
}

#header {
 color: #333;
 width: 983px;
 float: left;
 height: 75px;
 background: #6B6659;
}

#footer { 
 width: 983px;
 height: 25px;
 clear: both;
 color: #333;
 background: #6B6659;
}

#navigation {
 float: left;
 width: 983px;
 height: 25px;
 color: #333;
 background: #8AA1B6;
}

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 140px; /* width of menu (don't forget to add border with below!) */
border-left: 7px solid #cccccc; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #cccccc; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Tahoma", "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 7px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

.slidedoormenu2 {
list-style-type: none;
margin: 0;
padding: 0;
width: 160px; /* width of menu (don't forget to add border with below!) */
border-left: 7px solid #cccccc; /* thick left border of menu */

}

.slidedoormenu2 li{
border-bottom: 1px solid #cccccc; /* Gray border beneath each menu item */
}

.slidedoormenu2 li a{
background: white url(vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: 12px "Tahoma", "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu2 li a:visited, .slidedoormenu2 li a:active{
color: black;
}

.slidedoormenu2 li a:hover{
background-position: -300px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu2 li.lastitem, .slidedoormenu2 li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu2 li.lastitem a{
padding: 5px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


<!--[if IE]>

.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}

<![endif]-->
