
/* this rule stops the 'shorter pages' from jumping to the left -  */
html, body { min-height:100.02%; margin-bottom:1px; }

/* to negate all borders on images unless specified otherwise */
img {
	border: 0;
}
/* to style general lists */


/*ul,li {
line-height: 1.7em;
font-size: 1.0em;
list-style-image: url(../images/bullet-benefits.gif);
}*/

/* BASIC HEADING STYLES */
H1 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.0em;
}
	
H2 {
font: 1.0em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #B0B742;
}	

/* BASIC LINK STYLES */
a:link {
color: #003366;
text-decoration: none;
}

a:visited {
color: #003366;
}

a:hover 
{
text-decoration: none;
}

/* CLEARER DIV USED TO CLEAR FLOATED DIVS */
.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}

body {
margin:0;
padding: 0;
color: White;
background-color: #E4E4E4;
background-image: url(../images_test/page-bg.jpg);
background-repeat: repeat-x;
font: 101% "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align:center;  /* aligns page center in IE5.5 */
}
/* outer wrapper - holds the rest of the content */
#wrapper {
margin: 0 auto;
width: 950px;
background-color: #FCF8FF;
text-align: left;
 background: White;
 overflow:auto;
}

#header {
padding: 0;
margin:0;
height: 182px;
background-color: transparent;
background-image: url(../images_test/header.jpg);
background-repeat:  no-repeat;
}
#header h1
{
	display:none;
}
/* navbar container */
#navbarwrap{
	width: 950px;
	height: 35px;
	background-image: url(../images_test/navbar-bg.jpg);
	background-repeat: no-repeat;
}
/* menu styles */
#nav {
background-image: url(../images_test/navbar-bg.jpg);
	margin: 0;
	padding: 0 5px;
	text-align:center;
}
#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#nav a {
	display: block;
	text-decoration: none;
	padding: 10px 10px;
	color: #FFFFFF;
	line-height:1;
}
#nav a:hover, #nav a:active, #nav a:focus {
	background-color: transparent;
	color: #0055A7;
	background-image: url(../images_test/topnav-hover.jpg);
	letter-spacing: .01px;
}

/* ------ Styles the menu for the current page ------ */
#nav .current {
background-image: url(../images_test/topnav-hover.jpg);
	color: #0055A7;
	font-weight: bold;
}

/* Top level menu width */
#nav li {
	float: left;
	width: 115px;
}
#nav ul li {
	float: none;
}
#nav ul, #nav ul li {
	 /*width:172px;*/
}

/* end menu styles */
/* OUTER WRAPPER FOR CONTENT AREA */
#contentwrapper {
width: 950px; 
background: url(../images_test/content-bg.gif) repeat-y;
background-color: #FCF8FF;
margin: 0px;
}

/* left column styles */
#contentleft {
/*padding-left: 10px;
padding-right: 10px;*/
margin-top: 20px;
margin-right: 40px;
width:660px;
float: left;
font: .75em Verdana, Arial, Helvetica, sans-serif;
color: #666666;
background-color: transparent;
}

#contentleft p{
margin-left: 25px;
line-height: 1.5em;
margin-right: 25px;
}

/*  heading styles for the left column */
#contentleft h1 {
font-size: 1.3em;
color: #313493;
margin-left: 25px;
margin-top: 10px;
margin-bottom: 20px;
}
	
#contentleft H2 {
font:  bold 1.2em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #B04729;
margin-left: 25px;
}

/* right column - main content area styles */
#contentright {
background-image: url(../images_test/benefits-bg.jpg);
background-repeat: repeat-y;
width:230px;
float: left;
margin-top: 2px;
margin-right: 0px;
padding: 5px;
font: .80em Verdana, Arial, Helvetica, sans-serif;
color: #666666;
background-color: #E1DFE8;
}

/* padding on div inside right column */
/*#contentright-inner {
padding: 2px;
}
*/
#contentright-inner ul,#contentright li {
padding-left: 0px;
margin-left: 10px;
line-height: 1.9em;
font-size: 1.0em;
list-style-image: url(../images_test/bullet-benefits.gif);
}

/* heading styles for the content area */
#contentright-inner H1{
font: bold 1.2em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #B04526;
margin-top: 0;
margin-bottom: 10px;
text-align: center;
}

#contentright H2 {
font:  bold 1.1em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #084576;
padding-top: 5px;
text-align: center;
}
#contentright H3 {
font:  bold .95em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #AB8630;
font-variant: small-caps;
}

/* styles if needed for smaller text eg:  read more...  text */
.smalltext {
color: #A48624;
margin: 0;
}

/* FOOTER AREA */
#footer {
background: url(../images_test/footer.jpg) no-repeat;
font: .85em Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding: 0;
height: 108px;
width: 950px;
clear:both;
}

#footer p{	
padding-top: 0px;
color: #666666;
font-size: .8em;
}

.footermenu{
font: 0.95em Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;
padding-top: 5px; 
color: #666666;
clear:both;
}

.footermenu a:link, .footermenu a:visited{
	color: #666666;
	padding-right: 8px;
	padding-left: 8px;
}
/* styles the image so that it sits either left or right of content text */
.imgright {
float: right; 
padding-left: 6px; 
padding-right: 0px;
padding-top: 6px;
}
.imgleft {
float: left; 
padding-left:2px; 
padding-right: 10px;
padding-top:6px;
}
/* sets the hover image on the current page  */

#newsbox h1.contentheading,#testimonialbox h1.contentheading, #newsbox h2.contentheading,#testimonialbox h2.contentheading {
font-family:Georgia,TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
background: url(../images_test/content-heading-bg.jpg) no-repeat;
height: 26px;
margin-top: 10px;
color: #333333;	
margin-right:10px;
padding: 4px;
text-align:left;
}

/* these divs style the 3 separate boxes on the front page */
#newsbox {
float: left;
width:310px;
color: #666666;
border-right: 1px dotted Silver;
padding-right: 5px;
margin-top: 0px;
margin-bottom: 5px;
}

#testimonialbox {
float: left;
width:300px;
color: #666666;
padding-right: 5px;
padding-left: 5px;
margin-top: 0px;
margin-bottom: 5px;
margin-left: 20px;
}

#newsbox p {
padding-right: 10px;
padding-left: 5px;
}

#testimonialbox p{
padding-left: 5px;
}

/* styles smaller text for 'readmore' if needed */
.readmoretext {
font: .85em TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
color: #C73439;
margin: 0;
padding: 0;
text-align: left;
}

.readmoretext a {
color: #C73439;
}

#newsbox h4 {
color: #0462AF;
	margin-left: 25px;
	font-family: Georgia,TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
}

.buttons {

	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}


#newsbox_popup 
{
font-family:Georgia,TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
/*background: url(../images_test/content-heading-bg.jpg) no-repeat;*/
height: 26px;
margin-top: 10px;
color: #333333;	
margin-right:10px;
padding: 4px;
}

.txtSubHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	color:#000000;
	text-decoration: underline;
}
.ovAuto
{
	overflow:auto;
}

/*general classes*/
.txtAlignLeft, p.txtAlignLeft, td.txtAlignLeft
{
	text-align:left;
}
.txtAlignRight, p.txtAlignRight, td.txtAlignRight
{
	text-align:right;
}

