/* ICONOGRAPHY 2008 - Standard Screen CSS */
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #333;
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* everyone else */
}
/**************** STYLES FOR WYSIWYG CMS *******************/
.mceContentBody {
	background: #FFF;
	text-align: left;
}
.mceContentBody p {	
	color: #333;
	font-size: 90%;
}
/************* COMMON ****************/
a {
	color: #000;
	text-decoration: none;
	position: relative;
	z-index: 10;
}
a:hover {
	color: #bec800;
}
p {
	margin: 0 0 1.2em 0;
	padding: 0;
	color: #333;
	font-size: 90%;
}
li {
	margin: 0.4em 0;
	padding: 0;
	font-size: 90%;
}
h1 {
	font-size: 180%;	
	padding: 0 0 0.5em 0;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 160%;
	padding: 0 0 0.4em 0;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0;
	padding: 0 0 0.3em 0;	
	font-size: 150%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	margin: 0;
	padding: 0 0 0.2em 0;
	font-size: 140%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	margin: 0;
	font-size: 120%;
	padding: 0 0 0.1em 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
/******************** HEADER ***********************/
#wrapouter {
	margin: 0px auto;
	padding: 0;
	width: 998px;
	background: #D3E6EA;
}
#wrap {
	margin: 0;
	padding: 0;
	float: left;
	claer: both;
	width: 100%;
}
#container {
	margin: 0;
	padding: 0;
	float: left;
	claer: both;
	width: 100%;
	position: relative;
}
.mainlogo {
	position: absolute;
	top: 2px;
	left: 9px;
	z-index: 9999;
}
/*** navigation ***/
#navigation {
	width: 100%;
	padding: 0;
	margin: 0 0 16px 0;
	float: left;
	clear: both;
}
#navigation a {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 100%;
	font-family: Arial Black, Helvetica, sans-serif;
	z-index: 9999;
}
#navigation a:hover, #navigation a.current {
	color: #bec800;
	text-decoration: none;
}
#navigation #login {
	margin: 0 0 0 15px;
	padding: 0;
	width: 200px;
	float: left;
	display: inline;
}
#navigation #login #homelink {
	margin: 0;
	padding: 5px 20px;
	float: left;
	background: #000;
}
#navigation #nav {
	margin: 0 0 24px 0;
	padding: 0;
	width: 760px;
	float: right;
}
#navigation #nav .links {
	width: 551px;
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	background: #000;
	float: left;
	text-align: center;
}
#navigation #nav .links a {
	padding: 0 4px 0 4px;
}
#navigation #nav .prof {
	width: 170px;
	padding: 0;
	margin: 0 19px 0 0;
	background: #000;
	float: right;
	display: inline;
}
#navigation #nav .prof ul#topnav {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 999;
}
#navigation #nav .prof ul#topnav li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 100%;
}
#navigation #nav .prof ul#topnav li a {
	width: 150px;
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	float: left;
	display: inline;
	font-weight: normal;
}
#navigation #nav .prof ul#topnav li a:hover, #navigation #nav .prof ul#topnav li.current a {
	color: #bec800;
}
/* for drop navigation... */
#navigation #nav .prof ul#topnav li ul.levelone {
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	top: 28px;
	z-index: 9999;
	background: #000;
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation #nav .prof ul#topnav li:hover ul.levelone, #navigation ul#topnav li.sfhover ul.levelone {
    left: 0;
}
#navigation #nav .prof ul#topnav li ul.levelone li {
	font-size: 85%;
	padding: 0;
	margin: 0;
}
#navigation #nav .prof ul#topnav li ul.levelone li a {
	color: #fff;
}
#navigation #nav .prof ul#topnav li.current ul li a, #navigation #nav .prof ul#topnav li ul.levelone li a:hover {
	color: #bec800;
}
#navigation #nav .logoSCC {
	width: 120px;
	padding: 0;
	margin: 0 20px 0 0;
	float: right;
	display: inline;
	text-align: right;
}
#navigation .searchbox {
	width: 400px;
	float: right;
	clear: both;
	margin: 0 20px 24px 0;
	padding: 0;
	background: #fff;
	border: 3px solid #bec800;
}
#navigation .searchbox .textfield {
	color: #999;
	border: none;
	margin: 2px;
	padding: 2px;
	vertical-align: middle;
	width: 90%;
	font-size: 85%;
}

