body {
	background: #d4eae7 url(../images/body.jpg) no-repeat scroll 50% 0;
	color: #454545;
	font-family: georgia, times new roman, serif;
	font-smooth: auto;
	margin: 10px 0 0 0;
}


h1 {
font-family: georgia, times new roman, serif;
color:#000000;
font-weight:500;
font-size: 130%;
}



/* @group Typography */

dl.quotes,
div.quotes p,
p.testimonial {
	font-family: "Hoefler Text", Constantia, Cambria, Georgia, serif;
}

div.quotes p,
p.testimonial {
	background: url(../images/home/quote.png) 0 10px no-repeat;
	font-size: large;
	font-style: italic;
	padding: 1.5em 0 0 1.5em;
}


/* @end */



div.container {
	background: #fff;
	width: 900px;

	margin:auto;
}

.active {
	visibility: visible !important;
}

a {
	color: #005A8C;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #005A8C;
	text-decoration: underline;
}


div.header
{
	margin: auto;
	width: 900px;
}



/* @group Tabs */

#navcontainer ul
{
margin: 0;
padding-top: 20px;
list-style-type: none;
text-align: center;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
letter-spacing: 1px;
font-size: 15px;
height: 52px;
font-weight:600;
text-transform: uppercase;
font-smooth: always;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding-top: 25px;
padding-right: 13px;
padding-bottom: 35px;
padding-left: 8px;
color: #30482d;
width: 146px;
height: 82px;
}

#navcontainer ul li a:hover
{
color: #608f32;
width: 146px;
height: 82px;
}

#navcontainer li a#current
{
color: #608f32;
width: 146px;
height: 82px;
}

#navcontainer li a:hover#current
{
color: #608f32;
width: 146px;
height: 82px;
}



/* @group Footer */

p.legal {
	clear: both;
	margin: 10px 0;
	text-align: center;
}

p.legal span {
	display: none;
}

div.footer {
	background: url(../images/global/footer.jpg) no-repeat;
	color: #999999;
	font-size: 0.8em;
	line-height: 1.8em;
	min-height: 110px;
	padding: 20px 0;
	margin:100px auto;
	width: 800px;
}

div.footer a,
div.footer a:hover {
	color: #999999;
}


/* @end */

div.side-menu ul a {
	display: block;
	color: #382d24;
}

div.side-menu ul a:hover {
	color: #000;
	text-decoration: none;
}


img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

.flow {
float: right;
clear: right;
margin: 0px 1.25em 0px 0px;
}

hr          { color:#D7E2DC; background: #D7E2DC; border: 0; Height:1px; padding: 0px; margin-left: 0px; margin-right: 0px; margin-top:2px; margin-bottom:2px; width: 100%; clear: all;}
html>body hr
{
	margin: 7px 0 7px 0;
	padding: 0px;
	clear: all;
}

.greenbullet
{
list-style: none;
padding: 1px;
margin-left: .5em;
margin-top: 4px;
}

li.greenbullet
{
background-image: url(../images/greenbullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 0;
padding-left: 1.0em;
}

/* @end */


