/* Play nice with the WWW, validate me! */
/* clear floats */
* {
	margin: 0;
	padding: 0;
}/* sets all elements margin and padding to 0 */

* .clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* .clear {
    display: inline-block;
}

html[xmlns] * .clear {
    display: block;
}

* html .clear {/* For IE =< 6 */
    height: 1%;
}

* .image-float-left {
	float: left;
	clear: left;
	display: block;
}
* .image-float-right {
	float: right;
	clear: right;
	display: block;
	margin-left:8px;
	margin-bottom:5px;
}

/* Image Replacement -- add class="replace" to root element, i.e.  and add a bg image*/

* .replace { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .replace { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

.replace ul, .replace ul li {letter-spacing: 0; text-indent: 0; overflow: auto;}


html {
	/*overflow: -moz-scrollbars-vertical;*/
}
	
body {
	margin: 0;
	padding:0;
	background-image: url(../images/bkd.jpg);
}
hr{
	color: #4b2b00;
	margin-bottom: 10px;
	margin-top: 8px;
	clear:both;
}

blockquote {
	padding-left: 23px;
}
p{
	padding-top: 3px;
	padding-bottom:15px;
	color: #4b2b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
}
a:link, a:visited{color: #4b2b00;
	font-weight:bold;
	text-decoration: underline;
}
a:hover{color:#b05415;
}
li{
	color: #4b2b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 35px;
	list-style: outside;
	line-height:20px;
}

ul{
	margin-bottom:15px;
}
ol{
	margin-bottom:15px;
}
* .top{
	color: #b05415;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}
.top a:link, .top a:visited{
	color: #b05415;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.top a:hover{
	color: #4b2b00;
}
h1{
	color: #4b2b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:18px;
}
h2{
	color: #b05415;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3{
	color: #4b2b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
* #footer{
	width: 790px;
	height:198px;
	overflow: hidden;
	background-image: url(../images/footer_bkd.jpg);
	background-repeat: no-repeat;
}
#footer p{
	padding-bottom:0px;
	
}
	
#footer .inner{margin-top:70px;
padding-left:15px;
padding-right:220px;}

h5{
	color: #fade87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}
#footer a {
color:#002616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}
* #footer-nav{margin-top:10px;
margin-bottom:8px;
color:#002616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;text-decoration: none;}
#footer-nav a {
color:#002616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#footer-nav a:hover{
	text-decoration: underline;
}

ul#nav {list-style: none;}
ul#nav a {display: block; padding: 0; height: 36px;  margin:0;}

ul#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position:absolute;
	z-index:100;
	top:390px;
}

ul#nav li {display: inline;
margin:0; float:left;}


ul#nav li:hover ul, ul#nav li.sfhover ul {
	left: auto;
	display: block;
}

ul#nav li ul li {
float:none;}

ul#nav li ul {
	position: absolute;
	left: -999em;
	top:auto;
	z-index:10;
}

ul#nav ul li a {
	position: relative;
	height:22px;
	top:-6px;
	left:11px;
	background: #b75d26;
	padding: 1px 4px 2px 8px;
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	width:160px;
}

ul#nav ul li a:hover {
background:#467753;}

#nav li:hover ul, #nav li.sfhover ul {
left: auto;} 

* #office, * #ortho, * #braces, * #new, * #treat, * #fun {
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
	height: 36px;
	cursor: pointer;
}
/* Set the image for each nav item */
* #office {background: url(../images/btn_office.jpg); width:113px;}
* #ortho {background: url(../images/btn_ortho.jpg);width:167px;}
* #braces {background: url(../images/btn_braces.jpg);width:132px;}
* #new{background: url(../images/btn_patients.jpg);width:133px;}
* #treat{background: url(../images/btn_treat.jpg);width:126px;}
* #fun {background: url(../images/btn_game.jpg);width:119px;}

/* Shift the image position up to show the active state */
#nav li:hover a, #nav li.sfhover a, #nav .active{
	background-position:0px -36px}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}

ul#nav2 {list-style: none;}
ul#nav2 a {display: block; padding: 0; height: 36px;  margin:0;}

ul#nav2, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position:absolute;
	z-index:100;
	top:183px;
}

ul#nav2 li {display: inline;
margin:0; float:left;}


ul#nav2 li:hover ul, ul#nav2 li.sfhover ul {
	left: auto;
	display: block;
}

ul#nav2 li ul li {
float:none;}