#navprof {
	width: 100%;
	height: 36px;
	padding: 5px 0 0 0;
	margin: 0;
	clear: both;
	background: #fff;
}
#navprof .proflinks {
	width: 986px;
	line-height: 28px;
	border-top: 3px solid #BED63A;
	border-bottom: 3px solid #BED63A;
	padding: 0 0 0 12px;
	margin: 0;
	background: #D3E47A url("/images/bkg_profnav.jpg") repeat-x bottom left;
	float: left;
}
#navprof .proflinks a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 12px 0 8px;
	font-size: 105%;
	border-right: 1px solid #FECE00;
	color: #000;
}
#navprof .proflinks a:hover {
	color: #fff;
	text-decoration: none;
}
#navprof .proflinks a.current {
	color: #fff;
}
#navprof .proflinks a.current:hover {
	color: #000;
}
/************** MAIN CONTENT *****************/
#main-body {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	float: left;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
/************************ main content *********************/
.page {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.hometop {
	margin: 0 0 0 14px;
	padding: 0 0 43px 0;
	width: 965px;
	float: left;
	clear: both;
	position: relative;
	display: inline;
}
/* home page */
ul#imagechanger {
	margin: 0;
	padding: 3px;
	width: 959px;
	height: 288px;
	overflow: hidden;
	list-style: none;
	background: #fff;
}
ul#imagechanger li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
ul#imagechanger li img {
	width: 959px;
	height: 288px;
}
.fade {
	
}
.welcome {
	position: absolute;
	bottom: 20px;
	left: 18px;
	width: 262px;
	float: left;
	padding: 6px 12px 12px 12px;
	z-index: 9999;
	background: #fff;
}
.welcome p {
	color: #666;
	font-size: 100%;
	padding: 0;
	margin: 0;
}
.newsbanner {
	position: absolute;
	bottom: 46px;
	right: 3px;
	width: 634px;
	float: left;
	padding: 6px 12px;
	z-index: 9999;
	background: #000;
}
.newsbanner .left {
	width: 28%;
	color: #fff;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
.newsbanner #newsticker {
	width: 72%;
	padding: 10px 0 0 0;
	margin: 0;
	float: right;
	color: #fff;
	overflow: hidden; 
}
/* liScroll style declarations */
#newsticker .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 160px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	font-family: Arial Black, Helvetica, sans-serif;
	color: #fff;
	padding: 0;
	margin: 0 16px 0 0;
}
ul.newsticker a:hover {
	color: #bec800;
	text-decoration: none;
} 
ul.newsticker span {
	margin: 0;
} 
.ptitle {
	color: #000;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
/* home page feature boxes */
#features {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
}
#features #eventclub {
	margin: 0 0 0 15px;
	padding: 0;
	width: 680px;
	float: left;
	display: inline;
}
#features #eventclub #events {
	margin: 0;
	padding: 0;
	width: 416px;
	float: left;
}
#features #eventclub #events .evtitle {
	color: #fff;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 4px 10px;
	width: 172px;
	background: #000; 
}
#features #eventclub #events .evtitle .green {
	display: block;
	color: #bec800;
	font-size: 60%;
}
#features #eventclub #events .evlist {
	margin: 0;
	padding: 5px 10px;
}
#features #eventclub dl {
	margin: 0;
	padding: 5px 0;
	width: 100%;
}
#features #eventclub dl dt {
	margin: 0;
	padding: 0;
	font-family: Arial Black, Helvetica, sans-serif;
}
#features #eventclub dl dd.date {
	color: #666;
}
#features #eventclub #events .left, #features #eventclub #events .right {
	margin: 0;
	padding: 3px;
	width: 192px;
	background: #fff;
}
#features #eventclub #clubs {
	margin: 0;
	padding: 3px;
	width: 238px;
	float: right;
	background: #bec800;
}
#features #eventclub #clubs .cltitle {
	color: #000;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 4px 10px;
	width: 218px;
	background: #fff; 
}
#features #eventclub #clubs .cllist {
	margin: 0;
	padding: 5px 10px;
}
#features #eventclub #clubs a:hover {
	color: #fff;
	text-decoration: none;
}
#features #surveyget {
	margin: 0;
	padding: 0;
	width: 285px;
	float: right;
}
#features #surveyget .survey {
	margin: 0 19px 0 0;
	padding: 3px;
	width: 260px;
	float: left;
	clear: both;
	background: #fff;
	display: inline;
}
#features #surveyget .survey .sutitle {
	color: #fff;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 4px 10px;
	width: 240px;
	background: #000; 
}
#features #surveyget .survey .sutitle .green {
	display: block;
	color: #bec800;
	font-size: 60%;
}
#features #surveyget .survey .sulist {
	width: 240px;
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 10px 10px 10px;
}
#features #surveyget .survey .sugrey, #features #surveyget .survey .sublack {
	font-family: Arial Black, Helvetica, sans-serif;
	color: #666;
	float: left;
	clear: both;
	margin: 0 0 4px 0;
	width: 100%;
}
#features #surveyget .survey .sublack {
	color: #333;
}
#features #surveyget .survey .sulist .left { 
	width: 69%;
}
#features #surveyget .survey .sulist .right { 
	width: 29%;
}
#features #surveyget .contact {
	width: 80%;
	float: left;
	clear: both;
	margin: 0 20px 20px 0;
	padding: 10px;
	color: #000;
	background: #bec800;
	border: 2px solid #fff;
}
#features #surveyget .contact p {
	color: #000;
}
#features #surveyget .contact a {
	color: #000;
}
#features #surveyget .contact a:hover {
	color: #fff;
}
#features #surveyget .getinvolved {	
	float: left;
	clear: both;
	width: 252px;
	height: 126px;
	padding: 58px 0 0 33px;
	margin: 0;
	background: url("/images/bkg_paint.png") no-repeat top left;
}
#features #surveyget .getinvolved .gititle {
	color: #000;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 0;
}
#features #surveyget .getinvolved a  {
	font-family: Arial Black, Helvetica, sans-serif;
}
/* club home page */
.namelogo {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 26px 0;
}
.namelogo .left {
	width: 572px;
	margin: 0 0 0 240px;
	padding: 5px 15px;
	background: #000;
	display: inline;
	color: #fff;
	font-size: 205%;
	font-family: Arial Black, Helvetica, sans-serif;
}
.namelogo .right {
	width: 100px;
	margin: 0 19px 0 0;
	padding: 5px 10px;
	background: #fff;
	display: inline;
	text-align: center;
}
.homeclubpage {
	width: 965px;
	float: left;
	clear: both;
	margin: 0 0 0 14px;
	display: inline;
}
.leftcolC {
	margin: 0;
	padding: 0;
	width: 522px;
	float: left;
}
.leftcolC .left {
	float: left;
	margin: 0;
	padding: 5px 10px 10px 10px;
	width: 334px;
	background: #fff;
}
.leftcolC .left .clubname {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 145%;
	font-family: Arial Black, Helvetica, sans-serif;
}
.leftcolC .left p {
	color: #666;
	font-size: 100%;
}
.leftcolC .right {
	margin: 0;
	padding: 0;
	width: 152px;
}
.leftcolC .right .clubvid {
	margin: 0 0 20px 0;
	padding: 3px;
	width: 146px;
	height: 146px;
	float: right;
	background: #fff;
}
.leftcolC .right .clubvid .mainimg {
	margin: 0;
	padding: 0;
	width: 146px;
	height: 146px;
	overflow: hidden;
}
.leftcolC .right .clubvid .mainimg img {
	margin: 0;
	padding: 0;
	display: none;
}
.rightcolC {
	margin: 0;
	padding: 0;
	width: 416px;
	float: right;
	display: inline;
}
.rightcolC .coming, .rightcolC .gone {
	margin: 0;
	padding: 3px;
	width: 192px;
	background: #fff;
	float: left;
}
.rightcolC .gone {
	float: right;
}
.rightcolC .evtitle {
	color: #fff;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 4px 10px;
	width: 172px;
	background: #000; 
}
.rightcolC .evtitle .green {
	display: block;
	color: #bec800;
	font-size: 60%;
}
.rightcolC .evlist {
	margin: 0;
	padding: 5px 10px;
}
.rightcolC dl {
	margin: 0;
	padding: 5px 0;
	width: 100%;
}
.rightcolC dl dt {
	margin: 0;
	padding: 0;
	font-family: Arial Black, Helvetica, sans-serif;
}
.rightcolC dl dd.date {
	color: #666;
}
/* club feature boxes */
#featuresC {
	width: 984px;
	float: left;
	clear: both;
	margin: 14px 0 0 14px;
	display: inline;
}
#featuresC #contactlinks {
	margin: 0;
	padding: 0;
	width: 424px;
	float: left;
}
#featuresC #contactlinks .contact {
	margin: 0;
	padding: 3px;
	width: 212px;
	float: left;
	background: #fff;
}
#featuresC #contactlinks .contact .cotitle {
	color: #fff;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 4px 10px;
	width: 192px;
	background: #000; 
}
#featuresC #contactlinks .contact .cotitle .green {
	display: block;
	color: #bec800;
	font-size: 60%;
}
#featuresC #contactlinks .contact .cotext {
	float: left;
	padding: 10px;
	margin: 0;
	width: 172px;
}
#featuresC #contactlinks .contact .cotext p {
	margin: 0 0 0.4em 0;
}
#featuresC #contactlinks .contact .cotext a {
	text-decoration: underline;
}
#featuresC #contactlinks .links {
	margin: 0;
	padding: 3px;
	width: 178px;
	float: right;
	background: #bec800;
}
#featuresC #contactlinks .links .cotitle {
	color: #000;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 4px 10px;
	width: 158px;
	background: #fff; 
}
#featuresC #contactlinks .links .cotext {
	padding: 10px;
	margin: 0;
	width: 158px;
}
#featuresC #contactlinks .links .cotext a {
	font-family: Arial Black, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}
