#header{
	background-color: #0000cd;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: black;
}
#menu{
	background-color:#0066cc;
}
#nav{
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: black;
}
#actionline{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: black;
}
#actionheader{
	text-align: right;
}

#footer{
	margin: 0 auto;
	padding: 10px;
	background-color: #0066cc;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
body {
	background-color: #cccccc;
	font: 11px verdana,tahoma,arial,helvetica;
	color: #000000;
	margin: 0px;
	padding: 0px;
	cursor: default;
}
#pagelayout {
	width: 780px; /*Width of page*/
	margin: 0 auto; /*Center container on page*/
	background-color: white;
	border: 1px solid #343c43;
}
#mainbody {
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#maincontent1 {
	margin: 2px 15px 5px 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #fff;
	width: 630px;
	overflow:hidden;
} 
#maincontent2 {
	margin: 2px 15px 5px 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #fff;
	width: 530px;
	overflow:hidden;
} 
#maincontent3 {
	margin: 2px 5px 5px 5px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: white;
	width: 368px;
	overflow:hidden;

} 
#leftsidecontent {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px; 
	overflow:hidden;

}
#rightsidecontent {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fffff0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px;
	overflow:hidden;

}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}

table {
    text-align: left;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

h1 {
	font: 18px verdana,arial,helvetica; color: #2B6EBB; font-weight: bold;
	margin: 0 0 0 0;
 }

.bodytxt {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 10px;
}
p.normal {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin: 10px;
}


a { color: #004891; text-decoration: underline }
a:visited { color: #004891;  text-decoration: underline }
a:hover { color: #000099;  text-decoration: underline }

select,textarea,.iframeeditor { padding:1px; border:1px solid #969696; font:11px tahoma,arial,helvetica; }

/* text classes */
.text { font: 12px tahoma,arial,helvetica; color: #000000;}
.text10 { font: 10px tahoma,arial,helvetica; color: #000000; font-weight: normal; }
.text11 { font: 11px tahoma,arial,helvetica; color: #000000; font-weight: normal; }
.text11b { font: 11px tahoma,arial,helvetica; color: #000000; font-weight: bold; }
.text12bb { font: 12px tahoma,arial,helvetica; color: #004891; font-weight: bold; } 
.text13b { font: 13px tahoma,arial,helvetica; color: #000000; font-weight: bold; }
.text16b { font: 16px Arial; color: #000000; font-weight: bold; }
.text18bb	{ font: 18px verdana,arial,helvetica; color: #2B6EBB; font-weight: bold; }
.text18b	{ font: 18px verdana,arial,helvetica; color: #000000; font-weight: bold; }
.Highlight {
	font: 11px tahoma,arial,helvetica;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFCC;
}

/* Gray title box */
.titlebox {
	background-color: #eeeeee;
	border: 1px solid #969696;
	padding: 2px;
	padding-left: 10px;
	font: 11px Tahoma, Verdana, Arial;
	color: #666666;
	font-weight: bold;
	font-style: normal;
}

/* Gray title box with image on left side */
.titleboximage {
    background-color: #eeeeee;
	border: 1px solid #969696;
	padding: 2px;
	font: 10px Tahoma, Verdana, Arial;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	background-repeat: no-repeat;
}

/* Gray title box */
.adsense {
	margin: 15px;
	background-color: #eeeeee;
	border: 1px solid #969696;
	padding: 3px;
	font: 11px Tahoma, Verdana, Arial;
	color: #666666;
	font-weight: bold;
	font-style: normal;
}

.testimony {
    font: 10px tahoma,arial,helvetica;
    font-style: italic; 
}

.sidebarcontent {
    font: 12px tahoma,arial,helvetica;
    background-color: #f3f3f3;
}

.sidebartitle {
    font: 13px verdana,arial,helvetica;
    font-weight: bold;
    color: #444444;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 3px;
}

.sidebartitle_grey {
     color: #000000;
     border-top: 0px;
     border-color: #999999;
     border-bottom: 0px;
     background-color: #f3f3f3;
     padding-left: 5px;
}

.main_service_list
{
    font: 11px tahoma,arial,helvetica;
    background-color: #ffffff;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
	border: 0px solid #ffffff;
}
.main_service_list_over
{
    font: 11px tahoma,arial,helvetica;
    background-color: #e4ebf9;
	padding-left: 4px;
	border: 1px solid #557fd7;
}
/* general text indent used throughout */
.textindent {
	padding-left: 15px;
}
.pageselect {
	font: bold 11px tahoma,arial,helvetica;
	color: #0377FD;
}
 
.mainbgcolor
{
	background-color:#2B6EBB;
	color:#ffffff;
}



.signup_label
{
	font: bold 12px verdana,arial,helvetica;
	color: #004891; 
	width: 120px; 
	float: left; 
	text-align: right; 
	padding-right: 10px;
	margin-top: 5px;
}
.signup_input
{
	margin-top: 5px;
}



#selectionlist
{
	margin				: 0px;
	padding				: 0px;
}

#selectionlist li
{	
	list-style-type		: none;
	text-align			: center;
	width				: 185px; 
	float				: left;
	margin				: 3px;
	padding				: 0px;
}

#selectionlist li a
{
	font				: bold 12px Tahoma;
	color				: #555;
	display				: block;
	background-color	: #f1f1f1;	
	border				: 1px solid #999;
	text-decoration		: none;
	padding				: 5px;
}

#selectionlist li a:hover
{
	background-color	: #E9EEFA;
	border-color		: #5A80D8;
}

.errorBar
{
	margin: 2px 0px 2px 0px; 
	padding: 4px;
	border: 1px solid #999;
	background-color: #ffffee;
	color: #f00;
}


.sponsorlinks {  width: 240px;  margin-left: 10px; margin-top: 5px;  text-align: left; }
.sponsorlinks_title { font:bold 10px tahoma,Verdana,Helvetica,Sans Serif; color: #ffffff; }
.sponsorlinks a { font: 10px tahoma,verdana,helvetica; color: #004891; text-decoration: underline;}
.sponsorlinks a:visited { font: 10px tahoma,verdana,helvetica; color: #004891;	text-decoration: underline; font-weight: normal; }
.sponsorlinks a:hover { font: 10px tahoma,helvetica; color: #004891;text-decoration: underline; font-weight: normal; }

a.sponsorlinks_desc { font: 10px tahoma,arial,helvetica; color: #000000; text-decoration: none; font-weight: normal;}
a.sponsorlinks_desc:visited { font: 10px tahoma,arial,helvetica; color: #000000;	text-decoration: none; font-weight: normal;}
a.sponsorlinks_desc:hover { font: 10px tahoma,arial,helvetica; color: #000000;text-decoration: none; font-weight: normal; }

.toolBar 
{
	border: 1px solid #666;
	background-color: #f4f4f4;
	position: relative;
	z-index: 2;
}

.header {
font: 13px tahoma,arial,helvetica; color: #000000; font-weight: bold;
}

.sectiontitle {
font: 14px tahoma,arial,helvetica; color: #FFF; font-weight: bold;
background-color: #0066cc;
}
input.submit
{
	color: #004ba7;
	font-size: 12pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
td.buttonbackground
{
	background: Red;
}

td.buttonbackground a:hover
{
	background: Lime;
}

ul li 
{
	list-style-image: url(/images/bullet1.gif);
	list-style-type: disc;
	color: #000000;
}

ul li li 
{ 
list-style-image: url(/images/bullet2.gif);
list-style-type: circle; color: #000000; 
}

ul li li li 
{ 
list-style-image: url(/images/bullet2.gif);
list-style-type: square; color: #000000; 
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}

.testimonialbox
{
   margin: 10px;
   background-color: #e4ebf9;
	padding: 5px;
	border: 1px solid #557fd7;
}
#salescapture {
	width: 520px;
	margin: 10px auto;
	padding: 5px 10px;
	border: #bfadad solid;
	border-width: 1px 1px;
	text-align: justify;
	background: #e5e5e5;
}
.cartformtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-align: right;
}
.cartdesctext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	text-align: center;
}
.cartformfield {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: .5px .5px .5px .5px;
	border: #bfadad solid;
	border-width: 1px 1px;
	line-height: 14px;
	/* border-color: #dcdcdc #dcdcdc #dcdcdc #dcdcdc; */
}
.cartheadertext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-align: center;
	/* padding: 0px 0px 0px 50px; */
}
.footersubmittxt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-align: center;
	padding: 10px 0px 10px 0px; 
}
.pci{
	/* display: none; */
}
.comodo{
	padding: 0px 20px 0px 10px;
	text-align: center;
	margin: 0 auto;
}
.resources
{
	padding: 5px 3px 5px 5px;
	background: #ffffff;
}
.homeresources
{
	margin: 3px 0 2px 6px;
	background: url(/images/bullet1.gif) no-repeat left;
	padding: 3px 0 2px 15px;
}
.homeresources a:hover
{
	color: orange;
}