* {
	padding: 0;
	margin: 0;
	outline: none;
}

/* DIVS */

div#site {
	width: 960px;
	margin: 0 auto;
	font-size: 0px;
}

div#nav {
	height: 29px;
	background-color: #001878;
	background-image: url('../images/right_corner.gif');
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
}

div#nav_column {
	width: 215px;
	float: left;
	padding-top: 15px;
}

div#content_holder {
	width: 100%;
	background-image: url('../images/header_bg.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 15px 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	border-bottom: 1px solid #000084;
}

div#content_holder_two {
	background-image: url('../images/bg_content.gif');
	background-repeat: repeat-x;
	padding: 0px 0px 15px 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	border-bottom: 1px solid #000084;
}

div#content_holder p, div#content_holder_two p {
	line-height: 18px;
	margin-bottom: 18px;
}

div#nav_column p {
	margin: 0px 0px 0px 0px;
}

div.column {
	width: 300px;
	float: left;
}	

div#col1, div#col2 {
	margin-left: 23px;
}

div#content_column {
	width: 685px;
	float: left;
	margin-left: 25px;
}

div#footer_right {
	float: right;
	width: 400px;
	padding: 10px 0px 0px 0px;
	font-size: 9px;
	color: #7e8a8f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

/* STYLES */

span.blue_header {
	color: #2542b6;
	font-weight: bold;
}

span.sub_header {
	font-size: 14px;
	font-weight: bold;
}

/* LISTS AND NAVS */

ul#main_nav {
	list-style: none;
	float: right;
	width: 498px;
	padding-right: 20px;
}

ul#main_nav li {
	display: inline;
}

ul#main_nav li a {
	display: block;
	text-indent: -9999px;
	height: 29px;
	background-repeat: no-repeat;
	float: left;
}

ul#main_nav li a:hover, ul#main_nav li a.active {
	background-position: 0px -29px;
}

a#nhome {
	background-image: url('../images/nav_home.gif');
	width: 90px;
}

a#nservices {
	background-image: url('../images/nav_services.gif');
	width: 102px;
}

a#nproducts {
	background-image: url('../images/nav_products.gif');
	width: 104px;
}

a#ncontactus {
	background-image: url('../images/nav_contactus.gif');
	width: 116px;
}

a#nlinks {
	background-image: url('../images/nav_links.gif');
	width: 86px;
}

a.nav_item, a.nav_item_end, a.nav_item_active  {
	height: 30px;
	line-height: 30px;
	display: block;
	border-bottom: 1px dotted #00a2eb;
	color: #2542b6;
	text-decoration: none;
}

a.nav_item_end {
	border-bottom: none;
}

a.nav_item_active {
	border-bottom: none;
	font-weight: bold;
}

a.nav_item_sub {
	height: 24px;
	line-height: 24px;
	display: block;
	color: #2542b6;
	text-decoration: none;
	font-size: 10px;
}

ul#products {
	list-style: none;
	margin-bottom: 6px;
}

ul#products li a {
	display: block;
	height: 23px;
	line-height: 23px;
	padding-left: 17px;
	background-image: url('../images/bg_productsli.gif');
	background-repeat: no-repeat;
	border-bottom: 1px dotted #4c5458;
	color: #2542b6;
	text-decoration: none;
}

ul#products li a#last {
	border-bottom: none;
}

ul#footer {
	list-style: none;
	padding: 10px 0px 0px 10px;
	width: 400px;
	float: left;
}

ul#footer li {
	display: inline;
}

ul#footer li a {
	font-size: 9px;
	color: #7e8a8f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #7e8a8f;
	float: left;
}

ul#footer li a#flast {
	border-right: none;
}

div#content_column ul, div#content_column ol {
	margin-left: 20px;
}

div#content_column ul li, div#content_column ol li {
	line-height: 18px;
}

/* HEADERS */

h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 15px 0px 7px 0px;
	border-bottom: 1px solid #e1e2e2;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	font-style: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/* SHARED */

#button_pad {
	padding-top: 17px;
}

.clear_both {
	clear: both;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

img {
	border: none;
}