#featuresC #contactlinks .links .cotext a:hover {
	color: #fff;
}
.facebooklink {
	margin: 0;
	padding: 10px 0; 
	width: 184px;
	float: right;
	text-align: center;
}
.facebookframe { 
	width: 200px;
	float: left;
}
#featuresC #surveyget {
	margin: 0;
	padding: 0;
	width: 537px;
	float: right;
}
#featuresC #surveyget .survey {
	margin: 0;
	padding: 3px;
	width: 230px;
	float: left;
	background: #fff;
}
#featuresC #surveyget .survey .sutitle {
	color: #fff;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 4px 10px;
	width: 210px;
	background: #000; 
}
#featuresC #surveyget .survey .sutitle .green {
	display: block;
	color: #bec800;
	font-size: 60%;
}
#featuresC #surveyget .survey .sulist {
	width: 210px;
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 10px 10px 10px;
}
#featuresC #surveyget .survey .sugrey, #featuresC #surveyget .survey .sublack {
	font-family: Arial Black, Helvetica, sans-serif;
	color: #666;
	float: left;
	clear: both;
	margin: 0 0 4px 0;
	width: 100%;
}
#featuresC #surveyget .survey .sublack {
	color: #333;
}
#featuresC #surveyget .survey .sulist .left { 
	width: 69%;
}
#featuresC #surveyget .survey .sulist .right { 
	width: 29%;
}
#featuresC #surveyget .youtube {	
	float: right;
	width: 252px;
	height: 126px;
	padding: 0;
	margin: 0 19px 0 0;
}
#featuresC #surveyget .getinvolved {	
	float: right;
	width: 252px;
	height: 126px;
	padding: 58px 0 0 33px;
	margin: 0;
	background: url("/images/bkg_paint.png") no-repeat top left;
}
#featuresC #surveyget .getinvolved .gititle {
	color: #000;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 0;
}
#featuresC #surveyget .getinvolved a  {
	font-family: Arial Black, Helvetica, sans-serif;
}
/**** simple pages ***/
.subpage {
	margin: 10px 0 10px 14px;
	padding: 3px;
	width: 959px;
	float: left;
	clear: both;
	position: relative;
	display: inline;
	background: #fff;
}
.subpage .subtitle {
	color: #fff;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 4px 10px;
	width: 939px;
	background: #000; 
	margin: 0;
	float: left;
	clear: both;
}
.subpage .subtitle a {
	color: #bec800;
}
.subpage .subtitle a:hover {
	color: #fff;
}
.subpage .subcontent {
	width: 939px;
	padding: 10px;
	margin: 0;
	float: left;
	clear: both;
}
.subpage .subcontent #map {
	width: 100%;
	clear: both;
	height: 400px;
	margin: 0 0 10px 0;
}
.subpage .subcontent .projsearch {
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	display: inline;
}
.subpage .subcontent .projsearch .left {
	width: 60%;
}
.subpage .subcontent .projsearch .right {
	width: 35%;
	text-align: right;
}
.subpage .subcontent .container {
	padding: 0;
	margin: 0;
	clear: both;
	float: left;
	width: 100%;
}
.subpage .subcontent .box {
	padding: 10px;
	margin: 0 8px 16px 8px;
	width: 190px;
	height: 13em;
	float: left;
	display: inline;
	text-align: center;
	border: 1px dotted #ccc;
	font-family: Arial Black, Helvetica, sans-serif;
}
.boxR, .boxC, .newsbox {
	padding: 8px;
	margin: 8px 0 8px 12px;
	background: #F7F7F7;
	border: 1px dotted #ccc;
	width: 156px;
	height: 176px;
	float: left;
	display: inline;
}
.boxC {
	height: 50px;
	background: #ececec;
}
.subpage .subcontent .boxR img.dogear {
	position: relative;
	float: right;
	top: -9px;
	right: -9px;
}
.newsbox {
	background: #F2F8FE;
}
.newsbox a {
	color: #6AA2DB;
}
.subpage .subcontent .box dt {
	padding: 0 0 8px 0;
	font-size: 115%;
}
.subpage .subcontent .box a {
	font-size: 120%;
}
.subpage .subcontent .box img {
	padding: 0 0 4px 0;
}
.subpage .subcontent .clubnav {
	width: 200px;
	padding: 0;
	margin: 0;
	float: left;
}
.subpage .subcontent .clubnav .clubnavlogo {
	width: 180px;
	padding: 0 10px 10px 10px;
	margin: 0;
	clear: both;
	text-align: center;
}
.subpage .subcontent .clubnav .titleA {
	color: #fff;
	font-size: 175%;
	font-family: Arial Black, Helvetica, sans-serif;
	padding: 4px 10px;
	width: 180px;
	background: #000; 
	margin: 0;
	float: left;
	clear: both;
}
.subpage .subcontent .clubnav .links {
	float: left;
	clear: both;
	padding: 10px;
	margin: 0;
	width: 180px;
}
.subpage .subcontent .clubnav .links a {
	font-family: Arial Black, Helvetica, sans-serif;
	display: block;
}
.subpage .subcontent .clubnav .links a.current {
	color: #bec800;
}
.subpage .subcontent .clubnav .links a.sub {
	font-size: 85%;
	padding: 2px 10px;
}


