html {
	height:100%;
	margin-bottom: 0.01em;
	overflow-y:scroll;
}

* {
	margin: 0;
	padding: 0;
	
}

body {

	margin: 0;
	padding: 0;

	background-color: #cfb36c;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }


h1 {
	color: #181951;

	font-weight: bold;
	font-size: 16px;
}

#wrapper {
	width: 1130px;
	height: 615px;
	
	margin: 0 auto;
	text-align: center;
	
	background-color: #cfb36c;
	
}


#mainContainer {
	float: left;
	width: 980px;
	height: 615px;
	
	margin: 30px 0 0 0;
	padding: 0px;

	text-align: left;

	background-color: #ffffff;
}

#mainContainer img {
	position: relative;
	z-index: 1002;

	float: right;
	width: 56px;
	height: 20px;
	
	margin: -118px 30px 0 0;
}

#header {
	position: relative;
	z-index: 1001;
	float: left;
	width: 980px;
	height: 118px;
}

#header img.logo {
	float: left;
	width: 106px;
	height: 107px;

	margin: 0 0 0 87px;
}

#header img.logo_text {
	float: left;
	width: 350px;
	height: 42px;

	margin: 60px 0 0 12px;
}

#rightmenu {
	float: right;
	width: 150px;
	height: 615px;
	margin: 30px 0 0 0;
	padding: 0px;

	background-color: #cfb36c;
}

#leftmenucontainer {
	width: 594px;
	height: 134px;
	position: relative;
	margin: 118px 0 0 92px;
	border: 1px solid #181951;
	border-width: 0 0 1px 0;
	
}

#leftmenu {
	/*position: relative;*/
	/*margin: 118px 0 0 92px;*/
	float: left;
	width: 194px;
	height: 134px;
	/*border: 1px solid #181951;*/
}

#leftmenu ul {
	list-style: none;
}

#leftmenu li {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
	color: #181951;
}

#leftmenu li a {
	padding: 2px 5px 3px 5px;
	color: #181951;
	text-decoration: none;
}

#leftmenu li a:hover {
	padding: 2px 5px 3px 5px;
	background-color: #181951;
	color: #ffffff;
	text-decoration: none;
}

#leftmenu li a.down {
	padding: 2px 5px 3px 5px;
	background-color: #181951;
	color: #ffffff;
	text-decoration: none;
}

#leftmenu li a.down:hover {
	padding: 2px 5px 3px 5px;
	color: #181951;
	text-decoration: none;
	background-color: #ffffff;
}

* html #leftmenu {
	margin: 0 0 0 87px;
}

#rightcol {
	float: left;
	margin: 0 0 0 20px;
	padding: 30px 0 22px 10px;
	width: 522px;
	color: #181951;
}

#rightcol h1 {
	font-weight: bold;
	font-size: 16px;
	/*line-height: 24px;*/
	margin: -4px 0 10px 0;
	padding: 0;
}

#rightcol p {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#rightcol p span {
	background-color: #cfb36c;
	color: #181951;
	padding: 2px;
	!padding: 0 2px;
}

#rightcol p a {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #181951;
	text-decoration: none;
}

#rightcol p a:hover {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #181951;
	text-decoration: underline;
}


#fullwidth {
	float: left;
	margin: 0 0 0 87px;
	padding: 10px 0 11px 10px;
	width: 856px
	color: #181951;
}

#fullwidth h1 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #181951;
}

#fullwidth h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #181951;
}

#fullwidth h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #181951;
}

#fullwidth span.membersignup {
	background-color: #cfb36c;
	color: #181951;
	padding: 2px;
	!padding: 0 2px;
}

#fullwidth span.red {
	color: #ff0000;
	padding: 2px;
	!padding: 0 2px;
}

#fullwidth .membersignup a {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #181951;
	text-decoration: none;
}

#fullwidth .membersignup a:hover {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #181951;
	text-decoration: underline;
}

#memberscontainer {
	clear: both;
	margin: 0 0 0 87px;
	padding: 10px 0;
	width: 806px;
	height: 320px;
	border: 1px solid #181951;
	/*background-color: #181951;*/
	overflow: auto;
}

#memberscontainer h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px 10px;

}

#membersheadercontainer  {
	clear: both;
	margin: 0 0 0 10px;
	padding: 0;
	width: 776px;
	height: 30px;
	border: 0px solid red;
}

#membersheadercontainer h1 {
	float: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px 10px;

}

#memberscategoriescontainer {
	clear: both;
	margin: 10px 0 30px 5px;
	padding: 0;
	width: 780px;
	min-height: 40px;
	border: 0px solid red;
}

#memberscategoriescontainer ul {
	list-style: none;
}

