@charset "utf-8";
/* CSS Document */
* {
	margin : 0;
	padding : 0;
}

body {
	margin:10px auto;
	font:10pt Verdana;
	color:#4a4b4b;
	width:900px;
	background-color:#3f3f3f;
}

#container {
	background-color:#f8fcfb;
}


#top-image {
	height: 100px;
}

	div.top-li{
		background:url(images/top-li.jpg) no-repeat;
		float:left;
		height:66px;
		width:20px;
	}
	
	div.top-mi{
		background:url(images/top-mi.jpg) repeat-x;
		float:left;
		height:66px;
		width:860px;
	}

	div.top-re{
		background:url(images/top-re.jpg) no-repeat;
		float:left;
		height:66px;
		width:20px;
	}


#logo {
	padding-left:50px;
	padding-top:30px;
}


#menu {
	background:url(images/menu-image.jpg) no-repeat;
	float:left;
	height:205px;
	width:234px;
}

#banner{
	float:left;
	height:206px;
	width:666px;
}

.content-li {
	float:left;
	padding-left:25px;
	padding-right:10px;
	padding-top:25px;
	width:220px;
}

.content-re {
	float:left;
	padding-left:25px;
	padding-right:75px;
	padding-top:25px;
	width:545px;
}

.content {
	padding-left:25px;
	padding-right:75px;
	padding-top:25px;
	width:445px;
}

#footer {
	clear:both;	
	background:url(images/footer.jpg) no-repeat;
	height:30px;
	text-align:center;
}

ul#menu  { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

ul#menu li { 
	margin: 0; 
	padding: 0; 
}

ul#menu a { 
	display: block; 
	color: #fff; 
	width: 12em; 
	padding: 0.3em 0.2em 0.3em 0.3em; 
	text-decoration: none; 
}

ul#menu a:visited { 
	color: #EEE; 
	text-decoration: none; 
}

ul#menu a:hover { 
	background-color: #6e80bc; 
	color: #ffffff; 
} 

a:link, a:visited, a:active {
	color: #4022da;
	text-decoration: none;
}

a:hover {
	color: #4022da;
	text-decoration: underline;
}

h1 {
	font: bold 12pt Verdana;
}
h2 {
	font: bold 10pt Verdana;
}

hr { 
}

/*
p {
	width: 500px;
}
*/

img {
  border: 0;
}

#contact {
	float:left;
	margin-left:20px;
	width:400px;
}

	#contact input{
		background-color:#f4f4f4;
		border:solid 1px #D2D2D2;
		color:#464646;
		padding:1px 3px 1px 3px;
		width:150px;
	}
	
	#contact textarea{
		background-color:#f4f4f4;
		border:solid 1px #D2D2D2;
		color:#464646;
		height:150px;
		padding:1px 3px 1px 3px;
		width:300px;
	}

#google-maps{
	float:right;
	padding-bottom:20px;
	width:400px;
}

	div.maps{
		border:1px solid #3F3F3F;
		margin:10px 0 10px 0;
		width:375px;
	}

div.spacer{
	clear:both;
}