.right_sidebar_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #003399;
}
.main_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-transform: none;
}

a:link, a:visited { text-decoration: none; color:#003399;}
a:hover { text-decoration: underline; color:#003399;}

.smaller_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FF3300;
	text-transform: none;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	text-transform: none;
}
.main_body_bold_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-transform: none;
}
.right_sidebar_head_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #1699D8;
}
.small_text_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
.right_sidebar_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FF3300;
}
.right_sidebar_head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #1699D8;
}
.subhead3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	text-transform: none;
}
.popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #1598D7;
	text-transform: none;
	text-align: center;
}
.box_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
}
.blue_head_capped {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1699D8;
}
.subhead_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FF3300;
}


/* ######### Styles for Menus ######### */


.chromestyle{
width: 99%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 660px;
padding: 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
float: left;
display: block;
background-color: #fff;
}
.chromestyle ul li a img {border: none;}
.chromestyle ul li{
display: inline;
height: 54px;
float: left;

}

.chromestyle ul li a{
color: #999999;
height: 54px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(../images/menubg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #fff;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 70px!important;
border: 1px solid #E8E8E8; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background: transparent url(../images/trans_white.png);
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 9px;
border-bottom: 1px solid #E8E8E8; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none!important;
font-weight: normal;
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1699D8;
color: #fff;
text-decoration: none!important;
}

#zero a {
background: url(../images/button_home.jpg) no-repeat left;
display: block;
width: 62px;
height: 54px;
}
#zero a:hover {
background: url(../images/button_home-over.jpg) no-repeat left;
display: block;
width: 62px;
height: 54px;
}

#one a {
background: url(../images/button_features.jpg) no-repeat left;
display: block;
width: 85px;
height: 54px;
}
#one a:hover {
background: url(../images/button_features-over.jpg) no-repeat left;
display: block;
width: 85px;
height: 54px;
}
#two a {
background: url(../images/button_pricing.jpg) no-repeat left;
display: block;
width: 72px;
height: 54px;
}
#two a:hover {
background: url(../images/button_pricing-over.jpg) no-repeat left;
display: block;
width: 72px;
height: 54px;
}
#three a {
background: url(../images/button_services.jpg) no-repeat left;
display: block;
width: 83px;
height: 54px;
}
#three a:hover {
background: url(../images/button_services-over.jpg) no-repeat left;
display: block;
width: 83px;
height: 54px;
}
#four a {
background: url(../images/button_resources.jpg) no-repeat left;
display: block;
width: 94px;
height: 54px;
}
#four a:hover {
background: url(../images/button_resources-over.jpg) no-repeat left;
display: block;
width: 94px;
height: 54px;
}

#five a {
background: url(../images/button_support.jpg) no-repeat left;
display: block;
width: 79px;
height: 54px;
}
#five a:hover {
background: url(../images/button_support-over.jpg) no-repeat left;
display: block;
width: 79px;
height: 54px;
}

#six a {
background: url(../images/button_about.jpg) no-repeat left;
display: block;
width: 85px;
height: 54px;
}
#sic a:hover {
background: url(../images/button_about-over.jpg) no-repeat left;
display: block;
width: 85px;
height: 54px;
}
#seven a {background:url(../images/button_contact.jpg) no-repeat left; display: block; width: 100px; height: 54px;}
#seven a:hover {background:url(../images/button_contact-over.jpg) no-repeat left; display: block; width: 100px; height: 54px;}
