@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/pagebg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	height: 100%;
}

form, ul {
	margin-top: 0;
	margin-bottom: 0;
}
input {
	font-size: 10px;
}
h1 {
	font-size: 18px;
	margin: 0;
}

h2 {
	font-size: 14px;
	color: #669900;
	margin: 25px 0 5px 0;
}

h3 {
	font-size: 12px;
	color: #669900;
	margin: 15px 0 5px 0;
}

.heading {
	font-weight: bold;
	color: #669900;
}

.small, a.small {
	font-size: 10px;
}

a, a:visited {
	color: #003366;
}

a:hover {
	color: #666666;
}

.divider_black {
	background-image: url(../images/black.gif);
	height: 2px;
	margin: 0;
	padding: 0;
}

.border_thin {
	border: solid 1px #FFFFFF;
}

.button {
	font-size: 10px;
	color: #000000;
	padding: 0;
}

#header {
	width: 750px;
	height: 150px;
	margin: auto;
	background-image: url(../images/headerbg.gif);
	border-right: solid 2px #CCCCCC;
	border-left: solid 2px #CCCCCC;
	clear: both;
}
#logo {
	position: relative;
	top: 15px;
	left: 10px;
	width: 420px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#tagline {
	position: relative;
	top: 55px;
	left: 45px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
#contact {
	position: relative;
	top: 73px;
	left: 10px;
	font-size: 11px;
	font-weight: bold;
}
a.contact, a.contact:visited {
	color: #000000;
	text-decoration: none;
}
a.contact:hover {
	text-decoration: underline;
}

.missing_piece {
	border: solid 1px #CCCCCC;
	margin: 0 30px 0 30px;
}

#newsletter_signup {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
	margin: 10px 5px 15px 13px;
}

#main_nav_image {
	text-align: center;
}

#main_nav {
	background: inherit;
	float:left;
	width: 195px;
	padding: 15px 0 25px 0;
}

.main_nav_item, .main_nav_item_active {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	list-style-type: none;
	padding-top: 10px;
}
a.main_nav_item_active {
	text-decoration: underline;
	color: #003366;
}
a.main_nav_item_link, a.main_nav_item_link:visited,
a.main_nav_item, a.main_nav_item:visited, {
	color: #000033;
	text-decoration: none;
}
a.main_nav_item:hover, a.main_nav_item_active:hover {
	color: #003366;
	text-decoration: underline;
}

#social_media {
	width: 60px;
	margin: 0 auto;
	padding: 20px 0;
}

#content_container {
	background-image: url(../images/mainnavbg.gif);
	margin: auto;
	width: 750px;
	border-right: solid 2px #CCCCCC;
	border-left: solid 2px #CCCCCC;
	overflow: hidden;
}

#content {
	float: left;
	width: 505px;
	background-color: #FFFFFF;
	padding: 15px 25px 25px 25px;
}

#footer {
	background-image: url(../images/footerbg.gif);
	width: 750px;
	margin: 0 auto;
	padding: 3px 0;
	border-right: solid 2px #CCCCCC;
	border-left: solid 2px #CCCCCC;
	border-bottom: solid 2px #CCCCCC;
	overflow: hidden;
}
.footer_content {
	background: inherit;
	width: 450px;
	margin: 0 auto;
	padding: 0 0 0 195px;
}
.footer_item {
	list-style-type: none;
	float: left;
	padding: 2px 25px 0 0;
}
a.footer_link, a.footer_link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.footer_link:hover {
	text-decoration: underline;
}
#copyright {
	width: 720px;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	overflow: hidden;
}
#disclaimer {
	width: 720px;
	margin: 0 auto;
	font-size: 10px;
	padding-bottom: 25px;
	overflow: hidden;
}



/* MEMBERS */
.member_list {
	margin: 10px 10px 10px 10px;
	clear: both;
}

.member_list_photo {
	border: solid 1px #000000;
	float: left;
	margin: 0px 15px 10px 0px;
}

.member_list_name {
	font-weight: bold;
}

.member_list_degree {
	font-weight: bold;
	font-size: 10px;
}

#member_contact {
	border: solid 1px #669900;
	background-color:#CCCCCC;
	padding: 10px 15px 10px 15px;
	margin: 20px 0px 20px 0px;
}

.member_testimonial
{
	font-style: italic;
	margin: 0px 0px 25px 0px;
}

.member_testimonial_source
{
	text-align: right;
	font-weight: bold;
}

#member_insurance {
	border: solid 1px #669900;
	background-color:#CCCCCC;
	padding: 10px 15px 10px 15px;
	margin: 20px 0px 20px 0px;
}

/* SEMINARS */
.seminar_leader {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

/* CONTACT */
.contact_map {
	float: left;
	margin: 10px 10px 35px 10px;
	text-align: center;
}

.contact_detail {
	float: left;
	margin: 10px 10px 35px 10px;
}
