@charset "utf-8";

* { margin: 0; padding: 0;}
img { border:none;}

a{ text-decoration: underline; color:#666666; font-weight:bold;}
a:hover{ text-decoration: none;}
a:focus{ outline:none;}

h1{ font-size: 14px; font-weight: normal; background-color:#d9d9d9;}
h2{ font-size: 12px; padding-bottom: 5px;}
h3{}

p{ padding-bottom: 12px; line-height: 18px;}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
}

body {
	background: url(../images/backdrop.jpg) repeat-x top #303030;}

/* structure */
#preload { display:none; height:0px;}
#uberbox{
	background: url(../images/uberdrop.jpg) center top no-repeat;
	}

#container {
	width: 875px;
	margin: 0 auto;
	}

#header{
	height: 117px;
	background: url(../images/header.jpg) no-repeat;
	}
	#header a {
		display: block;
		height: 117px;
		width: 450px;
		text-indent: -3000px;
		}

#nav {
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	}

#nav ul { list-style: none;}

#nav li {
	float:left;
	border-right:#757575 solid 1px;
	}

#nav li.last {
	border-right:0;
	}	
	
#nav a {
	display: block;
	text-decoration: none;
	padding:10px 7px;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	}
	

#nav a:hover {
	background-image:url(../images/nav-bg-hvr.jpg);
	background-repeat:repeat-x;
	}	


#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	background-color:#3f3f3e;
	z-index:100;
}

#nav li ul li {
	float:none;
	padding-left:0px;
	border-bottom:#818181 solid 1px;
	}

#nav li ul li.last a {
	background-image:none;
	}

#nav li ul li a {
	padding:6px 12px 6px 12px;
	}
			
	
#nav li ul li a:hover, #nav li ul li a.active {	
	
	background-color:#292929;
	background-image:none;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#nav li ul li {
	background-image:none;
	}	
	


#banner{
	background-color:#000;
	height: 263px;
	z-index:50;
	}

.fadein { position:relative; width:875px; height:263px; }

.fadein img { position:absolute; left:0; top:0; }	

#wrapper {
	background: url(../images/content-ex.jpg) repeat-y;
	}
	#content {
		}
	#leftcol { width: 607px; padding-top: 30px;}
	
	#leftcol .row {
		padding-bottom:20px;
		margin:0 30px 20px 30px;
		border-bottom:1px solid #CCC;
		}
	
	#leftcol .row  p, #leftcol .row  h2 {
		padding-left:0;
				}
				
	#leftcol .press {
		padding-bottom:20px;
		padding-top:20px;
		}				
	
	#leftcol div.last {
		border-bottom:0;
		}	
	
		#leftcol h1, #leftcol h2, #leftcol h3, #leftcol p { padding: 0 30px 12px 30px;}
		#leftcol .box { padding: 0 30px; margin-bottom: 12px;}
		#leftcol h1 { padding: 0 30px 0 0;}
	#rightcol {  width:244px; padding: 30px 14px 0px 10px;}
		#rightcol h2 { color:#333; font-size: 14px; font-weight: normal; width: auto; padding-left: 10px;}
		h2.greybox { background:url(../images/greybox.jpg) no-repeat right top;}
		
	.ad {
		background: url(../images/div-leading.jpg) repeat-x top; padding: 35px 0 10px 29px;
		}
		
#leftcol ul {
	padding-left:75px;
	padding-right:30px;
	}
	
#leftcol ul li {
	padding-bottom:15px;
	}

ul.no-indent {
	padding-left:20px !important;
	}

div.text-form {
	width:350px;
	}					
	
#footer {
	font-size: 10px;
	color:#CCCCCC;
	text-align: right;
	padding: 10px 0;
	}
	#footer p{ line-height: 14px;}
	#footer a { color:#CCCCCC;}


/* universal classes */

.small { font-size: 10px; line-height: 14px;}
.default {}
.large {}


.box {}
.whitebg { background-color: #FFFFFF; padding-right: 10px;}

.right { float:right;}
.left { float:left;}
.clear { clear: both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.formtable td{ padding:2px;}
.formstyle{ border:1px solid #efefef; padding: 2px 3px; width: 200px;}

#sidebar-content { width: 150px; padding-left:30px; padding-top: 30px;}
#main { padding-right: 30px;}
