@charset "utf-8";
/* CSS Document */
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.3em;
	color: #333333;
	background-color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*End of CSS Reset */

/*Layout*/
#wrapper{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:855px;
	background-color:#FFFFFF;
	background-image: url(images/wrapperbg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#preheader{
	height:26px;
	background-color: #EFEFEF;
	background-image: url(images/preheadbg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 26px;
	vertical-align: middle;
	font-size: 12px;
}
#preheader a,#preheader a:visited{color:#000000;}
#preheader a:hover{color:#FF0000;}
#header{
	height: 116px;
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
}
#headerlogo{
	position:absolute;
	top:4px;
	left:4px;
	height: 102px;
	width: 218px;
	background-image: url(images/headerlogo.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#headerimage{
	position:absolute;
	height: 102px;
	width: 624px;
	top: 4px;
	right: 10px;
	background-repeat: no-repeat;
	background-position: right top;
}
#tabs{
	height: 32px;
	padding-right: 7px;
	padding-left: 6px;
}
#mainsection{
	padding-right: 16px;
	padding-left: 16px;
}
#footer{
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	margin-top:16px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
#leftcolumn{
	float: left;
	width: 220px;
}
#rightcolumn{
	margin-left: 220px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	padding-top: 10px;
	min-height: 400px;
}
#store{width:100%;
height:400px}
/*End Layout */
h1, h2, h3, h4{font-family:Arial, Helvetica, sans-serif;}
h1{
	font-size:120%;
	color:#002A6D;
	font-weight:bold;
}
h2{
	font-weight: bold;
	color: #0045B9;
	font-size: 100%;
}
h3 {
	font-weight: bold;
	color: #0045B9;
	font-size: 90%;
}
.emphasize{
	font-weight: bold;
	color: #0045B9;
	font-size: 90%;
}
#footer a, #footer a:visited{color:#0033CC;}
.banner1{background-image:url(images/headerimage1.png);}
.banner2{background-image:url(images/headerimage2.png);}
.banner3{background-image:url(images/headerimage3.png);}
.banner4{background-image:url(images/headerimage4.png);}
.banner5{background-image:url(images/headerimage5.png);}
.maintabs{
	margin: 0px;
	padding: 0px;
	height: 32px;
	list-style-type: none;
	background-image: url(images/tabstripbg.png);
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	font-weight: bold;
	text-transform: capitalize;
}
.maintabs li{
	display: block;
	float: left;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	width: 108px;
	height: 22px;
	background-image: url(images/tabbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: bottom;
	line-height: 20px;
	padding-top: 10px;
}
.maintabs li.selected{
	background-image: url(images/tabselectbg.png);
	color: #002A6D;
}
.maintabs li a, .maintabs li a:visited{text-decoration:none; color:#000000;}
.maintabs li a:hover{
	text-decoration:none;
	color:#002A6D;
}
.subnav{
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subnav li{
	font-size: 100%;
	text-transform: capitalize;
	background-image: url(images/subnav.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	line-height: 1.8em;
	vertical-align: middle;
}
.subnav li.selected{
	background-image: url(images/subnavselected.png);
}
.subnav li a,.subnav li a:visited{
	color: #000000;
	text-decoration: none;
}
.subnav li a:hover{text-decoration:underline;}
.homeintro{
	font-size: 110%;
	color: #4E4E4E;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}
.featurebox{
	position: relative;
	margin-top:4px;
	min-height: 75px;
	margin-bottom: 4px;
	text-align:justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding-bottom: 2px;
}
.featurebox img{
display:block;
	float:left; 
	padding-right: 2px;
	/*clear: both; */
}
.featurebox div{
	margin-left:106px;
}
.featurebox h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003C9F;
	font-size: 105%;
	margin-bottom:0.5em;
}

.viewlink, viewlink:visited{
	color:#000000;
	display:block;
	clear:both;
	padding-left:18px;
	line-height: 18px;
	background-image: url(images/viewlink.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	height: 18px;
	text-decoration:none;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 6px;
	font-family:Arial, Helvetica, sans-serif;
}
.viewlink:hover{
	text-decoration:underline;
	color:#CC0000;
	background-image:url(images/viewlink-hover.png);
}
.perslisting{}
.perslisting li{
	background-image: url(images/bullet-perslist.png);
	background-repeat: no-repeat;
	background-position: left .1em;
	padding-left: 18px;
	margin-bottom: 8px;
	text-align: justify;
}
.partners li{background-image: url(images/extlink.gif);}
.advisory li{background-image:url(images/bullet-advisory.png);}
.distributors li{background-image:url(images/bullet-distrib.png);}
.perslisting li span.name{
	font-size: 1.1em;
	font-weight: bold;
	color: #002A6D;
	font-family: Arial, Helvetica, sans-serif;
}
.perslisting li span.name a:link{
	color: #002A6D;
	text-decoration:none;
}
.perslisting li span.name a:visited{
	color: #002A6D;
	text-decoration:none;
}
.perslisting li span.name a:hover{
	color: #002A6D;
	text-decoration:underline;
}
.perslisting li span.title{
	color: #2C71E2;
	font-family: Arial, Helvetica, sans-serif;
}
.news{}
.news li{
	background-image: url(images/bullet_square_blue.png);
	background-repeat: no-repeat;
	background-position: left .1em;
	padding-left: 18px;
	margin-bottom: 8px;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 1.2em;
}
.news li div.title, #article div.headline{
font-size: 1.1em;
	font-weight: bold;
	color: #002A6D;
	font-family: Arial, Helvetica, sans-serif;}
.news li div.date, #article div.date{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#article div.article{
	padding:2px;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align:left;
}
.news li a.readmore, .news li a.readmore:visited{
color:#000000;
	display:block;
	padding-left:18px;
	line-height: 18px;
	background-image: url(images/viewlink.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	height: 18px;
	text-decoration:none;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 4px;
	font-family:Arial, Helvetica, sans-serif;}
.news li a.readmore:hover{
text-decoration:underline;
color:#CC0000;
background-image:url(images/viewlink-hover.png);
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	border: 1px solid #CCCCCC;
}
textarea {
	width:inherit;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	height:300px;
	display:block;
	color:#777;
	border: 1px solid #CCCCCC;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* text alignment */
.align-center{text-align:center;}
.align-right{text-align:right;}
.align-left{text-align:left;}

/*media*/
.media{
	width:33%;
	position: relative;
	float: left;
}
.mediathumb{
	border: 2px solid #CCCCCC;
}
.mediacaption{
	font-size: 80%;
	color: #666666;
	text-align: left;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
.mediacontainer{text-align:center;
margin-bottom:8px;
margin-top:8px;
}
.framedimage{
	border: 2px solid #FFFFFF;
}
.framedimage:hover{
	border: 2px solid #CCCCCC;
}
