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

body{
	background:#282828;
	color:#000;
	font-size:12px;
	font-family: arial, sans-serif;
}

p{
	line-height:200%;
}

.footer p{
	line-height:120%;
}

.alert{
	
	padding:10px;
	background:#f58400;
	font-size:1.3em;
	
}

button{
	font-size:.8em;
}

.loginbtn{
	padding:0px 10px;
}

.nav{
	right:0px;
	top:80px;
	width:670px;
	position:absolute;
}

.nav ul, .fnav ul{
	margin:0px;
	padding:0px;
}

.nav li, .fnav li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	overflow:hidden;
	display:block;
	float:left;
	width:auto;
}

.mainNav{
	width:auto;
	float:left;
	margin:0px;
	display:inline;
	overflow:hidden;
	padding:8px 15px;
	background:url('/images/site_nav_left.jpg') top left no-repeat;
}

.nav li a{
	margin-left:1px;
	overflow:hidden;
	background:url('/images/site_nav.jpg') top right no-repeat;
	display:block;
	border:0px;
}

.fnav li a{
	display:block;
	padding:0px 10px;
	border-right:1px solid #b8b8b8;
}

.fnav li a.last{
	border:0;
}

.right{
	float:right;
	width:auto;
	text-align:right;
}

.nav li a:hover{
	color:#ffffff;
}

.fnav li a:hover{
	color:#fff;
}

#login{
	color:#fff;
	padding:20px;
	display:none;
}

.loginBtn{
	display:block;
	width:106px;
	height:23px;
	float:right;
	background:url('/images/site_login.png') no-repeat;
}

#loginBtn{
	width:100%;
	height:100%;
	display:block;
	background:url('/');
}

#login label{
	color:#fff;
}

.logo{
	display:block;
	width:auto;
	padding-top:23px;
	float:left;
	padding-left:30px;
}

a{
	text-decoration:none;
	color:#aaa;
}

a.hp{
	text-decoration:underline;
	color:#ffffff;
}

.container{
	width:1000px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

.header{
	background: #010101 url('/images/site_header_bg.jpg') repeat-x;
	height:110px;
	overflow:hidden;
}

.flash{
	background:#000000;
	border-bottom:8px solid #e8eef7;
	border-top:8px solid #e8eef7;
}

.content{
	background: #e5e5e5 url('/images/site_content_bg.jpg') repeat-x;
	border-bottom:1px solid #e8eef7;
	padding:30px;
}
.footer{
	background: #282828 url('/images/site_footer_bg.jpg') repeat-x;
	padding:30px 0px 10px 0px;
}

.footerLinks{
	padding:0px 0px 30px 0px;
}

.footerContent{
	width:998px;
	margin:0 auto;
	background: #131313 url('/images/site_footer_top.jpg') no-repeat top center;
}
.footerContentMain{
	background: url('/images/site_footer_btm.jpg') no-repeat bottom center;
	padding:30px;
	overflow:auto;
	display:block;
}

.footerCol1{
	width:315px;
	float:left;
}

.footerCol2{
	width:150px;
	float:left;
	margin-left:40px;
	color:#fff;
}

.footerCol2 li{
	list-style-type:none;
	padding-left:20px;
	margin-bottom:5px;
	background:url('/images/site_footer_services_arrow.jpg') no-repeat center left;
}

.footerCol3{
	width:380px;
	float:left;
	margin-left:40px;
	color:#ffffff;
}

.footerCol3 td{
	padding:10px;
}

h3.hp{
	color:#fff;
	font-size:18px;
	font-weight:normal;
}

p.hp{
	font-weight:12px;
	color:#b8b8b8;
}

.gallery_icon{
	float:left;
	width:auto;
	margin:5px;
}