html * {
	padding: 0;
	margin: 0;
	}

body {
	background: #e1f8fe url(../images/top3.jpg) no-repeat 0 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #222;
	line-height: 19px;
	background-position: top center;
	}

#container {
	margin: 0px auto 0 auto;
	text-align: left;
	width: 800px;
	min-height: 300px;
	background: url(../images/shade3.png) repeat;
	overflow: hidden;
	border: 4px solid #ffe;
	border-width: 0px 0px 0px 0px;
	padding-bottom: 80px;
	}

#footertop {
	position: relative;
	z-index: 50;
  background: url(../images/grasstop.png) no-repeat 0 0;
	height: 31px;
	text-align: center;
	margin-top: -80px;
	background-position: top center;
	}

#footerbottom {
	position: relative;
	z-index: 50;
  background: url(../images/grassbottom.jpg) no-repeat 0 0;
	height: 330px;
	text-align: center;
	margin-top: 0px;
	background-position: top center;
	}
	
#header {
	background: transparent;
	width: 800px;
	margin: 0 auto;
	height: 100px;
	}

#header a.business {
	display: block;
	text-indent: -9000px;
	height: 100%;
	width: 100%;
	}

h1, h2, h3, p, blockquote, ul {
	padding: 10px 20px 10px 70px;
	}

h1 {
	font-size: 20px;
	color: #fff;
	background: url(../images/headback.png) no-repeat;
	height: 50px;
	padding: 15px 0 5px 70px;
	}

h2, h3 {
	font-size: 16px;
	color: #669;
	height: 100px;
	padding-top: 40px;
	margin-top: -30px;
	margin-bottom: -85px;
	background: url(../images/star.png) no-repeat 22px 1px;
	}



ul.navigation {
	background: transparent;
	list-style-type: none;
	z-index: 9999;
	width: 650px;
	float: right;
	position: relative;
	margin: -35px -20px -10px 0;

	}

ul.navigation li {
	float: right;
	width: 71px;
		font-size: 13px;
	}

ul.navigation li a {
	text-align: center;
	display: block;
	width: 70px;
	height: 25px;
	margin: 0 0 0 1px;
	background: url(../images/tabs.png) no-repeat 0 0;
	text-decoration: none;
	color: #333;
	}

ul.navigation li a:hover {
	background: url(../images/tabs.png) no-repeat 0 -25px;
	text-decoration: underline;
	}

ul.navigation li a.active {
	background: url(../images/tabs.png) no-repeat 0 -50px;
	text-decoration: none;
	}

div#container div#content {
	margin: 0px 0 0;
	width: 549px;
	min-height: 250px;
	float: left;
	position: relative;
	z-index: 1;
	display: inline;
	text-align: justify;
	}

div#content img {
	margin: 10px 10px 10px 70px;
	}

div#container div#rhs_column {
	float: right;
	width: 250px;
	border-left: 0px solid silver;
	height: 100%;
	display: inline;
	margin: -30px 0 0;
	text-align: center;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	padding-top: 10px;
	background: url(../images/shade4.png) repeat;
	}

div.snippet {
	margin-bottom: 25px;
	}

div.snippet p {
	text-align: left;
	font-size: 12px;
	margin: 5px 30px 5px 35px;
	padding: 0;
	color: #333;
	}

abbr {
	border: none;
	}

div#rhs_column h3 {
	text-align: left;
	font-size: 18px;
	margin: 30px 5px 5px 35px;
	padding: 0 0 2px 0;
	color: /*#1d1d69*/#8686c0;
	background-image: none;
	overflow: visible;
	height: 18px;
	position: relative;
	z-index: 100000;
	}

div#rhs_column img {
	margin: -5px 0;
	}

div#special {
	display: block;
	}

span.email a:link, span.email a:visited {
	background: url(../images/email2.gif) no-repeat -3px 0;
	padding-left: 23px;
	}

div.snippet p a:link, div.snippet p a:visited {
	color: blue;
	}

div.snippet p a:hover {
	color: navy;
	text-decoration: none;
	}

span.email a:hover {
	text-decoration: none;
	color: navy;
	background: url(../images/email2.gif) no-repeat 0px -20px;
	padding-left: 23px;
	}

span.phone {
	background: url(../images/telephone.png) no-repeat 0px 50%;
	padding-left: 23px;
	}

p.times {
	width: 300px;
	}

p.pullout, form {
	width: 432px;
	text-align: center;
	margin: 1px auto 10px 70px;
	float: left;
	padding: 7px 12px 12px 12px;
	font-size: 90%;
	color: #222;
	border: 1px solid silver;
	background: #ffc;
	}

#content ul {
	list-style-type: none;
	}

#content ul li {
	margin: 0 0 7px 0;
	}

#content li a {
	text-decoration: underline;
	padding: 5px 5px 5px 30px;
	color: blue;
	}

#content li.pdf a:link, #content li.pdf a:visited {
	background: url(../images/pdficon2.gif) no-repeat 5px 50%;
	}

#content li.word a:link, #content li.word a:visited {
	background: url(../images/mswordicon2.gif) no-repeat 5px 50%;
	}
	
#content li.pdf a:hover {
	text-decoration: none;
	color: navy;
	background: url(../images/pdficon2.gif) no-repeat 5px 50%;
	}
	
#content li.word a:hover {
	text-decoration: none;
	color: navy;
	background: url(../images/mswordicon2.gif) no-repeat 5px 50%;
	}

div#icons {
	margin: 18px 10px 30px 35px;
	}

div.snippet img.xhtml {
	float: left;
	padding-right: 10px;
	}

div.snippet img.css {
	float: left;
	}

.snippet ul li {
	font-size: 13px;
	}

.snippet ul.ticks {
	list-style-type: none;
	padding: 0 0 0 30px;
	}

.snippet ul.ticks li {
	text-align: left;
	margin: 0;
	padding: 1px 0px 2px 30px;
	background: url(../images/tick.png) no-repeat 5px 50%;
	color:#333;
	}

a img {
	border: none;
	}

div#introbox {
	width: 800px;
	height: 211px;
	margin: -35px 0 -3px 0;
	}

div.frontpage {
	margin-top: 205px;
	}

h1#frontpage {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #222;
	height: 19px;
	line-height: 19px;
	background-image: none;
	padding: 10px 20px 10px 70px;
	}

