/* CSS Document */

/* CSS Document */

html { min-height:100%; margin-bottom:1px; }

body {
	padding:0;
	margin:45px 0;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.2em;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(images_new/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
    font-size: 1.3em;
    font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
    font-size: 1.2em;	
    font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1em;
	
	margin-top: 25px;
	margin-bottom: -5px;
}


h3.notice-me {
	text-decoration: underline;
	padding-bottom: 15px;
	
}

/*h4's are used as sub headings that have negative top margins*/
h4 {
	font-size: 1.05em;
	margin-top: -10px;
}
/*----h5 is for the "tips" lists headings------*/
h5 {
	font-size: 1em;
	margin: 2px 2px;
}
.footerLink {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	text-decoration: underline;
}
a:link {
	color:#333333;
	background-color: transparent;
	text-decoration: underline;
}

.small {
	font-size: 0.8em;
}
a:visited {
	color: #666666;
	background-color: transparent;
}
a:hover {
	color: #000043;
}
.imageRight {
	float: right;
	margin: 15px 0px 20px 30px;
	border: 1px solid #666666;
}
.imageRightNoBorder {
	float: right;
	margin: 20px 0px 20px 30px;
}
#wrapper {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	height: 100%;
	border-right: 1px solid #6D88A4;
	border-left: 1px solid #6D88A4;
}
#header {
	position: relative;
	background-image: url(images_new/header_bg_full.png);
	height: 89px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	width: 220px;
	position:absolute;
	left: 24px;
	top: 19px;
}
#preserveYourWealth {
	width: 200px;
	position: absolute;
	top:43px;
	left: 620px;
} 

#navContainer {
	padding: 8px 0 9px 0;
	border-bottom: 1px solid #ccc;
}

#navList {
padding: 10px 0 3px 0;
margin: 10px 0 0 0;
border-bottom: 1px solid #6D88A4;
font: bold 12px Verdana, sans-serif;
}

#navList li {
list-style: none;
margin: 0;
display: inline;
}

#navList li a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #6D88A4;
border-bottom: none;
background: #96b9dc;
text-decoration: none;
}

#navList li a:link { color: #FFF; }
#navList li a:visited { color: #FFF; }

#navList li a:hover {
color: #FFF;
background: #6699cc;
border-color: #336699;
}

#navList li a#current {
Color: #336699;
background: white;
border-bottom: 1px solid white;
}
/*------------------navigation 2 LTC page-----------*/
#navTwoContainer {
	width: 175px;
	float: left;
	padding: 55px 5px 55px 5px;
	margin: 0;
}
.outlineBox {
	border: 1px solid #96B9DC;
	padding: 0px;
	margin: 0px;
}

#navTwoContainer ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 5px 0px 5px;
}

#navTwoContainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #96b9dc;
border-bottom: 1px solid #FFF;
}

#navTwoContainer a:link, #navTwoList a:visited
{
color: #FFF;
text-decoration: none;
}

#navTwoContainer a:hover
{
background-color: #6699cc;
color: #fff;
}

#navTwoList li a#twoCurrent {
	Color: #FFF;
	background: #336699;
}
/*-------------end navigation 2 LTC page----------------*/

#mainContent {
	padding: 40px 50px;
}

#mainContentLTC {
	padding: 40px 30px 20px 70px;
	float: left;
	width: 540px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}
#certifications {
	width: 195px;
	margin: 15px 5px;
	float: right;
	clear: both;
}
#contentBox {
	clear:right;
	text-align: left;
	background-color: #EEF2F8;
	border: 1px;
	border-style: solid;
	border-color: #DBE3EE;
	padding: 15px 30px;
	margin: 35px auto;
	width: 690px;
	font-size: 1em;
}
#footer {
	color: #FFFFFF;
	clear: both;
	height: 100px;
	background-color: #336699;
	border-top: 1px solid #DFE7F1;
	text-align: center;
	width: 100%;
	bottom: 0px;
}

#subNavContainer {
	margin-top: 7px;
	margin-bottom: 7px;
	height: 10px;
	}

#subNavList li {
display: inline;
list-style-type: none;
padding-right: 20px;
margin-top: 50px;
}

#subNavList li a{
	color: #fff;
}

#subNavList li a:hover{
	color: #ffffff;
}
#footerText {
	width: 850px;
	bottom: 5px;
	left: 0px;
	text-align: center;
	font-size: .83em;
	color:#fff;
}
/* --------forms------------*/
form ul {
	margin: 0;
	padding: 0;
}

form ul li {
	margin: 0;
	padding: 2px;
	list-style-type: none;
}

fieldset {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #999;
	width: 500px;
}
/*for Mozilla*/
	html>body fieldset {
	background: #F7F9FB;
}
	
legend {
	font-weight: bold;
	color: #333;
}
	
label {
	display: block;
}
	
input {
	width: 200px;
}

input:focus, textarea:focus {
	background: #DFE7F1;
}

input.submit {
	width: 90px;
	background-color: #336699;
	color: #DFE7F1;
	border: #999;
}

#submit {
	margin: 10px 0;
}

/*--------forms--------*/
.white a{
	color: #FFFFFF;
}

blockquote {
	font-style: italic;
	padding-left: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6699CC;
}

cite {
	padding-left: 50px;
	font-size: .85em;
}

.textBox {
	background-color: #EEF2F8;
	padding: 8px;
	border: 1px solid #DBE3EE;
	margin-top: 5px;
	margin-bottom: 5px;
}

	
/*-----------Data Tables---------*/
td.blue {
background-color: #EEF2F8;
}

th {
background-color: #96B9DC;
}

/*---------Ratings List Items - no bullets ------*/
#ratings li {
list-style: none;
padding: 3px 0;
}
/*---------*/
ol li {
padding-top: 8px;
}

#linkList {
margin: 40px;
}

#linkList li {
list-style: none;
margin-top: 30px;
}

#sitemap li {
margin-top: 10px;
}

#sitemap ul li {
margin-top: 4px;
}

#homeList {
margin-left: -40px;
}

#homeList li {
list-style: none;
margin-top: 15px;
border-bottom: solid 1px #DBE3EE;
padding-bottom: 5px;
}
