html, 
body {
	margin:0;
	padding:0;
}

body {
	font-family:"Arial", sans-serif;
	font-size:14px;
	line-height:20px;
	background:#181818;
	color:#222;
}

h1 {
	margin:0;
	margin-top:7px;
	margin-bottom:20px;
	padding:0;
	font-size:28px;
	font-weight:normal;
	line-height:25px;
	color:#143f66;
}

#feature h1 {
	margin:0;
	margin-bottom:18px;
	padding:0;
	font-size:50px;
	font-weight:bold;
	line-height:55px;
	color:#cce5ff;
}

#feature h1.small {
	margin:0;
	margin-bottom:9px;
	padding:0;
	font-size:36px;
	font-weight:bold;
	line-height:55px;
	color:#cce5ff;
}

#banner h1 {
	margin:0;
	margin-bottom:3px;
	padding:0;
	font-size:36px;
	font-weight:bold;
	line-height:50px;
	color:#cce5ff;	
}

h2 {
	margin:0;
	margin-bottom:4px;
	padding:0;
	font-size:24px;
	font-weight:normal;
	line-height:40px;
	color:#143f66;
}

h3 {
	margin:0;
	margin-bottom:4px;
	padding:0;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	color:#444;
}

h4 {
	margin:0;
	padding:0;
}

p {
	margin:0;
	margin-bottom:20px;
	padding:0;
}

a, a:visited {
	text-decoration:none;
	color:#005fb3;
}

a:focus {
    outline:0;
}

a:hover {
	color:#222;
}

a img {
	border:none;
}

ul, ol {
	margin:0;
	margin-bottom:20px;
	padding:0;
	list-style-position:inside;
}

ul ul, 
ul ol, 
ol ol, 
ol ul {
	margin-bottom:0;
}

blockquote {

}

#page {
	margin:auto;
	width:100%;
	background:#fff url('../images/page.png') repeat-x 0 0;
}
		
#header {
	margin:auto;
	position:relative;
	width:900px;
	height:260px;
}

#logo {
	position:absolute;
	top:10px;
	width:160px;
	height:160px;
	background:url('../images/logo.png') no-repeat 0 0;
}

#logo a {
	display:block;
	width:160px;
	height:160px;
}

#logo span {
	position:relative;
	left:-900em;
}

#navigation {
	position:absolute;
	top:100px;
	right:0;
	width:685px;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	overflow:hidden;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

#navigation li {
	margin-left:6px;
	float:left;
	border-left:solid 2px #aaa;
}

#navigation li.first {
	border:none;
}

#navigation li a,
#navigation li a:visited {
	margin-left:6px;
	color:#666;
}

#navigation li a:hover {
	color:#3d99b0;
}

#navigation li.active a {
	color:#3d99b0 !important;
}

#navigation li.active a.green {
	color:#669900 !important;
}

#tagLine {
	position:absolute;
	bottom:20px;
	width:900px;
	height:50px;
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}

#feature {
	margin-bottom:12px;
	width:900px;
	height:440px;
	background:#005380;
}

#feature p {
	font-size:28px;
	line-height:50px;
	color:#fff;
}

#feature .item {
	padding:44px 40px 36px 40px;
	position:relative;
	width:820px;
	height:360px;
	background:#006ca6 url('../images/feature_item.png') repeat-x 0 0;
	overflow:hidden;
}

#feature .item .text {
	width:500px;
	float:left;
}

#feature .item .image {
	width:320px;
	text-align:right;
	float:right;
}

#main {
	margin:auto;
	width:900px;
}

#home {
	width:900px;
	background:url('../images/divider.png') repeat-y 50% 0;
}

#home .leftColumn {
	width:430px;
	float:left;
}

#home .rightColumn {
	width:430px;
	float:right;
}

#home .leftColumn,
#home .rightColumn {
	margin-bottom:-20px;
}

#banner {
	padding:22px 20px 13px 20px;
	position:relative;
	width:860px;
	height:210px;
	background:url('../images/banner.png') repeat-x 0 0;
}