ul#nav2 li ul {
	position: absolute;
	left: -999em;
	top:auto;
	z-index:10;
}

ul#nav2 ul li a {
	position: relative;
	height:22px;
	top:-6px;
	left:11px;
	background: #b75d26;
	padding: 1px 4px 2px 8px;
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	width:160px;
}

ul#nav2 ul li a:hover {
background:#467753;}

#nav2 li:hover ul, #nav2 li.sfhover ul {
left: auto;} 

/* Shift the image position up to show the active state */
#nav2 li:hover a, #nav2 li.sfhover a, #nav2 .active{
	background-position:0px -36px}

/* Set the cursor to default arrow so link does not appear clickable */
#nav2 .active {cursor: default}


ul#sidebar {
	list-style: none;	
	position:absolute;
	top:0px;
	left:0px;
	width: 163px;
	margin-left: 627px;
}
ul#sidebar a {display: block; padding: 0; width: 163px;  margin:0;}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#sidebar li {display: inline;
margin:0; }
ul#sidebar li:hover ul, ul#sidebar li.sfhover ul {
	left: auto;
	display: block;
}

ul#sidebar li ul {
	position: absolute;
	left: -999em;
	top:auto;
	z-index:10;
}

#sidebar li:hover ul, #nsidebar li.sfhover ul {
left: auto;} 


* * #home, * #contact, * #login {
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
	width: 163px;
	height:46px;
	cursor: pointer;
}
/* Set the image for each nav item */
* * #home {background: url(../images/btn_home.jpg); }
* #login {background: url(../images/btn_login.jpg); }
* #contact {background: url(../images/btn_contact.jpg);}

/* Shift the image position up to show the active state */
#sidebar li:hover a, #sidebar li.sfhover a, #sidebar .active{
	background-position:0px -46px}

/* Set the cursor to default arrow so link does not appear clickable */
* #sidebar .active {cursor: default}

* .address{
	position:absolute;
	top:688px;
	left:17px;
}
.address p{
	line-height:14px;
}

* .address2{
	position:absolute;
	top:481px;
	left:17px;
	line-height: 14px;
}
.address2 p{
	line-height:14px;
}
* .callout{
	position:absolute;
	top:430px;
	width:251px;
	left:0px;
}
* .callout2{
	position:absolute;
	top:223px;
	width:251px;
	left:0px;
}
* #container{
	width: 790px;
	margin: 0px auto;
	position:relative;
	
}
* #content {
	width: 790px;
	background-image: url(../images/content_bkd.jpg);
	background-repeat: repeat-y;	
}
* #main {
	width: 790px;
	min-height:420px;
}
*html #main {
	height:420px;
}


* #main .inner {
padding-top:55px;
	padding-right:45px;
	padding-left:312px;
}
* #main .inner2 {padding-top:86px;
	padding-right:45px;
	padding-left:312px;
}

* * #header{
	width: 790px;
	height: 183px;
	background-image: url(../images/header_bkd.jpg);
	background-repeat: no-repeat;
}

* #logo {
position:absolute;
	height: 147px;
	width: 455px;
	left:170px;
	top:0px;}

#logo a {
	display: block;
	height: 147px;
	width: 455px;
	line-height: 0px;
	text-indent: -999em;}
		
	
* #h-welcome,* #h-locations,* #h-comment,* #h-refer,* #h-appt,* #h-email,* #h-doc,* #h-team,* #h-tour,* #h-events,* #h-new,* #h-child,* #h-adults,* #h-phase,* #h-dento,* #h-tmj,* #h-dic,* #h-faq,* #h-resources,* #h-life,* #h-types,* #h-apps,* #h-palatal,* #h-diagram,* #h-video,* #h-care,* #h-retainers,* #h-treat,* #h-invis,* #h-suresmile,* #h-surg,* #h-game,* #h-painter,* #h-color,* #h-site,* #h-404,* #h-500, #h-event{
width:460px;
height:61px;
	overflow: hidden;
	text-indent: -999em; /* Indents the rich-text so it does not show */
	background-repeat: no-repeat;}