.subpage .subcontent .clubnav .links p a {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	text-decoration: underline;
}
.subpage .subcontent .clubpage {
	width: 719px;
	float: right;
}
.subpage .subcontent .left {
	width: 49%;
}
.subpage .subcontent .right {
	width: 49%;
	padding: 0 0 10px 0;
}
.subpage .subcontent .projects {
	margin: 0;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ccc;
}
.subpage .subcontent .project .left {
	width: 60%;
}
.subpage .subcontent .project .right {
	width: 40%;
	text-align: right;
}
.googlebubble {
	width: 300px;
}
.subpage .subfoot {
	display: none;
}
/**** professional pages ***/
.profpage {
	margin: 0;
	width: 100%;
	padding: 0;
	float: left;
	background: #fff;
	color: #80807E;
}
.profpage p {
	color: #80807E;
}
.profpage .proftitle {
	color: #666;
	font-size: 160%;
	padding: 0;
	margin: 0 0 10px 0;
}
.profpage .profcontent {
	padding: 10px 20px 10px 20px;
	width: 958px;
	margin: 0;
	float: left;
	clear: both;
	line-height:normal;
}
.profpage .profcontent .left {
	width: 50%;
}
.profpage .profcontent .right {
	width: 46%;
}
.profpage .profcontent .right .gallery {
	width: 100%;
	background: #D9D9D9;
	float: left;
	padding: 10px;
}
.profpage .profcontent .gallery .left {
	width: 25%;
	text-align: center;
}
.profpage .profcontent .right .gallery img {
	border: 1px solid #fff;
	margin: 0 0 5px 0;
}
.profpage .profservice {
	padding: 10px 20px 10px 20px;
	width: 958px;
	margin: 0;
	float: left;
	clear: both;
	border-top: 4px solid #E3E884;
}
.profpage .profservice .findservice {
	padding: 0 0 10px 0;
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
}
.profpage .profservice .findservice .selectservice {
	float: left;
	width: 470px;
	margin: 0;
	padding: 0;
}
.profpage .profservice .findservice .selectarea {
	float: right;
	width: 470px;
	margin: 0;
	padding: 0;
}
.profpage .profservice .findservice .tabs {
	width: 210px;
	margin: 0;
	padding: 0;
	float: left;
}
.profpage .profservice .findservice .tabs ul {
   list-style: none;
	padding: 0;
	margin: 0;
}
.profpage .profservice .findservice .tabs ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.profpage .profservice .findservice .tabs ul li a {
   background: #BED63A;
	color: #fff;
   display: block;
   text-decoration: none;
	width: 192px;
	padding: 6px;
	margin: 5px 0 5px 0;
}
.profpage .profservice .findservice .tabs ul li a:hover {
   color: #666;
	background: #FFD102;
}
.profpage .profservice .findservice .tabs ul li.current a {
	background: #FFD102;
   color: #666;
	display: block;
	text-decoration: none;
	width: 200px;
	padding: 6px;
	margin: 5px 0 5px 0;
}
.profpage .profservice .findservice .tabs ul li.current a:hover {
   color: #666;
	background: #FFD102;
}
.profpage .profservice .findservice .box {	
	float: right;
	width: 246px;
	height: 184px;
	padding: 6px;
	background: #FFD102;
	overflow: auto;
	margin: 5px 0 5px 0;
	position:relative;
}
.profpage .profservice .findservice .box a.slink {
	color: #889F0B;
	text-decoration: underline;
}
.profpage .profservice .findservice .box a.slink:hover {
	color: #889F0B;
	text-decoration: none;
}
.profile {	
	margin: 4px 10px 4px 0;
	padding: 4px;
	border-top: 1px dotted #ccc;
	width: 31%;
	height: 7em;
	float: left;
}
.profile .location {	
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #FF6C00;
}
.profile img {
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
}
.profiledetails {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	float: left;
}
.profiledetails .left {
	padding: 0;
	margin: 0;
	float: left;
	width: 80%;
}
.profiledetails .right {
	padding: 0;
	margin: 0;
	float: right;
	width: 20%;
}
.profiledetails .title {
	color: #666;
	font-size: 110%;
	padding: 0;
	margin: 0 0 4px 0;
}
.profiledetails .profilepic {
	padding: 4px;
	margin: 0 0 0 15px;
	border: 1px solid #ccc;
}

