/* CSS Document */

/* Colors
Green: #4AAA42
Blue: #003D79
*/


body {
	margin:0;
	padding:0;
	background:url(images/bkgrnd.gif) repeat-x #ffffff;
	height: 100%;
	width: 100%;
}

#wrapper {
	width:1024px;
	height: 700px;
	margin: 0 auto;
	background:url(images/center_bkgrnd.jpg) no-repeat;
	position: relative;
}

#content {
	width:770px;
	margin: 14px 97px 0 97px;
	*margin: 14px 0 0 0;
	padding-right: 29px;
	padding-left: 29px;
	position: absolute;
	background-image:url(images/content_bkgrnd.png);
	background-repeat:repeat-y;
}

#seminars {
	display:block;
	width:189px;
	height:43px;
	background:url(images/seminars_btn.png) no-repeat 0px 0px;
	float: right;
	border:0;
}

#seminars:hover {
	background:url(images/seminars_btn.png) no-repeat -191px 0px;
}

#seminars p {
	display: none;
}
#logo {
	float:left;
	margin: 20px 0 0 20px;
	/*height: 144px;*/
}

#intro {
	background:url(images/home_intro_bkgrnd.png) no-repeat 0px 98px;
	height: 383px;
	width: 774px;
	margin-top: 98px;
	*margin-top: -60px;
}

#three {
	margin: 0 0 32px 400px;
}

#intro_text {
	margin: 10px 10px 10px 400px;
}

#intro h1 {
	color:#ffffff;
	font-size: 24px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
}

#intro p {
	color:#ffffff;
	font: 13px/22px Arial, Helvetica, san-serif;
}
#nav {
	width:770px;
	height:38px;
	text-align:center;
	padding-top: 10px;
	*padding-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #4AAA42;
	
}
#nav  h2 {
	color:#777777;
	font-size: 22px;
	font-family: Georgia, Georgia, Times New Roman, serif;
	font-weight: normal;
	margin:0;
	padding:0;
}

#footer {
	width:760px;
	background:url(images/footer_bkgrnd.png) no-repeat;
	height: 95px;
	margin-top: 0;
	margin-right: 97px;
	margin-bottom: 0;
	margin-left: 97px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}

#footer p {
	color:#ffffff;
	font: 12px/18px Arial, Helvetica, san-serif;
	padding:0;
	margin:0;
}

#copyright {
	width:760px;
	margin-top: 50px;
	text-align: center;
	color:#888888;
	font: 11px/18px Arial, Helvetica, san-serif;
	height: 200px;
}
#copyright p {
	color:#888888;
	font: 11px/18px Arial, Helvetica, san-serif;	
}

#nav ul {
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	}
	
#nav li {
	margin: 0px;
	float: left;
}

#w1 {
	width: 95px;
}
#w2 {
	width: 105px;
}
#w3 {
	width: 120px;
}
#w4 { width: 158px; }

#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003C7A;
	text-transform: uppercase;
	text-align: center;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/leaf.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F5F61;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
#nav li a.noleaf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003C7A;
	text-transform: uppercase;
	text-align: center;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
}
#nav li a.noleaf:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F5F61;
	text-transform: uppercase;
	text-align: center;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
}

/*#wrapperinner {
	width:1024px;
	margin: 0 auto;
	background-image: url(images/bkgd_inner.jpg);
	background-repeat: no-repeat;
	height: 1100px;
}*/
#text {
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 32px;
	margin-left: 20px;
}
#text h1 {
	color:#47AA43;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}
#text p {
	color:#333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 22px;
}
#text table {
	color:#333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 22px;
}
#text ul {
	color:#333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 22px;
}
#text h2 {
	color:#033A79;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.green   {
	color:#48AA41;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}
#top {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 65px;
	width: 730px;
}
.floatright {
	float: right;
}
#text h2 a {
	color:#033A79;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#text h2 a:hover {
	color:#48AA41;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.line {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #49A943;
	line-height: 30px;
}
#text p a {
	color: #47AA43;
	text-decoration: none;
	font-weight: bold;
}
#text p a:hover {
	text-decoration: underline;
}
#map {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 2px dotted #41993B;
}

#disclosure p {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 9px;
	color: #888;
	line-height: 13px;
}
#copyright a {
	color: #888888;
	text-decoration: none;
}
#copyright a:hover {
	color: #172E4F;
	text-decoration: underline;
}
#resources {
	background-color: #CAE4C4;
	width: 730px;
	height: 200px;
	padding: 5px;
}
#newsbutton {
	float: right;
}
#box {
	background-color: #FFFFFF;
}
#updates {
	display:block;
	width:232px;
	height:48px;
	float: right;
	border:0;
	background-image: url(images/industrybutton.png);
	background-repeat: no-repeat;
	background-position: -232px 0px;
	margin-right: 15px;
}
#updates:hover {
	background-image: url(images/industrybutton.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
#updates p {
	display: none;
}

#news {
	display:block;
	width:118px;
	height:48px;
	float: right;
	border:0;
	background-image: url(images/newsbutton.png);
	background-repeat: no-repeat;
	background-position: -118px 0px;
	margin-right: 55px;
}
#news:hover {
	background-image: url(images/newsbutton.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
#news p {
	display: none;
}


