/* CSS Document */

.contact { margin:0 15px 0 10px; border-bottom:#333333 thin dotted; padding-bottom:15px; height:1090px; text-align:left; }
.contact h1 { font-family: georgia; font-size: 21px; font-weight: bold; color: #CC0000; }
.contact p { font-family:tahoma; font-size:12px; line-height:18px; color:#333333; text-align:left; border-bottom:#666666 thin dotted;  padding:0 0 5px 10px; }
.contact span { font-family:verdana; font-size:12px; color:#CC0000; font-weight:bold }

.topNav { height:30px; margin:20px 10px 0 60px; font-family:tahoma; font-size:10px; color:#FFFF00; width:200px; }
.topNav td { width:66px; text-align:center; font-size:10px; font-family:tahoma; }
.topNav a:link { color:#FFFF00; text-decoration: none; }
.topNav a:visited { text-decoration: none; color:#FFFF00; }
.topNav a:hover { text-decoration:none; color:#fff; }
.topNav a:active { text-decoration: none; }


/*--------------------------------------

    CSS FORM For Contact
	
-----------------------------------------*/

div#maiBoxType{
	font-family:Verdana;
	font-size:12px;
	text-align:left;
	line-height: 24px;
	padding-bottom:20px;
	}

.cssform p{ border-bottom:#999999 thin dotted; padding:5px 0 5px 30px }

.cssform label{ font-size:12px; color:#666666; float: left; font-family:tahoma; }

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width:180px; float:right; border: #CCCCCC 0.5 solid; margin-right:30px; }

.cssform textarea{ width:180px; position:relative; right:auto; border: #CCCCCC 0.5 solid; }

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
