@charset "UTF-8";

body {
	background-color: #0c2a4c;
	/*background:#010E14 url("../images/background.jpg") repeat-y scroll center top;*/
        /*background:#76A6D6 url("../images/bg.jpg") repeat-x scroll center top;*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81.25%; 
	line-height: 18px; 
    text-align: center;

}

a {
	text-decoration: none;
	color: #4f7ba4;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #0B2A4C;
	outline: none;
}

img {
	border: none;
}

div, p {
	color: #2c2c2c;
}

p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	
}

h1 {
	color: #4f7ba4;
	margin-bottom: 2px;
 }
 
p {
	margin-bottom: 1em;
}

form p{
margin-bottom:10px;
}



h2 {
	font-size: 1.60em;
	margin-top: 20px;
	letter-spacing: 0.012em;
}
h3 {
	color: #606060;
	font-size: 1.15em;
	 font-family: Arial, Helvetica, sans-serif;;
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: -.03em;
	margin-bottom: .1em;
}
h4 {
	color: #0B2A4C;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

form label{
   font-size:10px;
font-weight:bold;
line-height:18px;
color:#333333;
}

h4 {
	color: #0B2A4C;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

input.halfsize {
width:220px;
}
table.contentpaneopen {
	width: 100%;
	padding: 0 25px 0 0;
}
td.contentheading {
	font-size: 1.8em;
	padding: 0 25px 0 0;
	margin: 0;
	font-weight: bold;
	color:  #21446c;
	
}
td.contentheading a:link,
td.contentheading a:visited,
td.contentheading a:active {

}

td.contentheading a:hover {
	color:  #21446c;
	text-decoration: underline;
}
td.createdate, td.modifydate {
	padding-bottom: 15px;
	font-size: 0.9em;
}

p.buttonheading {
	float: right;
	width: 100px;
}
table.pagenav {
	padding: 25px 0;
}
.tableheader {
	color:#888;
	padding: 10px 0;
}
tr .odd {
	background-color:#eaeaea;
	height: 20px;
}
tr .even {
	height: 20px;
}

tr .odd td,
tr .even td {
	padding-left: 5px;
}
	
hr {
	background: #b9cadb;
	border: none;
	margin: 22px 0 5px;
	height: 1px;
}

sup {
	font-weight: normal;
	font-size: 50%;
}
body.contentpane {
	background-color: #ffffff;
	background-image: none;
}

fieldset {
	border:0;
}

#form-login ul li,
#com-form-login ul li{
	margin-left: -30px;
	list-style: none;
}

#page {
	width: 960px;
	margin: auto;
	text-align: left;
}

.page-holder{
	width:100%;
}

.page-wrapper{
	margin:0 -40px;
	width:1040px;
}

.top-shadow {
	background: url("../images/shadow-top.png") no-repeat top;
	height: 80px;
	margin-top: 14px;
	float: left;
	width: 100%;
}

.container-shadow {
	background: url("../images/container-shadow.png") repeat-y;
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}

.bottom-shadow {
	background: url("../images/shadow-bottom.png") no-repeat bottom;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: -50px;
}

.container {
	background: #FFFFFF;
	margin: 0 40px; 
	margin-top: -44px;
	margin-bottom: -30px;
	float: left;
	display: inline;
	width: 960px;
}

/*-------- Header --------*/
.header {
	border-bottom: 3px solid #007CC3;
	padding:10px 0px 5px 0px;
}


.header .logo {
	padding: 0px 0px 5px 10px;
}

.header .logo h1 a{
	text-decoration:none;
	color:#007CC3;	
}
.header .logo h1 a:hover{
	text-decoration:none;
	color:#007CC3;

} 
.header ul.menu {
	float: right;
	padding: 13px 10px 0 0;
	margin: 0px;
	list-style: none;
	font-size:12px;
}

.header ul.menu li {
	float: left;
	color: #454545;
	padding: 0 6px 0 6px;
	font-size: .9em;
	font-weight:bold;
}

.header ul.menu li.last {
	border-right: none;
	padding-right: 0;
}
.header ul.menu li:last-child {
	border-right: none;
	padding-right: 0;
}

.header ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #007CC3;
}

.header ul.menu li A:HOVER {
	color: #FF3333;
	
}

.header ul.menu li A.current{
text-decoration:underline;
	color:#FF3333;
}

/*-------- Header --------*/








/*-------- Content  --------*/

#mainContentAreaHome {
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
	
}

.content {
	padding-bottom: 30px;
	/* padding-top: 20px; */
	float: left;
	width: 100%;
}



.left-col {
	float: left;
	width: 644px;
	margin-left: 25px;
	display: inline;
}

.single-col {
	float: left;
	width: 910px;
	margin: 0px 25px;
	display: inline;
}


.right-col {
	float: right;
	width: 246px;
	margin-right: 24px;
	display: inline;

}

#imageBanner{
border:1px solid #B9CADB;
background:#FFFFFF;
padding:2px 2px 2px 2px;
margin-bottom:20px;
}
#bannerShadow{
background:transparent url('../images/banner-shadow.png') repeat-x;
display:block;
height:5px;
width:100%;
padding-bottom:10px;
}
.left-col p{
	
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}



.right-col p{
	
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
	font-weight: normal;
}
.content #thankyouMessage{
background-color:#FC8F30;
color: #FFFFFF;
text-align:center;
padding:15px 0px 10px 0px;
margin:20px 0px 15px 0px;
}
.content #thankyouMessage span{
color: #FFFFFF;
border:none;
font-size: 18px;
letter-spacing: 0.012em;
margin:0px;
font-weight:bold;
}


