
* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	background: #ebebeb url('../images/new-template/background.jpg') top center no-repeat;
	height: 100%;
	min-width: 980px;
}

p {
	margin: 0 0 0.82em 0;
	padding: 0;
}

a {
	outline: 0;
}

a, a:link, a:visited, a:active {
	color: #283366;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	background: #283366;
}

em {
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

object {
	outline: none;
}

img, form, fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}
img {
	/*display: block;*/
}

input, select, textarea, button {
	font-family: Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}

.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.italic {
	font-style: italic;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

h2 {
	font-size: 1.64em;
	font-weight: normal;
	font-style: italic;
	color: #283366;
}


/**
* Main Definitons
*/

#header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 4000;
}

#siteContainer {
	width: 1000px;
	margin: -500px auto 0;
	position: relative;
	padding: 8px 0 0;
	background: url('../images/new-template/heroMask.png') 0 216px no-repeat;
	z-index: 50;
}

#brandingContainer {
	width: 219px; height: 125px;
	background: url('../images/new-template/brandingContainer.png') 0 0 no-repeat;
	position: absolute;
	top: 0; left: 15px;
	position: absolute;
	z-index: 5000;
}

#brandingContainer span {
	width: 177px; height: 88px;
	display: block;
	background: url('../images/new-template/branding.gif') 0 0 no-repeat;
	margin: 9px 0 0 19px;
}

#secondaryNavContainer {
	width: 1000px; height: 26px;
	background: #283366;
}

#secondaryNav {
	margin-left: 225px;
}
#secondaryNav li {
	display: inline;
	float: left;
	line-height: 11px;
	border-right: 1px solid #e6e6e6;
	padding: 0 10px;
	margin-top: 6px;
}
#secondaryNav li.lastItem {
	border-right: none;
}
#secondaryNav li a {
	padding: 1px 3px 0;
	color: #e6e6e6;
	text-decoration: none;
}
#secondaryNav li a:hover {
	background: #FFCC33;
	color: #283366;
}

a#login {
	float: right;
	color: #e6e6e6;
	height: 16px;
	line-height: 16px;
	margin: 5px 5px 0 0;
	padding: 0 24px 0 24px;
	position: relative;
	background: url('../images/new-template/key.gif') 0 0 no-repeat;
}
a:hover#login {
	color: #FFCC33;
	background: url('../images/new-template/key.gif') 0 -16px no-repeat;
}
a#login span {
	width: 16px; height: 16px;
	position: absolute;
	right: 0; top: 0;
	background: url('../images/new-template/login.gif') 0 0 no-repeat;
}
a:hover#login span {
	background: url('../images/new-template/login.gif') 0 -16px no-repeat;
}

#loginContentContainer {
	width: 755px;
	background: #FFCC33;
	padding: 10px 10px 10px 235px;
	color: #000000;
	display: none;
}

#loginContentContainer h2 {
	font-size: 1.09em;
	margin: 0 0 0.67em;
	font-weight: bold;
	font-style: normal;
}

#loginContentContainer h2.loginHeading {
	padding-left: 14px;
	background: url('../images/new-template/loginHeading.gif') 0 1px no-repeat;
}

#loginContentContainer a {
	padding: 0 0 0 10px;
	background: url('../images/new-template/loginArrow.gif') left center no-repeat;
	color: #000000;
	margin-top: 2px;
	display: inline-block;
}
#loginContentContainer a:hover {
	text-decoration: underline;
}

#loginFormContainer {
	border-right: 1px dotted #000000;
	float: left;
	margin-right: 10px;
	padding-bottom: 12px;
	width: 385px;
}
.formFields {
}
.formFields li {
	display: inline;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}

.formFields li.clear {
	margin-bottom: 0;
}

.formFields li input {
	outline: none;
	border: none;
	width: 144px;
	padding: 2px 3px;
}

input#remember {
	width: 14px; height: 14px;
	padding: 0;
	margin: 0 5px 0 -2px;
}

#loginForm button {
	height: 16px; width: 55px;
	background: #ffffff;
	text-decoration: none;
	border: none;
	cursor: pointer;
	color: #000000;
	text-align: left;
	padding: 0 0 0 3px;
}
#loginForm button.over {
	background: #283366;
	color: #FFCC33;
}

#heroImagesContainer {
	width: 1000px; height: 500px;
	margin: 0 auto;
	position: relative;
	z-index: -20;
}

#heroImages, #heroImages li {
	width: 1000px;
	height: 500px;
	display: block;
}

