/* Common */
body,table,input,select,textarea { 
  font-family: arial, sans-serif; 
  font-size:100%;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#4c5b52;
  background:#4c5a52 url('../images/i-bg.gif') no-repeat left bottom;
}

h1 {
  font-size:1.125em;
  font-weight:normal;
  color:#4c5b52;
  background:#edeeed;
  padding: 5px;
  margin: 0 0 1em 0;
  border-left: 1px solid #f37321;
  width: auto;
 }

h2 {
  color:#4c5b52;
  font-size:1em;
  font-weight:bold;
  margin: 2em 0 1em 0;
}

h3 {
  margin:1em 0;
  font-size:1em;
  font-weight:normal;
}

h4 {
  font-size:1.125em;
  font-weight:normal;
}
#content p, #content ul { 
  color:#4c5b52;
  margin:1em 0;
  font-size:0.875em;
  line-height:1.5em;
}
#content ul {
	margin-left: 1em;
}
#content a {
	color:#ff751d;
}
#content a:hover {
	color:#000;
}
dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:6em;
}

dl.col dd { 
  margin-left:7em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr{
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

a:active, a:focus {
	outline: none;
}

/* Layout */

#topbar {
	width:100%;
	height: 50px;
	line-height: 20px;
	background: transparent url('../images/i-top.gif') repeat-x left 25px;
	
	background-color:#a3aa11;
}
#topbar ul {
	width: 990px;
	margin: 0 auto;
	list-style-type:none;
}
#topbar ul li {
	float:right;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
#topbar ul li.top-contact {
	background: transparent url('../images/g-ico-contact.gif') no-repeat left 7px;
}
#topbar ul li.top-home {
	background: transparent url('../images/g-ico-home.gif') no-repeat left 6px;
}
#topbar ul li.top-logout {
	background: transparent url('../images/g-ico-logout.gif') no-repeat 3px 6px;
}
#topbar ul li a {
	color:#fff;
	text-decoration:none;
	font-size: 11px;
}
#topbar ul li a:hover {
	color:#000;
}

.constrain {
	width:990px;
	margin: 15px auto;
	position:relative;
}

/* Search */
#search {
	position:absolute;
	right:0;
	padding: 18px 0 0 0;
	width:260px;
	text-align:right;
}
#search input {
	background:transparent url('../images/i-search-box.gif') no-repeat;
	width:168px;
	height: 11px;
	line-height:11px;
	font-size:11px;
	padding: 7px 5px;
	float:left;
}
#search input.search-submit {
	background: transparent url('../images/g-search.gif') no-repeat;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	width:69px;
	margin: 0px 0 0 10px;
	cursor:pointer;
	float:right;
	height:25px;
	padding-top: 5px;
	}

/* Nav */
#navwrap {
	width:100%;	
	height: 50px;
	position:relative;
}
#nav {
	padding: 0 0 0 0;
	position:relative;
	overflow:visible;
	width: 990px;
	white-space:nowrap;
	margin: 0 auto 0 auto;
}
#nav ul {
	list-style-type:none;
	margin: 60px 0 0 0;
	border-bottom: 2px solid #a3aa11;
}
#nav ul li {
	display:inline-block;
	margin: 0 25px 5px 0;
}
#nav ul li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding: 0 0 0 14px;
	background: transparent url('../images/i-nav-green.gif') no-repeat 0 2px;
}
#nav ul li a:hover {
	color:#f37321;
}
#nav ul li a.about-section,  #nav ul li a.media-section { background: transparent url('../images/i-nav-blue.gif') no-repeat 0 2px; }
#nav ul li a.what-section, #nav ul li a.events-section { background: transparent url('../images/i-nav-orange.gif') no-repeat 0 2px; }
#nav ul li a.index-section, #nav ul li a.membership-section, #nav ul li a.contact-section { background: transparent url('../images/i-nav-green.gif') no-repeat 0 2px; }

#nav ul li a.about-section:hover,  #nav ul li a.media-section:hover { color:#569bbe; }
#nav ul li a.what-section:hover, #nav ul li a.events-section:hover { color:#f37321; }
#nav ul li a.membership-section:hover, #nav ul li a.contact-section:hover { color:#9fa617; }

#constrain #nav ul li ul li a { background-image:none; }

#nav ul li a.current { font-weight:bold; }
#nav ul li ul li a.current { font-weight: normal; }

