/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background-color:#2b2a2a;
	background-image: url(../images/background_gray.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}
#wrapper {clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

#menu {
	display: block;
	text-transform: uppercase;
	z-index: 100;
	height: 54px;
	line-height: 54px;
	position: relative;
	padding: 0 0 0 0px;
	text-align: center;
}
ul#horiznav.menutop, #menu ul.menutop {padding: 0;margin: 0;position: relative;}
#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #fff;
	font-weight: bold;
}
#menu a, #menu .separator {
	white-space: nowrap;
	display: block;
	float: left;
	height: 54px;
	line-height: 50px;
	font-weight: normal;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none;
	text-transform: none;
	z-index: 100;
	color: #fff;
	cursor: pointer;
}
#menu li a span, #menu li .separator span {display: block;padding: 0 16px;}
#menu li.active a, #menu li.active .separator {z-index: 100;cursor: pointer;}
#menu li.active li a, #menu li.active.parent li a, #menu li.active li .separator, #menu li.active.parent li .separator {font-weight: normal;font-size: 100%;}
#menu ul ul {margin: 0;padding: 0;}
#menu ul ul li a, #menu ul li.active.parent ul a, #menu ul li.active.parent ul a span, #menu ul ul li .separator, #menu ul li.active.parent ul .separator, #menu ul li.active.parent ul .separator span {text-transform: none;background: none;}
#menu2-bar #menu ul ul {margin-top: -2px;}
#menu2-bar #menu ul ul ul {margin-top: 0;}
.contentpane {
padding: 3px;
}