#heroImages li.hidden {
	display: none;
}
/**
 * Main Navigation Definitons
#mainNavContainer {
	background: #283366;
	width: 980px;
	padding: 0 10px 7px;
	position: relative;
	z-index: 2000;
}

#mainNav {
	float: right;
	margin-top: 16px;
	margin-left: 225px;
	width: auto;
}
#mainNav li.topLevel {
	float: left;
	display: inline;
	padding: 1px 3px 1px 2px;
	background: url('../images/new-template/mainNavLine.gif') top right no-repeat;
	position: relative;
}
#mainNav li.lastItem {
	background: none;
	padding-right: 2px;
}

#mainNav li.topLevel a {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.18em;
	padding: 3px 8px 8px;
	display: inline-block;
}
#mainNav li.topLevel a:hover {
	background: #ffcc33 url('../images/new-template/mainNav.gif') bottom left no-repeat;
	color: #283366;
}

#mainNav ul.levelOne {
	background: transparent url('../images/new-template/levelOne.png') top left no-repeat;
	padding: 14px 0 10px;
	width: 136px;
	float: left;
	position: absolute;
	top: 26px; left: -3px;
	display: none;
	z-index: 30000;
}


#mainNav li.lastItem  ul.levelOne {
	left: -74px;
}

#mainNav ul.levelOne li {
	background: 0;
	padding: 3px 0;
	position: relative;
}

#mainNav ul.levelOne li a, .levelOne .secondLevel a {
	text-transform: capitalize;
	font-size: normal;
	color: #000000;
	font-weight: normal;
	padding: 0 7px;
	display: block;
	font-size: 1em;
}
#mainNav ul.levelOne li a span, .levelOne .secondLevel a span, #mainNav ul.levelOne li a:hover span, .levelOne .secondLevel a:hover span {
	border-bottom: 1px dotted #000000;
	padding: 3px 3px 1px;
	display: block;
}

#mainNav ul.levelOne li a:hover, .levelOne .secondLevel a:hover {
	background: none;
	color: #000000;
}
#mainNav ul.levelOne li a:hover span, .levelOne .secondLevel a:hover span {
	background: #ffcc33;
	border-bottom: 1px solid #000000;
}

.levelOne .secondLevel, .levelOne .secondLevel ul {
	width: 122px;
	position: absolute;
	left: 136px; top: -5px;
	background: url('../images/new-template/secondLevel.png') 0 0 no-repeat;
	padding: 7px 0 14px;
}

.levelOne .secondLevel ul {
	 left: 122px; 
}

#mainNav li.lastItem  ul.levelOne ul {
	left: -126px;
}

.levelOne .secondLevel a {
	padding: 0 7px 0 14px !important;
}

#mainNav li:hover ul ul, #mainNav li:hover ul ul ul, #mainNav li:hover ul ul ul ul {
    display: none;
}
#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li li li li:hover ul {
    display: block;
}

*/


/**
* Main Section Definitons
*/

#changableHeader {
	padding-bottom: 8px;
}

#mainSectionsContainer {
	width: 960px; height: 192px;
	margin: 188px auto 0;
	position: relative;
}

#mainSections, #latestNews {
	width: 713px;
	float: left;
	position: relative;
}

#latestNews {
	width: 239px;
	margin-left: 8px;
}

.mainSectionsNav {
	height: 36px;
	border-bottom: 5px solid #ffcc33;
}

.mainSectionsNav li {
	display: inline;
	float: left;
	width: 235px;
	padding: 0 4px 0 0;
}

.mainSectionsNav li.lastItem {
	padding: 0;
}

#latestNews .mainSectionsNav li {
	width: 239px;
}

.mainSectionsNav li a, .mainSectionsNav li a.active {
	height: 36px;
	display: block;
	line-height: 36px;
	background: green;
	font-size: 1.455em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 10px;
	position: relative;
	margin-right: 40px;
	background: url('../images/new-template/sectionsNav.png') 0 0 no-repeat;
}

.mainSectionsNav li a:hover {
	color: #ffffff;
}

.mainSectionsNav li a.active {
	background: url('../images/new-template/sectionsNavActive.png') 0 0 no-repeat;
}
.mainSectionsNav li a.active:hover {
	color: #283366;
}

