/* CSS Document */

/*
	HEX Color Ref:
	--------------
	Light Blue: #20c2f3
	Dark Blue: #0079aa
	Gray: #666666
	Green: #b5d03d
	Orange: #f89828
	
	Default Margins: 12px;
*/

/*
	---------------------------------------------------------
	Body
	---------------------------------------------------------
*/

body {
	background-color: white;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

/*
	---------------------------------------------------------
	Clear
	---------------------------------------------------------
*/

div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/*
	---------------------------------------------------------
	Headers
	---------------------------------------------------------
*/

h1 {
	background-image: url(../images/backgrounds/h1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 28px;
	font-weight: bold;
	height: 53px;
	margin: 0 0 4px 0;
	overflow: hidden;
	padding: 12px;
	text-align: left;
	text-transform: uppercase;
	width: 989px;
}

h1.variant_1 {
	background-image: url(../images/backgrounds/h1_variant_1.jpg)
}

h1 span {
	clear: none;
	float: left;
}

h1 span.subtitle {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding-left: 25px;
	text-transform: none;
	width: 450px;
}

h2, h3, h4 {
	margin: 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

/*
	---------------------------------------------------------
	Links
	---------------------------------------------------------
*/

a {
	color: #0079aa;
	text-decoration: none;
}

a:hover {
	color: #20c2f3;
	text-decoration: underline;
}

a img {
	border: none;
}

a.button {
	background-color: #f89828;
	background-image: url(../images/orange_button_caps.gif);
	background-position: top right;
	background-repeat: no-repeat;
	clear: none;
	cursor: hand;
	display: block;
	color: white;
	font-weight: bold;
	line-height: 18px;
	padding-right: 8px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}

a.button span {
	background-image: url(../images/orange_button_caps.gif);
	background-position: top left;
	display: block;
	height: 19px;
	padding-left: 8px;
	text-align: center;
}

a.button:hover, 
a.button:focus {
	background-color: #f3690e;
	background-position: right -19px;
	color: white;
	text-decoration: none;
}

a.button:hover span,
a.button:focus span {
	background-position: left -19px;
}

/*
	---------------------------------------------------------
	Forms
	---------------------------------------------------------
*/

form {
	margin: 0;
}

/*
	---------------------------------------------------------
	Paragraphs
	---------------------------------------------------------
*/

p {
	margin: 0 0 12px 0;
}

/*
	---------------------------------------------------------
	Page Container
	---------------------------------------------------------
*/

#page_container {
	margin: 0 auto;
	text-align: left;
	width: 1001px;
}

/*
	---------------------------------------------------------
	Header
	---------------------------------------------------------
*/

#header {
}

#header_set_1 {
	margin: 0 6px;
	padding-top: 1px;
}

#header_set_2 {
	margin: 0 6px;
}

#header_logo {
	clear: none;
	float: left;
	height: 99px;
	width: 160px;
}

#header_tagline {
	clear: none;
	color: #b5d03d;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 38px;
	margin-top: 61px;
	text-transform: uppercase;
	width: 500px;
}

#header_mini_links {
	clear: right;
	height: 33px;
	margin-top: 66px;
	margin-left: 700px;
	text-align: right;
}

#header_mini_links ul {
	margin: 0;
	padding: 0;
}

#header_mini_links ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#header_mini_links ul li a:hover {
	color: #0079aa;
}

/*
	--------------
	Header Buttons
	--------------
*/

#header_buttons {
	clear: left;
	float: left;
	width: 660px;
}

#header_buttons ul {
	margin: 0;
	padding: 0;
}

#header_buttons ul li {
	float: left;
	list-style: none;
	margin: 0 4px 0 0;
	padding: 0;
}

#header_buttons ul li a.button {
	background-color: #0079aa;
	background-image: url(../images/nav/buttons/all.gif);
}

#header_buttons ul li a.button span {
	background-image: url(../images/nav/buttons/all.gif);
}

#header_buttons ul li a.button:hover,
#header_buttons ul li a.button:focus {
	background-color: #b5d03d;
}

#header_buttons ul li.current a.button {
	background-color: #20c2f3 !important;
	background-position: right -38px !important;
}

#header_buttons ul li.current a.button span {
	background-position: left -38px !important;
}

