/*-- CSS RESET ------------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*-------------------------------------------------------------------------------------*/ 
body {
	background:#dae2e2;
	font-family:"Trebuchet MS", sans-serif, verdana;
	font-size:12px;
	color:#000;
}

/*-- NAV ------------------------------------------------------------------------------*/ 
#nav_wrapper {
	height:35px;
	background:url(../images/nav_bg.jpg) repeat-x;
	position:relative;
	z-index:432;
}
#nav_container {
	background:url(../images/logo_bg.jpg) top left no-repeat;
	height:100%;
	margin:0px auto;
	position:relative;
	width:1036px;
}
#nav_logo_image {
	display:block;
	height:42px;
	left:75px;
	position:absolute;
	top:12px;
	width:223px;
	z-index:1000;
}
ul#nav_content {
	float:right;
	height:30px;
	margin:0px 5px 0px 0px;
}
ul#nav_content li {
	float:left;
	font-size:13px;
	height:30px;
	line-height:30px;
	margin:0px 25px;
	list-style:none;
}
ul#nav_content a {
	color:#3A3F3F;
}
/*-------------------------------------------------------------------------------------*/ 



/*-- HEADER ---------------------------------------------------------------------------*/ 
#header_wrapper {
	background:url(../images/header_bg.jpg) top repeat-x;
	display:block;
	height:169px;
	width:100%;
}
#header_container {
	background:url(../images/header_container_bg.jpg) bottom repeat-x;
	height:169px;
	margin:0px auto;
	width:940px;
}
#header_content {
	color:#3a3f3f;
	float:left;
	height:161px;
	margin:0px 0px 8px 0px;
	width:940px;
}
#header_content h2 {
	font-size:30px;
	margin:40px 0px 0px 30px;
	text-transform:uppercase;
	color:#3a3f3f;
}
#header_content p {
	font-size:18px;
	font-weight:100;
	margin:0px 0px 0px 30px;
	width:900px;
}
/*-------------------------------------------------------------------------------------*/ 



/*-- SUB NAV --------------------------------------------------------------------------*/ 
#subnav_wrapper {
	margin:0px auto;
	width:940px;
	z-index:1000;
	position:relative;
}
#subnav_wrapper ul {
	margin:0px 40px;
	padding:0;
	position:absolute;
	top:-20px;	
	left:0;
}
#subnav_wrapper ul li {
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding: 0 0 0 0;
	list-style:none;
}
#subnav_wrapper ul li a:link,
#subnav_wrapper ul li a:visited {
	color:#3A3F3F;
	font-size:13px;
}
#subnav_wrapper ul li a:hover {
	color:#fff;
}
#subnav_wrapper ul li.current a:link,
#subnav_wrapper ul li.current a:visited {
	color:#FFF;
	font-size:13px;
}
#subnav_wrapper ul li.current a:hover{
	color:#B1D818;
}
.cb {
	margin:0 0;
}
/* Top corners and border */
.bt {
	height:3px;
	margin:0 0 0 3px;
	background:url(../images/btn_bg.png) no-repeat top right;
}
.bt div {
	position:relative;
	left:-3px;
	width:3px;
	height:3px;
	background:url(../images/btn_bg.png) no-repeat top left;
	font-size:0;
	line-height:0;
}
/* Bottom corners and border */
.bb {
	height:3px;
	margin:0 0 0 3px;
	background:url(../images/btn_bg.png) no-repeat bottom right;
}
.bb div {
	position:relative;
	left:-3px;
	width:3px;
	height:3px;
	background:url(../images/btn_bg.png) no-repeat bottom left;
	font-size:0;
	line-height:0;
}
/* Left border */
.i1 {
	padding:0 0 0 3px;
	background:url(../images/btn_bg_border_left.png) repeat-y 0 0;
}
/* Right border */
.i2 {
	padding:0 2px 0 0;
	background:url(../images/btn_bg_border_right.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	margin:0;
	padding:0px 10px;
	height:22px;
	background:url(../images/btn_bg_center.png) repeat-x 0 0;
	color:#3A3F3F;
}
.cb a.i3:link,
.cb a.i3:visited {
	color:#3A3F3F;
}
.cb a.i3:hover{
	color:#fff;
}
/* Current Black */
.current .bt,
.call_action .bt {
	background:url(../images/btn_bg_black.png) no-repeat top right;
}
.current .bt div {
	background:url(../images/btn_bg_black.png) no-repeat top left;
}
.current .bb {
	background:url(../images/btn_bg_black.png) no-repeat bottom right;
}
.current .bb div {
	background:url(../images/btn_bg_black.png) no-repeat bottom left;
}
.current .i1 {
	background:url(../images/btn_bg_border_left_black.png) repeat-y 0 0;
}
.current .i2 {
	background:url(../images/btn_bg_border_right_black.png) repeat-y 100% 0;
}
.current .i3 {
	background:url(../images/btn_bg_center_black.png) repeat-x 0 0;
}

/*-------------------------------------------------------------------------------------*/ 



/*-- MAIN -----------------------------------------------------------------------------*/ 
#content_wrapper {
	margin:0px auto;
	width:940px;
	padding:0;
}
#content_container {
	background:#e7eded;
	width:940px;
	z-index:5;
	margin:0;
	padding:0;
	float:left;
}
#content_full {
	margin:5px 0 40px 40px;
	width:860px;
	padding:15px 0 20px 0;
}
#content_5050_left {
	margin:20px 0px 40px 40px;
	width:410px;
	float:left;
	display: inline;
}
#content_5050_right {
	margin:20px 0px 40px 40px;
	width: 400px;
	float:left;
}
#content_7030_left {
	margin:20px 0px 40px 40px;
	width:585px;
	float:left;
	display: inline;
}
#content_7030_right {
	margin:20px 0px 0 40px;
	width:240px;
	float:left;
}