.mainSectionsNav li a span, .mainSectionsNav li a span, .mainSectionsNav li a span {
	width: 40px; height: 36px;
	position: absolute;
	top: 0; right: -40px;
}
.mainSectionsNav li a span.public {
	background: url('../images/new-template/sectionsNavPublic.png') 0 0 no-repeat;
}
.mainSectionsNav li a:hover span.public {
	background: url('../images/new-template/sectionsNavPublicHover.png') 0 0 no-repeat;
}
.mainSectionsNav li a span.pros {
	background: url('../images/new-template/sectionsNavPros.png') 0 0 no-repeat;
}
.mainSectionsNav li a:hover span.pros {
	background: url('../images/new-template/sectionsNavProsHover.png') 0 0 no-repeat;
}
.mainSectionsNav li a span.members {
	background: url('../images/new-template/sectionsNavMembers.png') 0 0 no-repeat;
}
.mainSectionsNav li a:hover span.members {
	background: url('../images/new-template/sectionsNavMembersHover.png') 0 0 no-repeat;
}
.mainSectionsNav li a span.news {
	background: url('../images/new-template/sectionsNavNews.png') 0 0 no-repeat;
}
.mainSectionsNav li a:hover span.news {
	background: url('../images/new-template/sectionsNavNewsHover.png') 0 0 no-repeat;
}

.mainSectionsNav li a.active span.public, .mainSectionsNav li a.active:hover span.public {
	background: url('../images/new-template/sectionsNavPublicActive.png') 0 0 no-repeat;
}
.mainSectionsNav li a.active span.pros, .mainSectionsNav li a.active:hover span.pros {
	background: url('../images/new-template/sectionsNavProsActive.png') 0 0 no-repeat;
}
.mainSectionsNav li a.active span.members, .mainSectionsNav li a.active:hover span.members {
	background: url('../images/new-template/sectionsNavMembersActive.png') 0 0 no-repeat;
}
.mainSectionsNav li a.active span.news, .mainSectionsNav li a.active:hover span.news {
	background: url('../images/new-template/sectionsNavNewsActive.png') 0 0 no-repeat;
}


#publicContent, #prosContent, #membersContent {
	float: left;
	height: 100%; width: 478px;
}

.mainSectionsColumn {
	float: left;
	width: 228px;
	border-right: 1px dotted #cccccc;
	margin-right: 10px;
	height: 100%;
	font-style: normal;
}


#mainSectionsContainer .sectionContent h2 {
	margin: 0 0 0.82em 0;
	text-transform: uppercase;
	color: #283366;
	font-size: 1.09em;
	font-weight: bold;
	font-style: normal;
}

#mainSectionsContainer .sectionContent a, #mainSectionsContainer .sectionContent a:hover,
.NavContainerContent a, .NavContainerContent a:hover {
	padding: 2px 3px 1px 8px;
	background: url('../images/new-template/linkArrow.gif') 0 2px no-repeat;
}
#mainSectionsContainer .sectionContent a:hover, .NavContainerContent a:hover {
	background: #283366 url('../images/new-template/linkArrow.gif') 0 -18px no-repeat;
}


#membersSearch {
	position: absolute;
	right: 5px; top: 46px;
	background: url('../images/new-template/membersSearch.gif') top right no-repeat;
	width: 223px;
}
*html #membersSearch {
	width: 208px;
	margin-left: -10px;
}

#membersSearch p {
	margin-right: 80px;
}

.membersForm {
}

.membersForm li {
	margin-right: 80px;
	margin-bottom: 5px;
}


.membersForm li input {
	font-size: 1em;
	width: 129px;
	border: 1px solid #cccccc;
	padding: 2px;
}

.membersForm li select {
	width: 135px;
}

#membersSearchForm button {
	height: 16px; width: 135px;
	background: #283366;
	text-decoration: none;
	border: 1px solid #283366;
	cursor: pointer;
	color: #ffcc33;
	text-align: left;
	padding: 0 0 0 3px;
}
#membersSearchForm button.over {
	border: 1px solid #ffcc33;
	background: #ffcc33;
	color: #283366;
}

.sectionContent {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 5px;
	background: #ffffff;
}

#mainSections .sectionContent, #latestNews .sectionContent {
	height: 145px;
	overflow: hidden;
}
.sectionHeader, .sectionFooter {
	display: block;
	height: 6px;
	margin-right: 6px;
	position: relative;
	background: url('../images/new-template/sectionHeader.png') 0 0 no-repeat;
	font-size: 1px;
}
.sectionHeader span, .sectionFooter span {
	width: 6px; height: 6px;
	position: absolute;
	top: 0; right: -6px;
	background: url('../images/new-template/sectionHeaderRight.png') 0 0 no-repeat;
	font-size: 1px;
}
.sectionFooter {
	background: url('../images/new-template/sectionFooter.png') 0 0 no-repeat;
}
.sectionFooter span {
	background: url('../images/new-template/sectionFooterRight.png') 0 0 no-repeat;
}

.sectionContent #newsFeedContainer h2 a, .sectionContent #newsFeedContainer h2 a:hover {
	background-image: none;
	padding-left: 3px;
}


/**
* Website Footer Definitons
*/

#affiliateContainer {
	width: 960px;
	margin: 0 auto 8px;
	clear: both;
}

