@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ebedea;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
	font-weight: normal;
}
a{
	color: #46b6e5;
	text-decoration: none;
}
a:hover {
	color: #157299;
}
ul {
	line-height: 20px;
	list-style-image: url(images/bullet_point_blue.gif);
	margin-left: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #898989;
	text-decoration: none;
	margin-top: 15px;
	line-height: 16px;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #499101;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 26px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #499101;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 26px;
}
#header {
	height: 100px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #46b6e5;
	height: 20px;
	text-align: right;
	padding-right: 35px;
	padding-top: 15px;
}
#header #homelink a{
	height: 29px;
	width: 250px;
	display: block;
}
#header #menu {
	height: 36px;
}
#header #menu .menuItem{
	height: 36px;
	width: 176px;
	float: right;
	text-align: center;
	margin-right: 1px;
}
#header #menu .menuItem .active{
	height: 36px;
	width: 176px;
	float: right;
	text-align: center;
	margin-right: 1px;
	background-image: url(images/menu_btn.jpg);
	background-position: 176px 0px;
}
#header #menu .menuItem a span{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding-top: 11px;
	display: block;
}
#header #menu .menuItem a{
	height: 36px;
	width: 176px;
	float: right;
	text-align: center;
	background-image: url(images/menu_btn.jpg);
	background-position: 0px 0px;
}
#header #menu .menuItem a:hover{
	background-image: url(images/menu_btn.jpg);
	background-position: 176px 0px;
}
#flashBanner {
	height: 100px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 100%;
}
#wrapper .mainContent {
	float: left;
	width: 564px;
	padding-left: 40px;
	margin-top: 30px;
}
#wrapper .mainContent #homeMain {
	width: 376px;
	float: left;
}
#wrapper .mainContent #homeMain .rightBottomBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ebedea;
	border-bottom-color: #ebedea;
	padding-right: 25px;
}
#wrapper .mainContent #homeMainSub {
	width: 188px;
	float: right;
}
#wrapper .mainContent #homeMainSub ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
	text-decoration: none;
	line-height: 20px;
	list-style-image: url(images/bullet_point_blue.gif);
	margin-left: 20px;
}
.clearFloat {
	clear: both;
	display: block;
}

.moreLinkNBMain {
	height: 35px;
	width: auto;
	text-align: right;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #46b6e5;
	text-decoration: none;
	font-size: 12px;
}
.moreLink {
	height: 35px;
	width: auto;
	text-align: right;
	margin-top: 25px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #46b6e5;
	text-decoration: none;
	font-size: 12px;
}
#sideBar {
	height: 100%;
	width: 199px;
	float: right;
	background-color: #e1e1e1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebedea;
	padding-top: 30px;
}
#twitterFeed {
	margin-top: 20px;
}
#wrapper #sideBar #videoFeed {
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 18px;
	padding-bottom: 20px;
}


#footer {
	height: 20px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	padding-top: 5px;
}
