/* Globals */

body {
	PADDING: 0px;
	FONT-SIZE: 1em;
	MARGIN: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #aaaaaa;	
}

img {
	border:0px;
}

a {
	color:#0d2b88;	
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#ff9900;
}

h1 {
	font-size:1.3em;
	color:#0d2b88;
	margin:0px 0px 0px 0px;
	padding:0px;
}

h2 {
	clear:left;
	font-size:1.25em;
	color:#757575;
	margin:20px 0px 0px 0px;
}

h3 {
	clear:left;
	font-size:1.1em;
	color:#0d2b88;
	margin:20px 0px 0px 0px;
}

h4 {
	clear:left;
	font-size:1.1em;
	color:#878787;
	margin:10px 0px 2px 0px;
}

h5 {
	clear:left;
	font-size:1em;
	color:#0d2b88;
	margin:3px 0px 2px 0px;
}

h6 {
	font-size:1em;
	color:#0d2b88;
	margin:10px 0px 2px 5px;
}

.grey {
	color:#666;
}

p {
	clear:left;
	margin: 10px 0px 15px 0px;
	text-align:justify;
}

/* Template */

#container {
	width:1002px;
	margin: auto;
	background-color:white;
}

#open {
	background-image:url(images/open.gif);
}

#close {
	background-image:url(images/close.gif);
}

#header {
	padding:10px;
}

#utility {
	padding:0px 0px 10px 0px;
	font-size: 0.6em;
	color: #b2b2b2;
	text-align: right;
	float:right;
	width:170px;
}

#utility_links, #utility_form {
	float:right;
}

#utility input {
	float:left;
	margin-top:5px;
}

#utility .input {
	border:1px solid #dce2f6;
	font-size:1em;
	margin-right:3px;
}


#nav1 {
	margin-top:10px;
	clear:both;
	background-color:#3878db;
	background-image:url(images/nav1_bg.jpg);
	background-repeat:no-repeat;
	height:36px;
	font-size:.7em;
}

#nav1 ul {
	margin:0px;
	padding:12px 10px;
}

#nav1 li {
	list-style-type:none;
	float:left;
}

#nav1 a {
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
	border-right:1px solid #86c3dd;
}

a#nav1_last {
	border-right:none;
}

#bCrumb {
	background-image:url(images/bcrumb_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:.6em;
	padding-bottom:24px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
	
#page {
	margin-top:5px;
	font-size:.7em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#aspnetForm #container #top {
	margin-top: 111px;
	position: absolute;
	background-color:#FFFFFF;
	width:1002px;
}


#footer {
	clear:both;
	padding:10px;
	color:white;
}

#footerContent {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:70px;
	font-size:.9em;
	background-color:#3878db;
}

#footerCopy {
	float:left;
	margin:28px 0px 0px 5px;
	width:500px;
}

#footerLinks {
	float:right;
	font-size:.7em;
	margin:30px 5px 0px 0px;
}

#footerLinks a {
	color:white;
	margin:0px 4px 0px 4px;
}

/* Content */

#content {
	float:left;
	width:769px;
	margin-right:10px;
}

#content li{
	list-style-image:url(images/arrow_blue.gif);
}

.boxRight {
	float:right;
	margin:0px 0px 14px 10px;
	border:1px solid #dce2f6;
	padding:1px;
	width:230px;
}

.boxRight  p {
	padding:2px 5px 10px 5px;
	margin:0px;

}

#contentNav3 {
	float:left;
	width:626px;
	margin-right:10px;
}

.split {
	float:left;
	width:47%;
	margin-right:10px;
}

#leftCol {
	float:left;
	width:790px;
}

ul#nav3 {
	float:left;
	background-color:#e9e9e9;
	width:140px;
	border-top:1px solid #0d2b88;
	border-bottom:1px solid #c3c3c3;
	padding:0px;
	margin:0px;
}

ul#nav3 li {
	clear:left;
	float:left;
	list-style-type:none;
}

ul#nav3 a {
	clear:left;
	float:left;
	border-bottom:1px solid white;
	padding:10px 4px 10px 12px;
	width:124px;
}