#h-event{background: url(../images/title_event-sign-up.jpg);}	
* #h-welcome{background: url(../images/title_home.jpg);}
* #h-locations{background: url(../images/title_locations.jpg);}
* #h-comment{background: url(../images/title_comment.jpg);}
* #h-refer{background: url(../images/title_refer.jpg);}
* #h-appt{background: url(../images/title_appt.jpg);}
* #h-email{background: url(../images/title_email.jpg);}
* #h-doc{background: url(../images/title_doc.jpg);}
* #h-team{background: url(../images/title_team.jpg);}
* #h-tour{background: url(../images/title_tour.jpg);}
* #h-events{background: url(../images/title_events.jpg);}
* #h-new{background: url(../images/title_new.jpg);}
* #h-child{background: url(../images/title_child.jpg);}
* #h-adults{background: url(../images/title_adults.jpg);}
* #h-phase{background: url(../images/title_phase.jpg);}
* #h-dento{background: url(../images/title_dento.jpg);}
* #h-tmj{background: url(../images/title_tmj.jpg);}
* #h-dic{background: url(../images/title_dic.jpg);}
* #h-faq{background: url(../images/title_faq.jpg);}
* #h-resources{background: url(../images/title_resources.jpg);}
* #h-life{background: url(../images/title_life.jpg);}
* #h-types{background: url(../images/title_types.jpg);}
* #h-apps{background: url(../images/title_apps.jpg);}
* #h-palatal{background: url(../images/title_palatal.jpg);}
* #h-diagram{background: url(../images/title_diagram.jpg);}
* #h-video{background: url(../images/title_video.jpg);}
* #h-care{background: url(../images/title_care.jpg);}
* #h-retainers{background: url(../images/title_retainers.jpg);}
* #h-treat{background: url(../images/title_treat.jpg);}
* #h-invis{background: url(../images/title_invis.jpg);}
* #h-suresmile{background: url(../images/title_sure.jpg);}
* #h-surg{background: url(../images/title_surg.jpg);}
* #h-game{background: url(../images/title_game.jpg);}
* #h-painter{background: url(../images/title_painter.jpg);}
* #h-color{background: url(../images/title_color.jpg);}
* #h-site{background: url(../images/title_site.jpg);}
* #h-404{background: url(../images/title_404.jpg);}
* #h-500{background: url(../images/title_505.jpg);}

img {
	border: 0px;}

* #flash{width:790px;
height:207px;}

* #start{
	background: url(../images/callout_start.jpg) no-repeat;
	height:241px;
	width:466px;
	margin-bottom:10px;
}
#start ul{margin-left:200px;padding-top:70px;}
#start li{
	color:#ffffff;
	line-height:22px;
	list-style-type: none;
}
#start li a:link, #start li a:visited{
	color:#ffffff;
	text-decoration:underline;
}
#start li a:hover{
	color:#fade87;
}

* #nav-sub{
	position:absolute;
	left:0px;
	width: 465px;
	padding-top:28px;
	line-height:15px;
	margin:17px 0 0 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	color: #336242;
	font-weight:bold;
}
#nav-sub a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336242;
	line-height:15px;

	font-weight:bold;
text-decoration:none;
}
#nav-sub a:hover, #nav-sub .active{
	color: #b05415;}
	
div#sesame-game {
background: #000;
line-height: 0;
margin: 10px auto;
text-align: center;
width: 400px}

ul#sesame-games {
list-style: none;
margin: 0;
padding: 0}

ul#sesame-games li {
clear: both;
margin-left:0px;
display: block}

ul#sesame-games img {
border: 0;
margin: 0 0 10px 10px}

ul#sesame-games a.button {
float:right;
height:85px;
width:200px}

ul#sesame-games p {
padding-bottom: 1em}
* .tour {text-align:center;}

