* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	margin: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}

BR.clearAll {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}

A:link, A:visited, A:active, A:hover {
	color: #676767;
}

P { margin: 10px 0; }

P:first-child { margin-top: 0; }

/* HEADINGS ------------------------------------------------------ */
H1 {
	font-size: 19px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #676767;
	line-height: 1em;
	margin: 15px 0 10px 0;
}

H2 {
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #676767;
	line-height: 1em;
	margin: 15px 0 10px 0;
}

H1:first-child { margin-top: 0; }
H2:first-child { margin-top: 0; }

/* MAIN LAYOUT --------------------------------------------------- */

/* PAGE */
.page {
	margin: 0 auto;
	padding: 30px;
	width: 950px;
	text-align: left;
}

/*	HEADER	*/
.header {
	clear: both;
	width: 950px;
	margin: 0;
	padding: 0;
}

.logo {
	width: 135px;
	height: 130px;
	border: none;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

.banner {
	width: 800px;
	height: 105px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}

.search {
	margin-top: 1px;
}

.searchButton {
	margin: 0 3px 0 15px;
	padding: 0;
	width: 64px;
	height: 23px;
	_margin-left: 12px;
}

.searchBox { 
	width: 115px;
	margin: 0;
}

/*	CONTENT	*/
.content {
	clear: both;
	margin: 10px 0 0 0;
	border: 1px solid #e4e3e2;
	padding: 15px 15px 20px 15px;
	color: #989898;
	font-size: 11px;
	_padding-top: 5px;
}

.page_home .content {
	float: left;
	width: 635px;
	clear: none;
	border: none;
	padding: 0;	
}

.contentRight {
	width: 300px;
	float: right;
	margin: 10px 0 0 0;
}

.loginButtons {
	height: 23px;
	margin: 10px 0 0 0;
	padding: 0;
}

.page_home TABLE {
	background: #f1f1f1;
	width: 300px;
	padding: 0;
}

TABLE.featuredMember {
	border: 4px solid #cdcccc;
}

TABLE.featuredEvent {
	border-top: 4px solid #cdcccc;
	border-bottom: 1px solid #cdcccc;
	border-right: 4px solid #cdcccc;
	border-left: 4px solid #cdcccc;
	margin: 10px 0 0 0;
}

TABLE.featuredEventBottom {
	border-top: none;
	border-bottom: 4px solid #cdcccc;
	border-right: 4px solid #cdcccc;
	border-left: 4px solid #cdcccc;
	margin: 0;
}

.featuredMemberTitle, .featuredEventTitle {
	color: #989898;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	border-right: 1px solid #cdcccc;
	border-bottom: 1px solid #cdcccc;
	padding: 3px 5px;
	width: 125px;
	text-align: left;
}

TD.featuredMemberPhoto IMG { 
	border: 1px solid #989898;
	margin: 5px;
	text-align: center;
	vertical-align: top;
}

TD.featuredMemberName, TD.featuredEventHeadline {
	color: #989898;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 5px 0 5px;
	margin: 0;
	text-align: left;
	vertical-align: bottom;
	height: 13px;
}

TABLE.featuredEventBottom TD.featuredEventHeadline {
	padding: 8px 5px 0 5px;
}

TD.arrow {
	height: 13px;
	width: 6px;
	vertical-align: center;
	padding: 8px 0 0 8px;
	margin: 0;
}

TD.featuredMemberInfo, TD.featuredEventInfo {
	color: #989898;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 0 5px;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

TD.readMoreLink {
	color: #676767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 0 5px 5px 5px;
	margin: 0;
	text-align: right;
	vertical-align: bottom;
	height: 12px;
}

TD.featuredEventPhoto IMG {
	margin: 5px 5px 10px 5px;
	text-align: center;
	vertical-align: top;
}


.whatsNew {
	width: 950px;
	height: 31px;
	margin: 10px 0 0 0;
	padding: 0;
	background: url('img/whatsNew.gif') top center no-repeat;
	clear: both;
}
.whatsNew A {
	float: left;
	display: block;
	padding: 7px 0 0 12px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration: none;
}
.whatsNew .article {
	float: left;
	padding: 6px 0 0 20px;
	margin: 0;
	font-size: 14px;
}
.whatsNew .article A {
	float: left;
	padding: 1px 0 0 0;
	font-size: 14px;
	color: #000000 !important;
	font-weight: normal;
}



/*	FOOTER	*/
.footer {
	clear: both;
	width: 950px;
	margin: 10px 0 0 0;
	padding: 0;
	height: 35px; 
}

.corporatePartners {
	float: left;
	margin: 0;
	padding: 0;
	height: 35px;
}

.corporatePartners P {
	color: #989898;
	width: 80px;
	height: 32px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 20px 0 0 ;
	margin: 0 20px 0 0;
	text-align: right;
	border-right: 1px solid #676767;
	float: left;
}

.corporatePartners IMG {
	margin-right: 20px;
	_margin-right: 18px;
}

.copyright {
	color: #676767;
	font-size: 9px;
	float: right;
	padding: 10px 0 0 0;
	margin: 0;
}

/* NAVIGATION */
.menu {
	position: relative;
	z-index: 9998;
	margin: 0;
	padding: 0;
	float: right;
	width: 800px;
	height: 23px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: block;	
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #676767;
}

.menu ul li.selected,
.menu ul li.opened,
.page_home .menu li.nav_home {
	background-color: #000000;
}

.menu ul li:hover,
.menu ul li.over,
.page_home .menu li.nav_home.over,
.page_home .menu li:hover.nav_home {
	background-color: #99ca3c;
}

.menu ul li a {
	display: block;
	color: #FFFFFF !important;
    text-decoration: none !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
	border-right: 1px solid #FFFFFF;
}

.menu ul li a:hover,
.menu ul li a.over {
	color: #000000 !important;
}

.menu ul li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 24px;
	left: -1px;
	margin: 0;
	padding: 1px 0 0 1px;
	background: #FFFFFF;
}

.menu li ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: none !important;
	background-color: #cccccb;
	border-bottom: 1px solid white;
}

.menu li ul li.selected {
	background-color: #cccccb !important;
}
.menu li ul li:hover,
.menu li ul li.over {
	background-color: #cccccb !important;
}

.menu li ul li a {
	color: #676767 !important;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	margin: 0;	
	padding: 4px 8px;
	width: 125px;
	line-height: normal !important;
}

.menu li ul li a:hover,
.menu li ul li a.over {
	color: #676767 !important;
}

/* SHOW/HIDE LEVELS ****************************************** */
/* level 1 */
.menu li:hover ul,
.menu li.over ul {
	display: block;
}

.menu LI {
	/* IE mouse over behavior; adds class=over
	to get the :hover functionality on any item */
	behavior: js_rollover;
}