.floatlefttax {
	float: left;
	margin-right: 25px;
	padding-bottom: 50px;
}
h5  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #033A79;
	line-height: 12px;
	text-decoration: none;
}
h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #093F7D;
	text-decoration: none;
}
h1 a:hover {
	color: #49AB44;
	text-decoration: underline;
}
h5 a:hover {
	color: #666666;
	text-decoration: underline;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #073E7C;
	line-height: -20px;
}
#quote {
	width: 250px;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #C4E1BD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
	color: #0E437F;
}
.tiny {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.lines {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #49A943;
}
.floatleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
#community {
	width: 250px;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #C4E1BD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #0E437F;
}
#community p {
	font-size: 11px;
	line-height: 15px;
}
#community h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1F5088;
	font-style: italic;
	line-height: 20px;
	font-size: 18px;
}
#introsplash {
	height: 500px;
	width: 714px;
	margin-top: 175px;
	*margin-top: 0px;											
	padding-right: 30px;
	padding-left: 30px;
}
#introsplash p {
	color:#000000;
	font: 13px/22px Arial, Helvetica, san-serif;
}
#introsplash h1 {
	color:#47AA43;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}
#stateyes {
	display:block;
	width:305px;
	height:43px;
	border:0;
	background-image: url(images/state_yes_button.png);
	background-repeat: no-repeat;
	background-position: -305px 0px;
	float: left;
}
#stateyes:hover {
	background-image: url(images/state_yes_button.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
#stateyes p {
	display: none;
}
#stateno {
	display:block;
	width:336px;
	height:43px;
	border:0;
	background-image: url(images/state_no_button.png);
	background-repeat: no-repeat;
	background-position: -336px 0px;
	float: right;
}
#stateno:hover {
	background-image: url(images/state_no_button.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
#stateno p {
	display: none;
}
#buttons {
	width: 680px;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #C4E1BD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #0E437F;
}
#introerror {
	height: 150px;
	width: 714px;
	margin-top: 175px;
	*margin-top: -60px;												padding-right: 30px;
	padding-left: 30px;
}
#introerror p {
	color:#000000;
	font: 13px/22px Arial, Helvetica, san-serif;
}
#introerror h1 {
	color:#47AA43;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}
#introsplash h3 {
	color:#000000;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
.floatrightsplash {
	float: right;
	margin-top: 15px;
}
.floatleftjodi {
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}
#savvy {
	display:block;
	width:361px;
	height:38px;
	border:0;
	background-image: url(images/savvy_button.gif);
	background-repeat: no-repeat;
	background-position: -361px 0px;
	float: none;
}
#savvy:hover {
	background-image: url(images/savvy_button.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#savvy p {
	display: none;
}

#taxsignup {
	display:block;
	width:335px;
	height:39px;
	border:0;
	background-image: url(images/tax_button.gif);
	background-repeat: no-repeat;
	background-position: -335px 0px;
	float: none;
}
#taxsignup:hover {
	background-image: url(images/tax_button.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#taxsignup p {
	display: none;
}

#introlink {
	height: 230px;
	width: 714px;
	margin-top: 175px;
	*margin-top: -60px;														
	padding-right: 30px;
	padding-left: 30px;
}
#introlink p {
	color:#000000;
	font: 13px/22px Arial, Helvetica, san-serif;
}
#introlink h1 {
	color:#47AA43;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

#overlays {
	height:400px;
}

#wealth {
	position:relative;
	top:-124px;
	padding-top:129px;
	*top:-257px;
	*padding-top:-129;
}

#asset {
	position:relative;
	top:-124px;
	padding-top:129px;
	*top:-257px;
	*padding-top:-129;
}

#tax {
	position:relative;
	top:-124px;
	padding-top:129px;
	*top:-257px;
	*padding-top:-129;
}#announce {
	width: 700px;
	float: left;
	padding: 10px;
	background-color: #033A79;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
	color: #0E437F;
}
#announce  p    {
	color: #FFFFFF;
}
#announce h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C4E1BD;
	font-size: 20px;
	line-height: normal;
}
#newsletters {
	width: 250px;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #C4E1BD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #0E437F;
}
#newsarea {
	width:550px;
	*padding-top: 0;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#newsarea h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4AAA43;
	font-weight: normal;
}
#newsarea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
#newsarea a {
	color: #4AAA43;
	font-weight: bold;
	text-decoration: none;
}
#newsarea a:hover {
	color: #20558B;
	text-decoration: none;
}

.special_alert {
	width:150px;
	float:right;
	margin-left:30px;
	background-image:url(images/special_alert.gif);
	background-repeat:no-repeat;
	padding: 65px 0 0 0;
	margin-top:30px;	
}

.special_alert p {
	font-size: 13px;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 10px 0 10px;
	text-align:center;
		
}

.special_alert a {
	color: #003D79;
	text-decoration:none;
}

.special_alert a:hover {
	color: #8AA3B7;
}

.alert_container {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
	top: 0px;
	left: 0%;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBF4F6;
	background-color: rgba(50, 50, 50, .75);
}
.alert_container .alert_box {
	height: 250px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	padding: 20px;
	border: 2px solid #900;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #FFF;
	cursor: pointer;
}
.alert_container .alert_box h1 {
	color: #4AAA42;
	margin: 0px;
	padding: 0px;
}
#hideNotice a {
	color: #49A942;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}


.alert_container_inner {
	position: absolute;
	z-index: 100;
	width: 300px;
	left: 350px;
	top: 0px;
	margin-top: 10px;
}
.alert_container_inner .alert_box {
	padding: 5px;
	border: 5px solid #900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 80%;
}
.alert_container_inner .alert_box h1 {
	color: #4AAA42;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}.alert_container_inner .alert_box h2 {
	font-size: 1em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.bio {
	margin-left: 200px;
}