/* Global form styles */
* .comments {margin: 18px auto;}
fieldset {border: none; padding: 9px 0;}
fieldset div {clear: both;}
* .form-header {border-bottom: 1px solid #4b2b00;/*optional, change color to match site*/}
.form-header h3 {margin: 0 0 9px;}
.form-header p {margin: 0 0; padding-bottom: 18px;}
* .form-footer {padding-top: 18px; text-align: center; border-top: 1px solid #4b2b00;/*optional, change color to match site*/}
* .form-footer button {/*these styles control the look of the button, change as necessary*/
	clear:both;/*do not change, forces button to sit below floated elements*/
	margin: 9px auto;/*do not change, controls positioning*/
	display: block;
	width:125px;
	height:31px;
	background:#4b2b00;/* customize me! */
	border: 1px solid #4b2b00;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:11px;
	font-weight:bold;}
/* comment form */	
* .comments {
	margin: 18px 0 18px 16px;
	padding: 10px 10px 5px;
	border: 2px solid #4b2b00;
}
.comments li {font-weight: bold;}
.comments label {/*floats labels left*/
	font-size: 11px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;
	padding-top: 4px;
		color: #4b2b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.comments label span {/*sits below labels; holds instructions*/
	color:#4b2b00;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.comments .label-block label {float: none; clear: both; width: 100%; text-align: left;}
.comments input, .comments textarea {
	float:left;
	font-size:11px;
	padding:4px 2px;
	border:solid 1px #4b2b00;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.comments p.verification {
	clear: both;
	margin: 0 0 9px 47%;
	font-size: 12px;}
.comments p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 0;}
.comments p.verification img {border: 1px solid #4b2b00;}/* customize me! */
.comments p.radio input, .comments p.radio-float input {
	float: none;
	margin: 0 0 0 0;
	padding: 4px 2px;
	width: auto;}
.comments p.radio span {padding: 0 2% 0 0;}
.comments .radio {text-align: left; font-weight: normal;}
.comments .comments-box label {float: none; font-weight: normal; display: block; text-align: left;}
.comments .comments-box textarea {float: none; margin-left: 0; width:95%;
}

/* comment form */	
* .comments2 {
	margin: 18px 0 0px 0px;
	padding: 10px 10px 5px;
	border: 2px solid #4b2b00;
}
.comments2 li {font-weight: bold;}
.comments2 label {/*floats labels left*/
	font-size: 11px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;
	padding-top: 4px;
		color: #4b2b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.comments2 label span {/*sits below labels; holds instructions*/
	color:#4b2b00;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
* .comments2 .label-block label {float: none; clear: both; width: 100%; text-align: left;}
* .comments2 input, * .comments2 textarea {
	float:left;
	font-size:11px;
	padding:4px 2px;
	border:solid 1px #4b2b00;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.comments2 p.verification {
	clear: both;
	margin: 0 0 9px 47%;
	font-size: 12px;}
.comments2 p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 0;}
.comments2 p.verification img {border: 1px solid #4b2b00;}/* customize me! */
.comments2 p.radio input, .comments2 p.radio-float input {
	float: none;
	margin: 0 0 0 0;
	padding: 4px 2px;
	width: auto;}
.comments2 p.radio span {padding: 0 2% 0 0;}
.comments2 .radio {text-align: left; font-weight: normal;}
.comments2 .comments-box label {float: none; font-weight: normal; display: block; text-align: left;}
.comments2 .comments-box textarea {float: none; margin-left: 0; width:95%;
}

/* referral form */
* .referral-form {
	margin: 18px 0 18px 0px;
	padding: 10px;
	border: 2px solid #4b2b00;
}
* .referral-form fieldset {border: none; padding: 9px 0;}
* .referral-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;color:#4b2b00;
	line-height: 18px;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
* .referral-form label span {/*sits below labels; holds instructions*/
	color:#4b2b00;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.referral-form input, .referral-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #4b2b00;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;
	position: relative;}
.referral-form p.radio, .referral-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.referral-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;}
.referral-form p.verification {margin-top: 0;}
.referral-form p.verification img {border: 1px solid #4b2b00;}/* customize me! */
.referral-form p.radio input, .referral-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}

/* event form */
* .event-form {
	margin: 18px 0 18px 10px;
	padding: 10px;
	border: 2px solid #4b2b00;
}
.event-form fieldset {border: none; padding: 9px 0;}
.event-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;
	line-height: 18px;color:#4b2b00;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.event-form label span {/*sits below labels; holds instructions*/
	color:#4b2b00;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.event-form input, .event-form select, .event-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #4b2b00;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.event-form p.radio, .event-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.event-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;}
.event-form span#found-other {width: 100%;}
.event-form span#found-other input {margin-left: 47%; background: #ffffff}
.event-form p.verification {margin-top: 0;}
.event-form p.verification img {border: 1px solid #4b2b00;}/* customize me! */
.event-form p.radio input, .event-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}
* #forms {
	float: right;
	clear: right;
	display: block;
	width: 200px;
	margin-left: 10px;
	margin-right: 35px;
	border: 4px solid #b75d26;
}

* #forms_e {
	width: 200px;
	border: 4px solid #b75d26;
	text-align: left;
	padding: 10px;
	margin-left: 10px;
}

h4{ color: #4b2b00;
padding-left:11px;
padding-top:5px;
padding-bottom:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;}
#forms  p{
	font-size: 10px;
	line-height: 16px;
	margin-left: 11px;
	margin-right: 10px;
	display: block;
}

