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

*{
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url('../images/pageBG.png') repeat-x #FFF top center;
}

body{
	font-size:12px;
}

p{
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

img{
	border:none;
}

a{
	color:#f6841f;
	text-decoration:underline;
}

a:hover{
}

#wrapper{
	width:1000px;
	margin:0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-150px;
}



/**
 * NAV MENU
 */

#nav{
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-160px;
	font-weight:bold;
	font-size:16px;
	width:652px;
	height:42px;
	padding-top:25px;
	background:url('../images/navBG.png');
	text-align:center;
}

#navContent, .footerContent{
	width:1000px;
	margin:0px auto;
}

#nav ul{
	margin:0px auto;
}

#nav ul li{
	float:left;
	display:inline-block;
	height:18px;
	width:105px;
	overflow:hidden;
	text-align:center;
}

#nav ul li a{
	text-decoration:none;
	color:#000;
	display:inline-block;
}

#nav ul li a:hover{
	color:#FFF;
}

#nav .dropdown{
	height:18px;
}

#nav .dropdown:hover{
	height:auto;
}

.ddContent{
	border:1px solid #000;
	background:url('../images/subnavBG.png');	
	padding:5px;
}



/**
 * HEADER
 */
#header{
	height:150px;
}

#headerWrapper{
	width:1000px;
	margin:0px auto;
}

#header .logo{
	position:relative;
	top:20px;
}



/**
 * INDEX
 */
.welcomeContent{
	background:url('../images/welcomeContentBG.png');
	width:1044px;
	height:425px;
	margin-top:-40px;
}

.welcomeContentImage{
	margin-top:55px;
	margin-left:25px;
}

.welcomeContent .getStartedButton{
	margin-left:200px;
	margin-top:10px;
}

.indexIconList{
	padding-top:5px;
	width:40px;
	float:left;
}

.indexIconList img{
	margin-bottom:10px;
}

.indexIconContent{
	width:400px;
	float:right
}

.indexIconContent h2{
	margin:0px;
	padding:0px;
}

.indexIconContent p{
	margin:0px;
	padding:0px;
}

.indexIconContent .slot{
	height:50px;
	overflow:hidden;
}
 


/**
 * FOOTER
 */
.footer{
	clear:both;
	background:#444;
	width:100%;
	height:110px;
	padding:20px 0px;
	color:#FFF;
}

.footerSpace{
	height:150px;
}

.footer h2{
	margin:0px;
	padding:0px;
}

.footerCol{
	float:left;
	margin-right:30px;
}

.footer a:hover{
	color:#FFF;
}



/**
 * TICKER
 */
#ticker{
	font-family:Arial, Helvetica, sans-serif;
	background:url('../images/ticker/tickerBG.png');	
	padding-top:8px;
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	color:#000;
	font-weight:bold;
	float:right;
	margin-right:40px;
	width:332px;
	height:92px;
}


#tickerDescription{
	font-size:12px;
}

#tickerNumbers{
	padding-right:10px;	
}

#ticker a img{
	border:none;	
}



/**
 * FORMS
 */
input, textarea, select{
	background:#f6841f;
	border:1px solid #000;
	padding:3px;
}
 
input{
	width:200px;
}

textarea{
	width:100%;
	height:50px;
}

.formField{
	width:100%;
}

.fieldLabel{
	width:20%;
	float:left;
}

.fieldInput{
	width:79%;
	float:left;
}



/**
 * MISC
 */
.leftHalf{
	width:450px;
	float:left;
	margin-left:25px;
}
.rightHalf{
	width:450px;
	float:left;
	margin-left:25px;
}

.half{
	width:50%;
	float:left;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clear, .clear10, .clear20, .clear30, .clear40, .clear50{
	clear:both;
}

.clear10{
	height:10px;
}

.clear20{
	height:20px;
}

.clear30{
	height:30px;
}

.clear40{
	height:40px;
}

.clear50{
	height:50px;
}

.siteButton{
	background:url('../images/siteButton.png');
	display:block;
	text-align:center;
	cursor:pointer;
	width:169px;
	height:24px;
	padding-top:10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.siteButton:hover{
	color:#FFF;
}

.bulletCol{
	width:20px;
	float:left;
}

.bulletContentCol{
	width:200px;
	float:left;
}

.fine{
	font-size:10px;
}