.content #thankyouMessageQuote{
background-color:#FC8F30;
color:#FFFFFF;
text-align:center;
padding:15px 0px 10px 0px;
margin:20px 0px 15px 0px;
}
.content #thankyouMessageQuote span{
color:FFFFFF;
border:none;
font-size: 18px;
letter-spacing: 0.012em;
margin:0px;
font-weight:bold;
}
.content h2 {
	color: #FC8F30;
	border-bottom: 1px solid #b9cadb;
	margin-bottom: 7px;
}

.right-col #rightComponent{
margin-bottom:15px;
font-family:Helvecftica,sans-serif;
font-size:13px;
font-weight: normal;
clear:both;
}
#leftContent #tlc, #leftContent #trc, #leftContent #blc, #leftContent #brc
{
	background-color: transparent;
	background-repeat: no-repeat;
	min-height:1%;
	height:1%;
}
#leftContent #tlc
{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
}
#leftContent #trc
{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
}
#leftContent #blc
{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
}
#leftContent #brc
{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
}
#leftContent #tb, #leftContent #bb
{
	background-color: transparent;
	background-repeat: repeat-x;
}
#leftContent #tb
{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
}
#leftContent #bb
{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
}
#leftContent #rb
{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
#leftContent #lb
{
	background-color: #FFFFFF; 				
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

#leftContent #leftInnerContent{
clear:both;
padding:10px 10px 10px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
	font-weight: normal;
}
#rightComponent #leftContent{
border-top:4px solid #B9CADB;
border-bottom:8px solid #B9CADB;
}
#leftContent #rightInnerContent{
clear:both;
padding:4px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: normal;
}
#leftContent #rightInnerContent #rightForm{
clear:both;
padding:5px;
}

#rightForm .error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height:12px;
  color: red;
  margin-left:5px;
  display:none;
  }

#quoteForm .error {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:12px;
color: red;
margin-left:5px;
display:none;
}
#rightForm td{
padding-bottom:10px;
}

.right-link-sep {
border-bottom:1px solid #CCCCCC;
height:20px;
}
.right-table {
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
}
.right-sublink {
padding-left:25px;
}
.features {
padding:0 0 0 30px;
}
.tech-sep {
padding:0 0 5px;
}

.faqBox{margin-bottom:20px;}
.GlobalQuestionContainer {  margin: 0 0 4px 16px; font-weight: bold;}
.GlobalQuestionContainer span {  padding: 0; margin: 0; cursor: pointer;}
.arrowDiv { float: left; width: 13px;height:13px;margin:2px 0px 0px 0px; background:url('../images/arrow.png') no-repeat; cursor: pointer;  }
.GlobalQuestionContainerSelected span {  padding: 0; cursor: pointer;}
.arrowDivStlSelected { float: left; width: 13px;height:13px;margin:2px 0px 0px 0px;background:url('../images/arrowDown.png') no-repeat; cursor: pointer; }

.GlobalAnswerContainer { overflow: hidden; margin: 0 0 0 30px; padding: 0; font-size: 13px;display:none;}
.GlobalBodyContainer { margin: 0; padding: 10px 0 10px 0; }

.GlobalQuestionContainerSelected { margin: 0 0 4px 16px; font-weight: bold;}

.GlobalQuestionContainerSelected a{color:#FC8F30;}

#productsTab{

padding:20px 0px 0px 0px;
}

#productsTab ul {
margin:0;
padding:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:100%;

}
#productsTab ul li{
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
color:#4e4e4e;
}
#productsTab ul li a.activeTab{
float:left;
background-color:#4E4E4E;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0px 0 0;
color:#FFCC10;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:700;
text-align:center;
padding:18px 20px 2px 20px;
}

#productsTab ul li a:hover{
float:left;
background-color:#4E4E4E;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0px 0 0;
color:#FFCC10;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:700;
text-align:center;
}
#productsTab ul li a{
background-color:#FFFFFF;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0px 0 0;
padding:10px 20px 10px 20px;
color:#343434;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:700;
text-align:center;
}

#productsTabContent{
clear:both;
border-top:#4E4E4E solid 8px;

}

/*-------- Content --------*/


.vis-clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}



.copyright {
clear:both;
color:#CCCCCC;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:10px;
padding:0px 0 10px 0px;
text-align:center;
}

.copyright ul {

list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
text-align:center;
}
.copyright li {
display:inline;
position:relative;
}

.copyright li a {
color:#CCCCCC;
padding:0 6px 0 6px;
}

.copyright li a:hover {
color:#FFCC00;
}

.copyright li.copyrightText{
display:block;
color:#666666;
}

#tabComponent {
background-color:#FFFFFF;
color:#000000;
}
#tabMenuBar {
height:20px;
width:100%;
}

.tabMenu {
background-color:#E0E2E4;
color:#777777;
cursor:pointer;
float:left;
font-family:arial;
font-size:10pt;
font-weight:bold;
height:24px;
margin:1px;
padding:6px 10px 0px 10px;
text-align:center;
}
.tabMenuSelected{
background-attachment:scroll;
background-color:#FFFFFF;
background-image:url('../images/tab_active_bg.gif');
background-position:0 0;
background-repeat:repeat;
font-family:arial;
font-size:10pt;
font-weight:bold;
cursor:pointer;
color:#4D4D4D;
float:left;
margin:1px;
padding:6px 20px 0px 20px;
text-align:center;
height:24px;
}

.tabContent{
clear:both;
padding:20px 10px;
}

