@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- Type */
#scroll-container a {
	 text-decoration: underline;
}

#container h1 {
	font: normal normal 2.1em/1.3em Georgia, serif;
	color: #00407b;
	margin: 0 0 8px 0;
}

	h1#main-heading {text-align: center; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 11px 0 13px 0; position: relative;}
	img#leaf-ornament {position: absolute; top: -12px; left: 50%; margin-left: -29px;}
	
h2 {
	font: bold 1.4em/1.2em Arial, serif;
	color: #00407b;
	margin: 0 0 8px 0;
}

#scroll-container h2 a{
	text-decoration: none;
}

h3 {
	font: bold 1.2em/1.2em Arial, serif;
	color: #000;
	margin: 16px 0 8px 0;
}



	h2.alt {color: #598527; margin: 18px 0 24px 0;}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 8px 0;
}

	p#phone {
		margin: 0;
		position: absolute;
		top: 106px;
		left: 33px;
	}

ul, ol  {
	font-size: 1.1em;
	line-height: 1.5em;
}

	ol.nested {font-size: 1em;}

ul#lower-nav {
	font: bold normal 1.3em/1.3em Arial, serif;
	color: #00407b;
	margin: 0 0 8px 0
}

a, a:visited, a:active {color: #00407b; text-decoration: none;}
a:hover {text-decoration: underline;}

/* ----------------------------------------------------- All browsers */

body {
	text align: center; font-size: 62.5%; font-family: Verdana, Arial, sans-serif;
	background: url(../images/vp-striped-bg.gif) repeat;
}

#header {
	height: 143px;
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

#container {
	width: 766px;
	margin: 10px auto 20px auto;
	text-align: left;
	position: relative;
	padding: 0px 16px 0px 16px;
	min-height: 1000px;
}

.top-rounded {
	position: absolute;
	top: -10px;
	left:0;
}

.bottom-rounded {
	position: absolute;
	bottom: -21px;
	left:0;
}

	#left-body {
		position: absolute;
		background: url(../images/body-left.png) repeat-y;
		width: 16px;
		min-height: 990px;
		top: 11px;
		left: 0px;
	
	}
	
	#right-body {
		position: absolute;
		background: url(../images/body-right.png) repeat-y;
		width: 16px;
		min-height: 990px;
		top: 11px;
		right: 0px;
	}

#inner-wrap {
	padding: 15px 4px 1px 4px;
	position: relative;
	zoom: 1;
	background-color:#FFF;
	margin: 0 0 0px 0;
	min-height: 990px;
}

#body-intro {
	padding: 0 0 160px 33%;
	margin: 18px 0 0 0;
	zoom: 1;
	background: url(../images/leaf-banner.gif) no-repeat 0 0;
}

#body-intro a {text-decoration: underline;}

#slider {
	position: absolute;
	top: 530px;
	left: 0px;
}

#scroll-outer {
	border: 2px solid #DDD;
	overflow: auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	height: 1%;
	float: left;
	padding: 15px;
	background: url(../images/innershadow.png) no-repeat;
}

#scroll {
	height: 510px;
	width: 473px;
	float: left;
	overflow-y: scroll;
	overflow-x: scroll;
	
}

#scroll-container {
	width: 2028px;

}

.panel {
	width: 473px;
	float: left;
}

.tall {
	height: 510px;
	overflow-y: scroll;
	padding-right: 15px;
	width: 458px;
}

#content-aside {
	background: #EEE url(../images/sideBar-bg.png) repeat-x left top;
	position: absolute;
	top: 1000px;
	bottom: 0px;
	left: 0px;
	margin-top:-200px;
	height: 170px;
	width: 205px;
	z-index: 1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 15px;
	color: #c4df9b;
	
}

#content-aside h2{
	color: #FFF;
}

#content-aside a{
	color: #FFF;
}

ul#lower-nav li.selected {background: #FFF url(../images/selected-li-bg.png) repeat-x left bottom;}

#footer {
	width: 800px;
	margin: 15px auto 15px auto;
	padding: 10px 0;
}

/* ------------------ Lists */
ul#nav {
	position: absolute;
	top: 106px;
	left: 203px;
}


ul#lower-nav {
	width: 251px;
	float: left;
	padding-top: 10px;
}

ul#lower-nav li {
	border: 1px solid #EEE;
	border-right: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	margin: 8px 0;
	
}

ul#lower-nav a {
	display: block;
	padding: 8px 20px 8px 33px;
	background: url(../images/leafBullet.gif) no-repeat left center;
}

	ul#lower-nav li.last {
		border-bottom: 1px solid #DDD;
	}

ol {
	list-style: upper-alpha;
	margin: 0 0 0 20px;
}

ol li {
	padding: 4px 0;
}

li.nest-parent {
	list-style: none;
}

ol.nested{
	list-style: lower-roman;
}



/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 ol { 
	margin: 0 0 0 25px;
}


/* ----------------------------------------------------- IE6 and below */

.ie6 ul#lower-nav a {
	height: 1%;
}

.ie6 img#leaf-ornament {position: absolute; top: -12px; left: 355px;}


