/* CSS Document */
/********* Updated Nov. 22, 2010 *********/
#divtypes
{
	position:absolute;
	bottom:20px;
	z-index:999;
	font-size:90%;
	color:#5B665F;
	left: 50px;
}
#divSeal
{
	color:#000;
	z-index:1022;
	position:absolute;
	top:329px;
	right:-813px;
	text-align:center;
}

#theFirstName
{
	margin-top: 3px;
	margin-bottom: 10px;
	z-index: 10;
}

#theLastName
{
	margin-top: 2px;
	margin-bottom: 10px;
	z-index: 10;
}
#theEMail
{
	margin-top: 2px;
	margin-bottom: 10px;
	z-index: 10;
}
#thePhone
{
	margin-top: 2px;
	margin-bottom: 12px;
	z-index: 10;
	color: #FFF;
}
#theSubject
{
	margin-top: 2px;
	margin-bottom: 10px;
	z-index: 10;
}
#theNewsletter
{
	margin-top: 15px;
	margin-bottom: 10px;
	z-index: 10;
}
select{
	width: 185px;
	font-size:75%;
	border: 1px solid #b1b1bc;
	background-color: #fff;
	color: #000;	
}
input
{
	margin-left: 5px;
	background-color: #f1ffde;
	height: 20px;
	vertical-align: middle;
}

select, textarea
{
	margin-left: 10px;
	background-color: #f1ffde;
}
.buttons{
	margin-top:15px;
	text-align: center;
	font-size: 90%;
}
.buttons input{
	width: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:2px;
	padding-left:0px;
	height: 30px;
	font-weight: bold;
	color: #00F;
	font-size: 1.5em;
}

.formLabel_FirstName, .formLabel_LastName, .formLabel_Email, .formLabel_Phone,  .formLabel_Subject
{
	text-align: right;
	width: 101px;
	float: left;
	color: #000;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

.formLabel_Newsletter
{
	text-align: left;
	width: 200px;
	float:left;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	margin-right: -30px;
	padding-left:20px;
}
.formLabel_checkBox{
	text-align: left;
	width: 500px;
	color: #CC3333;
}

.formLabel_comments, .formLabel_specialties
{
	width:600px;
	margin-bottom:7px;
	margin-top:7px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	margin-left: 10px;
}
#errors{
	float:left;
	height:25px;
	margin-top:10px;
	z-index: 10;
}
.checkboxRequiredState .formLabel, .checkboxMaxSelectionsState .formLabel,
.selectRequiredState .formLabel, .selectInvalidState .formLabel,
.textareaRequiredState .formLabel, .textareaMinCharsState .formLabel, .textareaMaxCharsState .formLabel,
.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel, .radioRequiredState .formLabel
{
	color: #ABABAB;	
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .radioRequiredState .radioRequiredMsg{
	border:0px;
	padding-left:22px;
	margin-left:4px;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
}

.validMsg{
	width:16px;
	height:20px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
	border: 0;
}

.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}

#okmessage{
	margin-top:10px;
	color: green;
	display:none;
	z-index: 10;
}

#CentralColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 700px;
	z-index: 10;
}

.formLabel_FormType
{
	text-align: right;
	width: 100px;
	float: left;
	color: #FFFFFF;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

#buttons1
{
	position: absolute;
	top: 375px;
	left: 104px;
	z-index: 90;
}

#theComments
{
	width: 700px;
	height: 170px;
	z-index: 10;
}

.formLabel_checkBox{
	text-align: left;
	width: 500px;
	color: #CC3333;
}


#help_home {
	font-size: 75%;
	color: #000;
	background-color: #CCC;
	border: medium ridge #F84E0E;
	position: absolute;
	z-index: 1010;
	left: 65px;
	margin: 5px;
	padding: 5px;
	bottom: -572px;
}
#mail
{
	position:absolute;
	bottom:-595px;
	right:-45px;
	z-index:999;
	text-align:center;
	width: 180px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #91766C;
	border-right-color: #91766C;
	border-bottom-color: #91766C;
	border-left-color: #91766C;
}
#topLine {
	position: absolute;
	width: 500px;
	left: 160px;
	top: 50px;
	font-size: 75%;
}
#mainform
{
	position: absolute;
	left: 110px;
	top: 75px;
	width: 630px;
	height: 425px;
	font-size: 90%;
	z-index: 10;
	border: thin ridge #CCC;
	background-color: #FFF;
}

#form1 {
	z-index: 1000;
	position: absolute;
	z-index: 55;
	width: 785px;
	left: 0px;
	top: 25px;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 10px;
	height: 545px;
}

#contact .contactus { float: right; }
.spanMail1 { font-weight:bold; }

#mailAddr2 
{
	position:absolute;
	top:505px;
	left:590px;
	background-color: #034D2B;
	color: #FFF;
	text-align: center;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #8A8683;
	border-right-color: #8A8683;
	border-bottom-color: #8A8683;
	border-left-color: #8A8683;
	margin: 2px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

#form1 h2 span { color:#000; }

.table1 { width:100%; }

.table1td1 { text-align:left; }

.table1td2 { text-align:right; }

#form1 div .table1 tr .table1td1 h2 span { color:#000; }

