/* CSS Document */

body {
	background: #303a4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #050505;
	margin-top: 40px;
	}

#global {
	width: 902px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#container {
	width: 902px;
	float: left;
	}

#header {
	width: 826px;
	height: 105px;
	float: left;
	background: url(images/headerbg2.jpg) no-repeat;
	position: relative;
	left: 38px;
	}

#logo {
	width: 201px;
	height: 105px;
	float: left;
	position: relative;
	left: 9px;
	}

#nav {
	width: 826px;
	height: 26px;
	float: left;
	border-top: 1px solid #ffffff;
	background: #293c5e;
	position: relative;
	left: 38px;
	}

#nav ul {
	margin: 0px;
	padding-left: 0px;
	margin-left: 0px;
	position: relative;
	top: 5px;
	}

#nav ul li {
	display: inline;
	list-style: none;
	}

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 4px;
	padding-bottom: 7px;
	border-right: #586d99 1px solid;
	}

#nav a:hover {
	color: #6d7ea1;
	}

#navshadow {
	width: 826px;
	height: 13px;
	float: left;
	position: relative;
	left: 38px;
	background: url(images/navshadow.jpg) no-repeat;
	}

#content {
	width: 826px;
	float: left;
	background: #456fbc url(images/manonchair.jpg) no-repeat;
	background-position: bottom left;
	position: relative;
	left: 38px;
	padding-bottom: 110px;
	}
	
#contenttext {
	width: 516px;
	position: relative;
	left: 30px;
	float: left;
	padding-top: 20px;
	}
	
#contenttext h1 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #282967;
	text-transform: uppercase;
	}

#contenttext h2 {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	}

#contenttext h3 {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	}

#footer {
	width: 826px;
	height: 32px;
	float: left;
	border-top: 1px solid #ffffff;
	background: url(images/footerbg2.jpg) no-repeat;
	position: relative;
	left: 38px;
	color: #a8a8a8;
	}

#footer p {
	position: relative;
	top: 7px;
	left: 15px;
	}

#footer a {
	color: #3c64aa;
	}

#shadow {
	width: 902px;
	height: 78px;
	float: left;
	background: url(images/shadow.jpg) no-repeat;
	}

img {
	border: 0px;
	}

p {
	margin: 0 0 1em 0;
	}

a {
	color: #2c258b;
	}
	
/* Form */

form {
	margin: 0px;
}

label,input,select,textarea {
	display: block;
	float: left;
	margin-bottom: 6px;
	font-weight: bold;
}

label {
	text-align: right;
	width: 150px;
	padding-right: 10px;
}

input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #efefef;
}

.req {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #ff0000;
	font-weight: bold;
}

.star {
	width: 10px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #ff0000;
	font-weight: bold;
}

br {
	clear: left;
}

.buttons {
	width: 180px;
	float: left;
	position: relative;
	left: 170px;
}

.reset {
	margin-left: 5px;
}