#column3_left {
	float:left;
	width:270px;
	margin:20px 0px 40px 40px;
}
#column3_center {
	float:left;
	width:270px;
	margin:20px 0px 40px 20px;
}
#column3_right {
	float:left;
	width:270px;
	margin:20px 0px 40px 20px;
}
.purchase_content_holder {
	width: 240px;
	height:100px;
	border:1px solid #C9C9C9;
	float:left;
	padding:20px 0 0 20px;
	/*border:1px solid #ff0000;*/
	background:url(../images/block_bg.jpg) center repeat-x;
	margin:0px 35px 40px 0px;
}
.purchase_content_holder_right {
	width: 240px;
	height:100px;
	border:1px solid #C9C9C9;
	float:left;
	padding:20px 0 0 20px;
	background:url(../images/block_bg.jpg) center repeat-x;
}
.purchase_content_holder p,
.purchase_content_holder_right p {
	font-weight:100;
	/*margin:20px 0 20px 0;
	padding-left:20px;*/
	color:#3A3F3F;
}
.purchase_content_holder h2,
.purchase_content_holder_right h2 {
	font-size:14px;
	font-weight:100;
	margin:0 0 30px 0;
	color:#3A3F3F;
}
/*-------------------------------------------------------------------------------------*/ 



/*-- FOOTER ---------------------------------------------------------------------------*/ 
#footer_wrapper {
	margin:0px auto;
	width:940px;
}
#footer_wrapper ul {
	color:#798484;
	float:left;
	margin:10px 0px;
	width:100%;
	padding:0;
}
#footer_wrapper li {
	float:left;
	list-style:none;
}
#footer_wrapper li span {
	margin:0px 20px;
}
#footer_wrapper a {
	color:#798484;
}
#footer_wrapper a:hover {
	color:#00457C;
}
a.list_header {
	font-weight:bold;
}
ul#footer_contact {
	margin:30px 0px;
}
#footer_container {
	height:35px;
}
#footer_container a {
	clear:both;
	float:left;
	font-weight:bold;
}
/*-------------------------------------------------------------------------------------*/ 











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
