h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
body {
	background: #043E75 url(images/background.gif) repeat left top;
	font: normal 12px/15px "Frutiger", Arial, sans-serif;
	margin: 0;
	padding: 36px 0 0;
	text-align: center;
}
#wrapper {
	background: url(images/wrapper.gif) repeat-y left top;
	width: 800px;
	margin: 0px auto 15px;
	text-align: left;
}

/* HEADER LAYERS */

#header {
	height: 150px;
	width: 791px;
	background: #fff;
	border-bottom: 4px solid #fff;
	overflow: hidden;
	
}


#header .leftimage {
	float: left;
	width: 337px;
	height: 150px;
	overflow: hidden;
}

#header .rightimage{
	float: right;
	overflow: none;
	width: 450px;
	height: 150px;
	overflow: hidden;
	}

.rightimage #white {
	width: 450px;
	height: 150px;
	position: relative;
	top: 0;
	right: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	float: right;
	}
.rightimage #white img {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}

.rightimage #arrows {
	width: 450px;
	height: 150px;
	z-index: 50;
	float: right;
	position: relative;
	background: url(images/header_arrows.gif) no-repeat top left;
	top: -150px;
	right: 0;
	}






/* END HEADER LAYERS */

a#logo {
	display: block;
	width: 791px;
	background: url(images/logo_new.gif) no-repeat left top;
	height: 150px;
}
h1, h2 {
	display: none;
}
#sidebar {
	float: left;
	width: 203px;
	}
#siteSearch {
	display: block;
	padding: 20px 0 20px 20px;
	}
#siteSearch label {
	color: #fff;
}
	
#siteSearch input {
	font: normal 11px/11px "Frutiger", Arial, sans-serif;
	}
		
#siteSearch input#searchbox {
	width: 100px;
	border: 1px solid #043e75;
	}
	
#siteSearch input#submit {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 14px;
	background: #8b8e8d;
	border: 1px solid #000;
	text-align: center;
	width: 30px;
	}
ul#nav {
	margin: 0 10px 8px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
ul#nav li {
	list-style: none;
	text-transform: uppercase;
	padding-bottom: 8px;
}

ul#nav ul.subnav_about {
	display: none;
	}

ul#nav li li {
	text-transform: none;
	line-height: 20px;
	padding: 0 0 0 10px;
}
ul#nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
ul#nav li li a {
	display: inline;
	padding-left: 0;
}
ul#nav li a:hover {
	color: #FBC859;
}

ul#nav li a.on {
	color: #FBC859;
	background: url(images/bg_ulnav.gif) no-repeat left 5px;
}

ul#nav li li a.on {
	background: url(none);
}
#sidebar p {
	margin: 0px 20px 20px;
	font: normal 11px/16px "Frutiger", Arial, sans-serif;
	color: #38126d;
}

#sidebar p a {
	color: #38126d;
	text-decoration: none;
}

#sidebar p a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 558px;
	padding: 25px 0 25px 30px;
	}
	
ul#features {
	border-top: 1px solid #E5C784;
	border-bottom: 1px solid #E5C784;
	height: 204px;
	width: 510px;
	margin-left: 10px;
}

#content ul#features li {
	list-style: none;
	float: left;
	width: 140px;
	height: 184px;
	padding: 20px 13px 0 15px;
	border-left: 2px solid #f2e3c2;
	background: none;
	margin-left: 0;
	overflow: hidden;
}

#content ul#features li.first {
	border: none;
	padding-left: 0;
	width: 155px;
	}

#content ul#features ul li {
	width: auto;
	height: auto;
	float: none;
	padding: 0 0 10px 10px;
	background: url(images/bg_ul.jpg) no-repeat left 4px;
	border: none;
	}
	
#content ul li {
	padding: 0 40px 0 10px;
	background: url(images/bg_ul.jpg) no-repeat left 4px;
	list-style-type: none;
	}
#content ul {
	margin-bottom: 12px;
}

#content li ul li {
	background: none;
	margin-left: 15px;
	padding-left: 0;
	list-style: square;
	}
	
#content li ul {
	margin-bottom: 0;
	}
	
h3 {
	font: bold 15px/16px "Frutiger", Arial, sans-serif;
	color: #003e75;
	letter-spacing: .05em;
	margin: 0 40px 12px 10px;
	}

h4 {
	font: bold 12px/16px "Frutiger", Arial, sans-serif;
	color: #003e75;
	margin: 0 10px 10px;
	}
	
h4 a {
	color: #003e75;
	}

#features h4 {
	font: bold 10px/16px "Frutiger", Arial, sans-serif;
	text-transform: uppercase;
	}

li h4 {
	margin: 0 0 10px;
	}

p {
	letter-spacing: .025em;
	margin: 0 40px 12px 10px;
	}

p a,
#content li a {
	color: #003e75;
	text-decoration: none;
	}

li p {
	margin: 0 0 12px;
	}
	
.plusone {
	font-size: 11px;
	}
	
ul#features p a {
	text-transform: uppercase;
	white-space: nowrap;
	}

p a:hover,
#content li a:hover {
	text-decoration: underline;
	color: #ce9719;
	}

div.clear {
	font: normal 3px/3px Arial, Helvetica, sans-serif;
	clear: both;
	}

.border {
	border-bottom: 1px solid #ce9719;
	margin-bottom: 12px;
	padding-bottom: 12px;
	}
	
.products div.right {
	width: 270px;
	float: right;
	display: none;
	}

.products div.right h4 {
	margin-left: 10px;
	margin-bottom: 12px;
	}
	
.products h4 {
	margin-left: 0;
	margin-bottom: 0;
	}

h4.arrow {
	margin-left: 0;
	}

.products h4 a,
h4.arrow a {
	display: block;
	color: #003e75;
	text-decoration: none;
	padding-left: 10px;
	}

.products h4 a:hover,
h4.arrow a:hover {
	background: url(images/bg_ul.jpg) no-repeat left 3px;
	}
	
#content .products ul li{
	background: url(images/bg_ul_fix.gif) no-repeat left 4px;
	padding-left: 15px;
	margin-left: 10px;
	width: 200px;
	}
	
#content .products li ul li {
	background: url(images/bg_ul_fix.gif) no-repeat left 4px;
	margin-left: 0;
	padding-left: 12px;
	list-style: none;
	}
	
#content ul.bolder {
	margin-left: 0;
	margin-bottom: 0;
	}

#content ul.bolder li {
	margin: 0 0 12px;
	font: bold 12px/16px "Frutiger", Arial, sans-serif;
	color: #003e75;
	padding-left: 0;
	background: none;
	}
	
#content ul.bolder li a {
	display: block;
	color: #003e75;
	text-decoration: none;
	padding-left: 10px;
	}
	
#content ul.bolder li a:hover {
	background: url(images/bg_ul.jpg) no-repeat left 3px;
	}
	
#content img.right {
	float: right;
	margin: 0 0 10px 10px;
	}
	
p#footer {
	font-size: 10px;
	color: #fff;
	padding: 0;
	margin: 0 auto 20px;
	}
	
p#footer a {
	color: #fff;
	text-decoration: underline;
	}

p#footer a:hover {
	text-decoration: none;
	}
