* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ccc;
}

body#bodyInt {
	background:#e4e4e4 url(images/bg.gif) repeat-x scroll top left;
}

h1{font-size:1.8em; font-weight:bold; color:#f00;}
h2{font-size:1.5em; font-weight:bold; color:#00f;}
h3{font-size:1.2em; font-weight:bold; color:#f00;}
h4{font-size:1em; font-weight:bold; color:#00f;}
h5{font-size:.85em; font-weight:bold; color:#f00;}

h1, h2, h3, h4, h5, p, ul, ol, li {
	margin-top:10px;
	margin-bottom:10px;
}

ul li {
	list-style-position:outside;
	list-style-type:disc;
}

ul, ol {
	margin-left:20px;
}

hr {
	margin:5px auto;
}

img, a img, table {
	border:none;
}
a, #content a {
	color:#0000FF;
}
a:hover, #content a:hover {
	color:#333333;
}

/* Wrap */
#wrap_home {
	width:953px;
	margin:69px auto 0;
}
#wrap_int {
	width:939px;
	margin:0 auto;
	background:none;
}
#wrap_inner {
	width:939px;
	background:url(images/wrap_bg.gif) repeat-y;
}

/* Header */
#header {
	height:115px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
}

#header a#homeLink {
	position:absolute;
	height:70px;
	width:410px;
	top:20px;
	left:10px;
}

/* Nav */
#nav {
	width:174px;
	float:left;
	padding-top:17px;
}

#nav p {
	color:#FF0600;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	margin:18px auto 7px;
	text-align:center;
	width:154px;
}

/* Cover */
#cover {
}

/* Content */
#content {
	width:725px;
	float:right;
	padding:20px;
}

/* Footer */
#footer {
	clear:both;
	height:55px;
	background:url(images/footer_bg.gif) no-repeat;
	padding:10px 10px 0;
}

#footer, #footer a {
	color:#fff;
}

#footerLeft {
	float:left;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}
#footerName {
	font-weight:bold;
}
#footerAddy1 {}
#footerAddy2 {
	font-size:12px;
}

#footerRight {
	float:right;
	font-size:16px;
	font-weight:normal;
	text-align:right;
}

#footerEmail {
}
#footerPhone{
	font-size:18px;
	font-weight:bold;
	line-height:36px;
}


/* sub footer */

#subFooter {
	clear:both;
	background:#ccc;
}

#subFootLeft {
	float:left;
	margin-top:3px;
	margin-left:30px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#wrap_int #subFootLeft {
	margin-left:10px;
}

#subFootRight {
	float:right;
	margin-right:20px;
}

#wrap_int #subFootRight {
	margin-right:10px;
}

#poweredBy {
}

a#sitemapLink {
	margin-top:3px;
	color:#000;
	font-size:11px;
	font-weight:normal;
	margin-right:10px;
}

/* Individual Page Stylings */


/* 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 {
	margin:3px auto 3px auto;
}

/* Sitemaps */
#site li.none {
	list-style-type:none;
}