body {
	font-family: verdana, arial, "Lucida Sans Unicode", "Lucida Sans";
	/*font-family: "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;*/
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	/*background-image:url(../images/bg_gray_gradient.gif);
	background-repeat:repeat-x;*/
	background-color:#d9dade;

}

td {
	font-size: 12px;
}

a {
	color: #003399;/*#006595;*/
	text-decoration: none;
}

a:hover {
	color: #DF971E;
	text-decoration: underline;
}

p {
	font-size: 12px;
}

h1 {
	font-size: 13pt;
	/*font-weight: bold;*/
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border:none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border:none;
}

h2 img {
	/*font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;*/
	border:none;
	padding-right:.5em;
	padding-left:.5em;
}

.exception h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border:none;
}


h3 img {
	/*font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;*/
	border:none;
	padding-right:.5em;
	padding-left:.5em;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border:none;
}


th {
	font-size: 12px;
	text-align: left;
}

form {
	margin: 0px;
}



.ad td, tr {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
}

input, textarea, select, optgroup, option {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

button {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	/*background-color: #099a01;*/
	background-image: url(../images/bg_green_grad_head.gif);
	background-repeat: repeat-x;
	border: 1px outset #278d4a; /*#27718e;*/
	color: white;
}

pre {
	font-family: "Courier New";
	font-size: 12px;
	text-align: left;
}

.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	color: green;
	margin-bottom: 5px;
}

.marker {
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 11px;
	font-style: italic;
	color: gray;
}


/*
#logo {
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	color: black;
	text-decoration: none;
}

#logo a:hover {
	color: #DF971E;
	text-decoration: none;
}
*/

#today {
	font-size: 10px;
}

#nav {
	text-align: right;
}

#city {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

#sidebar_left {
	padding-top: 10px;
	background-color: #f5f5f5; /*#e6f0d8 #F0F4FB #E4EBF8*/
	border-right: 1px solid #eaeaea;
/*	border-left: 1px solid #eaeaea;*/
	/*border-top: 1px solid #eaeaea;*/
	/*border-bottom: 1px solid #eaeaea;*/
}


#sidebar_left_border {
	background-image:url(../images/border-sm-l.gif);
	background-repeat:repeat-y
}

#sidebar_right_border {
	background-image:url(../images/border-sm-r.gif);
	background-repeat:repeat-y
}


.buttons td {
	text-align: center;
	/*background-color: #099a01;*/
	background-image: url(../images/bg_green_grad_head.gif);
	background-repeat: repeat-x;
	border: 1px outset #278d4a; /*#27718e; #5e985b*/
	background-color: #0a742c;
}

.buttons a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 3px;
}

.subbuttons td {
	font-family: verdana, arial, "Lucida Sans Unicode", "Lucida Sans";
	text-align: center;
	/*background-color: #c5eb8f;*/
	background-image: url(../images/bg_green_grad_head.gif);
	background-repeat: repeat-x;
	border: 1px outset #278d4a; /*#5e985b*/
	background-color: #08732c;
}

.subbuttons a {
	font-family: verdana, arial, "Lucida Sans Unicode", "Lucida Sans";
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;/*#099a01*/
	padding: 3px;
}


#sidebar_left .head {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}

#sidebar_left table.linkbox {
	margin-bottom: 15px;
}

#sidebar_left table.linkbox a {
	display: block;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #eaeaea;
}

table.sidebox {
	margin-bottom: 10px;
}

table.sidebox td {
	text-align: left;
}

table.sidebox_cal td {
	text-align: center;
}

#contentcell {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background-color:#FFFFFF;
}

#content {
	padding: 10px;
}

#path {
	color: #777777;
	background-color: #F5F5F5;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: bold;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

#path td {
	padding: 5px 5px 5px 10px;
}

#path a {
	color: #777777;
	text-decoration: none;
}

#path a:hover {
	color: #222222;
	text-decoration: underline;
}

table.searchbox {
	background-color: #F5F5F5;
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}

table.searchbox td {
	padding: 10px;
}

.eventnav {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}

table.dir {
}

table.dir_cat {
	
}

table.dir_cat th {
	font-size: /*16px;*/ 15px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding-bottom: 5px;
}

table.dir_cat td {
	font-size: /*14px;*/ 13px;
	font-weight: bold;
}

table.dir_cat .count {
	color: #999999;
	font-size: /*10px;*/ 9px;
}

table.dir_cat th .count {
	color: gray;
	font-size: /*12px;*/ 11px;
}

