body {

	background-color: #FFFFFF;
	margin: 0px;
}
body#popup {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #365470;
}
.header1 {
	font-size: 10pt;
	font-weight: bold;
	color: #365470;
	line-height: normal;
}
.header2, h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #7BA81E;
	font-style: normal;
	line-height: normal;
}

h3.blue {
	color:#36536F;}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CCCCCC;
	line-height: normal;
}
.homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18pt;
	color: #36536F;
}
#normal_height {
	line-height: normal;
}

#video { width:140px; height:120px; position:absolute; top:26px; right:5px; text-indent:-999em; background:url(images/video-bg.jpg) no-repeat; display:block; border:#36536F 2px solid; overflow:hidden}
#video:hover { background:url(images/video-bg.jpg) no-repeat 0 -120px;} 
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.right-bordered {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #365470;
}
.left-bordered {
	float: left;
	margin-bottom: 20px;
	border: 1px solid #6077A0;
	margin-right: 20px;
}
.right {

	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: none;
}
.left {

	float: left;
	margin-bottom: 20px;
	border: none;
	margin-right: 20px;
}
a.link2:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.link2:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.link2:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.link2:active {
	text-decoration: none;
	color: #CCCCCC;
}
a:link {
	color: #365470;
	text-decoration: underline;
}
a:visited {
	color: #365470;
	text-decoration: underline;
}
a:hover {
	color: #A0D926;
	text-decoration: underline;
}
a:active {
	color: #A0D926;
	text-decoration: underline;
}
.border-popup-images {
	border: 1px solid #365470;
}
.border {
	border: 1px solid #6077A0;
}
.text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #36536F;
}
.highlight {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #FFFFFF;
}
.text_withpadding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #36536F;
	margin-left: 15px;
}
/* Global form styles */
.appointment-form {margin: 18px auto;}
fieldset {border: none; padding: 9px 0;}
fieldset div {clear: both;}
.form-header {border-bottom: 1px solid #36536f;/*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 #36536f;/*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:#36536f;/* customize me! */
	border: 1px solid #36536f;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;}
/* appointment form */
.appointment-form {
	margin: 18px 0;
	padding: 10px;}
.appointment-form fieldset {border: none; padding: 9px 0;}
.appointment-form label {/*floats labels left*/
	color: #36536f;
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:46%;
	float:left;
	line-height: 18px;
	padding-top: 4px;}
.appointment-form label span {/*sits below labels; holds instructions*/
	color:#36536f;
    /*display:block;*/
	font-size:11px;
	font-weight:normal;
	text-align:left;
	/*width:100%;*/}
.appointment-form input, .appointment-form select, .appointment-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #36536f;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.appointment-form p.radio, .appointment-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.appointment-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;}
.appointment-form span#found-other {width: 100%;}
.appointment-form span#found-other input {margin-left: 47%; background: #fff0b2}
.appointment-form p.verification {margin-top: 0;}
.appointment-form p.verification img {border: 1px solid #36536f;}/* customize me! */
.appointment-form p.radio input, .appointment-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}