/* CSS Document */

body {
	background: #191919;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size:1em;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size:190%;
	font-weight: lighter;
	text-transform: uppercase;
}

/* Client Styles */

.lightgrey-medium{font-size:140%; color:#CCCCCC;}
.midgrey-medium{font-size:140%; color:#333333;}
.lightgrey-large{font-size:120%; color:#CCCCCC;}
.midgrey-large{font-size:120%; color:#333333}



#header {
	background-image: url(../images/topgraphic.gif);
	background-repeat: no-repeat;
	display: block;
	height:138px;
}
#frontcontent{
	min-height:632px;
	background-color: #000000;
	position:relative;
	padding-bottom:0px;
	height: 632px;
}
#content{
	min-height:632px;
	background-color: #000000;
	position:relative;
	padding-bottom:0px;
}
#contentstrip{
	position:absolute;
	top:280px;
	background-image: url(../images/backfade.png);
	background-repeat: repeat;
}

#footer {height:90px;padding:20px 0 0;}

#footer p {
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px;
	font: 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A1AA51;
}
#footer a {
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dotted #666633;
	color: #666666;
	text-decoration: none;
}

/* TOP NAV */

#topnav {
	width: 650px;
	height: 32px;
	margin: 0;
	padding: 0;
	top:58px;
	position: absolute;
	left: 310px;
}
#topnav  ul { display: inline; margin:0px; list-style-type: none; }
#topnav ul li { display: inline; margin: 0px; padding: 0px;  list-style-type: none;}
#topnav li a {
	background-image:url(../images/middle_tab.gif);
	background-repeat:repeat-x;
	border-left:1px solid #F9F9F9;
	border-right:1px solid #9F9F9F;
	color:#333333;
	display:block;
	float:left;
	font-family:"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:small;
	font-weight:300;
	height:32px;
	line-height:32px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	width:90px
}
#topnav li.first a {
	border-left:none !important;
	background-image: url(../images/left_tab.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#topnav li.last a {
	border-right:none !important;
	background-image: url(../images/right_tab.gif);
	background-repeat: no-repeat;
	background-position: right;
}

