﻿body 
{
	margin:0; 
	background-image:url('../images/bg6.png'); 
	background-position: 0,0;
	background-repeat:repeat-x;
}
/* BANNER */
.banner 
{
	height: 75px; 
	background-image: url('/images/bannerBg.png'); 
	background-repeat:repeat-y; 
	margin-left: auto; 
	margin-right: auto;
}
.logo
{
	height: 70px;
	width: 250px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.logo a 
{
	border: 0px;
}
.logo a img 
{
	border: 0px;
}
.tagline
{
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	font-family: Candara;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 250px;
	text-align: center;
	color: #FFEC8E;
}
/* Top Menu (in banner) */
.topMenuBar 
{
	height: 25px; 
	vertical-align: bottom;
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topMenu
{	
	margin: 0;
	padding: 0;
	z-index: 30;
	float: right;
}
#topMenu li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#topMenu li a
{	
	display: block;
	margin: 0;
	padding: 4px 4px;
	width: 60px;
	color: white;
	text-align: center;
	text-decoration: none;
}
#topMenu li a:hover
{	
	background: #BFD1E5;
	color: #192168;
}
#topMenu div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;	
	padding: 0;
	background: #EAEBD8;
	z-index: 35;
	border: 0px;
}
#topMenu div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 5px 2px 10px;
	width: 90px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #192168;
	border-bottom: solid 1px #BFD1E5;
	color: white;
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topMenu div a:hover
{	
	background: #BFD1E5;
	color: #192168;
}

/* Main content table */
.main 
{
	background-position: center;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
.topBuffer 
{
	height: 15px;
}

.tlBorder 
{
	height: 10px;
	width: 10px;
	background-image:url('/images/tldrop.png');
	background-position: 0,0;
	background-repeat: no-repeat;
}
.topBorder
{
	height: 10px;
	background-image:url('/images/topdrop.png');
	background-position: 0,0;
	background-repeat: repeat-x;
}
.trBorder 
{
	height: 10px;
	width: 10px;
	background-image:url('/images/trdrop.png');
	background-position: 0,0;
	background-repeat: no-repeat;
}
.leftBorder 
{
	background-image: url('/images/leftdrop1.png');
	height: 100%;
	width: 10px;
	padding: 0px;
	margin: 0px;
}
.rightBorder 
{
	background-image: url('/images/rightdrop1.png');
	height: 100%;
	width: 10px;
	padding: 0px;
	margin: 0px;
}
.topBar 
{
	height: 25px;
	width: 800px;
	color: #FFEC8E;
	background-color: #192168;
	text-align: left;
}
.topMenuLeftBuffer 
{
	background-color:#192168; 
	width: 320px; 
	text-align:center;
}

.fbLink 
{
	background-color:#192168;
	margin-left: 10px; 
	width: 100px;
	border-style: none;
	vertical-align: middle;
}

.topCenter 
{
	width: 140px;
	background-color: #FFEC8E;
}
.footer 
{
	width: 100%;
	text-align: center;
}
.address 
{
	color: #192168;
	font-size: 10pt;
	font-family: Candara, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.address a
{
	color: #192168;
	text-decoration: none;
}
.address a:Hover
{
	text-decoration: underline;
}
.letterEm 
{
	font-weight: bold;
	font-size: 12pt;
}
.copyright 
{
	color: #192168;
	font-size: 7pt;
	font-family: Candara, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.menuDivider 
{
	width: 3px;
	color: White;
}
.topLeftBox 
{
	background-color:#BFD1E5;  
	vertical-align:middle;
	width: 360px;
	padding-bottom: 10px;
}
.topLeftBox2
{
	background-color:#BFD1E5;  
	vertical-align:middle;
	width: 800px;
	padding-bottom: 10px;
}
.bannerButton 
{
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	color: white;
	font-family: Candara;
	font-size: 12pt; 
	font-weight: bold;
	padding: 2px;
	display: inline-block;
	cursor: pointer;
}
.bannerButtonCurrent
{
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	color: white;
	font-family: Candara;
	font-size: 12pt;
	font-weight: bold;
	display: inline-block;
	border: solid 2px white;
}
.topRightBox 
{
	background-image:url('/images/fronttoy.jpg'); 
	background-repeat: no-repeat;
	background-color: #BFD1E5; 
	vertical-align: bottom;
	padding-bottom: 5px;
	text-align: center;
	width:440px; 
	height: 239px;
}
.aboutBarRight 
{
	color: #192168;
	width: 440px;
	background-color: White;
	padding-top: 10px;
	padding-bottom: 10px;
}
.aboutBarRight2 
{
	color: #192168;
	width: 800px;
	background-color: White;
	padding-top: 0px;
	padding-bottom: 10px;
}
.aboutBarRightText 
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
}
.middleLeftBox 
{
	width: 360px;
	background-color:white; 
	vertical-align:top; 
}
.middleRightBox 
{
	width: 440px;
	background-color: #ffec8e; 
	vertical-align:top; 
	padding-bottom: 10px;
}
.bottomLeftBox 
{
	width: 360px;
	background-color: #ffec8e; 
	vertical-align:top;
}
.bottomRightBox
{
	width: 440px;
	background-color: #BFD1E5; 
	vertical-align:top; 
	padding-bottom: 10px;
}

.header 
{
	color: #333333;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: Candara, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 20px;
}
.subHeader 
{
	color: #333333;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	font-family: Candara, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.bodytext 
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #192168;
	padding-left: 20px;
	padding-right: 10px;
}
.blogfootnote 
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #192168;
}
.mainContent 
{
	width: 800px;
	color: #192168;
	background-color: White;
	font-size: medium;
	padding-bottom: 10px;
}
.mainContent p 
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #192168;
	padding-left: 20px;
	padding-right: 10px;
}
.mainContent li 
{
	list-style-image: url('/images/check.png');
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mainContent h2
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: solid 1px #192168;
	margin: 0px 10px 0px 10px;
}
.mainContent h3
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}
.mainContent h4
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
}
.mainContent table 
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	border-right: solid 1px #192168;
	width: 750px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}
