@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #67A1D1;
	background-image: url(../Images/header_back.jpg);
	background-repeat: repeat-x;
}
#outerWrapper {
	color: #FFFFFF;
	position: relative;
	height: 100%;
	background-image: url(../Images/us-flag5.jpg);
	background-repeat: no-repeat;
}
#innerWrapper {
	width: 956px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#frameWrapper {
	width: 946px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
}
#login {
	font-size: 12px;
	text-align: right;
	color: #D8DDD9;
	height:50px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#date {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
	text-align: right;
	color: #D8DDD9;
	height: 40px;
}
#header {
	padding: 0;
	height: 60px;
	width: 946px;
	position: relative;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#bananas {
	background-color: #00FF00;
	text-align: center;
	margin: 50px;
}
#mainnav {
	margin-top: 2px;
	margin-bottom: 10px;
	position: absolute;
	float: left;
	bottom: 0px;

}
#mainnav li {
	display: inline;
	padding-right: 20px;
	font-weight: bold;
}
#mainnav a {
	text-decoration: none;
	color: #67A1D1;
}
#mainnav a:hover {
	color: #FFFFFF;
}
#banner {
	position:relative;
	background-image: url(../Images/Intro/bannerBackground.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 932px;	
}
#bannerFlash {
	float: left;
	height: 270px;
	width: 460px;
	position: relative;
	display: inline;
}
#bannerText {
	position:relative;
	height: 270px;
	width: 450px;
	float:right;
	margin-right: 20px;
	text-align: right;
	margin-top: 6px;
}
#bannerText a {
	color: #67A1D1;
	text-decoration: none;
}
#bannerText a:hover {
	color: #FFFFFF;
}
#demo {
	position:relative;
	height: 140px;
	width: 892px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../Images/demoBack.png);
	background-repeat: no-repeat;
}
.demoThumb {
	float: left;
	display: inline;
}
#rTop {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/RoundedTop946.png);
	background-repeat: no-repeat;
	height: 13px;	
}
#rTopW {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/RoundedTop946W.png);
	background-repeat: no-repeat;
	height: 13px;	
}
#contentWrapper {
	position: relative;
	width: 946px;
	background-image: url(../Images/Back946.png);
	background-repeat: repeat-y;
}

#contentInnerWrapper {
	position: relative;
	width: 932px;
	background-image: url(../Images/ContentInnerGradient.png);
	background-repeat: repeat-x;
	margin-left: 2px;
}
#floatwrapper {
	float: right;
	position: relative;
	padding-top: 5px;
	width: 687px;
	margin-bottom: 60px;
	display: inline;
}
#floatwrapper a { 
	color: #000034; 
}
#floatwrapper a:hover {
	color: #FFFFFF;
}
/* Forms the right column within #floatwrapper. Wraps around #content so that #content can have margins applied so its text won't butt up against the adjacent columns. If padding were used to do this, it would throw the widths off and cause content to not fit on screen. */
#content {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	width: 422px;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	float: left;
	display: inline;
}
#contentWide {
	float: right;
	position: relative;
	margin-right: 20px;
	margin-left: 10px;
	width: 657px;
	padding-top: 10px;
	text-align: left;
	display: inline;
}
#articleWide {
	float: right;
	position: relative;
	margin-right: 20px;
	margin-left: 10px;
	width: 657px;
	padding-top: 10px;
	text-align: left;
	background-image: url(../Images/Article.png);
	background-repeat: no-repeat;
}
.cwi {
	background-color:#6197C6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: thin solid #CCCCCC;
	margin-bottom: 20px;
	height: 150px;
	text-decoration: none;
}
.cwa {
	background-color:#6197C6;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#contentHead {
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 10px;
}
#contentItem {
	width: 627px;
}
#contentItemLeft {
	width: 313px;
	float: left;
	background-image: url(../Images/memberTile1.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	display: inline;
}
#contentItemRight {
	width: 313px;
	float:right;
	background-image: url(../Images/memberTile.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	display: inline;
}
#contentItemLeftText {
	margin-top: 170px;
	margin-right: 15px;
	text-align: center;
}
#contentItemRightText {
	margin-top: 170px;
	margin-left: 15px;
	text-align: center;
	
}
#features {
	float: right;
	width: 215px;
	font-size: 0.9em;
	margin-right: 20px;
	margin-left: 8px;
	position: relative;
	display: inline;
}
.featurebox {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: ffffff;
}
/* Left column */
#sidebar1 {
	width: 215px;
	padding-top: 15px;
	position: relative;
	margin-left: 20px;
	float: left;
	margin-right: 10px;
	height: 480px;
	text-align: left;
	display: inline;
}
#navlist {
	padding-left: 0;
	margin-left: 0;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-decoration: none;
	background-color: #233560;
	}

#navlist li a {
	color: #67A1D1;
	text-decoration: none;
}
#navlist li a:hover {
	color: #FFFFFF;
}


#sidebar1 a {
	color: #000034;
}
#sidebar1 a:hover {
	color: #FFFFFF;
}
#hangman {
	margin-left: 10px;
	float: left;
	width: 677px;
	display: inline;
}
#share {
	margin-left: 10px;
	float: left;
	width: 657px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	height: 18px;
	display: inline;
}
/*#sidebar1 li {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}*/

#rBot {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/RoundedBottom946.png);
	background-repeat: no-repeat;
	height: 23px;	
}
#rBotW {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/RoundedBottom946W.png);
	background-repeat: no-repeat;
	height: 23px;
}
#footer {
	position: relative;
	clear: both;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000034;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 9px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.imgfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.imgfltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear:after {
content: ".";
display:block;
height: 0;
font-size: 0;
clear:both;
visibility:hidden;
}
.clear {
min-height: 1px;
}
* html .clear {
height: 1px;
}
#loginForm {
	padding-top: 5px;
	margin-right: 10px;
}
#loginForm a {
	color: #67A1D1;
	text-decoration: none;
}
#loginForm a:hover {
	color: #FFFFFF;
}
.logstyle {
	margin-bottom: 5px;
}
#contactForm/* styles for contact form */
 {
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
  }
#subscribeform {
	margin-bottom: 0;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 3px;
  }
#name, #email {
  width: 200px;
  }
#message {
  width: 500px;
  height: 150px;
  }
label, .warning {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
