/* CSS Document */
@import url(reset.css);

body {
background: url(../images/bg.jpg) 0 0 repeat-x #000;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
padding-bottom: 1em;
line-height: 1.15em;
color: #404040;
}

a {
color: #FF0000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.clrb {
clear: both;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.2em;
}

h1, h2, h3, h4 {
margin: .5em 0 .25em 0;
color: #fff;
font-weight: bold;
}

strong {
color: #fff;
font-weight: bold;
}

#wrapper {
width: 974px;
margin: auto;
}

#header {
width: 1000px;
height: 239px;
background: url(../images/header.jpg) center top no-repeat;
text-transform: uppercase;
position: relative;
}

#message {
color: #fff;
float: right;
position: absolute;
right: 280px;
top: 6px;
}

#status{
color:Red;	
position: absolute;
right: 10px;
top: 6px;	
width: 200px;
}

#login {
position: absolute;
top: 6px;
right: 35px;
font-weight: bold;
text-decoration: none;
}

#login:hover {
text-decoration: underline;
}

#nav {
position: absolute;
right: 114px;
top: 27px;
}

#nav li, #nav li a {
display: block;
float: left;
height: 45px;
text-indent: -9999px;
}

#nav li a:hover, #nav li a.active {
background-position: center -45px;
}

#home {
background: url(../images/home.gif) center 0 no-repeat;
width: 119px;
}

#ad {
background: url(../images/ad.gif) center 0 no-repeat;
width: 113px;
}

#pub {
background: url(../images/pub.gif) center 0 no-repeat;
width: 118px;
}

#about {
background: url(../images/about.gif) center 0 no-repeat;
width: 114px;
}

#main {
width: 940px;
background: url(../images/main.jpg) 19px bottom repeat-y;
margin: auto;
padding: 1px 30px;
}

#footer {
height: 87px;
background: url(../images/footer.jpg) 0 0 no-repeat;
color: #acacac;
padding: 13px 15px 13px 180px;
position: relative;
}

#footer .bottom {
position: relative;
top: 35px;
width: 100%;
font-size: .9em;
}

#footer .bottom span {
float: right;
color: #fff;
width: 50%;
overflow: visible;
}

#footer .bottom span a {
color: #fff;
}

.normal {font: normal 12px/16px tahoma, arial, verdana, sans-serif; color:#FFFFFF;}
.large {font: normal 16px/20px tahoma, arial, verdana, sans-serif;}



	#contactPlaceHolder {
		background:none repeat scroll 0 0 #000000;
		border: 3px Solid;
		color: White;
		padding:5px 6px 40px;
		width:550px;
		height:auto;
		margin:0 auto 40px auto;
	}
	
	#contactPlaceHolder.thankyou {
		font-size:20px;
		font-weight:bold;
		height:185px;
		line-height:32px;
		padding:95px 0 0;
		border:1px solid black;
	}
	
	#contactPlaceHolder input, #contactPlaceHolder select {
		
	}
	
	#contactPlaceHolder h2.thanks, #contactPlaceHolder p.thanks { text-align:center;}
		.btn_submit {
			background: url(../images/DPSignUp.jpg) no-repeat top left;
			width: 150px;
			height: 50px;
			text-indent:-90000px;
			display:inline-block;
			text-align:left;
			float:right;
		}
		
		.btn_submit:hover {
			background: url(../images/DPSignUp_H.jpg) no-repeat top left;
		}
		
		.form_contact {
		padding-left:31px;
		width:558px;
		}
		.lay_form .side_col {
		float:left;
		}
		.lay_form {
		padding-bottom:10px;
		}
		.contact_info {
		font-size:15px;
		}
		.contact_info li {
		line-height:20px;
		}
		.notice {
		padding:20px 0 6px;
		}
		.lay_form .b_r_s {
		background:none repeat scroll 0 0 #000000;
		border:0 none;
		padding:0 6px 16px;
		}
		.lay_form .tl, .lay_form .tr, .lay_form .bl, .lay_form .br {
		background:url("../images/c_s_solid_2.png") repeat scroll 0 0 transparent;
		}
		.f_row {
		font-size:16px;
		padding-top:13px;
		display:inline-block;
		
		}
		.ta, .tf {
		border:1px solid #C5C5C5;
		font-size:16px;
		height:19px;
		line-height:19px;
		padding:0 5px;
		width:240px;
		}
		.ta {
		height:84px;
		overflow:auto;
		width:512px;
		}
		.s_row {
		padding-left:10px;
		padding-right:10px;
		width:524px;
		}
		.asterix {
		color:#F7991F;
		}
		.legend {
		float:left;
		}
		small {
		font-size:10px;
		}
		.f_col {
		float:left;
		padding:0 10px;
		width:252px;
		}
		.field-validation-error {
			color:red;
		}
		span.field-validation-error {
			display:block;
			margin-left:7px; 
		}

