/* 
	CSS by Paul Haimes. Written in 2006. 
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	border: 0;
	background: url(../grfx/bg.gif) top left repeat #ccc;
}

#bg {
	background: url(../grfx/content-bg.gif) top center repeat-y;
	min-height: 490px;
}
	

#top {
	background: url(../grfx/top.jpg) top left no-repeat #fff;
	height: 251px;
	overflow: hidden;
}

#container {
	width: 757px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: url(../grfx/text-bg.gif) 0 246px repeat-y;
}

#content {
	background: url(../grfx/left-bg.gif) top left repeat-y;
	padding: 0;
	margin: 0;
	min-height: 400px;
}

* html #content {
	height: 400px;
}

#text {
	margin: 0 5px 0 179px;
	padding: 13px 14px 3px 24px;
	min-height: 400px;
	width: 529px;
}
	
* html #text {
	height: 400px;
}

#leftcol {
	float: left;
	border-top: 1px solid #999;
	width: 157px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#footer {
	margin: 0;
	padding: 2px 0 6px 200px;
	height: 10px;
	background: url(../grfx/bottom-left.gif) top left no-repeat #999; 
	clear: both;
	overflow: hidden;
}

/*___________text stuff below______________*/
#top a {
	height: 184px;
	width: 184px;
	display: block;
	text-decoration: none;
}

#top img {
	float: right;
	margin-top: 6px;
}

#leftcol h4 {
	margin: 0;
	font-weight: bold;
}

#leftcol p {
	margin: 0 0 1ex 0;
	color: #666;
	text-align: left;
}
#leftcol a {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}


#text p {
	color: #666;
	margin: 1ex 2px;
}

#footer p {
	color: #fff;
	font-size: 0.6em;
	margin: 0;
	padding: 0;
}

#footer a, #leftcol a {
	color: #F9A800;
	text-decoration: none;
}

#footer a:hover, #leftcol a:hover {
	text-decoration: underline;
}

* html #leftcol h2, * html #text h2 {
	padding-top: 1ex;
}
#maps {
	float: right;
}
#maps img {
	display: block;
	margin-top: 20px;
	height: 180px;
	width: 180px;
}