.profpage .profcontent .intro {
	padding: 8px 8px 0 8px;
	margin: 0 0 14px 0;
	clear: both;
	float: left;
	background: #EEE;
	width: 98%;
}
.newsintro {
	padding: 8px 8px 0 8px;
	margin: 0 0 14px 0;
	clear: both;
	float: left;
	background: #B4D6F7;
	width: 98%;
}
.newsintro p {
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 8px 0;
	margin: 0;
}
.newsintro a {
	color: #0768C9;
}
.blogtitle {
	font-size: 140%;
}
.blogbox, .bloglist {
	width: 100%;
	float: left;
	clear: both;
	border-top: 1px dashed #ccc;
	margin: 10px 0;
	padding: 10px 0;
}
.bloglist {
	border-top: none;
	border-bottom: 1px dashed #ccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.profpage .profcontent .container {
	padding: 0;
	margin: 0;
	clear: both;
	float: left;
	width: 100%;
}
/* gallery small pics */
.galphoto {
	float: left;
	padding: 4px;
	margin: 5px;
	border: 1px solid #ccc;
}
.galindex {
	width: 20%;
	text-align: center;
	float: left;
	margin: 0 0 16px 0;
}
.galindex a {
	font-weight: bold;
}
.galindex a:hover {
	text-decoration: none;
	color: #ccc;
}
.galindex img {
	padding: 4px;
	margin: 5px;
	border: 1px solid #ccc;
}

