@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#78ab7c;
}

a { outline:none; }

#outter {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
}

.homeBackground {
	background:url(images/home_bg.jpg) bottom right no-repeat;
}

.subnav {
	background:#591d6a url(images/left_nav_border.gif) bottom left repeat-x;
}

.subnavServices {
	background:#841c3f url(images/left_nav_border2.gif) bottom left repeat-x;
}

.mainTable {
	background:#fff url(images/main_bg.gif) bottom left repeat-x;
}

h2.title {
	font-family:Arial, Helvetica, sans-serif;
	color:#56805e;
	font-size:18px;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#556259;
	font-size:12px;
	background:#fff;
	padding:0 10px 0 10px;
}

.maincopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.servicesImageRight {
	width:230px;
	height:auto;
	background-color:#fff;
	border:1px solid black;
	padding:5px;
	margin:10px 0 0 0;
}