ul#nav3 a:hover {
	color:black;
	background-color:#d2d1d1;
	text-decoration:none;
}

ul#nav3 li .current {
	color:black;
	background-image:url(images/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

ul#nav3Sub {
	float:left;
	background-color:#fff;
	width:140px;
	padding:0px;
	margin:0px;
}

ul#nav3Sub li {
	border-bottom:1px solid #ddd;
}

ul#nav3Sub a {
	clear:left;
	float:left;
	margin:10px 0px 10px 10px;
	background-color:white;
	padding:0px 0px 0px 14px;
	width:116px;
	background-image:url(images/arrow_blank.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

ul#nav3Sub a.current {
	color:black;
	background-color:#fff;
	background-image:url(images/arrowSub_black.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

ul#nav3Sub a:hover {
	background-color:white;
	
}

.current {
	background-color:#cac9c9;
}


#rightCol {
	float:right;
	/*border-left:1px solid #dce2f6;*/
	width:152px;
}

.banner {
	margin:0px 0px 10px 0px;
}

/* Homepage Styles */

.ch {
	float:left;
	width:233px;
	margin: 0px 22px 0px 0px;
}

.chtop, .chbot {
	line-height:5px;
}

.ch_title {
	color:white;
	font-weight:bold;
	text-align:center;
	padding:5px;
	padding-bottom:15px;
	font-size:1.1em;
}

.ch_title a, .ch_title a:hover {
	color:white;
}

.ch_content {
	background-color:white;
	margin:auto;
	width:213px;
	font-size:.9em;
	text-align:center;
	padding-top:2px;
	margin-bottom:5px;
}

.ch_content ul, .ch_content p {
	text-align:left;
	margin:10px;
	list-style-type:none;
	padding: 0px 0px 10px 0px;
}

.ch_content p {
	height:158px;
}

.ch_content img {
	margin-bottom:10px;
}

.chbanner 
{
	background-color:#fff;
	padding-top:15px;
}

#ch_grey {
	background-color:#848d96;
}

#ch_grey .chtop {
	background-image:url(images/chtop_grey.gif);
}

#ch_grey .chbot {
	background-image:url(images/chbot_grey.gif);
}

#ch_grey .chmid {
	background-image:url(images/chbg_grey.jpg);
	background-repeat:repeat-x;
	background-color:#848d96;
}

#ch_grey .ch_title {
	background-image:url(images/chconttop_grey.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#ch_grey .ch_content{	
	background-image:url(images/chcontbot_grey.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#ch_blue {
	background-color:#3878db;
}

#ch_blue .chtop {
	background-image:url(images/chtop_blue.gif);
}

#ch_blue .chbot {
	background-image:url(images/chbot_blue.gif);
}

#ch_blue .chmid {
	background-image:url(images/chbg_blue.jpg);
	background-repeat:repeat-x;
	background-color:#3878db;
}

#ch_blue .ch_title {
	background-image:url(images/chconttop_blue.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#ch_blue .ch_content{	
	background-image:url(images/chcontbot_blue.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#ch_green {
	background-color:#62bd19;
}


#ch_green .chtop {
	background-image:url(images/chtop_green.gif);
}

#ch_green .chbot {
	background-image:url(images/chbot_green.gif);
}

#ch_green .chmid {
	background-image:url(images/chbg_green.jpg);
	background-repeat:repeat-x;
	background-color:#62bd19;
}

#ch_green .ch_title {
	background-image:url(images/chconttop_green.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#ch_green .ch_content {	
	background-image:url(images/chcontbot_green.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#features {
	font-size:0.9em;
}

.feature {
	padding-top:10px;
	border-top:1px solid #dce2f6;
	width:233px;
	float:left;
	margin-right:1%;
}

#features h2 {
	font-size:1.2em;
}

.imgLibItem {
	width:31%;
	margin:20px 0px 20px 0px;
	float:left;
	font-size:.9em;
}

.imgLibItem img {
	border:1px solid #dce2f6;
}

.newsItem {
	margin:10px 0px 25px 0px;
}

.col1 {
	float:left;
	padding-right:10px;
	font-weight:bold;
	width:150px;
}
.col2 {
	float:left;
}