#memberscategoriescontainer ul li {
	float: left;
	height: 20px;
	margin: 0 5px 0 0;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #181951;
}

#memberscategoriescontainer ul li a {
	padding: 2px 5px;
	color: #181951;
	text-decoration: none;
}

#memberscategoriescontainer ul li a:hover {
	padding: 2px 5px;
	color: #181951;
	text-decoration: none;
	background-color: #cfb36c;
}

#membersdetailscontainer {
	width: 746px;
}

#membersdetailscontainer ul {
	clear: both;
	width: 746px;
	list-style: none;
}

#membersdetailscontainer ul li {
	float: left;
	width: 330px;
	/*height: 60px;*/
	margin: 0 10px 10px 20px;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 14px;
	color: #181951;
	border: 0px solid #181951;
}

#membersdetailscontainer ul li div {
	/*clear: both;*/
	width: 330px;
	margin: 1px 0;
	border: 0px solid #181951;
	height: 17px;
	/*line-height: 14px;*/
	overflow: hidden;
	text-align: left;
}

#membersdetailscontainer ul li div.moredetails {
	display: none;
	height: auto;
	padding: 5px 0;
	margin: 0;
}

#membersdetailscontainer ul li span {
	padding: 2px 0;
	color: #181951;
	font-size: 12px;
	font-weight: normal;
}

#membersdetailscontainer ul li span.bold {
	padding: 2px 0;
	color: #181951;
	font-size: 12px;
	font-weight: bold;
}

#membersdetailscontainer ul li span a {
	padding: 4px 5px;
	color: #181951;
	text-decoration: none;
}

#membersdetailscontainer ul li span a:hover {
	padding: 4px 5px;
	color: #181951;
	text-decoration: none;
	background-color: #cfb36c;
}


#membersdetailscontainer ul li span a.hidemoredetails { color: #181951; background-color: #cfb36c; }
#membersdetailscontainer ul li span a.moredetailslink { color: #181951; }

#membersdetailscontainer ul li span a.emaillink { color: #181951; }

#membersdetailscontainer ul li span a.pemaillink { color: #181951; background-color: #cfb36c; }
#membersdetailscontainer ul li span a.pweblink { color: #181951; background-color: #cfb36c; }


#memberssearchcontainer {
	float: right;
	width: 300px;
	height: 30px;
	margin: 0 10px 0 0;
	border: 1px solid #181951;
}

#memberssearchcontainer .searchterm {
	float: left;
	width: 200px;
	height: 19px;
	padding: 5px;
	line-height: 19px;
	font-weight: bold;
	font-size: 14px;
	color: #181951;
	background: transparent;
	border: 0px;
}

#memberssearchcontainer span {
	width: 75px;
	height: 19px;
	padding: 5px 10px 5px 5px;
	line-height: 19px;
	display: inline-block;
	float: left;
	text-align: right;
}

#memberssearchcontainer span a {
	font-weight: bold;
	font-size: 14px;
	padding: 2px 5px;
	color: #181951;
	background-color: #cfb36c;
	text-decoration: none;
}

#memberssearchcontainer span .submit {
	font-weight: bold;
	font-size: 14px;
	padding: 2px 5px;
	color: #181951;
	background-color: #cfb36c;
	text-decoration: none;
	border: 0px;
}

/*Start of Contact form*/
#memberscontactcontainer {
	clear: both;
	margin: 0 0 0 87px;
	padding: 10px 0;
	width: 686px;
	height: 250px;
	border: 1px solid #181951;
	/*background-color: #181951;*/
	overflow: auto;
}

#contactcontainer {
	clear: both;
	margin: 0 0 0 87px;
	padding: 10px 0;
	width: 686px;
	/*height: 250px;*/
	/*border: 1px solid #181951;*/
	/*background-color: #181951;*/
	/*overflow: auto;*/
}

#contactleftcol {
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0 11px 10px;
	width: 304px;
	color: #181951;
}

#contactrightcol {
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0 11px 10px;
	width: 304px;
	color: #181951;
}

#contactleftcol .formrow, #contactrightcol .formrow {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 314px;
	height: 25px;
	line-height: 25px;
	border: 0px solid red;
}

#contactleftcol .deepformrow, #contactrightcol  .deepformrow {
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 314px;
	line-height: 20px;
	border: 0px solid red;
}


#contactleftcol .formrow label, .deepformrow label {
	float: left;
	width: 70px;
	font-size: 12px;
	color: #181951;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

#contactleftcol .formrow label.info {
	float: left;
	margin: 0 0 0 10px;
	width: 124px;
	font-size: 12px;
	color: #181951;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	
	border: 0px solid red;
}