.mainContent table th
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #192168;
	background-color: #BFD1E5;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 5px;
	padding-right: 5px;
	border-left: solid 1px #192168;
	border-top: solid 1px #192168;
	border-bottom: solid 1px #192168;
	margin: 0px;
}
.mainContent table td
{
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	border-bottom: solid 1px #192168;
	border-left: solid 1px #192168;
}
.pageName 
{
	height: 25px;
	width: 800px;
	color: #192168; 
	background-color:#BFD1E5; 
	font-size:18pt;
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center; 
	vertical-align:middle; 
	padding-top:10px; 
	padding-bottom: 10px;
}
.pageNameBottom 
{
	height: 10px;
	background: white;
	width: 800px;
	background-image: url('/images/pageNameBottom.png');
	background-repeat: repeat-x;
}
.topRightPicture 
{
	height: 200px;
	background-color:#FFEC8E;
	width: 300px;
}


.bottomBar 
{
	height: 25px;
	color: white;
	font-family: Candara, Arial, Helvetica, sans-serif;
	background-color: #192168;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
.bottomMenuItem
{
	width: 70px;
	text-align: center;
}
.bottomMenuItem a
{
	font-size: 12pt;
	text-decoration: none;
	color: white;
	font-family: Candara, Arial, Helvetica, sans-serif;
}
.bottomMenuItem a:hover
{
	text-decoration: underline;
	color: #BFD1E5;
	font-family: Candara, Arial, Helvetica, sans-serif;
}
.bottomMenuSeparator
{
	width: 15px;
	height: 25px;
	background-color: #192168;
}
.bottomMenuSeparatorLine 
{
	width: 2px;
	height: 25px;
	background-color: #FFEC8E;
}
/*

Edit below

*/

#featuresection {
	width:800px;
	height:400px;
	float:left;
	position:relative;	
}

#featuresection h2 {
	display:none;
}
#featuresection * {
	color:#fff;
}
#featuresection h3 {
	margin-top:23px;
	font-size:1.8em;
}
#featuresection h3, #featuresection p {
	margin-left:208px;
	padding-right:12px;
}
#featuresection p {
	line-height:1.3;
	margin-top:4px;
	font-size:1em;
}

#featuredstories {
	position:absolute;
	bottom:-3px;
	width:800px;
}
#featuredstories li {
	display:inline;
}
div#featuredstories a {
	background-image:url(/images/button-off2.png);
	border-left:1px solid white;
	cursor:pointer;
	float:left;
	height:34px;
	margin:0px 0px 3px;
	overflow:hidden;
	padding:8px 3px 3px 10px;
	display:block;
	width:198px;
	color:#F9E1E1;
}
div#featuredstories a:hover {
	color:#fff;
}
div#featuredstories h3 {
	margin:0;
	margin-top:1px;
	text-align:right;
	font-size:11px;
	background-color:#AF5757;
	width:112px;
	height:30px;
	float:left;
	padding:13px 18px 0px 10px;
}
/*Featured Transition Container Merged CSS*/
#contentTransition1, #contentTransition2, #contentTransition3, #contentTransition4, #contentTransition5 {
	position:absolute;
	background-repeat: no-repeat;
	height:400px;
	width:800px;
	color:#FFFFFF;
	z-index:4;
	font-family: Candara, Arial, Helvetica, sans-serif;
	margin-left:0px;
	overflow:hidden;
}

