/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*end css reset*/


* { margin: 0; padding: 0; }

body {
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#222;
	letter-spacing:1px;
}

p {margin: 10px 0 20px 0;}

ul, ol {margin:20px 0 20px 28px;}

ul {list-style:disc;}
ol {list-style:decimal;}

#bg {position: fixed; top: 0; left: 0;}
.bgwidth {width: 100%;}
.bgheight {height: 100%;}

#logo {
	background-image:url(images/bh-top-logo.png);
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	right:20px;
	width:154px;
	height:107px;
}

#nav {
	position:relative;
    height: 20px;
	margin:80px auto 20px auto;
    width: 670px;
}

#nav ul {
    text-align: left;
	margin: 0;
}

#nav li {
    display: inline;
    text-align: center;
}

#nav li a {
    border: medium none;
    color: #989898;
    font-size: 12px;
    margin: 0 0 0 15px;
    text-align: center;
	text-decoration:none;
}

#nav li a:hover {
    border-bottom: 2px solid #5F7D83;
    color: #5F7D83;
    margin: 0 0 0 15px;
    padding: 0 0 2px;
    text-align: center;
	text-decoration:none;
}

#nav li a:active {
	border-bottom: 2px solid #5F7D83;
    color: #5F7D83;
    margin: 0 0 0 15px;
    padding: 0 0 2px;
    text-align: center;
	text-decoration:none;
}

#page-wrap {
	position: relative;
	width: 600px;
	margin: 10px auto;
	padding: 20px;
	background: #fafeff; -moz-box-shadow: 0 0 10px black; -webkit-box-shadow: 0 0 10px black; box-shadow: 0 0 10px black;
}

.title {
	font-size:24px;
	display:block;
	margin-bottom:25px;
}

.indent {margin-left:20px}

blockquote {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	padding: 6px 12px 6px 12px;
	background-color: #EDF9FC;
	border-top: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	margin: 5px 5px 20px 5px;
	background-image: url(images/double-left-quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}
blockquote span.inside-bq {
	display: block;
	background-image: url(images/double-right-quote.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sig-right {text-align:right; display:block; margin-right:32px; padding-bottom:4px}

a:link {color: #2A4749; text-decoration:underline;}
a:visited {color: #2A4749; text-decoration:underline;}
a:hover {color: #222; text-decoration: none;}
a:active {color: #2A4749; text-decoration:underline;}

a:link img {color: #2A4749; border:2px solid #2A4749; text-decoration:none;}
a:visited img {color: #2A4749; border:2px solid #2A4749; text-decoration:none;}
a:hover img {color: #222; border:2px solid #222; text-decoration:none;}
a:active img {color: #2A4749; border:2px solid #2A4749; text-decoration:none;}
