html, body {
	height: 100%;
	margin: 0;
}
body {
	background-color: #585855;
	background-image: url(images/body_bkgnd.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#container {
	background-color: #C2C2C2;
	background-image: url(images/container_bkgnd.gif);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	width: 960px;
}
#nav {
	margin: 0px;
	float: left;
	width: 145px;
}
#nav img{
	margin: 0px;
	display: block;
	border: 0;
}
#content {
	background-color: #fff;
	float: left;
	height: 100%;
	width: 796px;
	padding: 0px;
	margin: 0px;
}
#header {
	height: 80px;
	width: 796px;
	margin: 0px;
	background-color:#C2C2C2;
}
#mainimage {
	width: 796px;
	height: 278px;
	background-image: url(images/main_image.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 82px 0 0 0;
}
#mainimage h1{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #9aa42d;
	margin: 0px 33px 0px 332px;
}
#mainimage p{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
	margin: 16px 33px 0px 332px;
}
#statement {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: bold;
	color: #416D9F;
	float: left;
	width: 365px;
	background-color: #fff;
	padding: 11px 25px 11px 25px;
}
#statement img{
	display: block;
	float: right;
}
#statement p {
	margin: 0;
}
#driver1 {
	float: left;
	width: 381px;
	height: 196px;
	background-image: url(images/whats_new.gif);
	background-color: #fff;
}
#driver1 p{
	margin: 42px 0px 13px 11px;
	width: 111px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #1D1736;
	font-size: 16px;
	line-height: 24px;	
}
#driver2 {
	float: left;
	width: 381px;
	height: 118px;
	background-color: #fff;
}
#driver2 p{
	margin: 6px 20px 13px 11px;
	width: 350px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #1D1736;
	font-size: 16px;
	line-height: 24px;
}
#contentbody {
	background-color: #FFFFFF;
	background-image: url(images/top_curves.gif);
	background-position: top;
	background-repeat:	no-repeat;
	width: 796px;
	min-height: 400px;
	padding: 20px 0 0 0;
	margin: 0px;
}
#contentbody h1{
	width: 500px;
	background-color: #FFFFFF;
	color: #AA2F66;	
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0px 20px 0px 40px;
}
#contentbody p {	
	margin: 0px 20px 12px 40px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #1D1736;
	font-size: 13px;
	line-height: 26px;
}

#bottom {
	background-image: url(images/bottom_rounded.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 5px;
	width: 796px;
}
#footer {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #fff;
	padding-top: 8px;
	background-color: #c2c2c2;
}
#footer a:link{
	color: #fff;
	text-decoration: none;
}
#footer a:visited{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer a:active{
	color: #fff;
	text-decoration: underline;
}
.signature {
	float: right;
}

/*Forms defaults*/

input, textarea {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#000;

}


label {
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#000;
}

label.chosen {
	color:#333;
}



/*Transparent items*/

.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}

.transparentFake {
	background:none;
	border:none;
}

.transparent2 {
	z-index:10;
}



/*Text inputs*/

.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

.textinputHovered {	background-position:left bottom;

}



/*Text areas*/

.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

.textareaHovered {
	background-position:left bottom;

}


/*Selects*/

.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}

.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}

.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}

.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}

.selectArea .right i {	display:none;

}

.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}



/*Selects drop-down*/

.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}

.optionsDivInvisible {
	display:none;
}

.optionsDivVisible {
	display:block;
}

.optionsDivVisible p {
	margin:0;
	padding:0;
}

.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}

.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}


/*Button*/

.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}

.buttonSubmitHovered {
	background-position:left bottom;
}


form {
	margin: 0 40px 0 40px;
	display: block;
	float: left;
}
.item {
	padding: 0px 40px 20px 0px;
	margin: 0 0 20px 0;
}
.item img {
	float: left;
	margin: 0 200px 40px 40px;
}
.item h1 {
	float: left;
	margin: 0px;
	width: 360px;
}
.item p {
	float: left;
	margin: 0 0 0 20px;
	width: 360px;
}
.item p img{
	float: left;
	margin: 0px;
}
.item h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #2C5CC0;
	margin: 0 0 0 40px;
	float: left;
	width: 360px;
}



/*Test div - testing if stylesheets are enabled*/

#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
hr {
	color: #527FAE;
	background-color: #527FAE;
	size: 1;
	clear: both;
	margin: 20px 40px 20px 40px;
	display: block;
}