#affiliateContainer ul {
	margin: 0 5px;
	width: 938px;
}

#affiliateContainer ul li {
	width: 938px;
}
#affiliateContainer ul li.noBoarder {
	border: none;
	padding-left: 1px;
}

#affiliateContainer ul li img {
	margin: 0 auto;
	max-width: 938px;
}

/**
* Website Footer Definitons
*/

#mainFooterContainer {
	width: 1024px;
	margin: 0 auto 50px;
}

#footerContainer {
	width: 1024px;
	position: relative;
	margin: 0;
	background: transparent url('../images/new-template/footerShadowleft.png') no-repeat 0 0;
}

#footerShadowRight {
	position: absolute;
	width: 10px; height: 250px;
	bottom: 0; right: 0;
	background: transparent url('../images/new-template/footerShadowRight.png') no-repeat 0 0;
}

#footerContainerFooter {
	width: 100%; height: 10px;
	display: block;
	background: transparent url('../images/new-template/footerFooterleft.png') no-repeat 0 0;
	position: relative;
	width: 1024px;
	margin: 0;
	font-size: 1px;
}
#footerContainerFooter span {
	height: 10px; width: 261px;
	display: block;
	background: transparent url('../images/new-template/footerFooterRight.png') no-repeat 0 0;
	position: absolute;
	top: 0; right: 0;
	font-size: 1px;
}

#footerContentContainer {
	width: 928px; height: 164px;
	background: #666666 url('../images/new-template/footerCorner.png') no-repeat 0 0;
	margin:0 auto;
	position: relative;
	padding: 16px;
	font-size: 10px;
}

#footerCornerTR {
	width: 6px; height: 6px;
	background: #666666 url('../images/new-template/footerCornerRight.png') no-repeat 0 0;
	position: absolute;
	top: 0; right: 0;
}

#footerContentContainer a {
	 color: #cccccc;
	 padding: 1px 2px 0 10px;
	 background: transparent url('../images/new-template/footerArrows.png') no-repeat 2px 3px;
}
#footerContentContainer a:hover {
	 color: #000000;
	 background: #FFCC33 url('../images/new-template/footerArrows.png') no-repeat 2px -16px;
}

.footerContent {
	 float: left;
	 margin-right: 16px;
	 width: 104px;
	 color: #cccccc;
	 font-size: 10px;
}
.smaller {
	width: 60px;
}

.rightSide {
	position: absolute;
	right: 16px;
	top: 16px;
	margin: 0;
	width: 170px;
	text-align: right;
}

.footerContent ul {
}
.footerContent ul li {
	margin: 0 0 3px 2px;
}

.footerContent h3 {
	margin: 0 0 0.7em;
	border-bottom: 1px solid #cccccc;
	font-size: 1.1em;
	padding: 0 0 2px 2px;
}

.terms {
	position: absolute;
	bottom: 16px; left: 16px;
	color: #cccccc;
}
#footerContentContainer .terms a {
	 padding: 1px 2px 0 2px;
	background: none;
}
#footerContentContainer .terms a:hover {
	background: #FFCC33;
}

#footerContentContainer #beavers {
	width: 14px; height: 17px;
	position: absolute;
	bottom: 16px; right: 16px;
	display: block;
	background: transparent url('../images/new-template/beavers.gif') no-repeat 0 0;
	padding: 0;
}
#footerContentContainer #beavers:hover {
	background: transparent url('../images/new-template/beavers.gif') no-repeat 0 -17px;
}
#beavers span {
	display: none;
}

/**
* Main Content Definitons
*/

#mainContentContainer {
	width: 960px;
	margin: 0 20px 8px;
	position: relative;
	clear: both;
}

#mainPageContent {
	padding: 0 0 25px 25px;
	width: 669px;
	float: left;
}

#mainPageContent h1{
	border-left: 8px solid #ffcc33;
	font-size: 2.91em;
	color: #283366;
	padding: 2px 0 5px 8px;
	background: url('../images/new-template/honeBackground.jpg') 0 0 repeat-y;
	margin: 5px 0 14px -20px;
}

#mainPageContent .pageTextContent h2 {
	border-bottom: 1px dotted #ccc;
}

#mainPageContent .blockquote {
	margin: 0;
	margin-bottom: 1em;
	font-size: 1.275em;
	font-weight: bold;
	color: #5D628F;
}

#mainPageColumn {
	width: 210px;
	float: right;
	padding-right: 5px;
}


/**
* Home Page Navigation Boxes
*/

.largeNavContainers {
}
.largeNavContainers li {
	float: left;
}
.largeNavContainers li.NavContainer {
	width: 216px;
	margin: 0 10px 10px 0;
}
.largeNavContainers li.noMargin {
	margin-right: 0;
}