/* Subnav */
#nav ul li ul { display: none; }
#nav ul li.hover ul { z-index: 20; display: block; }
#nav ul li.current ul { z-index: 10; display: block; }

	#nav ul li ul {
		margin: 9px 0 10px 0;
		border: 0;
		padding: 8px;
		background:#55634b;
		position:absolute;
		width: 974px;
		top: 15px;
		left: 0;
	}
	#nav ul li ul li {
		color:#efefee;
		font-size:12px;
		margin-right: 5px;
	}
	#navwrap #nav ul li ul li a {
		background-image:none;
	}
	#nav ul li ul li a:hover {
		color:#ccc;
	}
  

/* Content Area */
#content {
	background: #fff;
	width:922px;
	padding: 34px;
	margin: 0 0 20px 0;
}

/* Footer */
#tagline {
	margin: 0 0 0 591px;
}
#footer {
	padding: 30px 0 0 0;
}
#footer-line {
	border-top: 3px solid #a3aa11;
	background: #fff url('../images/i-top.gif') repeat-x left 3px;
	height:27px;
	margin: 15px 0 0 0;
}
.footer-section {
	border-left: 1px solid #a6ada9;
	height: 82px;
	padding: 0 0 0 12px;
	display:inline-block;
	width:225px;
	vertical-align:top;
}
#footer-content {
	width:990px;
	margin: 0 auto;
}

#footer h2 {
	color:#fff;
	text-transform:uppercase;
	margin: 0;
	font-size:14px;
	font-weight:normal;
}
#footer p {
	margin: 5px 0 0 0;
	font-size:11px;
	color:#fff;
}
	/* Footer Nav */
	
	#footer ul {
		list-style-type:none;
		margin: 7px 0;
	}
	#footer li a {
		color:#fff;
		text-decoration:none;
		font-size:11px;
		line-height:22px;
	}
	#footer li a:hover {
		color:#000;
	}
	
	/* Footer Forms */
	#footer input {
		background: #fff url('../images/i-input-footer.gif') no-repeat;
		width:144px;
		height: 11px;
		font-size:11px;
		line-height:11px;
		padding: 7px 5px;
		margin: 7px 0 0 0;
	}
	#footer input.submit {
		width:27px;
		height:25px;
		padding: 0;
		position:absolute;
		margin: 7px 0 0 7px;
	}
	
	/* Footer contact details */
	#footer dl {
		margin: 5px 0;
		font-size:12px;
		color:#fff;
		line-height:22px;
	}
	#footer dl dt {
		width: 70px;
		float:left;
		font-weight:bold;
	}
	#footer dl dd {
		margin-left: 70px;
	}
	#footer a {
		color:#a3aa11;
		text-decoration: none;
	}
	#footer a:hover {
		color:#fff;
	}
#footer p#author {
	text-align:right;
	font-size:10px;
	margin: 30px 0;
}
#author a {
	color:#adb0ae;
	text-decoration:none;
}
#author a:hover {
	color:#a3aa11;
}

/* Home Page */
.third {
	width:330px;
	height:308px;
	float:left;
	overflow:hidden;
}
.homecontent {
	margin: -34px -34px -35px -34px;
}
.third.bluebox {
	background: transparent url('../images/i-blue-box.gif') no-repeat;
}
.third.greenbox {
	background: transparent url('../images/g-box-bg-green.gif') no-repeat;
}
#content .partners {
  background:#fff;
  height:101px;
}  
#content .memberspartners {
  height:154px;
  }
#content .partners h2 {
  color:#4C5A52;
  font-size:1em;
  margin: 5px 0;
  }
#content a.button-orange {
	background: transparent url('../images/i-home-button-orange.gif') no-repeat;
	color:#fff;
	width:234px;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	padding: 0 0 0 10px;
	margin: 7px 0 0 45px;
}
#content a.button-green {
	background: transparent url('../images/i-home-button-green.gif') no-repeat;
	color:#fff;
	width:234px;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	padding: 0 0 0 10px;
	margin: 7px 0 0 45px;
}
#content a.button-orange:hover, #content a.button-green:hover {
	color:#4c5a52;
}

/* Latest News */
.latestnews {
	height:92px;
	padding: 20px 20px 0 20px;
}
.membersnews {
  height: 280px;
  padding-top: 15px;
  }
#content .latestnews h2 {
	color:#fff;
	font-weight:normal;
	font-size: 1.69em;
	text-transform:uppercase;
	margin: 0;
}
#content .latestnews p {
	color:#fff;
	font-size:11px;
	line-height:18px;
	margin: 5px 0 0 0;
}
#content .latestnews a {
	color:#4c5b52;
	text-decoration:none;
}
#content .latestnews a:hover {
	color:#35423a;
}

