/* resetting css*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

img {
	border: none;
}

body {
	font-family: Trebuchet MS, Verdana, Tahoma;
	font-size: 12px;
	background: #0d3a72;
}

#headerwrapper {
	width: 100%;
	height: 206px;
	background: url(../images/headerbg.png) repeat-x;
	float: left;
}
#header {
	width: 800px;
	height: 206px;
	margin: 0 auto;
}
#headerborder {
	width: 100%;
	height: 2px;
	background: url(../images/headerborder.png) repeat-x;
	float: left;
	clear: both;
}
#logotext {
	width: 338px;
	height: 44px;
	float: left;
	margin: 0 0 0 0;
	background: url(../images/logotext.png) no-repeat;
}
#logocrest {
	width: 105px;
	height: 133px;
	float: left;
	clear: left;
	background: url(../images/logocrest.png) no-repeat;
	margin: 0 0 0 0;
}
#mainmenu {
	width: 500px;
	height: 35px;
	float: right;
	margin: 10px 0 0 0;
}
#mainmenu span.left {
	width: 6px;
	height: 35px;
	background: url(../images/menuleft.png) no-repeat;
	margin: 0;
	display:block;
	float: left;
}

#mainmenu span.right {
	width: 6px;
	height: 35px;
	background: url(../images/menuright.png) no-repeat;
	margin: 0;
	display: block;
	float: left;
}
#mainmenu a {
	padding: 0 10px 0 10px;
	height: 35px;
	line-height: 35px;
	background: url(../images/menubg.png) repeat-x;
	display: block;
	float: left;
	text-decoration: none;
	color: #fefefe;
}
#contentwrapper {
	width: 100%;
	min-height: 400px;
	background: url(../images/bodybg.png) repeat-x #fcfcfc;
	float: left;
	clear: both;
	margin: 0 0 0 0;
}
#content {
	width: 800px;
	margin: 0 auto;
	float: none;
}

#content h1 {
	font-size: 15px;
	margin: 7px 0 7px 0;
	color: #003399;
}

#content p {
	margin: 0 0 7px 0;
	float: none;
}

#content img.link {
	margin: 0 10px 10px 10px;
}

#contactfield {
	float: left;
	width: 420px;
	clear: both;
}

#contactfield2 {
	float: right;
	width: 360px;
	clear: right;
}

#contactfield2column1 {
	width: 130px;
	float: left;
}

#contactfieldcolumn2 {
	width: 200px;
	float: right;
}

#contactfooter {
	float: left;
	clear: both;
}

#formfield {
	width: 420px;
	margin: 0 0 5px 0;
	clear: both;
}

#formfieldtitle {
	float: left;
	width: 50px;
	line-height: 34px;
	font-size: 13px;
	color: #124fb5;
	font: Georgia;
	font-style: italic;
	margin: 0 0 0 5px;
}

#inputbackground {
	width: 360px;
	height: 34px;
	background: url(../images/inputbackground.png) no-repeat;
	font-size: 12px;
	color: #333333;
	border: none;
	float: right;
}
	
#textareabackground {
	width: 360px;
	height: 154px;
	background: url(../images/textareabackground.png) no-repeat;
	font-size: 12px;
	color: #333333;
	float: right;
}

input.contactfield {
	margin: 6px 6px 6px 10px;
	border: none;
	width: 344px;
	height: 23px;
	line-height: 23px;
}

textarea.contactfield {
	margin: 5px 6px 6px 10px;
	border: none;
	width: 344px;
	height: 143px;
	line-height: 23px;
}

#footerwrapper {
	width: 100%;
	height: 53px;
	background: url(../images/footerbg.png) repeat-x;
	float: left;
	clear: both;
	margin: 0 0 0 0;
} 

#footer {
	width: 800px;
	margin: 0 auto;
	line-height: 53px;
}

#footer #copyright {
	font-size: 10px;
	color: #fefefe;
	float: left;
}
#footer #validated {
	width: 88px;
	float: right;
	margin: 15px 0 0 10px;
}

#footer #aco {
	width: 109px;
	height: 49px;
	background: url(../images/footeraco.png) no-repeat;
	float: right;
	margin: 4px 0 0 0;
}

#ie6 {
	width: 100%;
	heigh: 40px;
	background: #CC6666;
	border-bottom: 1px solid #990000;
}

#ie6 p {
	color: #990000;
	text-align: center;
	margin: 10px 0 10px 0;
}