.largeNavContainers li.NavContainer .NavContainerContent {
	height: 180px;
}

li.NavContainer h2, .sectionNavContaiter h2 {
	text-transform: uppercase;
	color: #283366;
	height: 26px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 6px;
	background: transparent url('../images/new-template/navContainerHeader.gif') no-repeat -6px -6px;
	font-size: 1.365em;
	font-weight: bold;
	font-style: normal;
}
li.NavContainer h2 span, .sectionNavContaiter h2 span {
	float: right;
	width: 6px; height: 26px;
	background: transparent url('../images/new-template/navContainerHeaderRight.gif') no-repeat 0 0;
}

.NavContainerContent, .sectionNavContent {
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 0 0 5px;
}

.NavContainerContent img {
	display: block;
	padding-bottom: 5px;
}
.NavContainerContent p {
	padding: 0 5px;
}

.NavContainerContent a, .NavContainerContent a:hover {
}
.NavContainerContent a:hover {
}

.NavContainerFooter, .sectionNavFooter {
	width: 100%; height: 6px;
	background: transparent url('../images/new-template/navContainerHeader.gif') -6px 0;
	font-size: 1px;
}
.NavContainerFooter span, .sectionNavFooter span {
	width: 6px; height: 6px;
	float: right;
	background: transparent url('../images/new-template/navContainerHeader.gif') 0 0;
	font-size: 1px;
}


/**
* Side Column Boxes
*/

#mainPageColumn .NavContainer {
	margin-bottom: 10px;
}

#mainPageColumn .NavContainer h2 {
	text-transform: none;
	color: #283366;
	height: 26px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 6px;
	background: transparent url('../images/new-template/sideboxes.gif') no-repeat -6px 0px;
	font-size: 1.365em;
	font-weight: bold;
	font-style: normal;
}
  
#mainPageColumn .NavContainer h2 span {
	float: right;
	width: 6px; height: 26px;
	background: transparent url('../images/new-template/sideboxes.gif') no-repeat 0 0px;
}

#mainPageColumn .NavContainerContent {
	border-color: #808080;
	background: #e7e8ee;
	padding-top: 5px;
	color: #283366;
}

#mainPageColumn .NavContainerContent ul {
	margin-left: 6px;
}
#mainPageColumn .NavContainerContent ul li {
	margin-bottom: 4px;
}

#mainPageColumn .NavContainerFooter {
	background: transparent url('../images/new-template/sideboxes.gif') no-repeat -6px -26px;
}
#mainPageColumn .NavContainerFooter span {
	background: transparent url('../images/new-template/sideboxes.gif') no-repeat 0 -26px;
}

#mainPageColumn .searchBox h2 {
	background-position: -6px -32px;
}
#mainPageColumn .searchBox h2 span {
	background-position: 0 -32px;
}

#mainPageColumn .searchBox .NavContainerContent {
	padding: 0;
}
#mainPageColumn .searchBox .NavContainerContent input {
	background: none;
	border: 0;
	padding: 5px;
	width: 174px;
}

#sideSearch button {
	height: 20px; width: 20px;
	background: transparent url('../images/new-template/eyeGlass.gif') no-repeat 2px 2px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	color: #000000;
	padding: 0;
	margin: 0;
}
#sideSearch button.over {
	background: transparent url('../images/new-template/eyeGlass.gif') no-repeat 2px -18px;
	color: #FFCC33;
}
#sideSearch button span {
	display: none;
}

a#calendarImage {
	background: transparent url('../images/new-template/calendar.gif') no-repeat 0 0;
	display: block;
	width: 196px; height: 98px;
	margin: 0 0 10px 6px;
}
a#calendarImage span {
	display: none;
}

#mainPageColumn .NavContainerContent ul.memberLogin {
	margin: 3px 0 0 4px;
}
#mainPageColumn .NavContainerContent ul.memberLogin li {
	margin-bottom: 6px;
}
#mainPageColumn .NavContainerContent ul.memberLogin li input {
	width: 192px;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #808080;
}

#mainPageColumn .NavContainerContent ul.memberLogin li input#rememberMe {
	width: 18px;
	margin: 0;
	padding: 0;
}

#sideLogin button {
	height: 20px; width: 200px;
	background: #283366;
	text-decoration: none;
	border: none;
	cursor: pointer;
	color: #FFCC33;
	padding: 3px;
	margin: 0 0 5px 0;
	text-align: left;
}
#sideLogin button.over {
	background: #FFCC33;
	color: #283366;
}

/** 
 * page news feed styles
 */

