@import	url(normalize.css);

html {
	text-align: center;
}

body {
	background-color: #eee;
	text-align: center;
}

div.cleaner {
	clear: both;
}


div#container {
width: 695px;
margin: 0 auto;
background-color: #fff;
text-align: left;
}

div#branding {
	
	height: 176px;
	background: url(/_images/BNR_pathtohealth.jpg) no-repeat 0 20px;
	top: 0;
}

div#logo {
	position:relative;
	width: 385px;
	top: 65px;
	left: 280px;
}

div#tagline {
	width: 100%;
	padding-bottom: 5px;
	color: #fff;
	background-color: #3d489e;
	float: left;
}

div.story {
	padding: 10px 20px 10px 0;
}

div#content {
	width: 695px;
	padding-top: 13px;
	padding-bottom: 23px;
	float: left;
	background: #fff;

}

div#content-main {
	position: relative;
	width: 423px;
	float: right;
}

div#content-secondary {
	width: 230px;
	margin-right: 25px;
	float: left;
	border-right: 5px solid #f58020;
}


div#verso {
	text-align: center;
	padding: 10px 0;
	float: left;
	background-color: #3d489e;
	color: #fff;
	width: 695px;
}

div#verso a,
div#verso a:link,
div#verso a:visited,
div#verso a:hover {
	color: #fff;
	text-decoration: underline;
}

ul#main_nav {
	padding: 10px 10px 10px 20px;
}

/* @group Typography */

ul#main_nav {
	margin-top: 20px;
	list-style: none;
	margin-left: 0;
	font-weight: bold;
}

ul#main_nav li {
	margin-bottom: 1em;
	margin-left: 0;
}

ul#main_nav li a,
ul#main_nav li a:link,
ul#main_nav li a:visited {
	color: #3d489e;
	font-size: 90%;
	text-decoration: none;
	border-left: 5px solid #cdcdcd;
	padding-left: 5px;
	
}

ul#main_nav li a:hover,
ul#main_nav li#currentpage a
{
	border-left: 5px solid #f58020;
}

a,
a:link
a:visited{
	color: #3d489e;
}

a:hover {
	color: #f58020;
}

body {
	
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: small;
	color: #54554f;
	line-height: 1.5em;
}

img {
	padding-right: 5px;
	float: right;
}

img.left{
	padding-right: 5px;
	float: left;
}

img#countdown {
	float: none;
	display: block;
}

p {
	margin-bottom: 1em;
}

div#verso p {
	margin-bottom: 0;
}

div#tagline p {
	padding: 0 10px;
	letter-spacing: 3px;
	font-size: 90%;
	text-align: center;
	margin-bottom: 0;
}

h1 {
	font-size: 130%;
	color: #3d489e;
	font-weight: bold;
	margin-bottom: 1em;
}

h1#let_the_countdown_begin {
	padding-top: 20px;
	font-size: 180%;
}

h2	{
	font-size: 110%;
	color: #d26d1c;
	border-bottom: 1px solid #3d489e;
	margin-bottom: .4em;
	margin-top: 1em;
}

h3 {
	
	font-size: 110%;
	color: #3d489e;
}

dl {
	margin-bottom: 2em;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 1.6em;
}

dl.doclist {
	margin-bottom: 10px;
}

dl.doclist dt {
	color: #333;
	padding: 2px 0 3px 23px;
	display: block;
	background: url(/_images/pdf.gif) no-repeat left top;
	margin-left: 10px;
	margin-bottom: .4em;
	margin-top: .9em;
	font-weight: bold;
	font-size: 90%;
}

dl.doclist dt.ext_link {
	background: url(/_images/website.gif) no-repeat left top;
}

dl.doclist dt.ppt {
	background: url(/_images/ppt.gif) no-repeat left top;
}

dl.doclist dt.word {
	background: url(/_images/word.gif) no-repeat left top;
}

dl.doclist dt.excel {
	background: url(/_images/excel.gif) no-repeat left top;
}

dl.doclist dt.zip {
	background: url(/_images/zip.gif) no-repeat left top;
}

dl.doclist dt.video {
	background: url(/_images/quicktime.gif) no-repeat left top;
}

dl.doclist dt.audio {
	background: url(/_images/mp3.gif) no-repeat left top;
}

dl.doclist dt.blank {
	background: none;
}

dl.doclist dd {
	padding-left: 23px;
	margin-left: 10px;
	margin-top: -5px;
	font-size: 90%;
	padding-top: 0;
}

ol {
	list-style-type: decimal;
	margin-bottom: 1.6em;
	list-style-position: inside;

}

ul {
	list-style-position: outside;
	list-style-type: disc;
		margin-top: 0;
	margin-bottom: 1.4em;
	margin-left: 1em;

}

h3.sidebar {
	margin-left: 1em;
	margin-bottom: 1.5em;
	font-size: 110%;
	line-height: 1em;
}

ul li {
	margin-left: 2em;
}

ul.sidebar {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 1.4em;
	margin-left: 0;
	width: 230px;


}

ul.sidebar li {
	margin-bottom: 2em;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	
}

ul.sidebar li img {
	display: block;
	float: none;
	margin: 0 auto 3px auto;

}

strong {
	font-weight:bolder;
}

/* @end */

