@charset "utf-8";
/* CSS Document */

/* =GENERAL - the general styles */

html{
	color: #FFFFFF;
	background: #fcf4cf;
}

body {
	font: 84% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	padding-top: 10px;
	margin-top: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5em;
	font-weight: normal;
	color: #CCCCDA;
}
h2 {
	font-size: 15px;
	font-weight: 800;
	line-height: 2em;
	margin-bottom: 1em;
	color: #fdf5d4;
}
h3 {
	font-size: 13px;
	font-weight: 800;
	line-height: 1em;
	margin-bottom: 1em;
	color: #fdf5d4;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	line-height: 1em;
	margin-bottom: 1em;
	color: #ffffff;
}

.home_reviewer {
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 1em;
	color: #fdf5d4;
	font-style:italic;
}

.home_quote {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
}


em {
	font-style:italic;
}
strong {
	font-weight: 600;
}

img {
	border: 0;
}

/* =Container- element styling */
#container {
	width: 910px;
	margin: 0 auto; /*the auto margins (in conjunction with a width) center the page*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/* = header -styling */
#header {
	padding-top: 0px;
	margin: 0;
}
#header-content {
	background-color:#9d9aa8;
	height: 165px;
	width: 910px;
	margin: 0;
}
#header #header-content h1 {
	font-size: 140%;
	color: #9d9aa8;
	padding-left: 0px;
	margin: 0;
}


/* = MainContent - styling */
 #mainContent-container {
	width: 910px; 
	height: auto;
	background-color:#676790;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow:auto;
}
 #mainContent {
 	/*position: absolute;*/
	width: 585px;
	height: auto; 
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

#mainContent blockquote, #mainContent ul, #mainContent ol, #mainContent dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
#mainContent ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	color: #FFFFFF;
}
#mainContent ol li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	color: #FFFFFF;
	line-height: 1.5em;
}

.outline {
	line-height: 1.5em;
}

#Content {
	float: right;
	width: 535px;
	height: auto;
	padding-left: 0.5em;
	margin: 1.0em 1.0em 1.0em 1.5em;
	overflow : auto;
}
.reviewer {
	font-size: 11px; 
	color: #fcf4cf; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-style: italic;
	line-height: 2em; 
	margin-bottom: 1.5em;
	
}


 
/* = Left Content - styling */
#leftMargin-container {
	float: left;
	width: 315px;
	height: auto;
	background-image: url(images/misc/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 0px;
	border-left: 0px;
}
#leftMargin-content {
	float: right;
	width: 290px;
	text-align:left;
	margin-left: 0px;
	border-left: 0px;
}

/* = footer - styling */
#footer {
	clear: both;
	height: 45px;
	width: 910px;
	text-align: left;
	/*background-color: #9d9aa8;*/
	font-size: 90%;
}
#footerContent-links {
	width: 730px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#footerContent-bplogo {
	width: 110px;
	height: 40px;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
}
.footer_link:link {
	font-weight: normal; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration: none
}
.footer_link:visited {
	font-weight: normal; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration: none
}
.footer_link:active {
	font-weight: normal; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration: none
}
.footer_link:hover {
	font-weight: normal; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration: none
}


/* Links */
.navigation:link {
	font-size: 12px; 
	color: #676790; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 2.2em; 
	text-decoration: none
}
.navigation:visited {
	font-size: 12px; 
	color: #676790; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 2.2em; 
	text-decoration: none
}
.navigation:active {
	font-size: 12px; 
	color: #676790; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 2.2em; 
	text-decoration: none
}
.navigation:hover {
	font-size: 12px; 
	color: #676790; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 2.2em; 
	text-decoration: none
}
#selected {
	font-weight: bold;
}

.link_line_height {
	line-height: 1.2em;
}

.navigation_spacer {
	/*line-height: 1em;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.page_link:link {
	font-weight: normal; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration: underline
}
.page_link:visited {
	font-weight: normal; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration: underline
}
.page_link:active {
	font-weight: normal; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration: underline
}
.page_link:hover {
	font-weight: normal; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	text-decoration: underline
}
