/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}


body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 12px;
	color:#000000;
	background: #255E8A url(images/background.jpg) repeat-x;
}

img {border:0px;}

#wrapper {
  position:relative;
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 770px;
  border: 0px dashed #564b47;
  	background: #60AAD7 url(images/contentbackground.jpg) repeat-y;
}

#header{
position:absolute;
top:0px;
left:0px;
width:770px;
height:209px;
overflow:hidden;
background: #60AAD7 url(images/headerbackground.jpg) no-repeat;
}

#copyright{ padding-left: 230px;
padding-top:133px;
padding-bottom:10px;
margin-top:0px; text-align:left; color:#255E8A;
font-family:Arial, Helvetica, sans-serif;
}
#copyright a{
color:#255E8A; text-decoration:none; 
}
#menu{}
#animation{
position:absolute; 
top:31px; 
left:0px;
width:465px; height:173px;
overflow:hidden;
white-space:nowrap;
z-index:9;}

#copywrapper{
padding-top:209px;
padding-left:206px;

}
#copy{
position:relative;
background: #60AAD7 url(images/copybackground.jpg) no-repeat;
padding-top:120px;
padding-left:20px;
padding-right:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#080000;
font-size:13px;
line-height:1.5;
}

#copy h1{
margin:0px;
position:absolute;
top:60px;
left:15px;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:27px;
}

#copy a {
color:#FFFFFF;
}

.subMenu{
position:absolute;
top:31px;
width:150px;
z-index:10;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.subMenu a{
display:block;
background-color:#FFFFFF;
text-decoration:none;
color:#344439;
padding:3px;
margin-bottom:1px;
font-weight:600;
}

.subMenu a:hover{
background-color:#C4FED6;
}

.faqAnswer{
border:1px solid #003366;
background-color:#D2DFF0;
padding:5px;
margin:5px;
}

.contentfloat{
position:absolute; top:0px; 
  left:0px;
   z-index:12;
   border-bottom: 5px solid #BDBDBD;
}


.stafftxt{
width:500px;
padding:10px;
position:absolute;
border: 1px solid #BDBDBD;
line-height:1;
background-color:#255E8A;
color:#FFFFFF;
}


/* Global form styles */
.appointment-form {margin: 18px auto;}
fieldset {border: none; padding: 9px 0;}
fieldset div {clear: both;}
.form-header {border-bottom: 1px solid #690988;/*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 #690988;/*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:#690988;/* customize me! */
	border: 1px solid #690988;
	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*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;
	line-height: 18px;
	padding-top: 4px;}
.appointment-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	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 #690988;/* 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 #690988;}/* 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;}
	
.flash-replaced .alt {
display: block;
width: 0px;
height: 0px;
position: absolute;
overflow: hidden;}