* html #contentTransition1, * html #contentTransition2, * html #contentTransition3, * html #contentTransition4, * html #contentTransition5 {
	width:799px;
}

#contentTransition1 {
	z-index:4
}
#contentTransition2 {
	z-index:3
}
#contentTransition3 {
	z-index:2
}
#contentTransition4 {
	z-index:1
}

.contentTitle {
	font-size: 1.45em;
	width:760px;
	font-weight: bold;
	padding: 5px 0 0 14px;
}

.contentTitle a {
	padding-right: 15px;	
}

.contentMainContent 
{
	font-size:1.05em;
	margin-bottom: 5px;
	width:736px;
	/* IE HACK Don't Delete */
	width: /**/736px;
	padding:2px 5px 8px 15px;
}

.container_box 
{
	width: 800px;
	background-color: #000;
	display: block; 
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 43px;
	left: 0px;	
	background-repeat: no-repeat;
	opacity: .7;
	filter: alpha(opacity=70) !important; /* IE patch */
}

* html .contentMainContent { 
	font-size: 1.00em; 
}

.contentFooter {
	/*this css adjusts the news release button position*/
	position:absolute;
	top: 10px;
	right: 10px;
	font-size:12px;
	font-weight: bold;
	font-family: Candara;
	padding:0 0 0 190px;
	color: #e0a3a3;
	width: 766px;
	/* IE HACK Don't Delete */
	width: /**/766px;

}
#navHolder {
	position: absolute;
	bottom:0px;	
	right: 0px;
	z-index:212;
	width: 800px;
	height: 43px;
}
* html #navHolder 
{
	width:800px;	
}

#aboutButton 
{
	float:left;
	font-family:Candara, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 1.05em;
	margin: 0px 5px 0 0px;
	display:inline;
	font-weight: bold;
	padding: 0;
	padding: 13px 10px 0px 15px;
	background-image:url(/images/featureimage-back.gif);
	height: 43px;
	/* IE HACK Don't Delete */
	height: /**/30px;
	width: 38px;
	white-space: normal;
}
#aboutButton p 
{
	position:absolute;
	top:2px;
	left:-200px;
	width: 125px;
}
#aboutButton a:link,  #aboutButton a:visited { 
	text-decoration: none;
}

#aboutButton a:hover,  #aboutButton a:visited:hover { 
	text-decoration: underline;
}

#navButtons {
	position: absolute;
	margin-top:0px;
	top:0px;
	left:62px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:0px;
  	font-size: .95em;	
	width:744px;
	/* IE HACK Don't Delete */
	_width:744px;
	_left:62px;
}

*+ html #navButtons {
	width:744.5px;
}

.navButton {
	padding: 7px 3px 4px 10px;
	margin: 0px 0px 3px 0px;
	font-family: Candara;
	float:left;
	color: #FFFFFF;
	background-image:url(/images/button-hover-off2.png);
	overflow:hidden;
	height: 32px;
	border-left: 1px solid white;
	border-collapse: collapse;
	cursor: pointer;
	cursor: hand;
}
.navButton a 
{ 
	margin-left: 5px;
	display:block;
}

/* IE hack Don't Delete */
* html .navButton 
{ 
	background-color: #192168; 
	background-image: none; 
	display:inline; 
	width: 213px; 
}
	
.navbutton 
{ 
	height:43px; 
	height: /**/32px; 
}

.navButton a:link, .navButton a:visited, .contentTitle a:link, .contentTitle a:visited 
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.navButton a:hover { 
	text-decoration: none; 
}

#title2 .newsrelease-button { float: right; }



/* IE hack Don't Delete */
* html .navButton { 
	background-color: #873433; 
	background-image: none; 
	display:inline; 
	width: 213px; 
}
	
.navbutton { 
	height:43px; 
	height: /**/32px; 
}
	
/* End IE 5.5 Hack */

.navButton a:link, .navButton a:visited, .contentTitle a:link, .contentTitle a:visited {
	color: #fff;
	text-decoration: none;
}

.navButton a:hover { 
	text-decoration: none; 
}
