﻿@charset "UTF-8";
body {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h5, h6, p {
	color:#666;
	margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h4 {
	font-size: 14px;
	color: #006AC3;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 15px 0 5px 15px;
	}
h5 {
	font-weight:normal;
}
	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a, a:visited, a:hover, a:active {
    color: #42413C;
	text-decoration: underline;
}
#contactus 
{
    margin-top: 10px;
    padding-top: 10px;
    height: 60px;
    background-image:url(/images/site/contact_bg.jpg);
    background-repeat:no-repeat;
    font-weight:bold;
    font-size: 24px;
    text-align: center;
}

#contactus a {
	color: #FFF;
	text-decoration:none;
	
}
#contactus a:hover, a:active, a:focus {
	color: #FF9;
	text-decoration:underline;
	
}
#contactus a:visited {
	color: #FFF;
	text-decoration: none;
} 

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	position: relative;
	max-width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#header 
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-transform:uppercase;
}
	
#header-menu
{
    height: 68px;
    width:960px;
}
		
#header-menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#header-menu li
{
    background: url("/images/common/header_bg.jpg") repeat-x;
    border-right: 1px solid #bdbdbd;
    float: left;
    margin: 0;
    color: #0d2474;
}
#header-menu li.home
{
    border-left: 1px solid #bdbdbd;
}

#header-menu li a
{
	width: 136px;
	height: 54px;
    padding-top: 14px;
    line-height: 1.2em;
    display: block;
    color: #87011c;
    text-decoration: none;
    text-align: center;
}

#header-menu li a:hover, #header-menu li a:active, #header-menu li a:focus
{
	background: url(/images/common/header_bg_2.jpg);
	color:#009
}

.slogan { clear: both; margin-top: 2px; padding: 10px; border: #CCC thin solid; background-color: #4f5192;
	        color: #ffffff; font-weight: bold; font-size: 18px; text-align: center; display: inline-block; width: 938px; }
.slogan a { color: #ffffff; }

.tophead {
	background: #5d6063;
	font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFF;
	font-weight: bold;
	padding: 3px 20px 3px 3px;
	text-align:right
}
.tophead a 
{
    margin-right: 1.35em;
    color:#FFF;
    text-decoration:none;
}
.tophead span.tollfree
{
    float: left;
    margin-left: 20px;
}

.footer ul {list-style:none; padding: 10px; }
.footer strong, .footer a, footer a:visited {text-decoration: none; font-size: 8pt;}
.footer a:hover {text-decoration: underline;}
.footer .footerlinks {float: left; width: 180px; margin-left: 0em; margin-right: .5em; }
.cright {
	clear:both;
	background-color: #FFF;
	padding: 11px;
	text-align: center;
	font-size: 10px;
	color: #666
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
	
#nav-menu ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav-menu li
{
    float: left;
    margin: 0 1px;
}

#nav-menu li a
{
    height: 37px;
    line-height: 37px;
    float: left;
    width: 158px;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    float: none
}

#nav-menu
{
    width:960px
}	

.content {
    font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 6px 0;
}

/* ~~ The footer ~~ */
.footer {
	clear:both;
	margin: 0;
	padding: 0;
	background: #ebf5ff;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* tabs css */

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}

ol#toc a {
    background: #FFF url(/images/site/tabs.gif);
    color:  #333;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #FFF;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
	padding-right: 2px;
	margin-right: 4px;
}

ol#toc li.current a {
    background-color: #FFF;
    background-position: 0 -60px;
    color: #443e4a;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(/images/site/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
	font-size: 14px;
	font-weight:bold
}

.highslide-caption { text-align: center; }

.socialbar { background-color: #b8ad83; height: 35px; vertical-align: middle; }
.socialbar img { margin: 5px 7px 0 0; float: right; }
.socialbar .searchbox { margin: 4px 34px 4px 4px; padding: 3px 6px 3px 6px; display: inline-block; width: 320px;
                        font-family:Arial, Helvetica, sans-serif; color: #222222; font-size: 9pt; font-style: italic; }
.socialbar .loginbtn { font-size: 7pt; font-weight: bold; color: #444444; border: 1px solid #9A863C; background-color: #FAF5E6;
                       padding: 5px 12px; text-decoration: none; display: inline-block; margin: 5px 0; 
                       -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.socialbar .loginbtn:hover { background-color: #F1E9CE; }
.corptitle { clear: both; height: 101px; background-image: url("/images/site/corp_title.jpg");
                font-family:Arial, Helvetica, sans-serif; font-size: 23px; font-weight:bold; color: #FFF;
                padding-top: 10px; padding-left: 36px; margin-bottom: 10px; line-height: 40px; }
ul.features { padding-left: 60px; padding-top:10px; text-indent: 0;
                list-style-type:square; list-style-position:inside; font-size:15px; font-weight:normal; line-height: 30px; }
ul.features li { list-style-position: outside; }

.heroes { padding: 16px 20px 28px 454px; color: #333; }
.promo { font-size: 28px; font-weight:bold; line-height: 35px; color: #333; float: right; width: 647px; 
         border-right:#CCC thin solid; border-bottom:#CCC thin solid; padding: 20px; }
.promo .button { margin-top: 10px; margin-right: 5px; text-decoration: none; color: #ffffff; }
.promo a.compare, .promo span.compare { font-size: 14px; }
.pkgheading { border:#CCC thin solid; padding: 10px; margin-top: 1px; background-color: #f8fbff;
              font-size: 13px; font-weight: bold; color: #000; text-align: center; }
.pkgheading h2 { font-size: 12pt; text-align: center; color: #0035ad; }
.pkgnav { border-left: #CCC thin solid; border-right: #CCC thin solid; border-bottom: #CCC thin solid;
            padding: 10px; background-color:#FFFFF9; float:left; width: 250px; height: 600px; color: #443e4a; }
.pkgnav h6 { font-size: 11pt; font-weight: bold; color: #FFF; 
                background-color: #443e4a; padding: 6px 0px 6px 10px; }
.pkgnav ul { padding-left: 1.5em; padding-top:5px; text-indent: 0; list-style-type:square; margin-bottom: 0.5em; 
                font-size:12px; font-weight:normal; line-height: 18px; list-style-position: outside; }
.pkgnav a, pkgnav a:visited { color: #443e4a; text-decoration: none }
.pkgnav a:hover { text-decoration: underline; }
.productinfo { border:#CCC thin solid; padding: 10px; margin-top: 1px; background-color: #f8fbff;
              font-size: 12px; color: #000; }
.productinfo h5 { font-size: 14pt; font-weight: bold; color: #4a6b93; 
                 padding: 5px 0px 10px 16px;  }
.productinfo ul { padding-left: 3em; padding-top:5px; text-indent: 0; list-style-type:square; margin-bottom: 0.5em; 
                font-size:12px; font-weight:normal; line-height: 18px; list-style-position: outside; color: #666; }
.productinfo a, productinfo a:visited { color: #009; text-decoration: none; }

.chat { position: fixed; bottom: 10px; right: 10px; }
