@import url(sitetools.css);

html {
	border-top: 2px solid #97cc10;
	background: #11568b url(images/html.gif);
	position: relative;
	height: 100%;
	}

body {
	background: url(images/body.gif) repeat-x 2px top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	margin: 0;
	position: relative;
	height: 100%;
}

img {border: 0;}

p, ul, ol, li, h1, h2, h3, h4, h5, h6
 {margin: 0; padding: 0; font-weight: normal; list-style: none}
 
INPUT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight:normal;
  background-color: #FFFFFF#;
  border-color:#11568b;
  border-style: dashed;
  border-width:1px;
  color:FFFFFF;
}

.textfield {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight:normal;
  background-color: #FFFFFF#;
  border-color:#11568b;
  border-style: dashed;
  border-width:1px;
  color:FFFFFF;
}

 
.hide, hr {
	display: none;
	}
	
.divider {
	display: block;
	height: 1px;
	visibility: hidden;
	overflow:hidden;
	margin: 50px 0 10px 0;
	}
	
div.divider {
	height: 1px;
	background: url(images/hr.gif) left;
	visibility: visible;	
	}
	
a {
	color: #009acf;
	text-decoration: none;
	padding: 0 2px;
	}
	
a:hover {
	color: #fff;
	background-color: #009acf;
	}

p {
	line-height: 1.3em;
	margin: 0 0 10px;
	}
	
strong {
	color: #333;
	}
	
li {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(images/blue_bullet.gif) no-repeat 0 4px;
	}
	
ul {
	margin: 10px 0 20px;
	}
	
h1 {
	font-size: 40px;
	font-weight: normal;
	color: #11568b;
	margin: 0 0 10px -5px;
	letter-spacing: -2px;
	text-transform: uppercase;
	}

h2 {
	font-size: 26px;
	font-weight: normal;
	color: #11568b;
	margin: 0 0 0px -4px;
	letter-spacing: -2px;
	text-transform: uppercase;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong {
	font-weight: normal;
	color: #009acf;
	}

	
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #11568b;
	margin: 0 0 0px -4px;
	letter-spacing: 0px;
	text-transform: uppercase;
	}
	
h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #11568b;
	margin: 20px 0 0 0;
	font-weight: bold;
	}
	
h5 {
	font-size: 10px;
	color: #999;
	margin: 0 0 20px 0;
	}
	
h6 {
	color: #00234c;
	font-size: 15px;
	clear: both;
	margin: 10px -10px 0;
	padding-top: 5px;
	}
	
.read_more {
	display: block;
	height: 40px;
	width: 100px;
	background: url(images/read_more.gif);
	position: relative;
	left: -5px;
	padding: 0;
	}
	
a.read_more:hover {
	background-position: 0 -40px;
	background-color: transparent;
	}
	
.read_more:active {
	background-position: 0 -80px;
	}
	
.read_more * {
	display: none;
	}




.view_products {
	display: block;
	height: 40px;
	width: 100px;
	background: url(images/view_products.gif);
	position: relative;
	left: -5px;
	padding: 0;
	}
	
a.view_products:hover {
	background-position: 0 -40px;
	background-color: transparent;
	}
	
.view_products:active {
	background-position: 0 -80px;
	}
	
.view_products * {
	display: none;
	}

/***
==== Wrapper & Page ====
***/

#wrapper_pre {
	height: 20px;
	width: 990px;
	background: url(images/wrapper_pre1.png);
	margin: 0 auto;
	}
	
#wrapper_post {
	height: 20px;
	width: 990px;
	background: url(images/wrapper_post1.png);
	margin: 0 auto;
	}

#wrapper {
	width: 980px;
	padding: 0 5px;
	background: url(images/wrapper1.png);
	margin: 0px auto;
	}

* html #wrapper_post {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/wrapper_pre1.png',sizingMethod='scale');
	}
	
* html #wrapper_pre {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/wrapper_pre1.png',sizingMethod='scale');
	}
	
* html #wrapper_post {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/wrapper_post1.png',sizingMethod='scale');
	}
	
* html #wrapper {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/wrapper1.png',sizingMethod='scale');
	}
	
#page {
	background: #fff;
	}
	
/***
==== Header ====
***/
	
#header {
	padding-bottom: 10px;
	background: url(images/header.gif) no-repeat bottom;
	}
#header a {
	padding: 0;
	margin: 0;
	}
#header img {
	display: block;
	}
	
/***
==== Main ====
***/

#main {
	padding-top: 5px;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #main {
	height: 400px;
	}

	
/***
==== Content ====
***/

#content {
	background: #fff url(images/content.gif) no-repeat top;
	padding: 10px 0 60px 20px;
	float: left;
	margin-left: 5px;
	width: 755px;
	}
	
* html #content {
	height: 200px;
	}
	
