﻿*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #dbe6ea;
	text-align: center;
}

a img
{
	border: 0;
}

address{
	font-style: normal;
	font-size: 0.8125em;
}

#services img, #intservices img
{
	margin-left: 150px;
	margin-top: 10px;
}

#homecontent a img
{
	height: 50px;
	border: 1px solid #ccc;
}

.image
{
	float: left;
	margin: 0 10px 2px 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #b8bc00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

h3
{
	margin-bottom: 2px;
	font-size: 1em;
	font-weight: bold;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height: 135%;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

#header h1
{
	display: none;
}

td
{
	width: 50%;
	vertical-align: top;
	padding:5px 5px 5px 0;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
}

.link
{
	border: 1px solid #ccc;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	font-size: 1.2em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
	margin-left: 40px;
}

#nav .gallery
{
	margin-left: 24px;
}

#nav .contact
{
	margin-left: 61px;
}

#nav .bottom
{
	margin-top: 10px;
}

#services ul, #intservices ul
{
	list-style: none;
	margin-left: 170px;
	margin-bottom: 5px;
}

#services li, #intservices li
{
	margin-bottom: 1px;
	font-size: 0.65em;
	line-height: 1.2em;
}

#content li, #homecontent li
{
	margin-bottom:5px;
	font-size: 0.8em;
}

ol
{
	margin-left: 20px;
}

/* LAYOUT DIVS *************************/

.images
{
	width: 80px;
	float: left;
	margin: 10px 10px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.images a img
{
	width: 80px;
}

#container
{
	width: 716px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	padding: 0 20px 20px 20px;
}

#header
{
	width: 100%;
	border-bottom: 5px solid #dbe6ea;
}

#logo
{
	float: left;
	margin: 20px 0 0 30px;
}

#nav
{
	margin: 40px 0 0 70px;
	width: 60%;
	height: auto;
	float: left;
}

#mainimage
{
	width: 100%;
	margin: 10px 0;
}

#services
{
	width: 45%;
	float: left;
	background: url(../images/services_bg.jpg) no-repeat left top #e6e8ec;
	border: 1px solid #aaa8a8;
	margin-top: 40px;
}

#intservices
{
	background: url(../images/services_bg.jpg) no-repeat left top #e6e8ec;
	border: 1px solid #aaa8a8;
	margin-bottom: 20px;
}

#homewrapper
{
	width: 100%;
	background: url(../images/home_bg.jpg) repeat-x top;
}

#homecontent
{
	float: right;
	width: 49%;
	height: auto;
	margin-top: 30px;
}

#contentleft
{
	float: left;
	width: 49%;
	height: auto;
	margin-top: 30px;
}

.interiornav
{
	padding: 5px 0;
	border-top: 1px solid #b8bc00;
	border-bottom: 1px solid #b8bc00;
	margin-bottom: 10px;
}

#sidebar
{
	float: right;
	width: 35%;
	height: auto;
}

#footer
{
	background: #dbe6ea;
	padding: 2px 5px 2px 10px;
	margin-top: 10px;
	text-align: right;
}


/* LINK STYLES *************************/

a
{
	text-decoration: none;
	color: #b8bc00;
	font-weight: bold;
}

a:visited
{
	text-decoration: none;
	color: #b8bc00;
}

a:hover
{
	text-decoration: underline;
	color: #b8bc00;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

/* FORMS *****************/

label
{
	display: block;
	font-size: 0.8em;
	padding: 10px 0 2px 0;
}

textarea
{
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	font: 0.9em Arial, Helvetica, sans-serif;
}

/*MAP STYLING*/

#map_canvas{
	height: 300px;
	width: 351px;
}