html, body, form, p, h1 { 
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
body {
	font-size: 14px;
	font-family: arial;
	background: #C10000;
}
#main {
	width: 900px;
	padding: 0 20px 0 20px;
	margin: 0px auto;
}
#header {
	width: 900px;
	height: 175px;
	background: url(images/header.jpg) no-repeat;
	float: left;
}
#header #logo {
	width: 164px;
	height: 131px;
	padding: 30px 0 0 30px;
	float: left;
}
#content_main {
	width: 856px;
	background: url(images/content_bottom.gif) #E7F2FF no-repeat 0 bottom;
	padding: 0 22px 5px 22px;
	float: left;
}
#menu {
	width: 650px;
	height: 33px;
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}
#menu li {
	margin: 0px;
	padding: 0 3px 0 0;
	float: left;
}
#menu li span {
	height: 26px;
	background: url(images/menu_left.gif) no-repeat;
	padding: 7px 13px 0 13px;
	float: left;
}
#menu li a:hover span {
	background: url(images/menu_hover_left.gif) no-repeat;
}
#menu a {
	height: 33px;
	color: #504930;
	font-size: 13px;
	text-decoration: none;
	background: url(images/menu_right.gif) no-repeat right 0;
	cursor: pointer;
	float: left;
}
#menu a:hover {
	color: #FFFFFF;
	background: url(images/menu_hover_right.gif) no-repeat right 0;
}
/*----------------- ACTIVE NAVIGATION STYLES ---------------------*/
body.home #home, body.history #history, body.projects #projects, body.gallery #gallery, body.media #media, body.careers #careers, body.contact #contact {
	color: #FFFFFF;
	background: url(images/menu_hover_right.gif) no-repeat right 0;
}
body.home #home span, body.history #history span, body.projects #projects span, body.gallery #gallery span, body.media #media span, body.careers #careers span, body.contact #contact span {
	background: url(images/menu_hover_left.gif) no-repeat;
}
/*----------------- END ACTIVE NAVIGATION STYLES ---------------------*/
#phone {
	width: 174px;
	height: 26px;
	padding: 7px 0 0 0;
	float: right;
}
#sidebar {
	width: 212px;
	font-size: 12px;
	padding: 10px 0 30px 0;
	float: left;
}
#sidebar #login {
	width: 192px;
	color: #3A5371;
	background: #98A8BB;
	border-top: 1px solid #000000;
	padding: 12px 10px 12px 10px;
	margin: 30px 0 20px 0;
	float: left;
}
#sidebar #login h1 {
	width: 192px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: -35px 0 0 0;
	_position: relative;
	float: left;
}
#sidebar #login p {
	color: #FFFFFF;
	padding-bottom: 5px;
}
/*#sidebar #login label {
	color: #504930;
	font-size: 13px;
	padding: 7px 0 18px 0;
	float: left;
}
#sidebar #login .input {
	width: 110px;
	height: 21px;
	font-size: 11px;
	font-family: arial;
	background: url(images/input_bg.gif) no-repeat;
	border: 0;
	padding: 8px 2px 2px 4px;
	margin: 0 0 10px 0;
	float: right;
}*/
#sidebar #login .submit {
	cursor: pointer;
	float: right;
}
#sidebar .block {
	width: 192px;
	color: #3A5371;
	line-height: 1.6;
	border-bottom: 1px solid #3A5371;
	padding: 12px 10px 12px 10px;
	float: right;
}
#sidebar .block p {
	display: block;
}
#sidebar .block span {
	font-weight: bold;
}
#sidebar .bt {
	border-top: 1px solid #3A5371;
	margin-top: 20px;
}
#content {
	width: 621px;
	padding: 10px 0 30px 0;
	float: right;
}
#content #img {
	padding: 0 0 15px 0;
	display: block;
}
#content h1 {
	font-size: 19px;
	font-weight: normal;
	padding: 0 0 10px 0;
	display: block;
}
#content p {
	font-size: 14px;
	line-height: 1.75;
	padding: 0 15px 20px 0;
	display: block;
}
#content ul {
	margin-top: 0px;
}
#content li {
	line-height: 1.75;
	padding-bottom: 10px;
}
#content ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000000;
}
#content ul li a span {
	text-decoration: underline;
}
#content ul li a:hover {
	text-decoration: none;
	background: #c3d9f3;
}
#bottom_menu {
	width: 836px;
	font-size: 12px;
	text-align: right;
	border-bottom: 1px solid #000000;
	padding: 10px 10px 8px 10px;
	float: left;
}
#bottom_menu a {
	color: #000000;
}
#bottom_txt {
	width: 836px;
	font-size: 10px;
	padding: 8px 10px 5px 10px;
	float: left;
}
#footer {
	width: 836px;
	color: #C17272;
	font-size: 10px;
	text-align: right;
	padding: 8px 32px 8px 32px;
	float: left;
}
#footer a {
	color: #C17272;
}
#bottom_menu a:hover, #footer a:hover {
	text-decoration: none;
}

#contentsubpage {
	width: 100%;
	padding: 10px 0 30px 0;
	float: left;
}
#contentsub p {
	font-size: 13px;
	line-height: 2.2;
	padding: 0 0 15px 0;
	display: block;
	margin-bottom: 5px;
}
/*----------- FORM STYLES -----------------*/
#content form{
	width: 475px;
	float: left;
}
#content fieldset{
	border: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#content label{
	/*float: left;*/
	width: 98%;
	text-align: left;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
#content label span{
	font-size: 11px;
	font-weight: normal;
}
#content input{
	width: 98%;
	padding: 6px;
	margin: 0px 0px 10px 0px;
}
#content textarea{
	margin: 0px;
	padding: 4px;
	width: 99%;
	height: 67px;
}
#content form fieldset.clear {
	width: 475px;
	clear: both;
}
#content form fieldset.clear input {
	width: 475px;
	clear: both;
}
/*----------- END FORM STYLES ----------------*/