* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
}
body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #DBDBD8 url(images/body_bg.gif) repeat-x left top;
}

#wrapper {
	background: url(images/wrapper_bg.gif) repeat-y left top;
	margin: 0px auto;
	width: 762px;
}

#header {
	height: 68px;
	width: auto;
	background: #0E5177 url(images/body_bg.gif) repeat-x left top;
}
#header #navigation {
	height: 38px;
	width: 500px;
	margin-top: 29px;
	float: left;
	padding-left: 4px;
}
#wrapper #header h3 {
	color: #F5F5F5;
	float: right;
	padding: 20px 20px 0px;
	font-weight: normal;
	text-transform: none;
	font-size: 10px;
	text-align: right;
}

#header #navigation ul {
	float: left;
	width: auto;
	list-style: none;
}
#header #navigation ul li {
	float: left;
	background: url(images/tab_right.gif) no-repeat right top;
}
#header #navigation li  a {
	display: block;
	padding-top: 3px;
	padding-right: 20px;
	line-height: 3.1em;
	padding-left: 20px;
	background: url(images/tab_left.gif) no-repeat left top;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#header #navigation  ul  li a:hover {
	color: #CECE54;
}


#container {
	background: #FFFFFF;
	margin: 0px auto;
	width: 750px;
}
#branding {
	width: auto;
	background: url(images/branding_bg.gif) repeat-x left top;
	height: 248px;
	border-bottom: 10px solid #C42028;
}


#branding  #home_logo   {
	margin-top: 34px;
	margin-left: 30px;
	float: left;
}
#branding h1 {
	clear: left;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #FFFFFF;
	margin-left: 35px;
	width: 350px;
	padding-top: 8px;
}
#branding #home_image {
	float: right;
}

#branding_landing{
	width: auto;
	background: url(images/branding_bg.gif) repeat-x left bottom;
	height: 190px;
	border-bottom: 10px solid #C42028;
}
#branding_landing #landing_logo {
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
}
#branding_landing #landing_image {
	float: right;
}
#branding_landing h1 {
	clear: left;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #FFFFFF;
	margin-left: 35px;
	width: 350px;
	padding-top: 15px;
}
#content {
	padding: 20px 5px 20px 15px;
	width: auto;
}
#content p {
	padding-bottom: 10px;
}
#content  h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #C42028;
	margin-bottom: 10px;
	padding-top: 5px;
}

.box {
	float: left;
	width: 31%;
	padding-left: 15px;
}
.box_content {
	float: left;
	width: 62%;
	padding-left: 15px;
}

.box li {
	padding-bottom: 10px;
}
.box ul {
	margin-left: 15px;
	margin-top: 10px;
}
#footer {
	width: auto;
	background: #0E5177;
	border-top: 4px solid #CECE54;
}
#footer_content {
	margin: 0px auto;
	width: 750px;
	font-size: 10px;
	color: #DBDBD8;
	text-align: center;
}
.box_content  ul, #content  ul {
	padding: 0px;
	margin-left: 30px;
	margin-bottom: 12px;
}

a{
color:#548C94;
}
a:hover{
color:#0E5177;
}

#contactform input{
	padding:2px;
	margin-bottom:5px;
}

#contactform label{
	width: 120px;
	float:left;
}