/********************* footer *********************/
#footer {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
}
#footer .left {
	margin: 0 0 0 13px;
	padding: 0;
	width: 74%;
	display: inline;
}
#footer .left .logos {
	margin: 0;
	padding: 0;
	width: 36%;
	float: left;
	height: 84px;
	overflow: hidden;
}
#footer .left .logos img {
	margin: 0 4px 0 0;
}
#footer .left .links {
	margin: 48px 0 0 0;
	padding: 10px;
	width: 58%;
	float: right;
	background: #fff;
	text-align: center;
}
#footer a {
	padding: 0;
	margin: 0;
	color: #000;
	text-decoration: none;
	font-size: 85%;
	font-family: Arial Black, Helvetica, sans-serif;
}
#footer a:hover {
	color: #bec800; 
}
#footer .right {
	margin: 49px 13px 0 0;
	padding: 10px;
	width: 18%;
	background: #fff;
	text-align: center;
	display: inline;
}
/********************* MISC ***********************/
.mid {
	vertical-align: middle;
}
.hide {
	display: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
.odd {
	background-color: #EEE;
}
.left {
	float: left;
}
.right {
	float: right;
}	
.clear {
	clear: both;
}
.newsphoto {
	float: right;
	padding: 5px;
	border: 1px solid #CCC;
}
#confbox {
	clear: both;
	margin: 5px auto;
	color: #bec800;
	border: 3px solid #bec800;
	padding: 10px;
	width: 90%;
	text-align: center;
	font-weight: bold;
}
#errbox {
	clear: both;
	margin: 5px auto;
	color: #FF0000;
	border: 3px solid #FF0000;
	padding: 10px;
	width: 90%;
	text-align: center;
	font-weight: bold;
}
label {
	
}
fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
}
form { 
	margin: 0;
	padding: 0; 
}
.mid {
	vertical-align: middle;
}
.textfield, .textfieldsm, .textfieldxsm {
	color: #999;
	border: 3px solid #bec800;
	margin: 2px;
	padding: 2px;
	vertical-align: middle;
	width: 90%;
	font-size: 110%;
}
.textfieldsm {
	width: 60%;
}
.textfieldxsm {
	width: 30%;
}
textarea.textbox {
	color: #999;
	border: 3px solid #bec800;
	margin: 2px;
	padding: 2px;
	width: 90%;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
.note {
	font-size: 85%;
}
.sendbtn {
	float: left;
	cursor: pointer;
	margin: 4px;
	padding: 2px;
	border: 3px solid #bec800;
	color: #000;
	font-size: 90%;
	font-family: Arial Black, Helvetica, sans-serif;
	background: #F4F7E3;
	text-align: center;
}
.button {
	margin: 2px;
	padding: 0;
}
/***********email template *******************/
#wrapemail {
	margin: 5px auto;
	padding: 0;
	width: 768px;
	background: #fff;
}
#containeremail {
	margin: 0;
	padding: 1px 1px 0 1px;
	width: 766px;
}
#footeremail {
	margin: 0;
	padding: 22px 0 0 0;
	width: 100%;
	height: 84px;
	background: #fff url("/images/bkg_footer.jpg") repeat-x bottom left;
	clear: both;
	border-bottom: 1px solid #fff;
}
#footeremail .left {
	margin: 0;
	padding: 40px 0 0 22px;
	width: 60%;
	font-size: 85%;
	color: #D2B0B1;
	font-family: Arial Narrow, Tahoma, Arial, Helvetica, sans-serif;
}
#footeremail .left a {
	margin: 0;
	padding: 0 0 0 14px;
	color: #D2B0B1;
	text-decoration: none;
}
#footeremail .left a:hover {
	color: #fff; 
}
#footeremail .right {
	margin: 0;
	padding: 0 22px 0 0;
	width: 30%;
}
#footeremail .right .logo {
	margin: 0;
	padding: 0;
	float: right;
}