table.pagebox { /* Version 5.0 */
	border: 1px solid #eaeaea;
	padding: 10px;
	/*border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;*/
}

table.postlisting { /* Version 5.0 */
	/*border: 1px solid #eaeaea;*/
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

table.postlisting td { /* Version 5.0 */
	padding: 4px;
}

table.postlisting td.head, table.postlisting tr.head td { /* Version 5.0 */
	font-weight: bold;
	background-color: #EAEAEA;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 0px;
}

table.postlisting td.datehead { /* Version 5.0 */
	background-color: #F5F5F5;
	/*border-bottom: 1px solid #CCCCCC;*/
	font-weight: bold;
	border-bottom: 0px;
}

table.postlisting td.addesc { /* Version 5.0 */
	font-weight: normal;
	padding-left: 20px;
	font-size: 14px;
	/*border-bottom: 1px solid #dcdcdc;*/
	/*border-right: 1px solid #dcdcdc;*/
	/*border-left: 1px solid #dcdcdc;*/

}

table.postlisting td.icon { /* Version 5.0 */
}

table.postlisting td.icon img { /* Version 5.0 */
}

table.postlisting .posttitle { /* Version 5.0 */
	font-weight: bold;
	font-size: 14px;
}


.adarea {
	font-weight: bold;
	font-size: 14px;
}

table.postlisting .date { /* Version 5.0 */
	font-style: italic;
}

.postheader { /* Version 5.0 */
	margin-bottom: 10px;
	padding-bottom: 5px;
	/*border-bottom: 1px solid #eaeaea;*/
}

.postheader .icon { /* Version 5.0 */
	/*vertical-align: top;*/
}

.postheader .posttitle { /* Version 5.0 */
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.postheader .postarea { /* Version 5.0 */
	font-size: 11px;
	font-weight: normal;
}

.post { /* Version 5.0 */
	margin-bottom: 10px;
}

.post .link_marker { /* Version 5.0 */
	color: ff8c00; /*darkorange*/
	font-weight: bold;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	color: green;
}

.disclosure_no {
	color: red;
}

.disclosures b {
}

.postpics { /* Version 5.0 */
	margin-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

.postpics img { /* Version 5.0 */
	border: 1px solid black;
	/*padding: 10px;
	background-color: #FAFAFA;*/
}

.imglisting {
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 12px;
	font-weight: bold;
}

.imgitem img.img {
	margin-top: 5px;
	border: 1px solid black;
}

.imgitem .caption {
}

.imgitem .poster {
	font-weight: bold;
}

.imgitem .time {
	font-weight: bold;
}

.imgitem .desc {
	margin-top: 5px;
}

.linkbox2 {
/*	background-color: green; /*darkorange*/
	background-image: url(http://www.communityquest.org/images/bg_green_grad_head.gif);
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: white;
}

.linkbox2 a {
	display: block;
	color: white;
}

.linkbox2 a:hover {
	color: white;
	text-align: center;
}

.imagecredits {
	padding: 5px;
}

.head {
	font-weight: bold;
	/*background-color: #eeeeee;*/
	/*border-top: 1px solid #dcdcdc;*/
	border-bottom: 1px solid #eaeaea;
}

.imagecredits a {
}

.imagecredits .count {
	color: #BBBBBB;
	font-size: 10px;
}

.comments {
}

.comments .head {
	font-size: 12px;
	font-weight: bold;
}

.commentitem {
	margin-bottom: 10px;
}

.commentitem .poster {
	font-weight: bold;
	display: block;
}

.commentitem .time {
	color: gray;
	display: block;
}

.commentitem .comments {
	display: block;
}

#sidebar_right_cities_top {
	background-color: #F5F5F5;
	/*border-left: 1px solid #eaeaea;*/
	/*border-right: 1px solid #eaeaea;*/
	/*border-top: 1px solid #eaeaea;*/
	/*padding: 0px 5px 5px 5px;*/
}

#sidebar_right_cities_bottom {
	/* background-color: #F5F5F5;*/
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	/*border-bottom: 1px solid #eaeaea;*/
	/*padding: 0px 5px 5px 5px;*/
}


#sidebar_right {
	background: #f5f5f5;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	/*border-top: 1px solid #eaeaea;*/
	/*border-bottom: 1px solid #eaeaea;*/
	/*padding: 5px 5px 5px 5px;*/
}

#sidebar_right a {
}

.citylist_country {
	display: block;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
}