#hdr_btn_home a.button { width: 59px; }
#hdr_btn_products a.button { width: 90px; }
#hdr_btn_resources a.button { width: 98px; }
#hdr_btn_customers a.button { width: 99px; }
#hdr_btn_about_us a.button { width: 85px; }

/*
	--------------
	Search
	--------------
*/

#header_search {
	clear: right;
	margin-left: 700px;
	text-align: right;
}

#header_search ul {
	float: right;
	margin: 0;
	padding: 0;
}

#header_search ul li {
	float: left;
	line-height: 24px;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#header_search label {
	color: #f89828;
	font-size: 14px;
	text-transform: uppercase;
}

#header_search input {
	width: 159px;
}

#header_search a#header_search_submit {
	margin-top: 2px;
	width: 22px;
}

/*
	--------------
	Header Sub Nav
	--------------
*/

#header_sub_nav {
	background: url(../images/nav/tabs/background.gif) top left no-repeat;
	clear: both;
	height: 64px;
}

/*
	--------------
	Header Nav 2
	--------------
*/

#header_nav_2 {	
	padding-left: 3px;
}

#header_nav_2 ul {	
	height: 35px;
	margin: 0;
	padding: 0;
}

#header_nav_2 ul li {	
	clear: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header_nav_2 ul li a {	
	background-image: url(../images/nav/tabs/standard_tab.gif);
	background-position: left -0px;
	background-repeat: no-repeat;
	color: #666666;
	cursor: hand;
	font-weight: bold;
	display: block;
	padding-left: 18px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}

#header_nav_2 ul li a span {	
	background-image: url(../images/nav/tabs/standard_tab.gif);
	background-position: right -0px;
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	line-height: 40px;
	overflow: hidden;
	padding-right: 18px;
	text-align: center;
}

#header_nav_2 ul li a:hover {	
	background-position: left -35px;
	color: white;
}

#header_nav_2 ul li a:hover span {	
	background-position: right -35px;
	color: white;
}

#header_nav_2 ul li.current a {	
	background-position: left -70px !important;
	color: #666666 !important;
}

#header_nav_2 ul li.current a span {	
	background-position: right -70px !important;
	color: #666666 !important;
}

#header_nav_2 ul li.first a {	
	background-image: url(../images/nav/tabs/first_tab.gif);
}

#header_nav_2 ul li.last a span {
	background-image: url(../images/nav/tabs/last_tab.gif);
}

#header_nav_2 ul li a#hn2_management_team {
	width: 150px;
}

#header_nav_2 ul li a#hn2_events {
	width: 80px;
}

/*
	--------------
	Header Nav 3
	--------------
*/

#header_nav_3 {
	margin-left: 15px;
}

#header_nav_3 ul {
	margin: 0;
	padding: 0;
}

#header_nav_3 ul li {
	clear: none;
	float: left;
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0 17px 0 0;
}

#header_nav_3 ul li.current a {
	color: #20c2f3 !important;
	text-decoration: none !important;
}

/*
	---------------------------------------------------------
	Main Content
	---------------------------------------------------------
*/

#main_content {
	clear: both;
	margin: 0 6px;
}

/*
	---------------------------------------------------------
	Container System
	---------------------------------------------------------
*/

div.container {
	background-position: top left;
	background-repeat: repeat-y;
	_height: 1%;
}

div.container div.container_inner_1 {
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.container div.container_inner_2 {
	background-position: top left;
	background-repeat: no-repeat;
	_height: 1%;
}

/*
	---------------------------------------------------------
	Section System
	Designed to hold vertical columns floating beside each other
	---------------------------------------------------------
*/

div.section {
	clear: none;
	float: left;
	overflow: hidden;
}

div.sub_section {
}

div.sub_section_content {
	padding: 18px;
}

/*
	---------------------------------------------------------
	Footer
	---------------------------------------------------------
*/

#footer {
	border-top: 1px solid #dedede;
	clear: both;
	font-size: 10px;
	margin: 24px 6px 45px 6px;
	padding-top: 10px;
}

#footer_copyright {
	clear: none;
	float: left;
}

#footer_nav {
	clear: right;
	margin-left: 500px;
	text-align: right;
}

#footer_nav ul {
	margin: 0;
	padding: 0;
}

#footer_nav ul li {
	border-right: 1px solid #666666;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 8px;
}

#footer_nav ul li.last {
	border-right: none;
	padding: 0 0 0 8px;
}

#footer_nav ul li a {
/*	color: #666666; */
}