#banner p {
	font-size:24px;
	line-height:35px;
	color:#fff;
}

#banner .text {
	width:600px;
	float:left;
}

#banner .image {
	position:absolute;
	top:30px;
	right:40px;
	width:200px;
	height:190px;
	float:right;
}

#banner .floatingImage {
	position:absolute;
	top:-20px;
	right:40px;
	width:200px;
	height:240px;
	float:right;
}

#content .columns {
	background:url('../images/divider.png') repeat-y 50% 0;
	height:1%;
	overflow:hidden;
}

#content {
	padding:12px 20px 20px 20px;
	width:858px;
	background:#fff;
	border:solid 1px #ccc;
	background:#fff url('../images/content.png') repeat-x 0 0;
	height:1%;
	overflow:hidden;
}

#content .leftColumn {
	width:410px;
	float:left;
}

#content .rightColumn {
	width:410px;
	float:right;
}

#content .leftColumn,
#content .rightColumn {
	margin-bottom:-20px;
}

#footer {
	margin-top:35px;
	height:50px;
	font-size:14px;
	font-weight:bold;
	background:#181818;
	color:#fff;
}

#footer .sundries {
	margin:auto;
	display:block;
	width:900px;
	line-height:50px;
	overflow:hidden;
}

#footer a,
#footer a:visited {
	color:#fff;
}

#footer a:hover {
	color:#ccc;
}

.horizontalRule {
	margin-bottom:10px;
	padding-top:4px;	
	width:100%;
	height:1px;
	border-top:solid 1px #ccc;
	overflow:hidden;
}

p.greenIcon {
	padding-left:80px;
	background:url('../images/greenIcon.png') no-repeat 0 6px;
}

.linkButton {
	margin-top:40px;
	margin-bottom:20px;
	display:block;
	width:202px;
	height:42px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	color:#144066;
	background:url('../images/linkButton.png') no-repeat 0 0;
}

.linkButton:visited {
	color:#144066;
}

.linkButton:hover {
	background:url('../images/linkButton.png') no-repeat 0 100%;
}

#feature .linkButton {
	margin-top:25px;
	font-size:18px;
	line-height:36px;	
	color:#144066;
	background:url('../images/linkButton_feature.png') no-repeat 0 0;
}

#feature .linkButton:hover {
	background:url('../images/linkButton_feature.png') no-repeat 0 100%;
}

#feature .linkButton:visited {
	color:#144066;
}

.contactList {
	margin-top:13px;
	list-style-position:outside;
	list-style:none;
}

.contactList li {
	margin-bottom:10px;
}

.pageImage {
	margin-top:40px;
	text-align:center;
}

.clear {
	clear:both;
}

.green {
	color:#669900 !important;
}

a.green:hover {
	color:#222 !important;
}

.red {
	color:#bf2636;
}

.capitals {
	text-transform:uppercase;
	letter-spacing:0.05em;
}

.success {
	color:#53b224;
	font-weight:bold;
}

.error {
	color:#bf2636;
}

/* forms */

form {
	margin:0;
	margin-top:13px;
	padding:0;
}

input, textarea, select, option, legend {
	font-family:"Arial", sans-serif;
	font-size:14px;
	color:#222;
}

label {
	margin-bottom:2px;
	display:block;
	font-weight:bold;
	line-height:20px;
}

label span {
	color:#bf2636;
}

.textbox {
	margin-bottom:10px;
	padding:5px;
	width:290px;
	border:solid 1px #aaa;
}

textarea {
	margin-bottom:20px;
	padding:5px;
	width:400px;
	height:200px;
	border:solid 1px #aaa;
}

.submit {
	margin-bottom:20px;
	display:block;
	height:42px;
}

/* removed v3 */

/*
.demandMore {
	margin-top:-20px;
	display:block;
	font-size:18px;
	line-height:55px;
}

.demandMore strong {
	color:#bf2636;
}

.demandMore a,
.demandMore a:visited {
	color:#222;
}

.demandMore a:hover,
.demandMore a:hover strong {
	color:#444 !important;
}
*/