@charset "utf-8";
/* Netsmith Generic 2COLHF */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../Images/bg_gray_gradient.png);
	background-repeat:repeat-x;
	margin: 0; /*  zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. set text to left aligned in the #container selector */
	color: #000000;
}

/* img {
display:block;
} */

p {font: 12px Verdana, Arial, Helvetica, sans-serif;}

ul, li {
font: 12px Verdana, Arial, Helvetica, sans-serif;
list-style:none;
}

ul, li a:link {
/* font-weight:bold; */
}

h2, h3 {
margin-top:0;
}

.market {font: 9px Verdana, Arial, Helvetica, sans-serif;
color:#666666;}


.Netsmith2ColHF #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
.Netsmith2ColHF #header { 
	margin: 0;
	height:110px;
} 

.Netsmith2ColHF  #slogan {
	position:relative;
	top: 3px;
	right:10px;
	width: 300px;
	float:right;
	text-align:right;
	font: 1.3em Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color: #ed1f24; /* Bright Red */
}

#slogan h1 {
font-size:1.4em;
color:#000000;
margin-bottom:-1px;
}

.Netsmith2ColHF #banner { 
	margin: 0;

} 

.Netsmith2ColHF #subhead {
/* background: #DDDDDD;  /*
	/* padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}

.Netsmith2ColHF #navigation {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 10px 0 20px;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../Images/menubg.gif) center center repeat-x;
	/* border-bottom: 1px solid black; */
}
.Netsmith2ColHF #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}


.Netsmith2ColHF #sidebar1 p {font: 10px Verdana, Arial, Helvetica, sans-serif;}


.Netsmith2ColHF #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* border-right: 1px solid black; */
} 
.Netsmith2ColHF #footer { 
	margin-top:10px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*  background:#c5c3cd;   */
	border-top: 1px solid #cccccc;
} 
.Netsmith2ColHF #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-size: 11px;
}

.Netsmith2ColHF #footer a {
	/* Original color: #3690b4; */
	color: #000000;
}

.Netsmith2ColHF #footer a:hover {
	color: #ff0000;
}

.headshot {
float:right;
margin-left: 8px;
}

.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu {
margin: 0;
width: 99%;
font-weight: bold;
font-size: 90%;
}

#menu ul {
/* border: 1px solid #BBB; */
/* padding-top:5px; */
margin-top:0;
width: 100%;
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "left" for example to align menu to the right of page*/
}

#menu ul li {
display: inline;
}

#menu ul li a {
color: #000000;
padding: 5px;
margin: 0;
text-decoration: none;
/* border-right: 1px solid #DADADA; */
}

#menu ul li a:hover {
color: #000000;
text-decoration:underline;
}

/* -- wireframemenu -- */
.wireframemenu{

border: 0px solid #C0C0C0;
border-bottom-width: 0;
width: 200px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 180px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:link{
/* background-color: #F8FBBD;  Was Pale Yellow */
color: navy;
text-decoration:none;
}

.wireframemenu a:visited{
/* background-color: #F8FBBD;  Was Pale Yellow */
color: navy;
text-decoration:none;
}

.wireframemenu a:hover{
/* background-color: #F8FBBD;  Was Pale Yellow */
color: navy;
text-decoration:underline;
}

.wireframemenu a:active{
/* background-color: #F8FBBD;  Was Pale Yellow */
color: navy;
text-decoration:underline;
}

/* -- FORM TABLE -- */


#formtable {
width:500px;
text-align:right;
}

.formfield {
text-align:right;
}

.style5 {font-size: small}
.style6 {font-size: x-small}
.reqd {color: #FF0000}
.style8 {color: #999999;
font-size: x-small;}


/* ~~ END FORM TABLE ~~ */


/* CONTACT FORM */
#contactInformation {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
}

#contactHeading {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}

FORM INPUT.zip {font-size:13px;}
FORM INPUT.wide {font-size:13px;width:289px;}

/* -- END CONTACT FORM -- */

/* SUB PAGE */
.Netsmith2ColHF #fullContent { 
	margin: 5px 5px; 
	padding: 0 5px;
} 

/* ANNUITIES  */

.fia {
font-family:Georgia, "Times New Roman", Times, serif;
color:#996633;
font-size:12px;
}

/* CONTENT IMAGES */

.cimage {
text-align:right;
margin:0;
padding:0 0 0 108px;
}
