/* ---- misc. styles ----*/
body {
	background-color: #870018;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
}
.sidebar_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #870018;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
/* ---- Wrapper ----*/
#Wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 950px;
}
/* ---- Side Bar ----*/
#SidebarWrapper {
	width: 335px;
	float: left;
}
#Sidebar {
	background-color: #FFFFFF;
	height: auto;
	width: 285px;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	padding-bottom: 25px;
}
#Login {
	float: left;
	width: 285px;
}
#Logo {
	background-color: #FFFFFF;
	background-image: url(../images/logo);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 93px;
	width: 285px;
}
/* ---- Navigation ----*/
.Nav ul li a#Current {
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	color: #870018;
	font-size: 15px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;	
}
.Nav {
	float: left;
	height: 179px;
	width: 285px;
}
.Nav ul {
	width: 200px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
}
.Nav ul li {
	display: block;
	width: 246px;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.Nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #870018;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.Nav a:hover {
	font-weight: normal;
	background-color: #e5e5e5;
	display: block;
}
/* ---- Testimonials background square ----*/
#Test {
	background-image: url(../images/SideBar_short.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 350px;
	width: 285px;
}
.marginleft {
	margin-left: 18px;
}
/* ---- Testimonials Text ----*/
#Info {
	margin-left: 45px;
	margin-top: 63px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	height: 66px;
}
/* ---- All Rights Reserved ----*/
#Rights {
	height: 15px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	margin-left: 50px;
	margin-top: 5px;
}
/* ---- Main Content Wrapper ----*/
#Main {
	float: left;
	height: 775px;
	width: 565px;
	margin-top: 30px;
}
#ImgHeader {
	float: left;
	height: 175px;
	width: 565px;
	background-image: url(../images/img_header.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ---- Content ----*/
#Pioneers {
	float: left;
	height: 260px;
	width: 538px;
	margin-left: 27px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
#Header {
	margin-bottom: 10px;
}
#Header2 {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
#Text {
	width: 515px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 10px;
}
#Products {
	float: left;
	height: 345px;
	width: 538px;
	margin-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#Icons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	width: 515px;
}
