/*
 *  Reset element default values.
 */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*  Site Styles  */

body {
	background-color: #ffffff;
	background-image: url("images/site-background.gif");
	background-repeat: repeat-y;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a { 

}

#page {
	background-image: url("images/page-background.gif");
	background-repeat: no-repeat;
}

#header {
	background-image: url("images/header-background.gif");
	background-repeat: no-repeat;
	height: 250px;
}

a {
	color: #3c5d6b;
}

h1 {
	padding-top: 96px;
}

h2 {
	position: absolute;
	top: 210px;
	right: 3%;
}

h3 {
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

ul.navigation {
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

ul.navigation li {
  padding: 0px;
  margin: 0px;
}

#content {
	background-image: url("images/content-background.gif");
	background-repeat: no-repeat;
	padding: 10px 3% 20px 375px;
	min-height: 400px;
}

#homecontent {
	background-image: url("images/content-background.gif");
	background-repeat: no-repeat;
	padding: 10px 175px 50px 375px;
	font-size: 14px;
	min-height: 400px;
}

#homecontent p, #contactcontent p {
	line-height: 25px;
}

#homespotlight {
	background-color: #eeeee8; 
	padding: 20px;
}

#homewelcome {
	float: left;
	width: 300px;
}

#homewelcome p, #homewelcome ul{
	padding-right: 30px;
}

#homewelcome h3, #homenews h3 {
	padding-top: 25px;
	padding-bottom: 10px;
}

#contactcontent {
	background-image: url("images/content-background.gif");
	background-repeat: no-repeat;
	padding: 10px 3% 50px 375px;
	font-size: 14px;
	min-height: 400px;
}

#footer {
	clear: both;
	padding: 30px 0px 20px 25px;
	color: #666666;
	font-size: 10px;
}

p, blockquote {
	line-height: 16px;
	margin-bottom: 11px;
}

blockquote {
	padding-left: 30px;
	padding-right: 30px;
}


#footer p {
	margin-bottom: 5px;
}

#content ul li {
line-height: 15px;
padding-bottom: 15px;
font-size: 11px;
list-style-image: url("images/bullet.gif");
list-style-position: outside;
margin-left: 30px;
}

#content ul {
	padding-top: 15px;
}

#content ul li ul li {
list-style-image: url("images/bullet-2.gif");
list-style-position: outside;
line-height: 15px;
padding-bottom: 10px;
}

#content ul ul {
	padding-bottom: 0px;
}

.client {
	padding-bottom: 40px;
}

.url {
	font-weight: bold;
	font-style: italic;
}