#contactleftcol .formrow input, .deepformrow input {
	float: left;
	width: 204px;
	margin: 5px 0 0 0;
	height: 20px;
	line-height: 20px;
}

#contactleftcol .formrow input.shortfield {
	float: left;
	width: 100px;
	margin: 5px 0 0 0;
	height: 20px;
	line-height: 20px;
}

#contactrightcol .formrow label, .deepformrow label {
	float: left;
	width: 100px;
	font-size: 12px;
	color: #181951;
	font-weight: bold;
}

#contactrightcol .formrow input, .deepformrow input {
	float: left;
	width: 204px;
	margin: 5px 0 0 0;
	height: 20px;
	line-height: 20px;
}

#contactrightcol .formrow textarea, .deepformrow textarea {
	float: left;
	width: 209px;
	margin: 5px 0 0 0;
	height: 50px;
	line-height: 20px;
}

#contactrightcol .formrow .submit {
	float: right;
	width: 70px;
	margin: 5px 0 0 0;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	background-color: #181951;
	border: 1px solid #181951;
}

#contactleftcol .formrow label.mandatory {
	float: left;
	margin: 0 0 0 10px;
	width: 224px;
	font-size: 12px;
	color: #181951;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
}

#contactleftcol .formrow label.warning {
	float: left;
	margin: 0 0 0 10px;
	width: 224px;
	font-size: 12px;
	color: #ff0000;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
}

#contactleftcol .formrow label.formwarning {
	color: #ff0000;
}

#contactrightcol .formrow label.formwarning {
	color: #ff0000;
}

#contactrightcol .deepformrow label.formwarning {
	color: #ff0000;
}

#contactrightcol .deepformrow label.formemployer {
	line-height: 15px;
}

#contactrightcol .deepformrow label.formemployerwarning {
	line-height: 15px;
	color: #ff0000;
}

#contactleftcol .deepformrow label.formemployer {
	line-height: 15px;
	width: 70px;
}

#contactleftcol .deepformrow label.formemployerwarning {
	line-height: 15px;
	color: #ff0000;
	width: 70px;
}

/*end of Contact form*/


#leftcol {
	float: left;
	margin: 0 0 0 87px;
	padding: 22px 0 22px 10px;
	width: 324px;
	color: #181951;
	/*border: 1px solid red;*/
}

* html #leftcol {
	clear: both;
	float: left;
	margin: 0 0 0 47px;
	padding: 22px 0 22px 0;
	width: 324px;
	color: #181951;
}

#leftcol h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

#leftcol p {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#leftcol div.bullets {
	position: relative; 
	float: left;
	/*margin: 0 0 10px 10px;*/
}

#leftcol ul {
	position: relative; 
	float:left;
	margin:0;
	padding: 0 0 0 5px;
}

#leftcol ul li {
	list-style:disc;
	margin: 0 0 8px 10px;
}

#bannerads {
	float: right;
	width: 120px;
	height: 615px;
	margin: 0;
	padding: 0px;

	background-color: #ffffff;
}

#footer {
	float: left;
	width: 950px;
	height: 30px;
	padding: 0px 30px 0 0;
	
	text-align: right;
	
	background-color: #cfb36c;
}

#footer A:link,
#footer A:visited,
#footer A:active,
#footer A:hover {
	color:#000000;
	font-size:13px;
	text-decoration:none;
	background-color:#F2D377;
	padding:1px 3px 3px 3px;

}

#footer img {
	float: right;
	width: 82px;
	height: 26px;

}

#footer img.marketing {
	float: right;
	width: 121px;
	height: 26px;

}

.event {
	clear: both;
	float: left;
	margin: 0 0 14px 0;
	padding: 0;
	width: 324px;
	height: 72px;
	color: #181951;
	border: 1px solid #181951;
	border-width: 0 0 1px 0;
}

#leftcol .eventDetails {
	float: left;
	width: 214px;
	margin: 0;
	padding: 0 0 0 10px;
	
}

#leftcol .eventDetails p {
	float: left;
	width: 214px;
	margin: 0;
	padding: 0;
	
}

#leftcol .eventDetails p a {
	color: #181951;
	text-decoration: none;
}

#leftcol .eventDetails p a:hover {
	color: #181951;
	text-decoration: underline;
}

#leftcol .event span.more_events {
	/*background-color: #cfb36c;*/
	color: #181951;
	padding: 2px;
}

#rightcol .event span.more_events {
	/*background-color: #cfb36c;*/
	color: #181951;
	padding: 2px;
}

#rightcol .event a {
	background-color: #cfb36c;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #181951;
	text-decoration: none;
}

#rightcol .event a:hover {
	background-color: #cfb36c;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #181951;
	text-decoration: underline;
}

