/*Contact Page / Column Div's --------------------------------------------------------------------*/
#ContactForm {
	width:525px;
	float:right;
	padding:0px;
}
#MapCol {
	width:250px;
}
#MapCol img {
	margin-right:15px;
	margin-bottom:15px;
	border: solid 3px #2b2c2c;
}
/*Contact Page / Form Styles --------------------------------------------------------------------*/
input, select  {
	background:url(../images/white_bg.gif) repeat;
	color: #7b7a7a;
	border: 1px solid #7b7a7a;
	background-color:#FFFFFF;
}
textarea {
	background-color:#FFFFFF;
	color: #7b7a7a;
	border: 1px solid #7b7a7a;
}
 .submit input{
 	background-color:#FFFFFF;
	color: #000;
	background: #ffffff;
	border: 2px outset #d7b9c9
}
.inputtype {
	background:url(../images/white_bg.gif) repeat;
}
/*Sitemap Page / NavSitmap --------------------------------------------------------------------*/
#navSitmap { margin-left: 30px; }

#navSitmap ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navSitmap li { margin: 0; }

#navSitmap a
{
display: block;
padding: 5px 10px;
width: 200px;
color: #000;
background-color: #fffff;
text-decoration: none;
font-weight: bold;
font-size: 1em;

background-repeat: no-repeat;
background-position: 0 0;
}

#navSitmap a:hover
{
color: #000;
background-color: #ffffff;
text-decoration: none;

background-repeat: no-repeat;
background-position: 0 0;
}

#navSitmap ul ul li { margin: 0; }

#navSitmap ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
color: #000;
background-color: #ffffff;
text-decoration: none;
font-weight: normal;
}

#navSitmap ul ul a:hover
{
color: #000;
background-color: #fff;
text-decoration: none;
}
