@charset "UTF-8";

* {
	padding:0;
	margin: 0;
	}
body {
	background: url(images/tile_bkg_vert.jpg) #a7a7a7 repeat-x;
	margin: 0px;
	text-align:center;
	font-family:Tahoma, Verdana, sans-serif;
	font-size: .85em;
}
a {
	color:#FFFFFF;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#fed700;
	margin: 0 0 1em 0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#fed700;
	text-decoration:underline;
	margin:1em 0;
}
p {
	line-height: 1.25em;
	margin: 0 0 1.5em 0;
}
ul {
	margin: 0 0 0 25px;
}
/* ----- MAIN DIVS ------ */
#wrapper {
	margin: 0 auto;
	width:800px;
	background-color: #3c413c;
	text-align:left;
}
#header {
	width: 800px;
	height: 207px;
	position:relative;
	background:url(images/header.jpg) top left no-repeat;
}
#header h1 {
	margin-left: -9000px;
}
#header h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFF00;
}
#topNav {
	width:800px;
	margin: 100px 0 0 0;
}
#topNavLeft {
	width: 300px;
	float:left;
}
#topNavRight{
	width: 270px;
	float:right;
}
#topNav ul {
	margin: 0 0 0 10px;
	padding: 0;
	left:0;
	bottom: 50px;
	width: 790px;
	list-style:none;
	/*background: url(images/tile_navbar.jpg) repeat-x left top;*/
}
#topNav ul li {
	float:left;
}
#topNav ul a{
	padding: 0 1em;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	text-decoration:none;
	color:#ffffff;
	float:left;
	display:block;
}
#topNav ul a.first{
	background:none;
}
#topNav ul a.right{
	margin-left: 40px;
}
#topNav ul a:hover{
	color:#FFFFFF;
	background-color:#990000;
}
#contentMain {
	width:784px;
	padding: 0 8px;
	color:#FFFFFF;
}
#footer {
	width: 800px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	position:relative;
	background-color: #272424;
	color:#FFFFFF;
	text-align:center;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:10px;
	line-height: 1.5em;
}
#map {
	color:#000000;
	width: 760px; 
	height: 400px
}
#clear {
	clear:both;
}
/* ----- CONTENT DIVS ----- */
#columnLeft {
	width: 493px;
	padding: 0 6px 0 0;
	float:left;
	position:relative;
	border-right: solid 1px #FFFFFF;
}

#columnRight {
	width: 270px;
	float:right;
	position:relative;
}
#indexFeatures {
	width:250px;
	padding:80px 0 0 0;
	float:left;
	margin: 0 11.25px 0 0;
}
#columnSingleColumn {
	width: 784px;
	position:relative;
}
#logos {
	width:790px;
	text-align:center;
	margin:25px 0 0 0;
	position:relative;
}
#gallery {
	width:750px;
	height:750px;
	margin: 10px auto;
	text-align:center;
}
/* ----- CLASSES ----- */
.pictureFloatLeft {
	float:left;
	margin: 0 6px 3px 0;
}
.pictureFloatRight {
	float:right;
	margin: 0 6px 3px 0;
}
.bkgAboutUs {
	background:url(images/about_250.jpg) top center no-repeat;
}
.bkgServices {
	background: url(images/services_250.jpg) top center no-repeat;
}
.bkgBlog {
	background: url(images/blog_250.jpg) top center no-repeat;
}
.readMoreLink {
	text-align:left;
}
.bold18 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#fed700;
	margin:1em 0;
}
.blackText {
	color:#000000;
}
#featuresBottom {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 784px;
	border-top:solid 1px #FFFFFF;
}

