BODY
{
	/*font-family:arial,helvetica;*/
	font-family: Georgia, "Times New Roman", Times, serif;

	background-color:#336699;
}
#box1 {
    position:absolute;
    border:solid #cccccc 2px;
    background-color: #ffffff;
    top:5%;
    right:50%;

    left:15%;
    padding:0px;
    margin:0px;
    width:990px;
 
    }
    
#box1 h1 {
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	color: #000066;
	padding: 0px;
	font-size: 24px;
}
#box1 h2 {
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	color: #000066;
	padding: 0px;
	font-size: 20px;
	color: #003744;
}
#box1 h3 {
	line-height: normal;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 0px;
	color: #7f0000;
}
#box1 h4 {
	line-height: normal;
	margin-bottom: 0px;
	color: #000066;
}
#box1 h5 {
	font-size: 10px;
	line-height: normal;
	color: #000066;
	font-weight: normal;
}
.bBorderLeft
{
	BORDER-LEFT:#9A3334 1pt solid;
}
.bBorderRight
{
	BORDER-RIGHT:#9A3334 1pt solid;
}
.bBorderTop
{
	BORDER-TOP:#9A3334 1pt solid;
}
.bBorderBottom
{
	BORDER-BOTTOM:#9A3334 1pt solid;
	
}
.menuTabs
{
	BACKGROUND-COLOR:#E5DBCF; //#FFF8DC;
	COLOR: #9A3334; 
	FONT-FAMILY:arial,helvetica;
	FONT-WEIGHT:bold; 
	FONT-SIZE:10pt; 
	
}
.menuTabSelected
{
	BACKGROUND-COLOR:#ffffff; //#FFF8DC;
	COLOR: #9A3334; 
	FONT-FAMILY:arial,helvetica;
	FONT-WEIGHT:bold; 
	FONT-SIZE:10pt; 
	
}
.HandCursor
{
	cursor:hand;
}
.cBlackBold
{
	color:#000000;
	font-weight:bold;
}
.bBorderLeftGray
{
	BORDER-LEFT:#E5DBCF 2pt solid;
}
.bBorderRightGray
{
	BORDER-RIGHT:#E5DBCF 2pt solid;
}
.bBorderTopGray
{
	BORDER-TOP:#E5DBCF 2pt solid;
}
.bBorderBottomGray
{
	BORDER-BOTTOM:#E5DBCF 2pt solid;
}
.cHomePageButtons
{
	 BACKGROUND-IMAGE:URL(/images/BUTTONBG.GIF);
	  background-repeat: repeat-x; 
	BACKGROUND-COLOR:#948D75;
	FONT-FAMILY:arial,helvetica;
	FONT-WEIGHT:bold; 
	FONT-SIZE:12pt; 
	COLOR:#FFFFFF;
}
.bBorderLeftBlack
{
	BORDER-LEFT:#000000 1pt solid;
}
.bBorderRightBlack
{
	BORDER-RIGHT:#000000 1pt solid;
}
.bBorderTopBlack
{
	BORDER-TOP:#000000 1pt solid;
}
.bBorderBottomBlack
{
	BORDER-BOTTOM:#000000 1pt solid;
}
.cPremier
{
	COLOR: #336699; 
	FONT-FAMILY:arial,helvetica;
	FONT-WEIGHT:bold; 
	FONT-SIZE:10pt; 
}
.cULHome
{
 	font-size: 12px;
	cursor: default;
	color: #000000;
	font-family:verdana;
	line-height: 2;
	padding:3px;
}
.cOffer
{
	COLOR: #003744; 
	FONT-FAMILY:arial,helvetica;
	FONT-WEIGHT:bold; 
	FONT-SIZE:14pt; 
}
.cFooterText
{
	COLOR: #ffffff; 
	FONT-FAMILY:arial,helvetica;
	FONT-WEIGHT:normal; 
	FONT-SIZE:8pt; 
}
.cContactHeader
{
	color:#000000;
	font-weight:bold;
	FONT-SIZE:10pt; 
}
.cWebPricingGrid
{
	color:#003744;
	font-size:10pt;
	FONT-FAMILY:arial,helvetica;
}
.cWebPricing 
{
	color:#9A3334;
	font-size:11pt;
	font-weight:bold;
	FONT-FAMILY:arial,helvetica;
}
.cWebPricingHeader 
{
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	FONT-FAMILY:arial,helvetica;
}
.cStandardPageText 
{
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	FONT-FAMILY:arial,helvetica;
}
 

/* BASIC */



/* NAVIGATION */
ul#mainNav {
	 
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#mainNav li {
	float: left;
	width: 12.1em;
	padding:1px;
}

#mainNav a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.0em;
	text-transform: uppercase;
        text-align:center;
	border-left: none;
	display: block;
	padding: 7px 5px 7px 5px;
	background: #ffffff url(../images/bgTab_Maroon.jpg) no-repeat left center;
}

#mainNav a:hover {
	/*background: #B2F511 url(images/bgTab_White.jpg) no-repeat 5px 50%;*/
	font-weight: bold;
}

/* special formatting for home page link */




#home #mainNav a#homelink:hover,
#feature #mainNav a#featureLink:hover {
	color: #B2F511;
}

/* IE Fixes */

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}

.preload {
	background-image:url(images/go.png);
	display: none;
}
 