#leftcol .event a {
	background-color: #cfb36c;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #181951;
	text-decoration: none;
}

#leftcol .event a:hover {
	background-color: #cfb36c;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #181951;
	text-decoration: underline;
}

#leftcol .eventDetails span {
	clear: both;
	float: left;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	line-height: 12px;
	border: 0px solid #181951;
}

#leftcol .eventDetails span.boldevent {
	float: left;
	margin: 0 5px 2px 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	border: 0px solid #181951;
}

#leftcol .eventDetails p {
	line-height: 12px;
}

#leftcol .eventimg {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 90px;
	height: 57px;
	border: 0px solid red;
}

.news {
	clear: both;
	float: left;
	margin: 0 0 14px 0;
	padding: 0;
	width: 324px;
	/*height: 72px;*/
	color: #181951;
	border: 1px solid #181951;
	border-width: 0 0 1px 0;
}

#rightcol .newsDetails {
	float: left;
	width: 352px;
	margin: 0;
	padding: 0;
}

#rightcol .newsDetails p {
	float: left;
	width: 352px;
	margin: 0 0 5px 0;
	padding: 0;
	/*color: #ff0000;*/
}

#rightcol .newsDetails p a {
	color: #181951;
	text-decoration: none;
}

#rightcol .newsDetails p a:hover {
	color: #181951;
	text-decoration: underline;
}


#leftcol_event {
	float: left;
	margin: 0 0 0 87px;
	padding: 22px 0 22px 10px;
	width: 594px;
	color: #181951;
}

* html #leftcol_event {
	clear: both;
	float: left;
	margin: 0 0 0 47px;
	padding: 22px 0 22px 10px;
	width: 594px;
	color: #181951;
}

#leftcol_event h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

#leftcol_event_details {
	float: left;
	width: 303px;
	border: 0px solid #181951;
}

#leftcol_event_details p {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#leftcol_event_details p span {
	font-weight: bold;
	font-size: 12px;
}

#leftcol_event_details p a {
	font-weight: bold;
	font-size: 12px;
	color: #181951;
	text-decoration: none;
}

#leftcol_event_details p a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #181951;
	text-decoration: underline;
}

#leftcol_event_details img.sponser_logo {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 120px;
}

#leftcol_event_details a.sponser_link {
	clear: both;
	margin: 0 0 10px 0;
	padding: 2px 10px;
	background-color: #ffffff;
	color: #181951;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#leftcol_event_details a.sponser_logo_link {
	clear: both;
	float: left;
	margin: 0;
	border: 0px solid #181951;
}

#rightcol_event {
	float: left;
	margin: 0 0 20px 20px;
	padding: 0;
	width: 261px;
	height: 168px;
	color: #181951;
}

#rightcol_event img {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 261px;
	height: 168px;
	color: #181951;
}

#rightcol_event p {
	margin: 0 0 10px 0;
}

#rightcol_event p span {
	padding: 2px;
	background-color: #cfb36c;
}

#rightcol_event p span a {
	color: #181951;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#rightcol_event p span a:hover {
	color: #181951;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#loginpanel {
	position: relative;
	margin: 10px 0 20px 92px;
	width: 594px;
	text-align: left;
}

#loginpanel h1 {
	margin: 0 0 10px 130px;
}

#loginpanel .loginrow {
	width: 594px;
	height: 30px;
	line-height: 30px;
	border: 0px solid red;
	font-size: 12px;
	color: #181951;
}

#loginpanel .loginrow label {
	float: left;
	width: 120px;
	text-align: right;
	padding: 0 5px 0 0;
	border: 0px solid green;
	font-weight: bold;
}

#loginpanel .loginrow label.error {
	color: #ff0000;
}

#loginpanel .loginrow .loginrowfield {
	float: left;
	width: 300px;
	border: 0px solid green;
}

#loginpanel .loginrow .loginrowsubmit {
	float: left;
	margin: 5px 0 0 130px;
	border: 0px solid purple;
}

#loginpanel .loginrow .loginrowfield input {
	float: left;
	margin: 5px 0 0 0;
	width: 200px;
}

#loginpanel .loginrowmsg {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 130px;
}

#eventscontainer {
	float: left;
	width: 334px;
	color: #181951;

	border: 0px solid purple;
}

#newscontainer {
	float: left;
	width: 532px;
	color: #181951;

	border: 0px solid purple;
}

/*
#debug_panel {
	position: relative;
	z-index: 2005;
	width: 600px;
	height: auto;
}

#debug_panel .fieldset {
	display: block;
	width: 500px;
	height: auto;
}

#debug_panel .legend {
	color:Ê#ff0000;
}

#debug_panel .pre {
	width: 480px;
	color:Ê#ff0000;
}
*/



