/* Reset default browser styles */
@import url('reset.css');

/* Rebuild default browser styles */
@import url('rebuild.css');
body {
	font-size:.9em;
	margin-top: 0px;
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFF url(../images/van.jpg) 800px 50px no-repeat;
}
#wrapper {
	 width:939px; 
	margin: 40px auto;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 10px #b8b8b8;
	-moz-box-shadow: 0px 0px 10px #b8b8b8;
	box-shadow: 0px 0px 10px #b8b8b8;
	border: 1px solid #999;
	_padding: 10px 10px 3px 10px;
	padding: 20px 20px 7px 20px;	
}
#header {
	color:#FFF;
	padding: 20px 50px 70px 20px;
	height:30px;
	width:869px;
	
}

#mainContent {
	float:left;
	width:520px;
	padding:15px 0 15px 15px;
	
}
#right {
	margin: 0 0 0 560px;
	width: 380px;
	background:#fff;
	
}
#footer {
	width:919px;
	background:#2C73BA;
	padding:10px;
}
h1 {
	color:#009DDD;
	font-size: 1.6em;	
}

h2 {
	color:#2C73BA;
	font-size:1.6em;
	width:200px;
	border-bottom:#CCC 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.title {
	font-size: 1em;
	float:left; margin:20px 0 0 5px; width:120px;
}
h3 {
	color:#2C73BA;
	font-size:1.3em;
	width:50%;
	border-bottom:#CCC 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	display:block;
	
}
h4 {
	color:#2C73BA;
	font-size:1.1em;
	
}
#application {
width:500px;
}

#application label{
	float:left;
	display:block;
	}
#application fieldset {
	height:50px;
	border: none 0;
	width:400px;
}
#application .field, #application .area{
	width:220px;
	border:1px solid #d5d5d5;
	display:block;
	padding:3px;
	background:#fff url(../images/input-bg.png) repeat-x;
}
#application .left {
	float:left;	
}
#application .right {
	float:right;	
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#application .submit {
	padding:1em 0;
	text-align:right;
}
#application button {
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	border:0;
	overflow:hidden;
	width:160px;
	height:39px;
	background:#2C73BA;
	cursor:pointer;
}
.innerfooter {
	background:#009DDC; 
	height:30px; 
	padding:7px 7px 0px 7px; 
	color:#FFF;	
}
label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
	}
	
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: none;
	color: #333;
}
#nav a:active {
	text-decoration: none;
	color: #333;
}
#nav {
	height:100px; 
		
}
#nav ul {
	list-style:none;
	margin:0px;
}
#nav ul li {
	float:left;
	padding:3px 0;
	margin:1px;
	width:160px;
	background:#00AFDF;
	text-align:center;
}
#mainContent a:link {
	color:#009DDD;
}
#mainContent a:visited {
	color:#009DDD;
}
#mainContent a:hover {
	color:#009DDD;
	text-decoration:underline;
}
#mainContent a:active {
	color:#009DDD;
	text-decoration:underline;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #333;
}
#footer a:active {
	text-decoration: none;
	color: #333;
}	