/****************calendar stuff */
#calendar td {
	background: #F6F6F6;
   text-align: left;
   padding: 4px;
}
#calendar td ul {
	list-style: none inside; 
}
.calendarth {
	text-align: center;
   border: 1px solid #BEC800;
   background: #fff;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
}
.calendarth a {
	text-decoration:none;
	letter-spacing: 2px;
	list-style: none inside;
	vertical-align: middle;
}
.topdays{
   background: #eee;
	color: #666;
	font-weight:bold;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}
.days{
   background: #F2F8D2;
	color: #666;
	font-weight:bold;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}
.dateNumber{
	color: #56370A;
	border: none;
	padding: 0 0 0 4px;
	font-weight: bold;
}
.blankDate {
	background: #E5EAC8;
	border: none;
	height: 122px;
}
.actday{
   background: #FFF;
   font-weight: bold;
	border: 2px solid #006600;
	height: 122px;
}	
.our-eventsEvent {
	color: #eee;
	padding: 2px;
   background: #5B7536;
	list-style: none inside;
   font-weight: normal;
}
.calendarEvent {
	border: 0px;
	color: #333;
	padding: 2px;
   background: #CCCC99;
	list-style: none inside;
   font-weight: normal;
	font-size: 75%;
}
.emptyDate {
	border: none;
   background: #fff;
	list-style: none inside;
   font-weight: normal;
	font-size: 120%;
	padding: 20px 20px 0 0;
}
.nobulletlistitem {
	list-style-type: none;
}



.error {
color:#FF0000;
}

.navicon {
	float: left;
	margin-right: 5px;
	border: none;
}


/* text area */
.originalTextareaInfo {
	font-size: 90%;
	color: #000000;
	text-align: right
}
.warningTextareaInfo {
	font-size: 90%;
	color: #FF0000;
	text-align: right
}
#showData {
	height: 70px;
	width: 200px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 10px;
}


