h1,h2,h3,h4,h5,h6 {font-family: Arial; letter-spacing: 0px; margin: 5px 0 10px 0;}
body,div,form,fieldset,input,textarea,p,th,td {margin:0; padding:0; font-family: Arial; font-size: 12px; color: #fff;}
p {margin-bottom: 10px; line-height: 1.4;}
table {border-collapse: collapse;}
img {border: none;}
html {padding: 15px 10px 20px 10px;}
body {background: #023C8E url('../images/background.png') top left repeat-x;}
a:link, a:visited, a:active {color: #3887bc; text-decoration: underline;}
a:hover, li.current a:link, li.current a:visited, li.current a:active, li.current a:hover {color: #77c0e6; text-decoration: underline;}

legend {display: none;}
fieldset {border: none;}
input {margin-bottom: 10px;}
label {
	width: 50px;
	display: inline;
	float: left;
	margin-bottom: 10px;
}
input {
	background: url('../images/textfield.png') top left no-repeat;
	width: 152px;
	height: 14px;
	border: 0px;
	padding: 7px;
}
input:focus {
	background: url('../images/textfield.png') bottom left no-repeat;
}
input.submit {
	background: url('../images/submit.png') top left no-repeat;
	width: 115px;
	height: 28px;
	padding: 3px 7px 7px 7px;
	margin-top: 10px;
	position: absolute;
	margin-top: -27px;
	margin-left: 100px;
}
input.submit:hover {
	background: url('../images/submit.png') bottom left no-repeat;
	padding: 7px 7px 5px 7px;
}
textarea {
	background: url('../images/textarea.png') top left no-repeat;
	width: 567px;
	height: 91px;
	border: 0;
	padding: 7px;
}
textarea:focus {
	background: url('../images/textarea.png') bottom left no-repeat;
}
#container {
	width: 962px;
	margin: 0 auto;
	position: relative;
}
#header {
	position: relative;
	height: 152px;
}
#menu {
	height: 32px;
	background: url('../images/layout_menu_background.png') top left no-repeat;
}
#content {
	width: 890px;
	margin-left: 6px;
	min-height: 328px;
	height: auto !important;
	height: 328px;
	padding: 10px 30px 25px 30px;
	background: #172833 url('../images/layout_content_background.png') top left no-repeat;
}
#content .contentLeft {
	float: left;
	width: 635px;
}
#content .contentRight {
	float: left;
	width: 215px;
}
#content .contentRight .spacer {
	margin-left: 30px;
}
#content .contentRight ul li {
	margin-top: 9px;
	float: left;
	list-style: none;
	display: block;
	width: 190px;
	height: 66px;
	position: relative;
}
#content .contentRight ul li a {text-decoration: none;}
#content .contentRight ul li span {
	width: 190px;
	height: 66px;
	position: absolute;
	left: -4px;
	top: -4px;
	background: url('../images/layout_work_preview_overlay.png') top left no-repeat;
}
#footer {
	height: 20px;
	text-align: center;
	padding-top: 7px;
	color: #5c5c5c;
	background: url('../images/layout_footer_background.png') top left no-repeat;
}



#menu ul {
	margin-top: 0px;
	position: relative;
	height: 32px;
	left: -30px;
	width: 100%;
	overflow: hidden;
}
#menu ul li, #contactRight ul li {
	margin-top: 9px;
	float: left;
	list-style: none;
}
#menu ul li.back {
	background: url("../images/layout_menu_slider.gif") no-repeat bottom right;
	width: 9px; height: 22px;
	z-index: 8;
	position: absolute;
}
#menu ul li.back .left {
	background: url("../images/layout_menu_slider.gif") no-repeat top left;
	height: 22px;
	margin-right: 19px;
}
#menu ul li a {
	font-size: 10px;
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 5px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li a:visited {border: none;}

#contactLeft {float: left; margin: 20px 0 20px 0; width: 300px;}
#contactRight {float: right; margin: 50px 100px 0 0; width: 420px;}

#contactLeft dt {
	float: left;
	width: 40px;
	clear: both;
}
#contactLeft dd {
	float: left;
	width: 150px;
	margin-bottom: 20px;
}
#contactLeft .icn_address {
	background: url('../images/icon_location.gif') top left no-repeat;
	padding-left: 20px;
}
#contactLeft .icn_email {
	background: url('../images/icon_mail.gif') top left no-repeat;
	padding-left: 20px;
}
#contactLeft .icn_phone {
	background: url('../images/icon_phone.gif') top left no-repeat;
	padding-left: 20px;
}

#contactRight ul li {margin-right: 10px;}

.clr {clear: both;}