@charset "utf-8";
/* CSS Document - Global Site Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #212121;
	background-color: #CCC;
}
#PageWrapper {
	width: 990px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


h1 {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #212121;
	padding-bottom: 2px;
	margin: 0px 0px 10px 0px;
	
}
h2	{
	font-size: 13px;
	font-weight: bold;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EE891D;
	border-bottom: 3px solid #F2C9A0;
	padding: 3px 0px;
	margin-bottom:5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009BED;
	margin: 8px 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
	margin: 8px 0px;
}
.left {
	height:1%;
	float:left;
}
.right {
	height: 1%;
	float:right;
}
.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	}	
.nofloat {
	float:none;
}
.nomarginbottom {
	margin-bottom: 0px;
}
.nomargintop {
	margin-top: 0px;
}
a img {
	border: 0px;
}


a:link, a:visited, a:active  {
	font-size: 12px;
	color: #0682B9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.link11pt a:link, .link11pt a:visited, .link11pt a:active {
	font-size: 11px;
	color: #0682B9;
	text-decoration: none;
}
.link11pt a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	height:
	font-size:0px;   /* Do Not Remove these */
	line-height:0px; /* See the empty div bug */
	overflow:hidden; /* http://forum.echoechoplus.com/showthread.php?threadid=9058 */
}
.gutter5 {
	clear: both;
	height: 5px;
}
.gutter15 {
	clear: both;
	height: 15px;
}
.gutter20 {
	clear: both;
	height: 20px;
}
.gutter30 {
	clear: both;
	height: 30px;
}
form {
	margin:0px;
}















/* --- Header --- */
.HeaderContainer {
	clear: both;
	height: 75px;
	width: 970px;
	margin-bottom: 20px;
	margin: 15px 0px 0px 20px;
}
.HeaderContainer .logo {
	float: left;
	width: 250px;
	height: 60px;
}
.HeaderContainer .headRight {
	float: right;
	width: 700px;
}
.HeaderContainer .headRight .SearchBar {
	text-align: right;
	margin-bottom: 15px;
	float: right;
	padding-right: 20px;
}

/* Search input field */
#query-input {
	width: 142px;
}



/* --- Navigation --- */
#MainNavigation {
	height: 29px;
	width: 671px;
	float: right;
}
#MainNavigation .NavEndCap {
	float: left;
	height: 29px;
	width: 16px;
}
#MainNavigation .NavEndCap.NavGray {
	background: url(../images/NavBarCap_gray.png) no-repeat;
}
#MainNavigation .NavEndCap.NavPurple {
	background: url(../images/NavBarCap_purple.png) no-repeat;
}
#MainNavigation .NavEndCap.NavBlue {
	background: url(../images/NavBarCap_blue.png) no-repeat;
}
#MainNavigation .NavEndCap.NavGreen {
	background: url(../images/NavBarCap_green.png) no-repeat;
}
#MainNavigation .NavEndCap.NavOrange {
	background: url(../images/NavBarCap_orange.png) no-repeat;
}
#MainNavigation .NavEndCap.NavRed {
	background: url(../images/NavBarCap_red.png) no-repeat;
}
#MainNavigation .NavList {
	font-weight: bold;
	float: left;
	height: 29px;
	width: 655px;
}
#MainNavigation .NavList ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#MainNavigation .NavList li {
	float:left;
}
#MainNavigation .NavList a {
	display:block;
	width:116px;
	text-align: center;
	padding: 7px;
	color: #FFF;
}

#MainNavigation .NavList.ListGray {
	background: #808080;
}
#MainNavigation .NavList.ListPurple {
	background: #913F98;
}
#MainNavigation .NavList.ListBlue {
	background: #00AEEF;
}
#MainNavigation .NavList.ListGreen {
	background: #22B24C;
}
#MainNavigation .NavList.ListOrange {
	background: #EEB94A;
}
#MainNavigation .NavList.ListRed {
	background: #ED1C24;
}







/* --- Page --- */
.ContentWrapper {
	width: 950px;
	padding: 20px 20px 0px 20px;
}
/* Box */
.BoxContainer {
}
.BoxContainer.gray {
	width: 465px;
	background-color: #808080;
	float: left;
}
.BoxContainer.purple {
	background-color: #808080;
}
.BoxContainer.blue {
	background-color: #00AEEF;
}
.BoxContainer.green {
	background-color: #22B24C;
}
.BoxContainer.orange {
	background-color: #808080;
}
.BoxContainer.red {
	background-color: #ED1C24;
}
.BoxContainer .BoxHeader {
	height: 16px;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.BoxContainer .BoxContent {
	border-top: 0px solid 808080;
	border-right: 1px solid #808080;
	border-bottom: 5px solid #808080;
	border-left: 1px solid #808080;
	background-color: #FFF;
	padding: 8px;
}














/* --- Footer --- */
.FooterWrapper {
	background: url(../images/footer_bkg.png) no-repeat;
	height: 97px;
	width: 990px;
}
.FooterWrapper .copyright {
	font-size: 10px;
	height: 15px;
	padding: 74px 0px 0px 20px;
}