/* Partners */
.partners {
	padding: 13px 20px;
}
#content .partners h2 {
	color:#4c5b52;
	font-weight:normal;
	font-size: 1em;
	text-transform:uppercase;
	margin: 0;
}
/* Partners Logos */
.partners-logos {
	padding: 0px 0 0 0;
}

/* Content Button */
#content a.button {
	text-decoration:none;
	background:#ff751d;
	color:#fff;
	display:inline-block;
	height:25px;
	line-height:25px;
	background:#ff751d url('../images/g-button-r.gif') no-repeat right top;
	padding: 0 30px 0 7px;
}
#content a.button:hover {
	color:#000;
}
#content a.font-sml {
	font-size:12px;
}
#content a.active {
	text-decoration:none;
	background:#ff751d;
	color:#fff;
	display:inline-block;
	height:25px;
	line-height:25px;
	background:#ff751d url('../images/g-button-back.gif') no-repeat left top;
	padding: 0 7px 0 30px;
}
#content a.active:hover {
	color:#000;
}

/* Find a Specialist Page */

.hb {
	width:421px;
	min-height:183px;
	height:100%;
	padding: 20px;
	margin: 32px 0 0 0;
	float:left;
}
.hbb {
	background:#56a1c5 url('../images/g-box-bg-blue.gif') no-repeat;
	color:#fff;
}
.hbg {
	background:#d2d2d2 url('../images/g-box-bg-grey.gif') no-repeat;
}
.hb h3 {
	text-transform:uppercase;
	margin-top:0;
}
#content .hb ul {
	list-style-type:none;
	padding: 0; margin: 0;
}
.hb ul li {
	background: transparent url('../images/g-bullet-white.gif') no-repeat 0 9px;
	padding: 0 0 10px 10px;
}
#content .hb ul li a {
	color:#eee;
	text-decoration:none;
}
#content .hb ul li a:hover {
	color:#4c5a52;
}

.specialistdisplaytbl {
	border-collapse: collapse;
	width:100%;
}
.specialistdisplaytbl td {
	float:none;
	width:50%;
	vertical-align:top;
}

.hb form {
	background: transparent;
	padding:0;
	margin:0;
	border:0;
	width:auto;
}
#content .hb form input, .hb form select, #content .search-specialists form input, .search-specialists form select {
	border: 1px solid #B7BAB8;
	padding:3px;
	width: 250px;
}
#content .hb form input, #content .search-specialists form input {
	width:242px;
}
#content .hb form input.submit, #content .search-specialists form input.submit {
	width:auto;
	border:0;
	padding: 5px;
	background:#f37321;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:12px;
}
#content .hb form input.submit:hover, #content .search-specialists form input.submit:hover {
	color:#000;
}
#content .hb form .buttons {
	margin-top: 5px;
}
.search-specialists form {
	background: transparent;
	padding:0;
	margin:0;
	border:0;
	width:auto;
	padding: 5px 10px;
	margin: 32px 0 22px 0;
	background:#d2d2d2 url('../images/g-box-bg-grey-r.gif') no-repeat right top;
	font-size:12px;
}
#content .search-specialists form .buttons {
	position:absolute;
	margin: -35px 0 0 430px;
}

	p.note
	{
		width: 30em;
		padding-right: 1em;
		padding-left: 1em;
		padding-bottom: 0.5em;
		padding-top: 0.5em;
		border-width: 1px;
		border-color: #d4c700;
		border-style: solid;
		background-color: #fffebf;
	}
	
	div#member-status
	{
	 float: right;
	 line-height: 32px;
	 margin-right: 0.5em;
	}
	
	.messages ul, .errors ul, .formerrors ul
	{
	 margin-top: 3.5em;
	 border: 3px solid #fff !important;
	}
	
/* 2 column list */
.half-list {
	display:inline-block;
	width:445px;
	vertical-align:top;
}
 
/* Board Members */
.board {
	padding: 0 0 0 200px;
	min-height:250px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 32px;
	
	
}
.board h2 {
	margin-top: 0;
}

#content .boardmembers img.left {
	margin: 0 20px 20px 0;
	border: 1px solid #4c5a52;
}

/* Contact Form */
.contactform {
  float:right;
  width:310px;
  vertical-align:top;
  margin-top:0;
  }
.contactform label {
  font-size:0.875em;
  display:inline-block;
  width:70px;
  vertical-align: top;
  padding: 3px 0 0 0;
  }