#pageNewsFeed {
	height: 174px; width: 207px;
	background: transparent url('../images/new-template/pageNewsFeed.png') no-repeat 0 0;
	padding: 0 7px 14px;
	overflow: hidden;
	margin: 0 21px;
	float: right;
}
#pageNewsFeed h1 {
	color: #fff;
	height: 26px;
	line-height: 26px;
	margin: 0 0 10px;
	font-size: 1.455em;
}

#pageNewsFeed #newsFeedContainer {
	position: relative;
	z-index: 20;
}

#pageNewsFeed #newsFeedContainer li {
}
#pageNewsFeed #newsFeedContainer li p {
	color: #fff;
	font-size: 1.091em;
}
#pageNewsFeed #newsFeedContainer li p a {
	font-size: 0.917em;
}
#pageNewsFeed #newsFeedContainer li h2 {
	color: #FFCC33;
	font-weight: bold;
	font-style: normal;
	font-size: 1.273em;
	margin: 5px 0 10px;
}
#pageNewsFeed #newsFeedContainer li a, #pageNewsFeed #newsFeedContainer li a:hover {
	color: #FFCC33;
	background: none;
	padding: 0;
	font-weight: bold;
}
#pageNewsFeed #newsFeedContainer li a:hover {
	color: #fff;
	text-decoration: underline;
}


/**
* Page Content Difintions
*/

#pageContentContainer {
	float: left;
	width: 510px;
}

#sectionNavColumn {
	width: 156px;
	height: 100%;
	float: left;
	margin: 0 14px 0 -12px;
}

.sectionNavContaiter h2 {
	text-transform: none;
}

.sectionNavContent {
	padding: 5px;
	height: auto;
}

.sectionNavContent ul li {
	margin-bottom: 5px;
}

.sectionNavContent ul li a, .sectionNavContent ul li a:hover {
	background: none;
	border-bottom: 1px dotted #666666;
	display: block;
	padding: 4px;
}
.sectionNavContent ul li a:hover {
	background: #FFCC33;
	border-bottom: 1px solid #666666;
	color: #283366;
}

/**
* Contact Form Difintions
*/

.defaultFormContainer {
	padding: 20px 0;
	width: 405px;
}

.defaultFormContainer li {
	margin-bottom: 10px;
}

.defaultFormContainer li label {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #283366;
}

.defaultFormContainer li label.error {
	float: none;
	font-weight: normal;
	color: #990000;
	font-style: italic;
	margin-left: 100px;
	line-height: 20px;
	display: block;
	width: 300px;
}


.defaultFormContainer li input, .defaultFormContainer li textarea {
	border: 1px solid #4d4d4d;
	width: 294px;
	padding: 3px;
}

.defaultFormContainer li.extraInfo {
	display: none;
}

.defaultFormContainer li em {
	color: #990000;
	margin: 0 1px;
	font-size: 1.09em;
}
.defaultFormContainer li.formNote {
	color: #990000;
	font-style: italic;
	font-size: 0.91em;
	padding-left: 100px;
	margin-top: -8px;
}

button.sendFormButton, a.sendFormButton, button.sendFormButtonHov {
	height: 24px; width: 300px;
	background: #283366;
	text-decoration: none;
	border: none;
	cursor: pointer;
	color: #FFCC33;
	padding: 3px;
	margin: 5px 0 0 100px;
	text-align: left;
	font-weight: bold;
	font-size: 1.09em;
}
button.sendFormButtonHov {
	background: #FFCC33;
	color: #283366;
}

.pageTextContent p {
	font-size: 1.091em;
	line-height: 1.1666em;
}


.pageTextContent p em {
	color: #283366;
	font-weight: bold;
	font-size: 0.82em;
}

.pageTextContent ul {
	margin: 7px 0 14px;
	padding: 0 0 0 15px;
}
.pageTextContent ul li {
	margin: 0 0 7px 15px;
	list-style: square;
}

.pageTextContent h1, .pageTextContent h2,.pageTextContent h3, .pageTextContent h4 {
	font-weight: bold;
	color: #283366;
}

.sectionContent #newsFeedContainer h2 {
	background: none;
	padding: 0;
	margin: 0;
	line-height: normal;
	height: auto;
}

#popupDiv {
	margin: 8px;
	border: 2px solid #FFFFFF;
	padding: 8px;
	background-color: #CFD9F4;
}

/**
 * Form Definitions
 */
.default input, .default textarea, .default select {  
	padding: 1px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;

	background-color: #FFFFFF;
	width: 280px;
	border: 1px solid #333333;
}

.default select {
	width: auto;
}

.default textarea { 
	height: 85px;
}

.default .input_radio {
	width: auto;
	border: 0;
	background-color: transparent;
}

