@charset "utf-8";

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

a{ text-decoration: underline; color:#666666;}
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-row {
	height: 263px;
	}

#nav { width: 299px;}
#nav ul { list-style: none;}
#nav li {}
#nav a {
	display: block;
	text-indent: -3000px;
	text-decoration: none;
	background-repeat:no-repeat;
	}
	#nav-welcome { background-image:url(../images/nav-welcome.jpg); height: 54px;}
	#nav-company { background-image:url(../images/nav-company.jpg); height: 49px;}
	#nav-events { background-image:url(../images/nav-events.jpg); height:50px;}
	#nav-financial { background-image:url(../images/nav-financial.jpg); height:48px;}
	#nav-request { background-image:url(../images/nav-request.jpg); height:62px;}
	
	#nav-welcome:hover { background-image:url(../images/nav-welcome-over.jpg); height: 54px;}
	#nav-company:hover { background-image:url(../images/nav-company-over.jpg); height: 49px;}
	#nav-events:hover { background-image:url(../images/nav-events-over.jpg); height:50px;}
	#nav-financial:hover { background-image:url(../images/nav-financial-over.jpg); height:48px;}
	#nav-request:hover { background-image:url(../images/nav-request-over.jpg); height:62px;}


#banner{
	width: 576px;
	height: 263px;
	position: relative;
	}
	#car-tail {
		position: absolute;
		top: 180px;
		right: -21px;
		}

#wrapper {
	background: url(../images/content-ex.jpg) repeat-y;
	}
	#content {
		background: url(../images/content-top.jpg) no-repeat top;
		}
	#leftcol { width: 607px; padding-top: 30px;}
		#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: 50px 14px 0px 10px;}
		#rightcol h2 { color: #FFFFFF; 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;
		}
	
#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;}