#content div.hb.contactform input, #content div.hb.contactform textarea {
  padding: 3px;
  border: 1px solid #999;
  font-size:0.875em;
  width:220px;
  margin: 5px 0;
  color: #4C5A52;
    }
#content div.hb.contactform textarea {
  height:80px;
  }
#content div.hb.contactform input.submit {
  width: 100px;
  margin: 0 7px 0 0;
  color:#fff;
  cursor:pointer;
  border:0;
  float:right;
  -moz-border-radius:4px;
}
.required {
  font-size:11px;
  font-style:italic;
  color:#;
  } 
 .requirednote {
   margin: 0 0 0 75px;
 } 
.contact-details {
  float:left;
  width:250px;
}
#content .contactform p {
	color:#fff;
	font-size:11px;
}
/* Members page */
.greenbox h2 {
  color:#fff;
  text-transform:uppercase;
  font-weight:normal;
  font-size:1em;
  margin: 20px 20px 10px 20px;
}

.basecamplogin {
  margin: 0 20px;
  }
.basecamplogin label {
  font-size:0.675em;
  color:#fff;
  }
.basecamplogin input {
  background:#fff;
  width:200px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 5px 0;
  font-size:0.675em;
  padding: 5px 3px;
  color:#4C5A52;
  }
.basecamplogin input.submit {
  background:transparent url('../images/g-button-green.gif');
  width:71px;
  height:25px;
  border-radius: 0; -moz-border-radius:0;
  color:#fff;
  cursor:pointer;
  padding-right:10px;
  margin: 0 0 0 193px;
  }
#content a.button-orange-m {
  background:transparent url('../images/g-button-orange-ongreen.gif') no-repeat;
  margin: 16px auto 16px auto;
  }
 #content a.button-dgreen-m {
  background:transparent url('../images/g-button-green-ongreen.gif') no-repeat;
  margin-bottom: 38px;
  }
 #content a.button-dgreen-m:hover {
 color:#A3AA11;
  }

#content a.button-blue-m {
  background:transparent url('../images/g-button-blue-ongreen.gif') no-repeat;
  margin: 40px auto 10px auto;
  }
#content a.button-orange-onwhite {
  background:transparent url('../images/g-button-orange-onwhite.gif') no-repeat;
  margin: 1em 0;
}
.members-forum {
  background:#ff751d;
  height: 130px;
  padding: 20px;
  }
#content .members-forum p {
	color:#fff;
	font-size:11px;
	line-height:18px;
	margin: 5px 0 0 0;
}
#content .members-forum h3 {
	margin: 0;
  	color:#4c5b52;
  	font-size:1em;
  	text-transform:uppercase;
}

  
  
/* Feedback */
.feedbackform {
  
}
.feedbackform textarea {
  width: 100%;
  height:150px;
  border: 1px solid #ccc;
  padding:3px;
  font-size:0.875em;
  color:#4C5B52;
  } 
.feedbackform input.submit {
  color:#fff;
  width:111px;
  height:27px;
  line-height:27px;
  font-size:0.875em;
  margin: 5px 0 0 0;
  cursor:pointer;
  background: transparent url('../images/g-button-fixed.gif') no-repeat;
} 
#content img.right {
  border-left: 34px solid #fff;  
  border-bottom: 34px solid #fff;
  }
#content img.left {
  border-right: 34px solid #fff;  
  border-bottom: 34px solid #fff;
  }
  
#closebutton {
	 position:absolute;
	 z-index:10000;
	 margin: -25px 0 0 340px;
	 cursor:pointer;
}

/* News */
.latestnews, .members-forum {
	position:relative;
	overflow-y: hidden;
}
.latestnews p a, .members-forum p a {
	position:absolute;
	right: 15px;
	text-decoration:none;
}
.latestnews p, .members-forum p {
	overflow-x:hidden;
	width: 230px;
	white-space:nowrap;
}
#content .members-forum p a {
	color:#4C5A52;
}
#content .members-forum p a:hover {
	color:#fff;
}

/* Flash Button */
#flashbutton {
	position:absolute;
	top:0;
}

.home-rhs {
	background: transparent url('../images/g-home-rhs.jpg');
	width: 288px;
	height: 197px;
	padding: 10px 0 0 48px;
}
#content .home-rhs a {
	background: transparent url('../images/g-home-buttons.gif') no-repeat;
	display:block;
	width:222px;
	height:28px;
	line-height:28px;
	padding: 0 0 0 15px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	margin: 0 0 4px 0;
}
#content .home-rhs a:hover {
	color:#FF751D;
}

#content blockquote {
	padding: 0 0 0 200px;
	min-height:250px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 32px;
}
