* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

a img {
	border:0;
}

body {
	background:url(images/bg_body.jpg) #8d8d97 repeat-x;
}

#wrapper {
	width:961px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

/* -------------------------- HEADER -------------------------------- */

#header {
	background:url(images/header.jpg) top left no-repeat;
	height:145px;
	text-align:right;
}

#header h1 {
	padding:50px 20px 0 0;
	color:#75ae3e;
}

/* --------------------------- CONTENT-TOP -------------------------------- */

#content-top {
	height:308px;
	background:url(images/bg_mid.jpg) #fff no-repeat;
	padding:0 0 0 0;
}

#content-top #flash {
	width:514px;
	float:left;
	padding:1px 34px 0 0;
}

form {
	width:365px;
	padding:92px 0 0 0;
	float:left;
}

label {
	font-size:.75em;
	color:#545252;
	width:85px;
	float:left;
}

label span, label.required {
	color:#f00;
}

input {
	width:270px;
	float:left;
	margin:0 0 10px 0;
	padding:1px 2px;
	font-size:.7em;
	color:#545252;
}

textarea {
	width:270px;
	height:30px;
	float:left;
	margin:0 0 10px 0;
	padding:1px 2px;
	font-size:.7em;
	color:#545252;
	font-family:Arial, Helvetica, sans-serif;
}	

* html textarea {
	float:none;
}

#submit {
	width:256px;
	height:23px;
	margin:0 0 0 20px;
}

* html #submit {
	margin:-17px 0 0 10px;
	float:right;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #right {
		margin-bottom:20px;
	}
}

#content-top #success {
	padding:120px 0 0 0;
	color:#1b4a84;
}

/* --------------------------- CONTENT-BOTTOM -------------------------------- */

#content-bottom {
	background:url(images/bg_bot.jpg) repeat-y;
}

h2 {
	color:#75ae3e;
	font-size:1.15em;
	margin:0 0 15px 0;
}	

#left {
	float:left;
	padding:15px 30px 0 50px;
	width:435px;
}

#left p {
	font-size:.8em;
	color:#1b4a84;
	margin:0 0 10px 0;
}

#left ul {
	margin:0 0 0 15px;
}

#left li {
	color:#1b4a84;
	margin:0 0 10px 0;
	font-size:.8em;
}

#right {
	float:left;
	width:445px;
}

#right p {
	color:#545252;
	font-size:.9em;
	padding:40px 40px 20px;
	line-height:30px;
}

#right img {
	float:right;
	margin:0 45px 0 0;
	display:inline;
}

/* --------------------------- FOOTER -------------------------------- */

#footer {
	background:url(images/bg_footer.png) #8d8d97 top no-repeat;
	font-size:.55em;
	padding:50px 0 0 0;
	position:relative;
	height:50px;
}

#footer a {
	color:#000;
}

#footer #inner {
	position:absolute;
	top:50px;
	right:0;
}





















