@charset "utf-8";
/*     Font Styles     */
body, table, input, select, textarea, .normal {
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 { text-align: left; }
h1 {
	margin: 14px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #225d67;
	background: url(../images/layout/h1_img.png) no-repeat left center;
	padding-left: 30px;
	height: 27px;
	padding-top: 15px;
}
h2 {
	margin: 12px 0px;
	font-size: 16px;
	color: #225d67;
	font-weight: bold;
}
h3 {
	margin: 12px 0px;
	font-size: 14px;
	color: #225d67;
	font-weight: bold;
}
h4 {
	margin: 10px 0px;
	font-size: 12px;
	color: #225d67;
	font-weight: bold;
}
h5 {
	margin: 8px 0px;
	font-size: 11px;
	color: #225d67;
	font-weight: bold;
}
h6 {
	margin: 6px 0px;
	font-size: 10px;
	color: #225d67;
	font-weight: bold;
}
p {
	margin: 11px 0px;
}

a { color: #225d67; }
div#news a img, div#news a:hover img { display: block; text-decoration: none; border: none; float: left; }
a img { text-decoration: none; border: none; }
a:hover { color: #000; }
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}

/*     CSS Helpers     */
.clear { clear: both; }
.float_elements_left { float: left; padding: 0 0 0 0; }
.float_element_left_pad { float: left; padding: 0 10px 10px 0; }
.float_elements_right { float: left; padding: 0 0 0 0; }
.float_element_right_pad { float: right; padding: 0 0 10px 10px; }
.center_block_element { display: block; margin: 0 auto; }
#imageData #imageDetails { color: #000; } /* makes photogallery description black */

select, textarea, input[type="text"], input[type="password"], .textbox { /* file attach must be styled manually */
	width: 150px;
}
input[type="submit"] {
/*styles for submit buttons*/
	text-align: center; /* for silly IE */
}
.altrow1 { background: #e6ffe7 url(../images/layout/alt_row_1_img.gif) repeat-y left top; }
.altrow2 { background: #f0f3f5 url(../images/layout/alt_row_2_img.gif) repeat-y left top; }

/*     Layout Styles     */

body {
	margin: 0px;
	padding: 0px;
	background: #004450 url(../images/layout/bg.jpg) no-repeat center top;
}
#container {
	margin: 0px auto;
	width: 999px;
}
#banner {
	height: 119px;
	padding: 0 0 0 60px;
	margin: 0 0 6px 0;
}
/*     -----     SIDE NAVIGATION     -----     */
#side_nav {
	float: left;
	width: 151px;
	padding-right: 12px;
	padding-top: 57px;
}
/*LVL 1*/
#side_nav ul {
	margin: 0;
	padding: 0;
}
#side_nav ul li {
	display: inline;
	position: relative;
	list-style: none;
	background: url(none);
	margin: 0px;
	padding: 0px;
}
/*LVL 2*/
#side_nav ul li ul {
	position: absolute;
	left: 136px;
	top: 0px;
	display: none;
}
#side_nav ul li:hover ul {
	display: block;
}
/*STYLES*/
#side_nav ul li a {
	text-decoration: none;
	display: block;
	line-height: 23px;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 23px;
	width: 131px;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/layout/nav_general.png) no-repeat left bottom;
	padding-left: 5px;
}
#side_nav ul li ul li a {
	display: block;
	padding: 0 5px 0 10px;
	line-height: 22px;
	text-transform: none;
	background: #014552 url(none);
	border-bottom: 1px solid #7CB297;
	width: 115px;
	height: 22px;
}
#side_nav ul li ul li a:hover { background: #014552 url(../images/layout/top_nav_ro.gif) repeat-x left bottom; }
#side_nav ul li a:hover, #side_nav ul li#member_login a:hover, #side_nav ul li#forums a:hover, #side_nav ul li#website_registration a:hover, #side_nav ul li#search a:hover  { background-position: right bottom;}
#side_nav ul li#member_login a {
	line-height: 32px;
	background: url(../images/layout/nav_member_login.png) no-repeat left top;
	height: 32px;
	width: 124px;
	margin-top: 12px;
	padding-left: 28px;
}
#side_nav ul li#forums a {
	line-height: 32px;
	background: url(../images/layout/nav_forums.png) no-repeat left top;
	height: 32px;
	width: 124px;
	padding-left: 28px;
}
#side_nav ul li#website_registration a {
	line-height: 12px;
	background: url(../images/layout/nav_website_registration.png) no-repeat left top;
	height: 29px;
	width: 124px;
	padding-left: 28px;
	padding-top: 3px;
}
#side_nav ul li#search a {
	line-height: 32px;
	background: url(../images/layout/nav_search.png) no-repeat left top;
	height: 32px;
	width: 124px;
	padding-left: 28px;
}
/*     -----     END SIDE NAVIGATION     -----     */

#content_repeat {
	background: url(../images/layout/content_repeat.png) repeat-y;
	float: left;
	width: 836px;
}
#content_top_home { background: url(../images/layout/content_home_top.jpg) no-repeat center top; overflow: hidden; }
#content_top_general { background: url(../images/layout/content_general_top.jpg) no-repeat center top; overflow: hidden; }
#news_gradient { background: url(../images/layout/content_new_gradient.png) no-repeat 655px 85px; overflow: hidden; }

/*     -----     TOP NAVIGATION     -----     */

