/*
yellow: rgb(255,250,104);
red: rgb(237,22,80);
blue: rgb(0, 120, 179)
green:  #6DB43F
*/

html{
height: 100%;
width: 100%;
}
/* * html #contentPane {
	height: 320px;
}*/
body {
	/*width: 100%;
	margin: 0;
	padding: 0;*/
	/*font-family:  wcg-Franklin, Arial, verdana, arial, helvetica, sans-serif;*/
	font-family: arial,sans-serif;
	height: 100%;
	width: 100%;


}
.clearFloat {
	clear: both;
}
#topSeperator {
	border-top: 1px solid rgb(0, 120, 179);
	width: 750px;
	height: 1px;
	margin-bottom: 3px;
}
.redSeperator {
	border-top: 1px solid rgb(237,22,80);
	width: 750px;
	height: 1px;
}
#main {

	margin-left: auto;
	margin-right: auto;

	width: 750px;
	/*margin: 0 auto;*/
	height: 100%;


}
/* header section */
#wcgLogo {
	padding-top:  20px;
	padding-bottom:  20px;
	float: left;
	border: 0;
}
#topLinks{
	float:  right;
	padding-top:  27px;
	padding-right:  5px;
}

.topLinkItem {
	padding-left: 10px;
	font-size: 10pt;
	font-variant:  small-caps;
	letter-spacing: 2px;
}

.topLinkItem a{
	color: gray;
	text-decoration: none;
}

.topLinkItem a:hover{
	color: black;
}
/* middle section */
#middle {
	/*margin-top: 5px;*/
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
}

#sectionHeaderBlueBar {
	background-color: rgb(3, 119, 176);
	height: 5px;
	margin-top: 3px;
}

#sectionHeader {
	/*background-image: url('/images/greenBar.jpg');
	background-repeat: no-repeat;*/
	background-color: #6DB43F;
	height: 15px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10pt;
}

.sectionHeaderItem {
	padding-right: 50px;
	font-weight: bold;
}
#sectionHeaderAbout {
	padding-left: 150px;
}
.sectionHeaderItem a{
	color: white;
	text-decoration: none;
}
.sectionHeaderItem a:hover{
	color: rgb(255,250,104);
	text-decoration: none;
}
#leftBorder {
	float: left;
	width: 2px;
	background-color: rgb(255,250,104);
	height: 100px;
}
/*#yellowSwooshTop {
	float: left;
	width:  49px;
	height: 171px;
 	background-image: url('/images/yellowSwooshTop2.jpg');
	background-repeat: no-repeat;
}*/

#rightBorder {
	float: right;
	width: 2px;
	background-color: rgb(255,250,104);
	height: 100px;
}
.featuredLinks {
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}

.featuredLinkItem {
	margin-left: 10px;
	margin-bottom: 10px;
}

.featuredLinkItem img {
	border: none;
}

#contentPane {
	width: 500px;
	padding: 10px;
	padding-top: 25px;
	margin: 0 100px;
	height: auto;
	padding-bottom: 5px;
	font-size: 9pt;
}

#mainDude {
	/*display:block;*/
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 25px;
}
#back {
	position:  absolute;
	left:  30px;
	bottom:  15px;
	height:  40px;
	width:  40px;
	background-image: url('/images/back.jpg');
}

#back:hover{
background-image: url('/images/backRollover.jpg');
}

#forward {
	position:  absolute;
		right:  45px;
		bottom:  15px;
	height:  40px;
	width:  40px;
	background-image: url('/images/forward.jpg');
}

#forward:hover{
background-image: url('/images/forwardRollover.jpg');
}

.chooseCommunity {
	padding-right: 50px;
}

/* footer section */
#footer {
	font-size: 8pt;
	text-align: center;
	color: gray;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#footerLinks {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid red;
	width: 100%
}
.footerLinkItem {
	padding-left: 10px;
	font-size: 10pt;
	font-variant:  small-caps;
	letter-spacing: 2px;
}
.footerLinkItem a {
	text-decoration: none;
	color: gray;
}
.footerLinkItem a:hover{
	color: black;
}
.footerImage{
}
#corporateImages {
	display: none;
	padding-top: 5px;
	text-align: center;
}
#corporateImages a{
	text-decoration: none;
}
#corporateImages img{
	border: none;
	padding-left:  22px;
	padding-right:  22px;
	padding-top: 5px;
	padding-bottom:  5px;
}
#contentTopRightCorner {
	padding-top: 15px;
	padding-left: 10px;
	float: right;
}
#copyright {
	padding-top: 10px;
	text-align: center;
}
.chooseCommunity a {
	text-decoration: none;
	color: black;
}
.chooseCommunity a:hover {
	font-weight: bold;
	color: red;
}
.header {
	font-size: 13pt;
	font-weight: Bold;
	text-transform: capitalize;
	font-variant:  small-caps;
}
.lookToUs{
	font-size:  12pt;
	font-weight:  bold;
	color:  red;
}
a img{
 border: none;
}
/*#adobeReader{
	position:  absolute;
		right:  10px;
		bottom:  10px;
	height:  33px;
	width:  112px;
	background-image:  url('/pdfs/getAdobeReader.gif');
	
}*/