/***********GLOBAL OPTIONS***********/
html {font-size: 100.1%;}
body {
	margin: 0px;	
	padding: 0px;

	font-family: "Times New Roman", Times, serif;
	font-size: 64%;
	color: #666666;
	background-color: #FFF;
	background-image:url(../images/bgnd_body3.jpg);
	background-repeat: repeat-x;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {}
a:hover {}
a:focus {outline: none;}
img {border: none;}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}	
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


a{
	color: #B51414;
	text-decoration: none;
}

a:link{
	color: #B51414;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #B51414;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #333;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #013565;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #B51414;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-variant: small-caps;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #336699;
 margin: 0px;
 padding: 0px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight: BOLD;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336699;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/***********MAIN CONTAINER***********/
#main {
	width: 780px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #294D7F;
	border-bottom-color: #294D7F;
	border-left-color: #294D7F;
	padding:0px;
	z-index: 1000;
}
/***********HEADER***********/
#header {
	height: 150px;
	position: relative;
	background-image: url(../images/img_topheader.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
	border-left-style: none;
}
/***********logo***********/
.logo {
	margin: 0;
	position: absolute;
	top: 57px;
	left: 37px;
}
.logo a {
	height: 45px;
	width: 306px;
	background-image: url(../images/equitysaverusa.gif);
	background-repeat: no-repeat;
}


#container{
	float: left;
	width: 780px;
	background-image: url(../images/bgnd_main.jpg);
	background-repeat: repeat-x;
	z-index: 99;
}
#content{
	min-height: 488px;
	width: 780px;
	margin: 0px;
	padding: 0px;

}

/************* #mainNav styles **************/

#mainNav{
	margin: 0px;
	padding: 0px;
	clear: both;
	z-index:100;
	height: auto;
	background-color: #FFFFFF;
	width: inherit;
}
/*main navigation*/
.main-nav {
	padding: 0;
	margin: 0px;
	height: 36px;
	width: inherit;
	overflow: hidden;
	background: url(../images/bg-main-nav.gif) repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #90A0B9;
	border-bottom-color: #7488A1;
	border-bottom-width: 1px;

}
.main-nav li {
	float: left;
	padding-left: 2px;
	background: url(../images/mainnav_separator2.gif) repeat-y;
	display: inline;
	list-style-type: none;
	line-height: 28px;
}
.main-nav li.first {
	background: none;
	padding: 0;
}
.main-nav li a {
	float: left;
	padding: 5px 9px 8px 8px;
	color: #3F5F83;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}
.main-nav li a:hover {
	background: url(../images/bg-main-nav-over.gif) repeat-x;
	color: #fff;
	text-decoration: none;
}
.main-nav li.title {
	background: none;
	margin-left: 37px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:17px;
	color: #000033;
	padding-top: 2px;
}

#index_tagline {
	font-weight: bold;
}

/************* #vertical menu styles **************/

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 150px;
	min-height: 488px;
	height:auto !important;
	height:488px;
	border-size: 1px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #3F5F83;
	border-bottom-color: #35516F;
	background-color: #B3C2DF;
	margin:0px;
	padding:0px;
	}
	
#menu li a {
	height: 32px;
  	font-weight: bold;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #333333;
	display: block;
	background: url(../images/v4.gif);
	background-repeat:repeat-x;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
#menu li a:hover {
	color: #FFFFFF;
	background: url(../images/v4.gif) 0 -64px;
	background-repeat:repeat-x;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #013565;
	background: url(../images/v4.gif) 0 -64px;
	background-repeat:repeat-x;
	padding: 8px 0 0 10px;
	}	
	
/************* #COLUMNS **************/
#center {
	margin: 0px;
	float: left;
	width: 377px; /* 387 before scrolling #right*/
	min-height: 468px;
	height:auto !important;
	height:auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7ECF1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E7ECF1;
	border-left-color: #E7ECF1;

	}
	
#center p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: 18;
	color: #333333;
	margin-left: 10px;

}
#circlebuttons {
	margin-bottom: 10px;
	text-align: center;
}
#circlebuttons img {
	padding-top: 18px;
	padding-bottom: 18px;
}
.left60 {
	margin-left: 60px;
}

#right {
	background-image: url(../images/bgnd_right.jpg);
	background-repeat: repeat-y;
	float: right;
	width: 185px; /* 175 before scrolling */
	/*min-height: 477px;
	height:auto !important;*/
	height:477px;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	/*border-bottom-style: solid;
	border-bottom-color: #294D7F;*/
	background-position: left top;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	overflow: auto;
	}
#right p {
	padding: 0px;
	margin-top: 5px;
}
#right img {
	border: 1px solid #fff;
	margin-top: 5px;
}