#top_nav {
	text-align: right;
	padding-right: 70px;
	height: 20px;
}
/*LVL 1*/
#top_nav ul {
	margin: 0;
	padding: 0;
}
#top_nav ul li {
	display: inline;
	position: relative;
	list-style: none;
	background: url(none);
	margin: 0px;
	padding: 0px;
}
/*LVL 2*/
#top_nav ul li ul {
	position: absolute;
	left: 0px;
	top: 15px;
	display: none;
}
#top_nav ul li:hover ul {
	display: block;
}
/*STYLES*/
#top_nav ul li a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	height: 20px;
	line-height: 20px;
}
#top_nav ul li a:hover { background: url(../images/layout/top_nav_ro.gif) repeat-x; }
#top_nav ul li ul li a {
	background: #014552 url(none);
	text-transform: none;
	border-bottom: 1px solid #7CB297;
	display: block;
	width: 180px;
	padding: 2px 4px 2px 4px;
	height: 100%;
	line-height: 14px;
	text-align: left;
}
#top_nav ul li ul li a:hover {
	background: #014552 url(../images/layout/top_nav_ro.gif) repeat-x left bottom;
}

/*     -----     END TOP NAVIGATION     -----     */

#content {
	padding: 10px 25px 10px 31px;
	float: left;
	width: 599px;
}
#content_general {
	padding: 10px 25px 10px 31px;
	float: left;
	min-height: 450px;
	_height: 450px;
	width: 780px;
}
#news {
	padding: 20px 16px 0px 10px;
	float: left;
	width: 155px;
}
#news a img { border: 1px solid #225D67; }
#news a:hover img { border: 1px solid #000; }
#news_container {
	overflow: auto;
	height: 200px;
	margin: 0 -9px 2px 0;
	padding-right: 9px;
}
#news_container p.news_title {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}
#news_container p.date {
	font-size: 11px;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}
#footer{
	padding-left: 165px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	position: relative;
	list-style: none;
	background: url(none);
	margin: 0px;
	padding: 0px;
}
/*LVL 2*/
#footer ul li ul {
	display: none;
}
#footer ul li a {
	background: url(../images/layout/footer_divider.gif) no-repeat right 3px;
	padding-right: 5px;
	padding-left: 5px;
}


/*     Website Info Content Holder     */

#website_info{
	margin: 0px auto;
	width: 809px; /*assuming width of page is 999px*/
}
.float23{
	float: left;
	width: 23%;
}
.float54{
	float: left;
	width: 54%;
}
#text_align, #quadtech {
	float: left;
}
#quadtech a {
	display: block;
	height: 14px;
	width: 63px;
	overflow: hidden;
	background: url(/images/layout/quadtech_logo_light_smaller.png) no-repeat;
}
#quadtech a:hover {
	background: url(/images/layout/quadtech_logo_light_smaller.png) no-repeat -63px;
}
#text_links {
padding-top: 10px;
text-align: center;
}

/*     Content Styles     */

.productitemcell {
height:22px;/* double the height of body text */
}
.img_no_border {
	border: none;
}

/*     -----     SPOTLIGHT STYLES     -----     */

#spotlight_panel {
	background: url(../images/layout/spotlight_panel.png) no-repeat center top;
	padding: 1px 10px;
	width: 579px;
	height: 250px;
}
.spotlight_itembox {
	float: left;
	width: 280px;
	min-height: 80px;
}
p.spotlight_image {
	height: 60px;
	width: 60px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 15px;
}
p.spotlight_image a img { border: 1px solid #225D67; }
p.spotlight_image a:hover img { border: 1px solid #000; }
h3.spotlight_title { margin: 0px; }
p.spotlight_description {
	margin: 0px;
	padding: 0px;
}

/*     -----     END SPOTLIGHT STYLES     -----     */

div.literature_top { line-height: 25px; background: url(../images/layout/lit_blue_bar.gif) repeat-x center center; height: 25px; padding: 0 10px 0 10px; margin: 0 15px; }
span.lit_left { text-align: left; width: 78%; display: block; float: left; overflow: hidden; height: 25px; }
span.lit_right { text-align: left; width: 22%; display: block; float: left; height: 25px; }
div.lit_desciption { padding: 5px 10px 5px 10px; margin: 0 15px 15px 15px;}

table#gallery table.photogalleryTable td { background: #e6ffe7 url(../images/layout/alt_row_1_img.gif) repeat-y left top; padding: 0 5px; height: 123px; border: solid 1px #fff; }
table#gallery td.altrow2 { padding: 5px; height: 113px; border: solid 1px #fff;}
table#gallery table.photogalleryTable td a img { width: 150px; height: 113px; border: 1px solid #225D67;}
table#gallery table.photogalleryTable td a:hover img { border: 1px solid #000; }

div.q_para { margin: 0; padding: 0; }
div.a_para {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 755px;
}
span.large_blue_16 {
	font-size: 18px;
	color: #00444F;
	width: 25px;
}
div.large_green_18 {
	font-size: 20px;
	color: #007584;
	width: 25px;
	float: left;
	vertical-align: top;
}

div.width50divleft { float: left; width: 375px; padding-left: 15px; }
div.width50divright { float: left; width: 365px; text-align: right; padding-right: 25px; }

/*     -----     SECURE ZONE MENU     -----     */

#cat_401330_divs { text-align: center; }
#cat_401330_divs ul {
	margin: 10px 0;
	padding: 0;
}
#cat_401330_divs li {
	display: inline;
	list-style: none;
	background: url(none);
	margin: 0px;
	padding: 10px 15px;
}
