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

*{
	margin:0px;
	padding:0px;
}

body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333;
	line-height:20px;
}

a{
	outline:none;
}

a:link, a:visited{
	color:#0096E2;
	text-decoration:none;	
}

a:hover, a:active{
	text-decoration:underline;	
}

div p span{
	display:none;
}

#container{
	width:918px;
	background:url(../images/container_bg.jpg) repeat-y;
	margin:0px auto;
	padding-bottom:20px;
}

#logo{
	width:506px;
	height:112px;
	float:left;
	background:url(../images/logo.jpg) no-repeat;
}

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url(../images/nav.jpg) no-repeat; 
	width:412px; 
	height:112px; 
	margin:0;
	padding:0; 
	list-style-type:none;
	float:left;
	}

#nav span { display: none; }

#nav li, #nav a { height:112px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 77px;}
#nav-02 { width: 70px;}
#nav-03 { width: 85px;}
#nav-04 { width: 110px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url(../images/nav.jpg)  -0px -112px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.jpg) -77px -112px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.jpg) -147px -112px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.jpg) -232px -112px no-repeat; }

#header{
	background:url(../images/header.jpg) no-repeat;
	height:256px;
	clear:left;
}

#leftcol{
	width:652px;
	float:left;
}

	#leftcol h1, #leftcol h2{
		font-size:22px;
		color:#0096E2;
		margin:17px 20px 0px 40px;
		line-height:24px;
	}

	#leftcol p{
		margin:17px 20px 0px 40px;
	}
	
	#leftcol ul{
		margin:17px 20px 0px 50px;
	}
	
	#leftcol form{
		margin:17px 20px 0px 40px;
	}
	
		#leftcol input, select{
			margin-bottom:10px;
			border:2px solid #333 !important;
			background:#333 !important;
			color:#FFF;
		}
	
		#leftcol textarea{
			width:450px;
			border:2px solid #333 !important;
			background:#333 !important;
			color:#FFF;
			font-family:Helvetica, Arial, sans-serif
		}
		
	body#flyer #link-contain, body#success #link-contain{
		width:612px;
		margin-left:40px;
		margin-top:10px;
	}
	
		body#flyer #link-contain img, body#success #link-contain img{
			margin-left:10px;
			margin-top:10px;
		}

#rightcol{
	width:266px;
	float:left;
}

	#rightcol a{
		display:block;
		height:79px;
		width:266px;
		background:url(../images/rightcol_top.jpg) no-repeat;
	}

	#rightcol div#content{
		background:url(../images/rightcol_bg.jpg) repeat-y;
	}
	
		div#content h3{
			color:#0096E2;
			font-size:30px;
			margin:20px 15px 0px 22px;
			padding-top:16px;
			font-weight:normal;
		}
		
		div#content p{
			color:#FFF;
			font-size:16px;
			margin:0px 15px 0px 24px;
			padding-top:16px;
		}
	
		div#content li{
			color:#FFF;
			margin:10px 50px 5px 35px;
		}
		
			div#content li#rightcol-li-last{
				margin-bottom:0px;
			}
	
	#rightcol div#contentbottom{
		background:url(../images/rightcol_bottom.jpg) no-repeat;
		height:37px;
	}

#clear{
	clear:both;
	height:20px;
}

#footer{
	background:url(../images/footer.jpg) no-repeat;
	height:50px;
	padding-top:35px;
}

	#footer p{
		text-align:center;
		color:#FFF;
	}
	
	#container div#footer a:link, #container div#footer a:visited{
		color:#FFF;
	}

	#footer p a:hover, #footer p a:active{
		color:#FFF;
	}