.citylist_city {
	color: #777777;
	font-size: 10px;
}
.citylist_city_highlight {
    color: #FFFFFF;
    font-size: 10px;
    background-color: #099a01;
    margin: 0px;
    padding: 0px;
    width: 100%;
    line-height: 10px;
    font-weight: bold;
    display: inline-table;
}

#footer {
	font-size: 11px;
	color: #A0A0A0;
	/*background-color: #f5f5f5;*/
	/* border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea; */
	text-transform: uppercase;
}

#footer td {
	font-size: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

table.postad {
}

.postad td {
	font-size: 13px;
}

img.thumb {
	border: 1px solid black;
}

.postpath {
	padding: 5px;
	border: 1px solid #DBC06F;
	background-color: #F7F0DD;
	font-size: 12px;
	text-transform: uppercase;
	color: brown;
	margin-bottom: 10px;
}

.postpath b {
	color: black;
}

.postpath a {
	font-weight: bold;
	color: #003399;
	font-size: 11px;
}

#search_top {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.invoice .empty {
	background-color: white;
	border: 1px solid white;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	/*background-color: #FAFAFA;*/
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.featuredad_first, .featuredad_first td {
	background-color: #FFEEC6; /*#c5eb8f;*/
	border-top: 1px solid #FFDF95;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
	/*font-size: 14px;*/
}

.featuredad, .featuredad td {
	background-color: #FFEEC6; /*#c5eb8f;*/
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
	/*font-size: 14px;*/
}

.featuredad a, .featuredad_first a {
	font-weight: bold;
}

.post_note {
	color: green;
}

.latestposts { /* Version 5.0 */
	padding-top: 10px;
	margin-bottom: 10px;
}

.latestposts .head { /* Version 5.0 */
	padding-bottom: 5px;
	color: steelblue;
	font-size: 15px;
}

.latestposts td { /* Version 5.0 */
	border-top: 1px solid #F0F0F0;
}

.latestposts a { /* Version 5.0 */
	/*padding-bottom: 5px;*/
	font-size: 13px;
}

.adcat {
	font-size: 11px;
	color: #444444;
	/*text-decoration: underline;*/
}

table.latestads_table td {
	padding: 1px;
}

table.latestads_table a.featured {
	font-weight: bold;;
}

.catlist .cat {
	padding: 1px;
	display: block;
}

.catlist .cat a {
	font-weight: bold;
	font-size: 11px;
}

.catlist .subcat {
	padding: 1px;
	display: block;
	font-size: 11px;
}

.catlist .count {
	color: gray;
}

.adpreview {
	display: block;
	font-size: 10px;
	color: gray;
}

/* Begin Version 5.0 */
.hits {
	font-size: small;
	text-align: right;
}

.wmd-preview {
	border: 1px solid silver;
	background-color: #FAF9F5;
	padding: 10px;
	margin-bottom:  10px;
}
/* End Version 5.0 */

/* Begin Version 5.1 */
#citytitle {
	font-size: 14px;
	font-weight: bold;
}

#citytitle a {
	color: black;
	text-decoration: none;
}

#citytitle a:hover {
	color: #DF971E;
	text-decoration: none;
}

#demo {
    background-color: #F0E68C;
    padding: 5px 5px 5px 10px;
    margin: 3px 0px 0px -10px;
    width: 160px;
    font-family: Georgia, serif;
    font-size: 13px;
}

#demo a {
	text-decoration: underline;
	color: crimson;
	margin-left: 5px;
}

.flatnavsep {
	font-weight: bold;
	color: #DF971E;
}
/* End Version 5.1 */

/* Start Version Steve.0 */

.mainbgheader {
	background-color: #e6f0d8;
}

.header_tag {
	/*background-color: #099a01;*/
	background-image: url(../images/bg_green_grad_head.gif);
	background-repeat: repeat-x;
	/*border-left: 1px solid #099a01;*/
	/*border-right: 1px solid #099a01;*/
	color: #FFFFFF;
	background-color: #08732c;
}

