﻿*{
	margin: 0;
	padding: 0;
	border: 0;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

body{
	font-size: 8.5pt;
	line-height: 12pt;
	color: #363636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image:url("../images-page/background_strip.jpg");
	background-repeat: repeat-x;
}

#container{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	background-image:url("../images-page/background_image.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

/* ----------------------------------------------Page Content---------------------*/


#content{
	float: left;
	width: 749px;
	background-image:url("../images-page/panel_strip.jpg");
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-left: 80px;
}

#contentInside{
	float: right;
	width: 749px;
	background-image:url("../images-page/panel_top.jpg");
	background-repeat: no-repeat;
	background-position:top;
}

#navigation{
	float: left;
	width: 196px;
	padding-left: 10px;
	margin-top: 160px;
}

#vbabook{
	float: right;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 25px;
}

#rodphoto{
	float: right;
	margin-bottom: 30px;
	margin-top: 15px;
	margin-right: 10px;
}

#mainContent{
	float: right;
	width: 450px;
	margin-left: 28px;
	margin-top: 175px;
	margin-right:48px
}

#spotlights{
	text-align:center;
}

#footer{
	float: left;
	width: 749px;
	height: 55px;
	background-image:url("../images-page/panel_footer.jpg");
	background-repeat: no-repeat;
	background-position:top;
}

h1{
	font-size: 12.5pt;
	line-height: 16pt;
	font-weight: bold;
	margin-bottom:0pt;
	color: #6a1910;
}

h2{
	font-size: 9pt;
	line-height: 13pt;
	font-weight: bold;
	color: #6a1910;
}

p{
	margin-bottom:8pt;
}

.quote{
	font-style:italic;
	text-align:center;
}

ul.content{
	list-style-image:none;
	list-style-position:outside;
}

.runInHeading{
	font-weight:bold;
}
.bullet{
 	margin:0;
 	list-style-image:url('../images-page/bullet-red.png');
 	list-style-type:none;
}

.footerText1{
	font-size: 7pt;
	line-height: 9pt;
	color: #d0e4ae;
}

.footerText2{
	font-size: 7pt;
	line-height: 9pt;
	color: gray;
}
.style1 {
	text-align: left;
}
.aligncenter {
	text-align: left;
}
.style2 {
	text-align: right;
}
.photo {
	float: left;
	margin-top:5px;
	margin-right: 10px;
}

/*----------------Navigation ------*/
.nav, .navselected{
	padding: 0px;
	float: left;
	width: 196px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-decoration: none;
}

.nav li{
	width: 196px;
	height: 22px;
}

A.nav, A.navselected, A.nav:HOVER {
	margin: -15px 0px -15px 0px;
	width: 196px;
	height: 22px;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	color: #ffffff;
	background-image: url("../images-page/nav3.jpg");
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}
A.navselected {
	background-image: url("../images-page/nav4.jpg");
}

A.nav:HOVER {
background-image:url("../images-page/nav4.jpg");
}

/*----------------Sub Navigation ------*/
.subnav{
font-size: 7.5pt;
line-height: 10pt;
color: #69180f;
}

A.subnav{
color: #69180f;
text-decoration: none;
}

A.subnav:HOVER {
color: #69180f;
text-decoration: underline;
}

A {
color: #363636;
text-decoration: underline;
}

A:HOVER {
color: #363636;
text-decoration: none;
}

A.readMore {
font-size: 7pt;
color: #363636;
text-decoration: underline;
}

A.readMore:HOVER {
font-size: 7pt;
color: #363636;
text-decoration: none;
}

A.footerText2 {
color: #ffffff;
text-decoration: underline;
}

A.footerText2:HOVER {
color: #ffffff;
text-decoration: none;
}