/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Sans-Serif;
	font-size: 95%;
	background-color: #005EAA;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
table 
{
	font-size: 100%;
}
a, a:link, a:visited, a:hover, a:active
{
	color: #000080;
}
a:hover, a:active 
{
	color: #800000;
}

.contentSmall
{
	font-family: Arial, Sans-Serif;
	font-size: 85%;
}
.content
{
	font-family: Arial, Sans-Serif;
	font-size: 100%;
}
.subHeader
{
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-size: 130%;
	font-weight: bold;
}
.header
{
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-size: 160%;
	font-weight: bolder;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}

#Viewport 
{
	width: 100%;
	text-align: center;
}
.outerBounds 
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.innerBounds 
{
	width: 100%;
	text-align: left;
}

#PageHeader 
{
	background-color: #FFCA4B;
	position: relative;
	top: 0px;
	left: 0px;
}
#PageHeaderInner 
{
}
#PageHeader img 
{
	margin: 0px;
	padding: 0px;
}
#PageImage 
{
	width: 760px; 
	height: 215px;
	overflow: hidden;
	background-image: url(/shared/images/banner1.jpg);
	background-repeat: no-repeat;
	background-color: #FFCA4B;
}
#HeaderText 
{
	padding: 6px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
}
#MainNav 
{
	padding: 6px;
}
/***** NAVIGATION *****/
div.mainNavItem, div.mainNavSep, div.mainNavSelected
{
	display: inline;
}
 
.mainNavItem, .mainNavSep, .mainNavSelected
{
	font-weight: bold;
	margin: 0px 3px;
}
.mainNavSep 
{
}
.mainNavSelected 
{
}
a.mainNavItem, a.mainNavItem:link, a.mainNavItem:visited, a.mainNavItem:hover, a.mainNavItem:active 
{
	color: #000080;
}
a.mainNavItem:hover, a.mainNavItem:active 
{
	color: #800000;
}
/*********************/

/**** MEMBER PAGES ****/
#MemberIndex 
{
	border-bottom: solid 2px #000000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#MemberIndex a, #MemberIndex a:link, #MemberIndex a:visited, #MemberIndex a:hover, #MemberIndex a:active
{
	margin: 0px 5px;
	text-decoration: none;
}
#MemberIndex a:hover, #MemberIndex a:active
{
	text-decoration: underline;
}
#MemberList 
{
	margin: 20px 0px;
}
.memberImage 
{
	margin: 0px 12px 12px 0px;
}
.memberLink, .memberName, .memberPhone 
{
	margin-right: 10px;
}
/**********************/

.formField 
{
	width: 550px;
	clear: left;
	margin: 4px 0px;
}
.formLabel, .formLabelOpt
{
	float: left;
	width: 240px;
	font-weight: bold;
}
.formLabelOpt 
{
	font-weight: normal;
}
.formInput 
{
	float: left;
	width: 310px;
}

.td
{
	background-color: #FFCA4B;
	padding: 2px 4px;
	text-indent: -3px;
}
.tdo
{
	background-color: #FFCA4B;
	padding: 2px 4px;
	text-indent: -3px;
}
.subnavdiv
{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	z-index: 9;
}

#PageBody 
{
	background-color: #FFFFFF;
	background-image: url(/shared/images/bg.jpg);
	background-repeat: repeat-y;
}
#PageBodyInner 
{
}
#ColMiddle 
{
	float: left;
	width: 560px;
}
#ColMiddleInner 
{
	padding: 14px;
}
#ColRight 
{
	float: right;
	width: 170px;
}
.blueBox 
{
	background-color: #114060;
	color: #FFFFFF;
	margin-top: 14px;
	padding: 6px;
}
#BucketTwo 
{
	padding-right: 21px;
}
.blueBoxInner 
{
	margin: 40px 0px;
	color: #FFFFFF;
}
.bluebox a, .bluebox a:link, .bluebox a:visited 
{
	color: #FFFFFF;
}
.bluebox a:hover, .bluebox a:active 
{
	color: #FFCA4B;
}
#GuiLoginSpace * 
{
	color: #FFFFFF;
}
#GuiLoginSpace input 
{
	color: #000000;
}
#GuiLoginSpace input.btn
{
	color: #FFFFFF;
}


#PageFooter 
{
	background-color: #FFCA4B;
	color: #000080;
	padding: 6px;
}
#PageFooterInner 
{
	text-align: center;
}
#PageFooter a, #PageFooter a:link, #PageFooter a:visited, #PageFooter a:hover, #PageFooter a:active
{
	font-weight: bold;
	text-decoration: none;
}
#PageFooter a:hover, #PageFooter a:active 
{
	text-decoration: underline;
}

.btn 
{
	border: solid 2px black;
	padding: 2px;
	background-color: #005EA8;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
}

caption 
{
	display: none;
}
.clearBoth, .clr
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}

#ColMiddleInner a, #ColMiddleInner a:link, #ColMiddleInner a:visited, #ColMiddleInner a:hover, #ColMiddleInner a:active 
{
	color: #000080;
}
#ColMiddleInner a:hover, #ColMiddleInner a:active 
{
	color: #800000;
}