.default .input_checkbox {
	width: auto;
	border: 0;
	background-color: transparent;
}

.input_submit, .input_button {
	background: #fff;
	border: 1px solid #808080;
	padding: 3px;
}


.default .input_button { 
	background-color: #D0D0D0;
	font-weight: bold;
	color: #727272;
	cursor: pointer;
}

/** 
 * Table Definitions
 */
.cmsList, .cmsForm {
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #808080;
	border-collapse: collapse; 
	border-spacing: 0px;
	background-color: #FFFFFF;
}
.cmsList td, .cmsForm td { 
	padding: 5px 5px 15px;
	border: 1px solid #808080;
	vertical-align: top;
	font-size: 1em;
}
.cmsForm td {
	border: none;
	padding-bottom: 5px;
}

.cmsList .alt, .cmsForm .alt { background-color: #e7e9ef}
.cmsList thead th, .cmsForm thead th {
	padding: 5px;
	background-color: #ced1de;
	border-bottom: 1px solid #595959;
	text-align: left;
	font-size: 1.365em;
	font-weight: bold;
	color: #fff;
}
.cmsList tfoot td, .cmsForm tfoot td  {
	background-color: #E0E0E0;
	border-top: 1px solid #808080;
}

.cmsList td h3 {
	font-size: 1.365em;
	margin: 0 0 5px;
}

.cmsForm a, .cmsList a , .cmsForm a:hover, .cmsList a:hover {
	padding: 2px 2px 1px;
}

/**
 * Custom Definitions
 */
.adminNav {
	margin: 8px auto;
}
.adminNav a, .adminNav a:hover {
	background-color: #fff;
}

.status, .error {
	margin-bottom: 1em;
	border: 1px solid #DD0000;
	padding: 4px;
	width: 97%;
	
	color: #DD0000;
}

.larger { font-size: 1.1em;}
.smaller { font-size: 0.9em;}

.inactive, .inactive a, .inactive a:link, .inactive a:visited, .inactive a:active { color: #AAAAAA;}
.inactive a:hover { color: #A1ADC9;}

.warning, .warning a, .warning a:link, .warning a:visited, .warning a:active { color: #DD0000;}
.warning a:hover { color: #A1ADC9;}

.ok, .ok a, .ok a:link, .ok a:visited, .ok a:active { color: #00B000;}
.ok a:hover { color: #A1ADC9;}

/**
 * For XStandard
 */
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.indent {
	margin-left: 50px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/** 
 * Calendar styles
 */
.calendarTable {
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #595959;
	border-collapse: collapse; 
	border-spacing: 0px;
	background-color: #FFFFFF;
}
.calendarTable th, .calendarTable td {
	padding: 4px;
	width: 14%;
	text-align: center;
	font-size: 0.9em;
}
.calendarTable th {
	background-color: #898989;
	border-bottom: 1px solid #595959;
	font-weight: bold;
	color: #FFFFFF;
}
.calendarTable td { 
	border: 1px solid #AEAEAE;	
}
.calendarTable a, .calendarTable a:link, .calendarTable a:visited, .calendarTable a:active { 
	border: 1px solid #595959;
	background-color: #898989;
	color: white;
	text-decoration: none;
	padding: 1px;
}
.calendarTable a:hover { 
	background-color: white;
	color: #898989;
	text-decoration: none;
}

.calendarTitle {
	text-align: center;
	padding-bottom: 6px;
}
.calendarTitle a {
	text-decoration: none;
}

.calendarDate {
	margin: 4px 0;
	padding-bottom: 2px;
	font-size: 0.9em;
	border-bottom: 1px solid #595959;
}
.calendarEntryTitle {
	margin: 4px 0;
	font-size: 11px !important;
}
.calendarEntry {
	padding: 6px;
}

.datesContainer {
	background-color: white;
	border: 1px solid #595959;
	height: 300px;
	overflow-y: scroll;
}
.datesContainer a:hover { 
	color: #8888BB;
}


#alterForm .cmsList {
margin: 0 0 1em -20px;
width: 938px;
}
#alterForm .cmsList th {
	font-size: 1em;
	white-space: normal;
}

#alterForm .cmsList tr td a {
	white-space: normal;
}


/** 
 * blog pages styles
*/
 
#mainPageColumn .NavContainer .blogNav h2 {
	background: none;
	border-bottom: 1px dotted #006;
	margin: 0 5px;
	font-size: 1.18em;
}

#mainPageColumn .NavContainer .blogNav ul {
	margin: 5px;
}

#mainPageColumn .NavContainer .blogNav ul li {
	display: inline;
	margin-bottom: 3px;
	line-height: 1.454em;
}

.pageTextContent .blogNav {
	display: none;
}



/**
 * Map Page
 */
#membersMap {
	height: 550px;
	overflow: hidden;
}

div.mapData {
	min-height: 100px;
	max-height: 400px;
	width: 240px;
	overflow: auto;
	padding: 0 10px;
	margin-bottom: 10px;
}

div.mapData h2 {
	margin: 0 0 0.91em;
	font-size: 1.4em;
	line-height: 1em;
}
div.mapData p {
	margin-bottom: 0.91em;
	line-height: 1.2em;
}

/**
* Document Archive
*/
.archiveNav {
	float: left;
	width: 144px;
	margin: 15px 8px 0 -15px;
	border: 1px solid #808080;
	border-top: none;
	padding-bottom: 20px;
}

.archiveNav h2 {
	font-size: 1.365em;
	margin: 0 0 5px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080 !important;
	background: #CED1DE;
	padding: 5px;
	color: #fff;
}

ul.archiveTags {
	margin: 0 5px;
	padding: 0;
}
ul.archiveTags li {
	list-style: none;
	margin: 0 3px 3px 0;
	padding: 0;
	display: inline;
}

.archiveList {
	float: left;
	width: 530px;
	 margin-top: 15px;
}

ul.archiveAllEntries {
	margin: 0;
	padding: 5px;
	border-top: 1px solid #808080;
}
 ul.archiveAllEntries li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.091em;
}





