html{
	overflow-y: scroll;
}
body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	background: #FFFFFF url(bg.jpg) repeat-x;
}
#container{
	margin: auto;
	width: 960px;
	overflow: hidden;
	background: url(bg3.jpg);
}
#content{
	position: relative;
	margin: auto;
	width: 960px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	background: url(bg2.jpg) no-repeat;
}
#logo{
	font-size: 0px;
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
	width: 211px;
	height: 106px;
	margin-bottom: 5px;
}
#navigation1 {
	position: absolute;
	width: 320px;
	height: 25px;
	right: 33px;
	background-color: #5F97B8;
}
#navigation2 {
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
	width: 704px;
	height: 106px;
	background-color: #006890;
	margin-left: 5px;
	margin-bottom: 5px;
}
#links1 {
	position: relative;
	top: 5px;
	text-align: center;
	color: #000000;
	font-family: Georgia;
	font-size: 11px;
}
#links2 {
	position: relative;
	height: 106px;
	top: 75px;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 14px;
	margin: 2px 0 0 8px; /* added NJM 20100322 */
}

#links1 a {
	text-decoration: none;
	color: #000000;
}
#links1 a:hover {
	color: #FFFFFF;
}
#links2 a {
	text-decoration: none;
	color: #FFFFFF;
}
#links2 a:hover {
	color: gold;
}
.goldLines {
	color: gold;
}
span.goldLines {
	padding: 0 2px;
}

#leftImage{
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
	width: 211px;
	background: #CBB677;
	height: 731px;
}
#mainContent{
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
	margin-left: 5px;
	padding: 15px;
	width: 674px;
	min-height: 701px;
	height: auto !important;
	height: 701px;
	background: #F5F1E5;
	line-height: 1.1em;
}
#mainInner{
	top: 15px;
	left: 15px;
	height: 100%;
	text-align: left;
	color: #000000;
	font-family: Georgia;
	font-size: 13px;
}

ul{
	font-family: Georgia;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

#mainInner a, #mainInner a:visited {
	text-decoration: none;
	color: #31588A !important;
}
#mainInner a:hover {
	text-decoration: underline;
}
#mainInnerInner {
	position: relative;
	left: 4px;
	width: 646px;
	/* NJM changed 20100317, was left 20px and width 630px */
}
h1 {
	font-size: 28px;
	color: #CBB677;
	font-weight: normal;
	margin-top: 18px;
}

#footer {
	position: relative;
	margin: auto;
	width: 960px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 3px;
}

.headshot img {
	border: 1px solid #CBB677;
}
.headshot td {
	font-weight: bold;
	text-align: center;
	width: 127px;
}

/* begin TESTIMONIALS PAGE entries */
ul.testimonialsNav {
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
.testimonialsNav li {
	list-style-type: none;
	margin: 0px 0 2px -1px;
	height: 27px;
	padding: 0;
	display: block;
	float: left;
}


#mainInner ul.testimonialsNav li a, #mainInner ul.testimonialsNav li a:visited { 
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000 !important;
	white-space: nowrap;
	padding: 0 12px 0 11px;
	border-left: 1px solid #999;
}

#mainInner ul.testimonialsNav li a:hover {
	color: #006890 !important;
}

div.testLeft {
	float: left;
	width: 423px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1.7em;
	font-style: italic;
	font-size: 14px;
	color: #006890;
}
div.testLeft p {
	margin: 15px 0;
}

div.testRight {
	padding: 0;
	margin: 0 -15px 10px 0;
	float: right;
	width: 210px;
}
div.testRight hr {
	color: #CBB677;
	background-color: #CBB677;
	height: 2px;
	border: 0;
}
div.testRight p {
	font-family: Verdana, Geneva, sans-serif;
	color: #888;
	font-size: 10px;
}
div.testRight h1 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}
div.testRight h2 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
/* end TESTIMONIALS page entries */