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

/* --- Primary Fields --- */
* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: URL(../images/body_bg.jpg) repeat-x #050505;
}

em {
	font-style:normal;
	color:#fff;
}

h3 {
	font-weight:100;
	letter-spacing:1px;
	color:#CCC;
	font-size:1em;
}

h2 {
	color:#879f35;
	font-size:1.5em;
}

h4 {
	color:#979e74;
	font-size:.9em;
}
p {
	font-size:.7em;
	color:#979e74;
	line-height:1.8em;
}
a {
	color:#879f35;
	text-decoration:none;
}
a:hover {
	color:#fff;
}


.clear {
	clear:both;
}
/* --- Identified Fields --- */
#container {
	margin:0 auto;
	width:900px;
}

/*== Header ==*/
#header {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:103px;
}

#header h3 {
	float:right;
	position:relative;
	bottom:110px;
}
#header em {
	color:#879f35;
}
#header img {
	
	margin-top:20px;
}

/* ------------------------------------------------------------
	Top Nav
--------------------------------------------------------------- */
.jquerycssmenu{
font: bold 12px Verdana;
border-bottom: 1px solid black;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
    bottom:0px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
	z-index: 1;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: white url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
border: 1px solid #778;
border-bottom-width: 0;
color: #2d2b2b;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-image: url(tintbluedark.gif) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #adcd04;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

#nav {
	float: left;
	width:687px;
	margin: 0; /* updated by Greg Maloney on 09/09/08 */
	padding: 7px 0 0 22px;
	list-style: none;
	font-size: 0.85em;
	margin:0 0 0 0; 
    position:absolute; 
    bottom:0px;

}
#nav li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	line-height: normal;
	z-index: 1;
}
#nav li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 10px 9px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* Hovers & Current Tab: sfhover class added with JS (for old IE)
--------------------------------------------------------------- */
#nav li:hover, #nav li.sfhover, #nav li.current {
	background: #fff url(nav_on_left.gif) no-repeat left top;
}
#nav li:hover a, #nav li.sfhover a, #nav li.current a {
	color: #0a4425;
	background: url(nav_on_right.gif) no-repeat right top;
}

/* Dropdowns 
--------------------------------------------------------------- */
#nav li ul {
	position: absolute;
	padding: 0;
	margin: 0 0 0 -1px;
	list-style: none;
	left: -999em; /* using left because display:none isn't read by screen readers */
	background: #fff;
	z-index: 1;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li {
	margin: 0;
	padding: 0;
}
#nav li:hover ul li a, #nav li.sfhover ul li a, #nav li.current ul li a {
	margin: 0;
	padding: 5px 10px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #a5be0e;
	border-top: none;
	border-bottom-color: #ccc;
	font-size: 1em;
	font-weight: normal;
	color: #666;
}

#nav li ul li.last a, #nav li.current ul li.last a {
	border-bottom-color: #a5be0e;
}
#nav li ul li a:hover, #nav li.current ul li a:hover {
	color: #fff;
	background: #0a4425;
}
#nav li ul li.current a {
	font-weight: bold;
}

/* Width of DropDowns */
#nav li ul,
#nav li ul li,
#nav li:hover ul li a, 
#nav li.sfhover ul li a, 
#nav li.current ul li a {
	width: 15em;
}

/* Make Last Tab's DropDown Less Wide */
#nav li#last_tab ul,
#nav li#last_tab ul li,
#nav li#last_tab:hover ul li a, 
#nav li#last_tab.sfhover ul li a, 
#nav li#last_tab.current ul li a {
	width: 12.7em;
}
/* IE7 Sticky Menu Fix */
#nav li:hover, #nav li.hover {
    position: static;
}


/* -----[ Support for the "iehover-fix.js" ]----- */ 
* html ul#nav iframe, * html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* -----[ End Support for the "iehover-fix.js" ]----- */

/*== Midsection  - See jflow.css for showcase css ==*/
#midsection {
	width:100%;
	position:relative;
	height:386px;
	background:url(stage_bg.png) center no-repeat;
}
#midsection img#showcase {
	position:relative;
	left:600px;
}
#stage {
	margin:0px auto;
	width:687px;
	position:relative;
	right:1px;
	bottom:20px;
	overflow:hidden;
}
/*== Main ==*/
#main {
	overflow:hidden;
	padding:10px;
	height:100%;
}
#left {
	float:left;
	width:400px;
	padding:50px 20px 10px 10px;
}
#left ul {
		list-style-position:outside;
		margin-top:10px;
		float:left;
		width:200px;
		margin-bottom:10px;
}
#left ul li {
	color:#d1daa0;
	font-size:12px;
	line-height:1.8em;
	list-style-image:url(list_img.png);
	margin-left:35px;
}
#right {
	float:left;
	width:400px;
	padding:50px 10px 10px 30px;
	
}
.divider {
	background:url(divider.png) repeat-y center;
	height:470px;
	width:10px;
	margin:60px 0;
	float:left; 
}
#me {
	float:right;
	position:relative;
	overflow:hidden;}

/*=== BOTTOM ===*/
#bottom {
	position:relative;
	border-top:1px #222 solid;
	background-color:#111;
	height:100%;
	width:100%;
	overflow:hidden;
}
#wrapper {
	margin:0 auto;
	width:900px;
	padding:10px;
}
/*== Bottom Left ==*/
#botleft {
	float:left;
	width:400px;
	padding:20px;
}
#botleft ul {
		list-style-position:outside;
		margin-top:10px;
		float:left;
		width:200px;
		margin-bottom:10px;
}
#botleft ul li {
	color:#d1daa0;
	font-size:12px;
	line-height:1.8em;
	list-style-image:url(list_img.png);
	margin-left:35px;
}
/*== Form ==*/
#formfieldleft{
	text-align:right;
	width:110px;
	overflow:hidden;
	float:left;
}
#formfieldright {
	float:right;
	position:relative;
}
#formfieldright input, textarea {
	border:1px solid #444;
	background-color:#222;
	width:280px;
	height:20px;
	margin-bottom:12px;
	color:#fff;
}
textarea {
	height:200px;
	font-size:12px;
}
input#send {
	border:1px solid #444;
	background-color:#222;
	width:150px;
	cursor:pointer;
	height:40px;
}


/*=== Bottom Right ===*/
#botright {
	float:left;
	width:400px;
	padding:20px;
}
#botright ul{
	list-style:none;
}
#botright a {
	color:#444;
	text-decoration:none;
	font-size:.8em;
}
#botright a:hover {
	color:#979e74;
}
#botright ul li {
	margin:0 0 5px 30px;
}

#favleft {
	float:left;
	margin-left:20px;
}
#favright {
	float:left;
	margin:0 0 10px 20px;
}
.favicon {
	width:15px;
	height:15px;
}

#featured {
	width:100%; 
}
#featured img {
	width:75px;
	opacity:0.5;
}
#featured img:hover {
	opacity:1;
}
/*== Footer ==*/
#footer {
	text-align:center;
	color:#444;
	font-size:10px;
}
#footer a{
	text-decoration:none;
	color:#666;
}
#footer a:hover {
	color:#979e74;
}
