@charset "utf-8";
/* CSS Document */

html { min-height: 101%; } /* add vertical scroll bar */

body,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /*for centering in IE*/
	vertical-align: top;
	color: #4f4f4f;
}

#container a:link {color:#3079ab;text-decoration:none}      /* unvisited link */
#container a:visited {color:#3079ab;text-decoration:none}  /* visited link */
#container a:hover {color:#3079ab;text-decoration:underline}  /* mouse over link */
#container a:active {color:#3079ab;text-decoration:none}  /* selected link */

#wrapper {
	width: 900px;
	margin: 0 auto; /*for centering in Firefox*/
	text-align: left;
	background: #f5f5f5;
}

#header {
	background-image:url(images/header_new.jpg);
	background-repeat:no-repeat;
	width: 900px;
	height:161px;
	margin: 0;
	padding: 0;
}

#contact {
	float:right;
	color: #fff;
	text-align:right;
	line-height:21px;
	padding: 12px 25px 0 0;
}

.contact-link {
	color: #9fd8ff;
	text-decoration:none;
}

.contact-link:hover {
	text-decoration:underline;
}

#menu {
	width: 900px;
	height: 37px;
	border-top: 1px solid #98cef2;
	border-bottom: 1px solid #98cef2;
	background: #3079ab;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 60px;
}

#menu ul li {
	float: left;
}

.menu-style {
	font-size:14px;
	display: block;
	padding: 11px 32px 11px 32px;
	border-right: 1px solid #98cef2;
	text-decoration: none;
	color: #fff;
}

.menu-style-2 {
	font-size:14px;
	display: block;
	padding: 11px 32px 11px 32px;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background: #124062;
	padding: 11px 32px 10px 32px;
}

#container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.sidebar {
	background: url(images/sidebar-logo.gif) no-repeat;
	width: 224px;
	height: 425px;
	margin: 0;
	padding-top: 1px; /* keep this pad for firefox fix */
	float:left;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	padding: 10px 0 0 28px;
}

.sidebar ul li a {
	text-decoration:none;
	color: #4f4f4f;
}

.sidebar ul li a:hover {
	text-decoration:underline;
}

.header-bar {
	background: url(images/header-bar.gif) no-repeat;
	width: 186px;
	height: 21px;
	color:#FFF;
	font-weight:bold;
	font-size: 13px;
	margin:18px 0 0 18px;
	padding: 3px 0 0 10px;
}

#content {
	background: url(images/home-pic.jpg) 390px 30px no-repeat;
	margin-left:224px;
	line-height: 20px;
	padding:0 38px;
}

#content-sub {
	margin-left:224px;
	line-height: 20px;
	padding:0 38px;
}

#content-sub sup {
	line-height: normal;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #022436;
	display:block;
	padding:15px 0;
}
.title4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #022436;
	display:block;
	
}
.title6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #022436;
	display:block;
	padding:15px 0;
	text-align:center;
	background-color: #E4F0F8;
}

#menu-bot {
	display:block;
	width:900px;
	margin-top:23px;
	padding: 10px 0 10px 0;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-top-style: groove;
	border-top-width: thin;
}

#menu-bot ul {
	text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-bot li {
	display:inline;
}

#menu-bot li a{
	color: #4f4f4f;
	text-decoration:none;
}

#menu-bot li a:hover{
	text-decoration:underline;
}

#menu-bot li span {
	color: #3079ab;
	padding: 0 5px 0 5px;
}

#blue-bar {
	display:block;
	width:760px;
	height: 23px;
	background-color:#124062;
	margin: 15px 0 0 70px;
	color:#FFF;
	text-align:center;
	font-size:11px;
	line-height:20px;
}

.privacy {
	display:block;
	width:760px;
	margin: 15px 0 15px 70px;
	text-align:left;
	font-size:10px;
	color:#124062;
}

.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;
}
.biotext {
	text-align:left;
	font-size:12px;
	color:#124062;
}
.taxef {
	font-size:16px;
	color:#124062;
	padding-top: 0px;
}
.taxef1 {
	font-size:40px;
	color:#124062;
	font-weight: bold;
}
.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #124062;
	display:block;
	padding-bottom: 12px;
}
.title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #124062;
	display:block;
}
.menu-style-3 {
	font-size:9px;
	color: #3079AB;
}
.menu-style li{
	font-size:9px;
	color: #F0C;
}
.privacy a:link {
	color:#3079ab;
	text-decoration:underline;}
.privacy a:visited{
	color:#3079ab;
	text-decoration:none;}
.seminar_date{width:85px; float:left;}
.seminar_text{width:500px; float:left;}

.disclaimer {
	margin: 25px 0 0 0;
	font-weight: bold;
	font-size:10px;
	float: left;
	width: 100%;
	text-align: center
}
ol.numerals {list-style-type:upper-roman;}
label
{
width: 200px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;


}
input {margin-bottom: 10px;}

.submit input
{
margin-left: 13.5em;
} 
.worth_div {width: 200px;float:left; margin-top:10px}
.worth_txt {width: 83px; float: left; padding: 0; font-weight:bold; font-size:11px; line-height:14px}
.pdf {float:left; padding-right: 5px; border:none;}

.mail-link {
	position: relative;
	z-index: 3;
	width: 250px;
	height: 70px;
	float: right;
}