.col3 {
	float:left;
	margin-bottom:20px;
}

/* FORM STYLES */

.formTable, .dataTable {
	width:100%;
	background-color:#dce2f6;
	margin-bottom:10px;
}

.dataTable {
	margin-top:1px;
}

.formTable th {
	padding:7px;
	background-color:#437cd5;
	background-image:url(images/th_bg.jpg);
	color:white;
	text-align:left;
}

.dataTable th {
	padding:7px;
	background-color:#efefef;
	text-align:left;
}

.dataTable td {
	width:auto;
}

.formTable tr, .dataTable tr {
	vertical-align:top;
}

.formTable td {
	padding:7px;
	background-color:#f5f6fc;
}

.dataTable td {
	padding:7px;
	background-color:#fff;
}

.formCaption {
	width:150px;
}

.stevetest
{
	background: #86b7c3;
}

.formInput
{
}

#contentForm input, #contentForm select, #contentForm textarea {
	border:1px solid #ccc;
	font-size:1em;
	width:200px;
}

#contentForm input.radio {
	width:auto;
	border:0px;
	margin:-2px 0px -2px -2px;
}

#contentForm input {
	font-size:1.1em;
}

#contentForm textarea {
	width:200px;
	height:100px;	
}

/* PRODUCT GROUP PAGE STYLES */

.prodGroupRow {
	float:left;
	width:624px;
	margin-bottom:20px;
}

.prodGroupRow p {
	clear:none;
	float:left;
}

.prodGroup {
	width:195px;
	margin:0px 10px 20px 0px;
	float:left;
	font-size:.9em;
	/*border:1px solid #0d2b88;
	border:1px solid #c3c3c3;
	background-color:#ebf2fb;*/
	text-align:center;
	border:1px solid #dce2f6;
	background-color:#f5f6fc;
}

.prodGroup h2 {
	margin:0px;
	padding:7px;
	background-color:#336cc5;
	background-image:url(images/th_bg.jpg);
	background-repeat:repeat-x;
	color:white;
	text-align:left;
}

.prodGroup h2 a, .prodGroup h2 a:hover {
	color:white;
}

.prodGroup img {
	border:1px solid #dce2f6;
	margin: 5px 0px 5px 0px;
}

ul.prodGroupList {
	margin:0px 10px 10px 32px;
	padding:0px;
	text-align:left;
	list-style-image:url(images/arrow_blue.gif);	
}

.prodListItem {
	float:left;
	border:1px solid #dce2f6;
	background-color:#f5f6fc;
	padding:7px;
	width:610px;
	margin-bottom:20px;
}

.prodListItem img {
	float:left;
	border:1px solid #dce2f6;

}

.prodListText {
	clear:none;
	float:left;
	margin-left:10px;
	width:400px;
}

.prodListText h2 {
	margin:0px;
	padding:0px;
}

.prodGroup h2 a, .prodGroup h2 a:hover {
	color:white;
}

/* PRODUCT DETAIL PAGE STYLES */

#callBoxes {
	margin-top:57px;
	margin-left:20px;
}

.callBox {
	border-bottom:1px solid #c3c3c3;
	float:left;
	width:150px;
	background-color:#efefef;
	margin-bottom:10px;
}

.callBox h4 {
	background-image:url(images/cb_header_bg.jpg);
	background-repeat:repeat-x;
	color:white;
	padding:6px;
	font-size:1em;
	margin:0px;
}

ul.nav4 {
	padding:0px;
	margin:0px;
	background-color:#efefef;
}

ul.nav4 li {
	clear:left;
	float:left;
	list-style-type:none;
	margin:0px;
}

