/* universal style rule */

*{
/* block all browser default margins and padding */
	margin:0px;
	padding:0px;
}

html, body {
	background: #fff url(images/background.jpg) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;		
}

#wrapper {
	width: 800px;
	background: #fff;
	/* center the wrapper */
	margin: 0 auto;
}
	
#header {
	background: url(images/header.jpg) no-repeat;
	width:800px;
	height:100px;
	float:left;
}

#header h1 a{
	display: block;
	width:400px;
	height:100px;
	text-indent:-9999px;
}

/* top navigation */
#nav_top {
	float:left;
	background:#342773;
	width:800px;
	height:28px;
}
	
#nav_top ul{
	list-style-type:none;
	margin-left:425px;
}

#nav_top li{
	float:left;		
	padding:0 10px 0 10px;
	text-align:center;
	text-decoration: none;
}
		
#nav_top a,
#nav_top a:link,
#nav_top a:visited{
	text-decoration: none;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;	
	display:block;
	outline-style:none;	
	padding:5px;
}

#nav_top a:hover,
#nav_top a:active{
	border-bottom:solid 4px #DB7520;
	padding:5px;
} 


#nav {
	float:left;
	background:#ccc url(images/nav.jpg) no-repeat;
	width:800px;
	height:26px;
	margin: 0 auto;
	border-bottom:1px #ccc solid;

}

/* left navigation */
#left {
	float:left;
	width:109px;
	height: 650px;
	background:#fff url(images/left_side.jpg) no-repeat;
}

#left ul{
	margin-top:59px;
	margin-left:10px;
	list-style-type:none;
}

#left li{
	text-align:left;
	text-decoration: none;
}
		
#left a,
#left a:link,
#left a:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;	
	display:block;
	outline-style:none;	
	padding: 15px 0;
	width:99px;
}

#left a:hover,
#left a:active{
	color:#DB7520;
	text-decoration:none;
	}

/*main content*/
#content {
	background:#fff;
	padding:25px;
	float:left;
	width:640px;
}

a,
a:link,
a:visited{
	text-decoration: none;
	color: #F2A30F;
}

a:hover,
a:active{
	text-decoration:underline;
}

#content img {
	border:none;
}
	
#content, label p{
	font-family: Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

/* content headers*/
	#content h1, h2, h3 {
		font-family: Helvetica, sans-serif;
		color:#342773;
	}
	
	#content h1{
		font-size:20px;
		line-height:30px;
	}
	
	#content h2{
		font-size:16px;
		color:#000;
	}

/* top content */
#content_top{
	float:left;
	width:638px;
	padding:10px 0;	
	margin-bottom:10px;
}

/* left content */
#content_left{
	width:402px;
	float:left;
	margin:0 0 40px 0;
}

/* left content images */
#content_left ul{
	list-style-type:none;
}

#content_left li{
	border:none;
	height:auto;
}

/* right content */
#content_right{
	width: 215px;
	float:left;
	margin:0 0 40px 20px;
}

#content_right ul{
	padding-left: 1em;
}

#content_right li{
	line-height: 18px;
}

/* footer */
#footer {
	width:800px;
	height:70px;
	clear:both;
	background: #342773;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #B7B7B7;
}

#footer_left{
	float:left;
	width:490px;
	padding-left:10px;
}

#footer_right{
	float:left;
	width:300px;
}

#footer ul{
	display: inline;
}

#footer li{
	float:left;	
	margin:15px 0;
	border-right: 1px solid #fff;
	list-style: none;
	display: inline;	
}

#footer ul li.noborder {
	border-right: none;
	list-style:none;
	display:inline;	
}
		
#footer a,
#footer a:link,
#footer a:visited{
	text-decoration: none;
	color: #fff;
	outline-style: none;	
	padding: 0 10px;
}

/*footer bar links hover and active*/
#footer a:hover,
#footer a:active{
	color:#DB7520;
}

/* form */
label, input, select, textarea {
	display: block;
	margin: 5px 0;
} 

form {
	border-style:none;
}