/* 
    Document   : contactUs
    Created on : Sep 18, 2009, 8:09:16 AM
    Author     : shanielharrar
    Description:
        Definitions of contact us page.
*/



dl {
    margin:0 10px 10px; font-size:0.9em;
}

dt {
    font-weight:bold;
}

p.notice {
	color:green;
	margin:5px;
}

div.contact_us div.field {
	clear:both;
	padding:5px;
}

div.fieldWithErrors {
	display:inline;
}

div.fieldWithErrors input, div.fieldWithErrors textarea	 {
	background:rgb(255,230,230);
}

form label {
	float:right;
	width:100px;
}

form input, form textarea {
	float:right;
}

form input {
	width:200px;
}

form textarea {
	width:450px; min-height:100px; height:100px;
	max-width:450px; min-width:450px;
}

form div.submit input {
	margin-right:100px;
	width:auto;
}

/* ________ Navigation ________ */

a.bigMap {
	background:url('../images/map.jpg') no-repeat bottom left;
	display:block;
	width:auto; height:350px; margin:0 50px 0 10px;
	border:1px solid #aaa;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1)
}

a.bigMap * { 
	display:none;
}