ul.nav4 a {
	clear:left;
	float:left;
	border-bottom:1px solid white;
	padding:7px 0px 7px 25px;
	width:125px;
	background-image:url(images/arrow_orange.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

ul.nav4 a:hover {
	color:black;
	background-color:#e4e4e4;
	text-decoration:none;
	background-image:url(images/arrow_orange_hi.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

ul.nav4 li .current {
	color:black;
}

#prodDetail td 
{
	background-color:#fff;
	padding:2px;
}

#prodDetail th
{
	background-color:#4b7fe7;
	color:#fff;
}	

#nav5 {
	float:left;
	width:580px;
/*	background-color:#efefef;*/
}

#nav5 a {
	float:left;
	color:white;
	background-color:#838a92;
	background-image:url(images/nav5_bg.jpg);
	background-repeat:repeat-x;
	padding:6px 10px 6px 10px;
	font-weight:bold;
	border-right:1px solid #7f7872;
	text-align:center;
}


#nav5 a.current {
	background-color:#336cc5;
	background-image:url(images/nav5_bg_current.jpg);
	background-repeat:repeat-x;
}

#prodDetailData {
	float:left;
	padding:6px;
	border:1px solid #dce2f6;
	background-color:#f5f6fc;
	width:612px;
}

#prodDetailImages {
	width:240px;
	float:left;
}
	
a.prodPDFLink {
	clear:left;
	float:left;
	background-color:#efefef;
	padding:7px 0px 7px 25px;
	margin-left:1px;
	width:207px;
	background-image:url(images/pdf.gif);
	background-repeat:no-repeat;
	background-position:left;
}

a.prodPDFLink:hover {
	color:black;
	background-color:#e4e4e4;
	text-decoration:none;
}

#prodDetailData p {
}

#prodDetailData ul 
{
	padding-left:15px;	
	margin-left:10px;
}

#prodDetailData li
{
	padding-bottom:5px;	
}

#prodDetailData h2, #prodDetailData h3 {
	margin:10px 0px 10px 0px;
	clear:left;
	floaT:left;
}

#prodDetailData h3 {
	margin-top:15px;
}

#prodDetailText {
	float:left;
	width:370px;
}

#nav 
{
	background-image:url(images/nav1_bg.jpg);
	background-repeat:no-repeat;
	height:36px;
	margin-top:10px;
	padding-left:10px;
	z-index:5000;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
	font-weight: bold;
	font-size:11px;
	z-index:5000;
}

#nav ul 
{
	background: #cddaed;
	padding: 0;
	/*border: solid #eda;
	border-width: 1px 0;*/
	margin: 0 0 1em 0;
	z-index:5000;
}

#nav a
{
	display: block; /*width: 15em;
	w\idth: 9em;*/ /*above was 10 */ /*above was 6 */
	color: #fff;
	text-decoration: none; /*padding: 0.25em 2em;*/
	padding: 12px 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 12px;
	padding-top: 13px;
}

/* Added once #nav a padding was changed to accomodate the top level menu items and then to restore the subsequent items*/
#nav li ul a 
{
	padding: 0.25em 2em;
	color:#1b286c;
}

#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
	/*above was 10 */
}

/*width's changed from here*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/*
	width: 14.4em;
	w\idth: 13.9em;*/
	width:20em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	font-size:10px;
	z-index:500;
}

#nav li li {
	padding-right: 1em;
	/*width: 13em;*/
	width:19em;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #fff;
}

#nav li ul a {
	/*width: 13em;
	w\idth: 9em;*/
	width:15em;
}
/*to here*/

#nav li ul ul {
	margin: -2.1em 0 0 20em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover , #nav li.sfhover {
	background: #5681c5;
}

#nav a:hover, #nav a.sfhover 
{
	color: #fff;
}

#topSection{
width:100%;
float:left;
}


#bottomSection{
	position:absolute;
	top:154px;
	margin:0;
	padding:0.5em;
	border:1px solid #000;
	clear:both;
	left: 639px;
}


#aspnetForm #container #page #leftsection {
	float: left;
	width: 792px;
}
#aspnetForm #container #page #rightsection {
	float: right;
	width: 170px;	
}
#aspnetForm #container #page #leftsection #rcol {
	float: right;
	width: 632px;
}
#aspnetForm #container #page #leftsection #lcol {
	float: left;
	width: 160px;
}

#aspnetForm #container #page #foot {
	clear: both;
}



.video li
{
	list-style: none;
	padding-left: 25px;

	background-attachment: scroll;
	background-image: url(images/cam.png);
	background-repeat: no-repeat;
	background-position:1px;
	margin-bottom:5px;
}