#contact #content {
	background-image:url(/images/backgrounds/contact.jpg);
}
#mainText{
	overflow:hidden;
	height:462px;
	display:block;
	z-index:0;
}
#wrapper #mainText {
	width:257px;
	padding:0;
}
#main .scrollbar-vert {
	height: 482px;
}
#main {
	background-image:url(/images/backgrounds/mainBack.png);
	background-repeat:repeat;
	width:257px;
	height:482px;
	border-right: 2px solid #000000;
	position:absolute;
	left:127px;
	top:123px;
	overflow:hidden;
	display:block;
}
#contact #main h1 {
	background-image:url(/images/headers/contactHeader.jpg);
	text-indent:-999px;
	background-repeat: no-repeat;
	background-position: left top;	
	width:257px;
	height:118px;
}
#contact #main h3 {
	font-size:10.5px;
	font-variant:small-caps; 
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
#contact #map h3 {
	font-size:10.5px;
	font-variant:small-caps; 
	font-weight:bold;
	margin-top:15px;
}
#wrapper #secondary .padding {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-align:center;
}
#wrapper #map .padding {
	padding-top:21px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:21px;
}
#secondary, #map {
	background-image:  url(/images/backgrounds/secondaryBack.png);
	background-repeat: repeat;
	width: 475px;
	height: 442px;
	overflow:hidden;
	display:block;
	color:#ffffff;
	position:absolute;
	top:143px;
	right:30px;
	z-index:0;
}
#mapText{
	overflow:hidden;
	height:462px;
	display:block;
	z-index:0;
}
#content h2 {
	font-size:12px;
	color:#222222;
	padding-left:21px;
	padding-right:21px;
}
#content #mapText h2 {
	padding-top:15px;
	padding-left:0px;
	padding-right:0px;
	color: #ffffff;
}
#content h3 {
	font-size:10px;
	color:#222222;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:21px;
	padding-right:21px;
	margin-bottom:0px;
}
#content #map h3 {
	color:#dddddd;
	padding:0px;
}
#content #map ul {
	margin-bottom:15px;
}
#content p.attribute {
	margin-top:0px;
}
#main p, #main ul, #main h2  {
	padding-left:21px;
	padding-right:21px;
}
#secondary fieldset {
	margin: 0px;
	padding-left: 17px;
	padding-top: 10px;

	text-align:left;
	height:349px;
}
label {
	float:left;
	width: 100px;
	font-weight:bold;
	color:#666666;
	
	margin-top:2px;
}
em.required {
	font-style: normal;
	color: #FF0000;
}
input.text {
	border: 1px solid #cccccc;
	width: 339px;
	color:#666666;
	background-color: #FFFFFF;
	font-size:11px;
}
input.button {
	border: 1px solid #000000;
	background-color:#2893FF;
	margin-right:4px;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
}
select {
	border: 1px solid #cccccc;
	color:#666666;
	background-color: #FFFFFF;
}
input.radio, input.checkbox, input.submit {
	width:auto;
	margin-right:4px;
}
input.submit {
	width:auto;
}
textarea {
	border: 1px solid #cccccc;
	width: 339px;
	color:#666666;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
div.entry {
	margin-bottom: 10px;
}
/* Form specific */
#generalForm {
	height: 368px;
	overflow:hidden;
}
#quoteForm {
	height: 368px;
	overflow:hidden;
}
#generalForm-apt, #quoteForm-apt {
	width: 100px;
}
#generalForm-aptLabel, #quoteForm-aptLabel {
	float:none;
	width: auto;
	margin-right: 4px;
	margin-left: 12px;
}
#quoteForm-formatSDLabel,  #quoteForm-formatHDLabel{
	float:none;
	width: auto;
	margin-left: 2px;
	margin-right: 12px;
}
#quoteForm-formatEntry {
	margin-left:100px;
}
#generalForm-address, #generalForm-city, #generalForm-phone,
#quoteForm-address, #quoteForm-city, #quoteForm-phone {
	width: 148px;
	margin-right: 4px;
}
#generalForm-zip, #quoteForm-zip {
	width: 75px;
}
#generalForm-state, #quoteForm-state { 
	width: 100px;
	margin-right: 4px;
	height: 16px;
	font-size:11px;
}
#generalForm-stateLabel, #generalForm-zipLabel,
#quoteForm-stateLabel, #quoteForm-zipLabel {
	text-indent: -1000em;
	width:0px;
}
.formError {
	color:#FF0000;
	background-color:#FFFF66;
	padding:5px;
	text-align:center;
	font-weight:bold;	
	border: 1px solid #ff0000;
	
	display:none;
}