.header_image {
	background-color: #d2d2d2;
	background-image: url(../images/0_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: center;
}
.header_text {
	text-align: left;
	padding-left: 20px;
}

.main_table {
	background-image: url(../images/header_bg.gif);
	background-repeat:repeat-x;
}

.top_ad { padding-right: 20px; }

/** css2 compliant */
.min_max {
    min-width: 820px;
    max-width: 1200px;
	
}

/* ie min-width, max-width emulation */
* html .min_max {
    width: 820px; /* in case JS is off, set a fallback width. default is auto */
    width: expression(Math.max(Math.min((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 20, 1200), 820)+'px');
}

.postcats {
	font-size:12px;
	font-weight: bold;
}

.postcats a {
	font-size:11px;
}

.foo {
	font:bold 1.1em verdana,arial;
	position:relative;
}

.dspcont{
	display:none;
	margin-left:1.5em;
}

/* BEGIN CITY PATH BOX Area CSS */

.citypath {
	padding: 5px;
	border: 1px solid #DBC06F;
	background-color: #F7F0DD;
	font-size: 12px;
	font-weight: bold;
	/*color: brown;*/
	margin-bottom: 10px;
	font-variant: small-caps;
}

.citypath b {
	color: black;
}

/* END CITY PATH BOX Area CSS */

/* BEGIN David26 Account (If you have a custom design you may need to change these values) */

.acc_row_light {
	background-color: #FFFFFF;
}

.acc_row_dark {
	background-color: #E4EBF8;
}

table.panel_border {
	border: 1px #A5A5A5 solid;
}

#fImage {
   border: 1px #949494 solid;
}

.welcome {
   color: #003366;
   font-weight:bold;
}

.pro_header {
	padding-top: 10px;
	margin-bottom: 10px;
   font-size: 14px;
   font-weight:bold;
   color: steelblue;
}

/* END David26 Account */

/* MENUS 
------------------------------------------------------------------ */
#header {
  /*background-color: #fff;*/
  /*background: url(img/header.jpg) 50% 0px no-repeat;
  *background-position: 50% 84px;*/
  text-align: left;
  margin: 0 auto 0px;
  /*width: 985px;*/
}
#header {
	/*background-color:#FFFFFF;*/
	/*padding: 1px;*/
}

#header a {
    position: absolute;
    top: 100;
    left: 200;
    width: 250px;
    height: 25px;
	background-color:#999999;		
}

#header a h1 {
    display: none;
}

/*#header { height: 150px; margin-top: 0px; position: relative; }*/

#menu a:active { position: relative; top: 1px; }

#nav { position: absolute; top: 143px; left: 20; /*width: 985px; top: 218px; */ }

ul#menu {
  /*background: #89CB11 url(img/navigation.png) top left repeat-x */ ;
  display: block;
  /*height: 41px;*/
  left: 8px;
  /*top: 150px;*/
  padding: 0 28px 0 18px;
  /*width: 939px;*/
}

#menu li,
#menu a { display: block; float: left; }

#menu a {
  /*background: transparent url(img/navigation.png) left -150px no-repeat */;
  color: #000;
  font-family: Helvetica, Arial, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size:15px;
  /*font-variant: small-caps;*/
  text-transform: uppercase;
  /*line-height: 40px;*/
  padding: 0 10px 0 20px;
  /*text-shadow: 0 1px 1px #fff;*/
}

/* Removes the background separator in Opera 9+, Firefox 2+, Safari 3+ */
#menu .page-item-home a { background-image: none; }

#menu a:hover,
#menu a:focus,
#menu .current_page_item a {
  /* IE6/7/8 Fallback hack - Adds more contrast to the navigation */
  color: #000\9;
  /* FF3.5/Safari4/Chrome2/Opera10 - applies a darker text-shadow to the link for a seamless transition - http://cordobo.com/1119-provide-visual-feedback-css/ */
  /*text-shadow: 1px 1px 1px #fff;*/
}

#accessibility {
  display: block;
  position: absolute;
  left: 8px;
  top: 185px;
}

#accessibility li,
#accessibility a { display: block; float: left; }
#accessibility a { /*background: transparent url(img/navigation.png) right -200px no-repeat;*/ padding: 0 7px 0 4px; }
#accessibility .last-item a { background: none; padding-right: 0; }


/* END MENUS */

/* CLEARFIX
------------------------------------------------------------------ */

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

/* END CLEARFIX */

/*** Background Floating Links ***/
		#box-link1 { 
		position: absolute; 
		top: -105px; 
		left: 55px;
		/*z-index: 0;
		background:url(images/events.jpg) no-repeat 0 0;*/
		width: 318px; 
		height: 73px; 
		background-color: blank; 
		/*border: 1px solid yellow;*/
	 }

		#box-link2 { 
		position: absolute; 
		top: 148px; 
		left: 630px;
		/*z-index: 0;
		background:url(images/events.jpg) no-repeat 0 0;*/
		width: 318px; 
		height: 130px; 
		background-color: blank; 
		/*border: 1px solid yellow;*/
	 }
/*** END Background Floating Links ***/
