
div#contact-area
{
width: 850px;
cursor: default;
margin-left: auto;
margin-right: auto;
min-height: 328px;
height: 328px !important
}

* html div#contact-area
{
margin-top: -1px;
margin-bottom: 35.5px;
}

div#contact-area h1
{
text-indent: -9999px;
}

div#contact-area p
{
margin-top: -30px;
color: #FFFFCC;
float:left;
font-weight:bold;
font-family:sans-serif;
margin-bottom: 20px;
}

div#contact-area p a
{
color: #FFFF99;
text-decoration:none;
}

div#contact-area p a:hover
{
color: #FFCCCC;
text-decoration:none;
}





.clear
{
clear:both;
}


.input {
border: 1px solid #006;
background: #ffc;
width: 200px;
height: 20px;
font-size:13px;
margin-left: 3px;
margin-top:2px;
margin-bottom: 6px;
}
.input:hover {
border: 1px solid #f00;
background: #ff6;
}

.button {
border: 1px solid #006;
background: #ccf;
margin-left:3px;
margin-top:9px;
font-size: 14px;
font-weight: bold;
}

.button:hover {
border: 1px solid #f00;
background: #eef;
}
label {
display: block;
width: 190px;
float: left;
margin: 0px 0px 0px -20px;
margin-top: 2px;
text-align: right;
font-size: 14px;
color: #FFFFFF;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.textarea
{
width:300px;
height: 100px;
margin-left: 3px;
}

.select{
border: 1px solid #006;
background: #ffc;
margin-left: 3px;
width: 170px;
}

.select:hover {
border: 1px solid #f00;
background: #ff6;
}

.formTable
{
float: left;
margin-left: -10px;
margin-top: 5px;
margin-bottom: 30px;
width: 500px;
}

 * html .formTable
 {
	margin-top: 3px;
}

br { clear: left; }

textarea:focus, input:focus {
	border: 2px solid #900;
}


div#situated
{
display: inline;
}
div#situated p
{
float: left;
font-size: 12px;
color:#FFFFFF;
width: 260px;
text-align:left;
margin-left: 12px;
margin-top: 8px;
}

div#situated img
{
border: #FFFF00 2px solid;
margin-left: 10px;
margin-top: 10px;
}



#footer_c
{
width: 900px;
height: 92px;
margin-left: auto;
margin-right: auto;
cursor:default;
background: url(../images/footer.jpg);
border: #FFFF00 1px solid;
margin-top: -10px;
}

* html #footer_c
{
margin-top: -34px;
}

	#footer_c #right-info
	{
	float:right;
	width: 400px;
	margin-top: 13px;
	margin-right: 50px;
	color:#000000;
	}
	
		/*HTML HACK for info section alignment*/
		* html #footer_c #right-info
		{
			margin-right: 20px;
		}
	
		
	#footer_c #right-info p
	{
	color: #FFFF99;
	font-size: 12px;
	font-family: tahoma;
	line-height: 19px;
	font-weight:bold;
	text-align:right;
	}
	
	#footer_c #right-info a
	{
	text-decoration: none;
	color: #CCCC00;
	font-weight:bold;
	font-size: 13px;
	font-family: verdana;
	}
	
	#footer_c #right-info a:hover
	{
	text-decoration:none;
	color: #99FF00;
	}

	#contact-info
	{
	float:left;
	width: 320px;
	margin-left: 40px;
	margin-top: 5px;
	}
	
		* html #contact-info
		{
			margin-left: 20px;
		}
		
	#contact-info p
	{
	float:left;
	color: #FFFF66;
	font-size: 13px;
	font-weight:bold;
	margin-bottom: 2px;
	}
	
	
	
	#footer_c ul#left-nav
	{
	list-style:none;
		color: #d2a342;
		float:left;
		margin-left: 1px;
		margin-top: 15px;
		position:relative;
		width: 400px;
	}
	
	/*HACK FOR HTML*/
	* html #footer_c ul#left-nav
	{
		margin-left: 1px;
	}

#footer_c ul#left-nav li
{
float:left;
font-size:15px;
font-weight:bold;
font-family: verdana;
}

#footer_c ul#left-nav li a
{
display: block;
color: #d2a342;
text-decoration: none;
margin-left: 43px;
}

#footer_c ul#left-nav li a:hover
{
color: #FFFFCC;
text-decoration: none;
}

#footer_c ul#left-nav li .active
{
text-decoration: none;
color: #FFFF99;
}

