* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	background:url(images/body_bg.jpg) repeat-y #272727 top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:31px;
}
img, a img, table {
	border:none;
}
a, #content a {
	color:#c00;
}
a:hover, #content a:hover {
	color:#003399;
}
h1 {font-size:24px;
	color:#003399;
	padding-left:8px;}
	
h2 {font-size:22px;
	color:#c00;
	padding-left:8px;}
h3 {font-size:18px;
	color:#003399;
	padding-left:8px;}
h4 {font-size:16px;
	color:#c00;
	padding-left:8px;}
h5 {font-size:14px;
	color:#003399;
	padding-left:8px;}
h1, h2, h3, h4, h5, p, ul, ol {
	margin-top:10px;
	margin-bottom:10px;
}
ul, ol {
	margin-left:20px;
}

li {
	list-style-type:disc;
	list-style-image:url(images/bullet.gif);
	margin-left:10px;
	margin-bottom:5px;
}
#wrap {
	width:975px;
	margin:0 auto;
	background:#000 url(images/wrap_bg.gif) repeat-y;
}
#header {
	height:95px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
}
#header p#headerInfo {
	float:right;
	font-size:11px;
	color:#fff;
	text-align:right;
	margin:3px 10px 0 0;
}
#header strong {
	font-size:12px;
}
#header span {
	font-size:21px;
	font-weight:bold;
	position:relative;
	top:4px;
}
#header #headerLogo {
	position:absolute;
	top:28px;
	left:15px;
	height:40px;
	width:393px; 
}


#bodywrap {
	margin: 0 4px;
	background:transparent url(images/topfade.gif) repeat-x top left scroll;
	padding:10px 5px;
}
/* Nav */
#nav {
	width:185px;
	float:left;
	margin-bottom:5px;
}

#nav img {
	margin:0 auto 4px;
	width:180px;
}
/* Content */
div#cover {
	width:771px;
	margin:0 0 4px;/**/
}


#cover {
	position:relative;
}

#cover #blogLink {
	position:absolute;
	left:12px;
	top:260px;
}

#blogLink a {
	display:block;
	background:transparent url(images/blog.png) no-repeat;
	height:45px;
	width:48px;
}

#cover #facebookLink {
	position:absolute;
	left:76px;
	top:260px;
}

#facebookLink a {
	display:block;
	background:transparent url(images/facebook.png) no-repeat;
	height:38px;
	width:38px;
}

#cover #twitterLink {
	position:absolute;
	left:136px;
	top:260px;
}

#twitterLink a {
	display:block;
	background:transparent url(images/twitter.png) no-repeat;
	height:38px;
	width:38px;
}


#content {
	width:771px;
	float:right;
	margin-bottom:5px;
}

#content.interior {
	width:731px;
	padding:0px 20px;
}

/* Footer */
#footer {
	clear:both;
	background-color:#000;
	padding:8px 11px 0px;
	height:32px;
	border-top:#d4d4d4 4px solid;
}
#footer #addy_phone {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	position:relative;
	float:right;
}
#footer p#addy {
	float:right;
	color:#ffffff;
	padding-right:30px;
	margin-top:0;
}
#footer p#phone {
	float:right;
	color:#d2284c;
	padding-left:30px;
	border-left:1px #999999 solid;
	margin-top:0;
}
#footer #bag {
	position:relative;
	float:left;
}
/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}

.larger {
font-size:20px;
}




/* Staff Page */
#staff{
	overflow:hidden;
	margin: 0px auto;
}

#staff .staffIndWrap {
	float:left;
}

#staff .staffInd{
	width:200px;
	height:240px; 
	text-align:center;
	padding:10px;
}

.staffInd img{
	width:115px;
	height:160px;
	margin:10px;
	border:2px #039 solid;
}

.staffInd .staffName{
	font-weight:bold;
	color:#039;
}

.staffInd .staffTitle{
	font-style:italic;
}

.staffInd .staffPhone{}

.staffInd .staffEmail{}


li.none {
	list-style-image:none;
	list-style-type:none;
	background-image:none;
}