/**
 * Main Navigation Definitons
 */
#mainNavContainer {
	background: #283366;
	width: 980px;
	padding: 0 10px 7px;
	position: relative;
	z-index: 2000;
}

#mainNav {
	float: right;
	margin-top: 16px;
	margin-left: 225px;
	width: auto;
}
#mainNav li.topLevel {
	float: left;
	display: inline;
	padding: 1px 2px 0;
	/* background: url('../images/new-template/mainNavLine.gif') top right no-repeat;*/
	position: relative;
	border-right: 1px solid #fff;
}
#mainNav li.lastItem {
	border: none;
	padding-right: 2px;
}

#mainNav li.topLevel a {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.18em;
	padding: 3px 8px 2px;
	display: inline-block;
}
#mainNav li.topLevel a:hover {
	background: #ffcc33;
	color: #283366;
}

#mainNav ul.levelOne {
	/*background: transparent url('../images/new-template/levelOne.png') top left no-repeat;*/
	background: #edeef2;
	padding: 2px 0 10px;
	width: 136px;
	position: absolute;
	top: 20px; left: 0px;
	display: none;
	z-index: 30000;
	border-top: 1pz solid #283366;
}

#mainNav ul.levelOne li {
	background: 0;
	padding: 3px 0;
	position: relative;
}

#mainNav ul.levelOne li a, .levelOne .secondLevel a {
	text-transform: capitalize;
	font-size: normal;
	color: #000000;
	font-weight: normal;
	padding: 0 7px;
	display: block;
	font-size: 1em;
}
#mainNav ul.levelOne li a span, .levelOne .secondLevel a span, #mainNav ul.levelOne li a:hover span, .levelOne .secondLevel a:hover span {
	border-bottom: 1px dotted #000000;
	padding: 3px 3px 1px;
	display: block;
}

#mainNav ul.levelOne li a:hover, .levelOne .secondLevel a:hover {
	background: none;
	color: #000000;
}
#mainNav ul.levelOne li a:hover span, .levelOne .secondLevel a:hover span {
	background: #ffcc33;
	border-bottom: 1px solid #000000;
}

.levelOne .secondLevel, .levelOne .secondLevel ul {
	width: 122px;
	position: absolute;
	left: 137px; top: -2px;
	background: #edeef2;
	padding: 2px 0 10px;
}

.levelOne .secondLevel ul {
	 left: 123px; 
}

.levelOne .secondLevel a {
	padding: 0 7px !important;
}

#mainNav li:hover ul ul, #mainNav li:hover ul ul ul, #mainNav li:hover ul ul ul ul {
    display: none;
}
#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li li li li:hover ul {
    display: block;
}

#mainNav li.lastItem  ul.levelOne,
#mainNav li.secondLast  ul.levelOne {
	left: auto;
	right: 3px;
}

#mainNav li.lastItem  ul.levelOne .secondLevel,#mainNav li.lastItem  ul.levelOne .secondLevel ul,
#mainNav li.secondLast  ul.levelOne .secondLevel,#mainNav li.secondLast  ul.levelOne .secondLevel ul {
	left: -123px;
}



/**
 * Course booking form
 */
#course-booking-form {}
#course-form-template { display: none;}

#course-booking-form a.remove-attendee {
	float: right;
}