#content_main {
	width: 520px;
	padding-right: 20px;
	margin: 0;
	float: left;
	}
	
#content_sub {
	width: 190px;
	float: left;
	margin-left: 25px;
	}
	
.content_sub_block {
	border-left: 1px dashed #bfe6f3;
	padding: 0 0 10px 10px;
	margin-bottom: 50px;
	}
	
.content_sub_block h4 {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin: 0 0 5px 0;
	font-weight: normal;
	}
	
#sub_menu {
	font-size: 10px;
	text-transform: uppercase;
	}
	
#sub_menu ul, #sub_menu li {
	margin: 0;
	background: none;
	padding: 0;
	}
	
#sub_menu a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #666;
	background: url(images/blue_bullet.gif) no-repeat 5px 7px;
	padding-left: 15px;
	}
	
#sub_menu a:hover {
	color: #fff;
	background: #76b900 url(images/white_bullet.gif) no-repeat 5px 7px;
	}
	
#testimonials {
	font-size: 11px;
	}
	
#testimonials blockquote {
	display: block;
	font-size: 11px;
	margin: 10px 5px;
	padding: 3px 0 0;
	background: url(images/testimonial_blockquote.gif) no-repeat top left;
	}
	
blockquote:first-letter {
	color: #000;
	margin-left: 25px;
	}
	
#testimonials cite {
	display: block;
	font-size: 11px;
	line-height: normal;
	margin: 5px 5px 10px;
	font-style: normal;
	text-align: right;
	color: #999;
	}
	
#testimonials cite strong {
	color: #333;
	font-weight: normal;
	}
	
/***
==== Breadcrumb ====
***/

#breadcrumb {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	line-height: 20px;
	background: url(images/hr.gif) no-repeat bottom left;
	margin-bottom: 15px;
	}
	
#breadcrumb a {
	color: #999;
	text-decoration: none;
	padding: 0 2px;
	}
	
#breadcrumb a:hover {
	color: #fff;
	background: #009acf;
	}


/***
==== Sidebar ====
***/

#sidebar {
	width: 200px;
	padding-bottom: 195px;
	background: url(images/sidebar.gif) no-repeat bottom;
	float: left;
	}
	
.sidebar_block {
	margin-bottom: 5px;
	}
	
.sidebar_block h4 {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 5px 12px;
	font-weight: normal;
	}
	
.sidebar_block h4 strong {
	font-weight: normal;
	color: #ffcc00;
	}

/***
==== Menu Container ====
***/

#menu {
	background: #222 url(images/menu.gif);
	padding: 0px 0 20px 0;
	height: 225px;
	}
	
#menu .dropmenu {
	border-top: 1px solid #191919;
	border-bottom: 1px solid #393939;
	}
	
#menu .dropmenu a {
	border-bottom: 1px solid #191919;
	border-top: 1px solid #393939;
	background-image: url(images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 180px 9px;
}

#menu .dropmenu a:hover {
	background-image: url(images/menu_bullet_hover.gif);
	}
	
/***
==== Resources Container ====
***/

#resources {
	background: #222 url(images/resources.gif);
	padding: 10px 0 20px 0;
	}
	
#resources:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
#resources .dropmenu {
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #767676;
	}
	
#resources .dropmenu a {
	border-bottom: 1px solid #5c5c5c;
	border-top: 1px solid #767676;
}

/***
==== Resources Container ====
***/

#news {
	background: #ccc;
	padding: 10px 0 20px 0;
	}
	
#news h4 {
	color: #666;
	}
	
#news h4 strong {
	color: #cc0000;
}

.news_item {
	font-size: 11px;
	margin: 20px 5px;
	padding-left: 10px;
	background: url(images/red_bullet.gif) no-repeat 0 4px;
	}

.news_item h5 {
	font-size: 11px;
	color: #777;
	margin: 0;
	}
	
.news_item p {
	margin: 0;
	}
	
.news_item a {
	color: #cc0000;
	display: block;
	text-align: right;
	margin: 5px 10px 0 0;
	font-size: 10px;
	}
	
.news_item a:hover {
	color: #fff;
	background: #cc0000;
	}

/***
==== Footer ====
***/

#footer {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding-bottom: 40px;
	color: #c3d5e2;
	font-size: 11px;
	}
	
#footer a {
	padding: 0 2px;
	color: #a0bcd1;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	background: #76b900;
}

#footer_links {
	position: absolute;
	top: 0;
	right: 0;
	}
.reference_left {
	float: left;
	width: 250px;
	padding: 5px 5px;
	margin-left: 5px;
	min-height: 300px;
	font-size: 12px;
	}
	
.reference_right {
	float: right;
	width: 250px;
	padding: 5px 5px;
	margin-left: 5px;
	min-height: 300px;
	font-size: 12px;
	}