* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	background:url(images/bg.jpg) repeat-x #b7c6d5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	outline:none;
	color:#990000;
}
a:hover, #content a:hover {
	color:#000000;
}
#wrap {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#wrap.interior {
	background:url(images/wrap_bg.gif) repeat-y;
}
#header {
	height:133px;
	background:url(images/header_bg.jpg) no-repeat;
}
#header.interior {
	height:132px;
	border-bottom:7px solid #c80208;
}
#header img {
	float:left;
	position:relative;
	left:34px;
	top:15px;
}
#header p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	color:#fff;
	text-align:right;
	position:relative;
	top:50px;
	right:25px;
}
#header p strong {
	font-size:13px;
	color:#ffcc33;
}
/* Nav */
#nav.interior {
	width:191px;
	float:left;
	padding:18px 0px 20px 0px;
	background:url(images/nav_bg.gif) repeat-x;
}
#nav.interior img {
	margin:0px 0px 4px 0;
}
/* Content */
#content {
	width:739px;
	float:right;
	padding:18px 10px 10px 10px;
}
#subnav {
	clear:both;
	height:114px;
	padding-top:7px;
}
/* Footer */
#footer {
	clear:both;
	height:30px;
}
#footer.interior {
	background:url(images/footer_bg.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:70px;
}
#footer.default p {
	color:#333;
	position:relative;
	top:16px;
}
#footer.default p strong {
	color:#9a1217;
}
.foot1 {position:relative; left:8px;}
.foot2 {position:relative; left:75px;}
.foot3 {position:relative; left:260px;}
#footer.interior p {
	color:#fff;
	margin:10px;
}
#footer.interior p strong {
	color:#ffcc33;
}
#footer.interior p.right {
	font-size:13px;
	font-weight:bold;
	margin:7px 10px 0px 0px;
}
#footer.interior p.right span {
	font-size:16px;
	line-height:32px;
}
/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}

div.contentPage {
	width:725px;
	margin:0 auto;
}
div.contentPage ul {
	margin-left:20px;
}

div.contentPage h3, div.contentPage p, div.contentPage ul, div.contentPage li {
	margin-bottom:10px;
}

div.contentPage li ul {
	margin-top:10px;
}



/* Testimonials Page */
#testimonials div.testimonialWrap {
	background:transparent url(images/blockquote_top.gif) top left no-repeat;
	width:80%;
	margin:40px auto;
}

#testimonials div.testimonial {
	background:transparent url(images/blockquote_bottom.gif) bottom right no-repeat;
}

#testimonials p.quoteText {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	/*font-style:italic;*/
	text-align:left;
	padding:9px 30px 0px 50px;
	color:#036;/**/
}

#testimonials p.quoteSource {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding:0px 60px 9px;
	color:#900;
}

