/**
COLORS:
darkGreen: #006546
lightGreen: #E5F0EC
navBeige: #E2D6A8
leftSideBeige: #FAF7EE
mainContentBeige: #FCFBF6
footerBeige: #F0EAD2
mainBorderGrey: #E3E3E3
**/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top:0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
	color:#006546;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5px;
	font-weight:bold;
	color:#666666;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#666666;
}

h3 a:link, h3 a:hover {
	text-decoration:none;
}

form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-top: 1px dashed silver;
	margin-top:10px;
}

#header, #body, #footer {
	width: 780px;
}

#divBorder {
	width: 780px;
	border-left: 1px #E3E3E3 solid;
	border-right: 1px #E3E3E3 solid;
}

#header {
	border-bottom-height: 2px;
	border-bottom-color: #006546;
	border-bottom-style: solid;
}

#navRow {
	height: 26px;
	padding: 0px;
	text-align:left;
	margin: 0px;
	background-color: #F0EAD2;
}

#leftHeaderCell {
	background-image: url(imgs/triangleBkgrd.gif);
	width: 155px;
	height: 22px;
	border-right: 1px silver dashed;
}

#breadcrumbCell {
	background-color: #E5F0EC;
	height: 22px;
	padding-left: 40px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

#breadcrumbCell a:link {
	text-decoration: none;
	color: #006546;
}
#breadcrumbCell a:visited {
	text-decoration: none;
	color: #006546;
}
#breadcrumbCell a:hover {
	text-decoration: underline;
	color: #006546;
}

#breadcrumbCell a:active {
	text-decoration: none;
	color: #006546;
}
#sideBarLeft {
	width: 155px;
	background-color: #FAF7EE;
	border-right: 1px silver dashed;
}
#sideBarRight {
	width: 180px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #FCFBF6;
}

#mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 16px;
	font-size: 12px;
	text-align: left;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #FCFBF6;
}

#contentContainerDiv {
	width: 100%;
}

#brettPic {
	padding: 0 10px 10px 0;
}

#newsUpdate {
	margin-top:15px;
	width:400px;
	float:left;
	padding:5px 5px 5px 5px;
	border:1px solid #E3E3E3;
	background-color:#006546;
}

#contact {
	margin:20px 0 10px 0;
	padding: 20px 0 20px 0;
	border-top:1px dotted silver;
}

#contactForm {
	border-top:0;
}

#contactForm .textInput, #contactForm .textInput {
	width: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 16px;
	font-size: 12px;
}

#contactForm .submitBtn {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

#contactForm td {
	height:25px;
	padding:5px;
}

#contactForm .formHeader {
	background-color:#E5F0EC;
}

.whatsNewTitle {
	margin-bottom:-15px;
	text-align:left;
	font-size:13px;
	color:#006546;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:.30em;
}

.updateItem {
	float:left;
	margin:4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	border:1px solid #E3E3E3;
	background-color: #E5F0EC;
}

p.homeText {
	font-size: 13pt;
	line-height: 16pt;
	margin-left: 20px;
}

p.homeText:first-letter {
	font-size: 150%;
	margin-left: -20px;
	}
	
ul.membershipBenefitList li {
	margin-bottom: 10px;
}

ul.linkSubNav li  {
	display:inline;
	padding:2px 5px 2px 5px;
}

ul.linkSubNav li.linkSelected {
	background-color: #E5F0EC;
}

div.columnDivLeft {
	width: 47%;
	padding-right: 5px;
	border-right: 1px solid silver;
	position: relative;
	float:left;
	top:0px;
}
div.columnDivRight {
	width: 48%;
	position: relative;
	float:right;
	top:0px;
}

#bodyFooter {
	background-color: #F0EAD2;
	line-height: 8px;
}

#footer {
	width:780px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px; 
	line-height: 9px;
	color: #006546;
	letter-spacing: 1px;
	text-align:center;
}

a:link {
	text-decoration: none;
	color: #006546;
}

a:visited {
	text-decoration: none;
	color: #006546;
}
a:hover {
	text-decoration: underline;
	color: #006546;
}

a:active {
	text-decoration: none;
	color: #006546;
}
	