@charset "utf-8";
/* CSS Document */

body {
	/*background:#ECEBE6 url(images/entry_bg.gif) repeat-x scroll left top;*/
	font-family:Arial;
	font-size:12px;
	margin:0;
	padding:0;
}

#wrapper {
	text-align: center;
}

#page {
	width: 1005px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin-top: 20px;
}

/********** < Navigation */
/*#nav{font-size:13px; padding-left:1px; background:url(../images/menu_border_left.jpg) left top repeat-y;}*/
#nav { background: url(images/menu_bg.gif) no-repeat;
width: 1005px;
height: 52px;
padding: 0;
margin: 5px 0;
}

/* All Levels */
#nav li {text-align:left; position:relative; 
background: url(images/menu_divider.gif) right top no-repeat;
background-color: transparent;
list-style-type: none;
}
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:17px 20px 15px 20px; font-weight:bold; font-size: 13px; color:#FFF; font-family:Arial, Helvetica, sans-serif; }
#nav li a:hover { color:#333333; background:url(images/menu_divider.gif) right top no-repeat transparent; }
#nav li.over a,
#nav li.active a { color:#333333; background:url(images/menu_divider.gif) right top no-repeat transparent;}

/* 2nd Level */
#nav ul { position:absolute; width:10em; top:44px; left:-10000px; 
          padding:4px 21px 20px 22px; }
#nav ul li { float:none; padding-top:5px; background:0!important; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:0; font-weight:normal; color:#FFF !important; background:0!important; font-size:10px; }
#nav ul li a:hover { color:#68D0FC !important; }
#nav ul li.active > a,
#nav ul li.over > a  {color:#68D0FC !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */

#content {
	clear: both;
	padding: 10px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333333;
}

#content h1
{
	font-size: 18px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer
{
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-top: solid 1px #437193;
}
#footer a {color: #437193;}
#footer a:hover {color: #000000;}

#menuBox {
	background:transparent url(images/left-top-corner-box.jpg) no-repeat scroll left top;
	padding:6px 30px 0 10px;
	width: 200px;	
}
#leftCol {
	width: 200px;
}

.categoryMenu {
border-bottom: solid 1px #EFEFEF;
border-top: solid 0px #ffffff;
border-left: solid 0px #ffffff;
border-right: solid 1px #ffffff;

margin: 1px;
color:#7C6F57;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
position:relative;
}
.categoryMenu a {
color:#7C6F57;
display:block;
padding:4px 4px 4px 4px;
/*position:relative;*/
text-decoration:none;
}
.categoryMenu a:visited {
color:#7C6F57;
display:block;
padding:4px 4px 4px 4px;
/*position:relative;*/
text-decoration:none;
}
.categoryMenu a:hover {

background:#8ebefe; /* url(images/arrow-bg.gif) no-repeat scroll right center; */
color:#FFFFFF;
text-decoration:none;
}
.categoryMenu #active {
background:transparent; /* url(images/arrow-bg3.gif) no-repeat scroll right center; */
color:#085299;
padding:4px 4px 4px 6px;
}
.categoryMenu .title {
color:#666666;
display:block;
padding:4px 4px 4px 5px;
position:relative;
text-decoration:none;
}
#spectbl td
{
	font-size: 10px;
}