#forms a:link, #forms a:visited{
	font-size: 10px;
}

#forms  a:hover{
	font-size: 10px;
}

p.small {
font-size: 10px;}
img.photo {
border: solid 1px #000;
float: right;
margin: 0 0 15px 15px;}
div.learn-more {
background-color: #fff;
color: #036;
width: 50%;
border: solid 1px #fff;
padding: 0;
margin: 15px 18px 15px 15px;
float: right;}
div.learn-more a {color: #036;}
.learn-more h3 {
background-color: #97AFC2;
color: #fff;
margin: 0 0 10px 0;
padding: 10px;}
.learn-more p {
padding: 0;
margin: 0 0 10px 0;}
* .clear {clear: both;}
* #flash-suresmile-pt-testimonial {
margin: 15px auto;
width: 320px;
height: 206px;
border: solid 1px #ccc;}

/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #4B2B00;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FADE87;
	font-weight: bold;
}

.SubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B2B00;
	font-weight: bold;
}

.SubjectHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B05415;
	font-weight: bold;
}

td.BrownBorderBottom { border-bottom: solid 1px #4B2B00; padding-top: 10px; }

/* Global form styles */
div.referral-form, div.event-form, div.comments, div.login-form {
	width: 98%;
	margin-top: 18px;	
	border:solid 2px #002544;/*optional, change color to match site*/
	background: #ffffff;
}

fieldset {border: 0; padding: 9px 0;color: #002544; margin: 0 18px;}
fieldset div {clear: both;}
.form-header {color: #002544; border-bottom: 1px solid #002544;/*optional, change color to match site*/}
.form-header h3 {margin: 0 0 9px;}
.form-header p {margin: 0 0; padding-bottom: 18px;}
.form-footer {padding-top: 18px; text-align: center; border-top: 1px solid #c6dbed;/*optional, change color to match site*/}
.form-footer button {/*these styles control the look of the button, change as necessary*/
	clear:both;/*do not change, forces button to sit below floated elements*/
	margin: 9px auto;/*do not change, controls positioning*/
	display: block;
	width:125px;
	height:31px;
	background:#c6dbed;/* customize me! */
	border: 1px solid #002544;
	text-align:center;
	line-height:31px;
	color:#002544;/* customize me! */
	font-size:12px;
	font-weight:bold;}
fieldset input, fieldset textarea, fieldset select {line-height: 18px; height: 18px; padding: 4px 9px 5px 9px; border: 1px solid #002544;}
fieldset input.radio {border: 0;}
fieldset p.verification img {border: 1px solid #002544;}
fieldset label {margin-top: 9px;}
fieldset label, label span {text-align: left; line-height: 18px; height: 18px;}
label.required {background: url(../images/required_note.gif) 100% 0 no-repeat;}
p.required-note {font-weight: bold;}
p.required-note img {display: inline;}
p.radio-float, p.radio-float input {line-height: 27px; vertical-align: middle;}


/* event form */
.event-form {
	margin: 18px 0;
	padding: 10px;
}
.event-form fieldset {border: 0; }
.event-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	width:45%;
	float:left;
	margin-top: 9px;
	line-height: 18px;
	}
.event-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	width:100%;}
.event-form input, .event-form select, .event-form textarea {
	float:left;
	font-size:12px;
	padding:0 2px;
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.event-form p.radio, .event-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.event-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;
	vertical-align: middle;
	line-height: 18px;}
.event-form span#found-other {width: 100%;}
.event-form span#found-other input {margin-left: 47%; background: #fff0b2}
.event-form p.verification {margin-top: 0;}
.event-form p.radio input, .event-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}

/* JQuery */
input.error, select.error, textarea.error {border-color: #a52003; background: #fefda1; }
div.error {padding-left: 18px; background: url(../images/validate_error.jpg) 0 0 no-repeat; color: #a52003; 
		 display: block; margin:0 0 9px 47%; font-size: 11px; font-weight: normal; line-height: 18px;}
div.success {padding-left: 18px; background: url(../images/validate_ok.jpg) 0 0 no-repeat; color: #000000; 
		   display: block;margin:0 0 9px 47%;font-size: 11px; font-weight: normal; line-height: 18px;}
.contact-form div.error, .contact-form div.success {margin-left: 0;}
