.formheadline {
	font-weight:bold;
	color:#003f5f;
	font-size:107%;
}

/*Search Styles
---------------------------------------------------------------------------*/
#searchbox {
	/*border: 1px solid #999;*/
	width:70%;
	margin: 0 auto;
	color:#999;
	font-size:85%;	
	text-align:center;
	padding:8px;
	/*test*/
}
.resultslink {
	float:left;
	margin:2px 0;
	width: 150px;
	padding: 4px 0;
}
.resultsinfo {
	font-size:77%;
	float:right;
	margin:2px 0;
	padding:4px 0;
	color:#999;
}
.resultsdescription {
	clear:both;
	float:left;	
	margin: 4px 0 0 0;
	padding:4px 0;
	width:100%;
	
}
.resultsline {
	width:100%;
	clear:both;
	float:left;	
	border-bottom: 1px solid #a6bac8;
	font-size:85%;
}
.resultshead{
	width:100%;
	color:#999;
	padding:4px 0;
	border-bottom: 1px solid #a6bac8;
	border-top: 1px solid #a6bac8;
	margin-top:10px;
	
}
.noresults {
	color:#999;
	padding:0 0 0 21px;
}

/*Forms Styles
-------------------------------------------------------------------------*/
.form {
	width: 430px;
	background-color:#f2f5f7;
	/*border: 1px solid #999;*/
	/*padding:4px;*/
	
}
.form2 {
	width: 620px;
	background-color:#f2f5f7;
}
.formtop {
	background-color:#4d7592;
	height:37px;
	line-height:37px;
	color:#fff;
	font-size:122%;
	padding:0 10px;
}

.formboxcontent {
	padding:10px;
}
.formloop {
	margin-top:8px !important;
	width:100%;
	font-size:92%;
}
.formlabel, .forminput{
	float:left;
	
}
.formlabel {
	width:30%;
	text-align:right;
	margin-right:6px;
}
.formheader {
	width:97%;
	text-align:left;
	margin-right:6px;
	margin-top:16px;
	margin-bottom:16px;
	border-bottom:1px solid #999;
	font-weight:bold;
}
.forminput {
	width:68%;
	/*margin-left:32%;
	*margin-left:0;*/
}
.forminput input {
	width:50%;
}
.formfoot {
	width:100%;
	text-align:center;
	margin:20px 0 0 0;
	clear:both;
}
.submitbtncontainer {
	text-align:center;
	/*border-bottom:1px solid #CCC;*/	
	padding:4px;
}
.centertext {
	text-align:center;
}
.required {
	color: #FF0000;
}
.field_radio, .field_checkbox {
	width:12px !important;
	height:12px !important;
}
.select, .textarea {
	width:50%;
}

.formleftcol, .formleftcolcheck {
	padding: 4px 4px 4px 0;
	font-weight:bold;
	text-align:left;
	width:212px;
	font-size:10px;
}
.formrightcol, .formrightcolcheck {
	padding: 4px 0px 4px 4px;
	font-weight:bold;
	text-align:left;
	width:212px;
	font-size:10px;
}
.formsubmit {
	text-align:center;
	padding:14px 0 10px 10px;
}

#formfoot{
	margin:0;
	border-top:#5A83A6 1px solid;
	font-size:9px;
	color:#5A83A6;
	text-align:left;
	width: 430px;
}
#formfoot a:link, #formfoot a:visited {
	color:#5A83A6;
	text-decoration:underline;
	font-size:9px;
}
.field_heading {
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 11px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 11px;
	width: 200px;
}
.field_title {
	font-size: 11px;
	width: 100px;
	vertical-align: top;
	text-align:right;
	font-size:11px;
	color:#CCCCCC;
	padding:8px;
}
.textfield {
	font-size: 11px !important;
	width: 180px !important;
}
.formcomments textarea {
	font-size: 11px !important;
	width: 394px;
	height: 100px !important;
}
.caps {
	text-transform:uppercase;
}
/*Employment Styles
-------------------------------------------------------------------------*/
.employment {
	/*font-size:85%;*/
	width:430px;
}
.employment p{
	font-size:92%;
}
.employHead {	
	padding:4px 0;
}
.colheadline {	 
	border-top: #a6bac8 1px solid;
	border-bottom: #a6bac8 1px solid;
	width:430px;
}
.employcol1, .employcol2, .employcol3, .employcol4 {
	float:left;	
	padding:4px 2px;
}
.employcol1 {
	width:10%;	
}
.employcol2 {
	width:20%;
}
.employcol3 {
	width:45%;	
}
.employcol4 {
	width:20%;
}
.colhead {
	font-weight:bold;
	color: #4d7592;
}
.employloop {
	border-bottom: #a6bac8 1px solid;
	width:430px;
	font-size:92%;
	clear:both;
}
.employpagelinks{
	text-align:right;
	margin-top:4px;
}
#applybtn {
	float: right;	
	text-align:center;
	background: #FFF;
	padding:4px;
	border:1px solid #7f9cb1;
	margin:4px 0;
}
#applybtn a:link, #applybtn a:visited {
	text-decoration:none !important;
	font-weight:bold;
}
#applybtn a:hover {
	color:#a6bac8 !important;
}
.job_body {
	margin-bottom:10px;
}
#backbtn {
	float: left;	
	text-align:center;
	text-align:center;
	background: #FFF;
	padding:4px;
	border:1px solid #7f9cb1;
	margin:4px 0;
}
#backbtn a:link, #backbtn a:visited {
	text-decoration:none !important;
	font-weight:bold;
	color:#4D7592;
}
#backbtn a:hover {
	color:#a6bac8 !important;
}
#btncontainer{
	width: 430px;
	border-top: #a6bac8 1px solid;
	padding:4px 0;
}
/*#btncontainer a:link, #btncontainer a:visited{
	color: #FFF;
	font-size:85%;
	text-decoration: underline;
	
}
#btncontainer a:hover {
	color: #333;
}*/
.applyformsend {
	margin-top:8px !important;
	width:100%;
	font-size:92%;
	text-align:center;
}
/*News
------------------------------------------------------------------------------*/
.news {
	/*width:100%;*/
	backbround-color:#f2f2f2;
	padding:8px;
}
.newspagelinks {
	text-align:right;
}
.postline {
	padding:2px;
	border-bottom: 1px solid #a6bac8;
	line-height:14px;
}
*:first-child+html .postline {
	padding:4px;
}
.post_title {
	float: left;
	line-height:14px;
	width:300px !important;
}
.post_date {
	float: right;
	font-size:85%;
	line-height:14px;
	
}
.post_link {
	font-weight:bold;
	width:300px !important;
}
.newsheadline {
	border-bottom: 1px solid #a6bac8;
	font-size:122%;
	font-weight:bold;
}
.post_short {
	margin:5px 0 20px 0;
	font-size:92%;
	clear:both;
}
.postedby {
	font-weight:bold;
	font-size:92%;
}
.newsbody {
	margin-bottom:10px;
}
#newsback {
	float: left;	
	text-align:center;
	text-align:center;
	background-color:#2c3b64;
	padding:4px;
	color:#FFF;
	font-size:85%;
}
#newsback a:link, #newsback a:visited {
	text-decoration:none !important;
	font-weight:bold;
	color:#FFF;
}
#newsback a:hover {
	color:#CCC !important;
}
.comment_title { 
	font-weight: bold;
}
.comment_text { 
	padding-bottom: 15px; 
}
.comment_info {
	text-align: right;
	font-size:85%;
}
.comment_title{
	border-bottom: 1px solid #a6bac8;
}
.comments h2 {
	font-size:129%;
	font-weight:bold;
	border-bottom: 2px solid #a6bac8;
	margin-bottom:8px;
}
.comments {
	background-color:#f5f8fa;
	border:1px solid #a6bac8;
	padding:4px;
}
/* Polls
--------------------------------------------------------------------------*/
.pollcontainer {
	/*border: #CCC 1px solid;*/
	width:400px;
}
/*.pollcontainer div{
	padding:4px;
}*/
.votebtn {
	text-align:center;
}
.pollquestion {
	font-weight:bold;
	color:#003f5f;
	font-size:107%;
}
/* Downloads
-------------------------------------------------------------------------*/
.dl_line {
	border-bottom: 1px solid #a6bac8;
	line-height:16px;
	height:16px;
	padding:2px;
}
.dl_lineleft {
	float:left;
	line-height:16px;
}
.dl_lineright {
	float:right;
	line-height:16px;
	font-size:77%;
}
.dl_description {
	margin-bottom: 15px;
	text-align:left;
	padding:2px;
	font-size:92%;
}
.dl_pagelinks {
	margin-bottom:10px;
	text-align:right;
}
.line {
	padding-top:8px;
}
/*Gallery
-----------------------------------------------------------------------*/
.gal_pagelinks {
	text-align:right;
}
.gal_pagecenter {
	text-align:center;
}
.gallerythumbs {
	padding:4px;
}
.imagetitle {
	font-size: 122%;
	font-weight:bold;
}
/*RSS Feed
-----------------------------------------------------------*/
.rssfeedcontainer{
	font-size:92%;
}
.rssfeedcontainer img{
	padding:5px;
}
/*Events Styles
------------------------------------------------------------*/
.bottombtn {
	margin-top:4px;
}
.detaildate {
border-bottom: 1px solid #a6bac8;
}
.evtdborder {
	border-bottom: 1px solid #a6bac8;
    border-top: 1px solid #a6bac8;
}

.evtdtoday {
      background-color : #f0f0f0; 
      font-weight : bold;
      font-size : 92%; 
      line-height : 20px; 
      color : #000000; 
      vertical-align : middle; 
      text-align : left; 
} 

.evtdheading {
    /*font-size : 85%;*/ 
    line-height : 20px;
    text-align : center; 
    /*border-top: 1px solid #999;*/
	font-weight:bold;
	color:#003f5f;
	font-size:107%;
}

.evTodayDis {	
      text-align : center;
      font-weight : bold;
      line-height : 20px;
	  padding-bottom:4px;
}


.evtdeventheading {
      /*border-bottom: 1px solid #999;*/
      font-weight : bold;
      font-size : 92%; 
      line-height : 20px; 
      vertical-align : middle; 
      text-align : left; 
      
}

.evtddate {
      font-weight : normal;
      font-size : 92%; 
      line-height : 16px; 
      color : #606060; 
      vertical-align : middle; 
      text-align : left; 
}

.evevent  {
      font-weight : normal;
      font-size : 85%;
      line-height : 18px;
      color : #0000ff;
      vertical-align : middle; 
      text-align : left;
      padding-top : 2px;
      padding-bottom : 2px;
      padding-right : 5px;
      padding-left : 5px;
	  list-style: none;
}

.evgenfont {
      font-weight : normal;
      font-size : 100%;
      line-height : 16px; 
      color : #606060; 
      vertical-align : middle; 
      text-align : center;
}

.evheader  {
      font-weight : bold; 
	  line-height : 18px;
      font-size : 100%;
      color : #000000;
      vertical-align : middle; 
      text-align : center;
      padding-top : 2px;
      padding-bottom : 2px;
      padding-right : 5px;
      padding-left : 5px;
}
/*Ecommerce Lite
-----------------------------------------------------------------------*/
.purchasetable, .purchasedetail {
	border-collapse:collapse;
	width:100%;
	clear:both;	
}
.purchasetable {
	border-top:1px solid #a6bac8;
	margin-top:6px;
}
.purchasedetail {
	border-bottom:1px solid #a6bac8;
}
.purchasetable td, .purchasetable th, .purchasedetail td, .purchasedetail th {
	padding:4px;
}
.purchasetable tr{
	border-bottom:1px solid #a6bac8;
}
.purchasetable img, .purchasedetail img {
	border:1px solid #CCC;
}
.purchasetable a {
	text-decoration:none;
}
.backtopurchase a {
	display:block;
	border:2px solid #31969b;
	background-color:#8fd2d5;
	color:#092e22 !important;
	width:3.5em;
	line-height:1.5em;
	text-align:center;
	margin-top:4px;
	font-size:77%;
	text-decoration:none;
}
.backtopurchase a:hover{
	background-color:#b9f3f5;
	color:#008c92;
}
.viewcart {
	position:relative;
	float:left;
	
}
.underline {
	text-decoration:underline;
}

/*Image Gallery (old version)
-----------------------------------------------------------------------*/
.gallerytable {
	/*width:100%;
	border-collapse:collapse;*/
}
.galleryfoot {
	border-collapse:collapse;
	border-top:1px solid #a6bac8;
	margin-top:20px;
}
.galleryfoot td, .galleryfoot th {
	padding:4px;
}
/*Business Directory
--------------------------------------------------------------------------------*/
.buslistinghead, .catlistinghead {
	border-bottom:1px solid #a6bac8;
	font-weight:bold;
	font-size:107%;
	color:#003f5f;
	/*clear:both;*/
	width:100%;
	clear:both;
}
.categorycolumn {
	float:left;
	width:200px;
}
.buslistinghead {
	margin-top:20px;
	margin-bottom:10px;
	position:relative;
	padding-top:20px;
	clear:both;
}
* html .buslistinghead {
	padding-top:0;
}
.buslistingheadtext {
	width:300px;
	float:left;
	clear:left;
}
.categorylist {
	list-style:disc;
	margin:8px 0 0 28px;
	color:#4f8aa8;
}
.categorylist li {
	padding:3px 0;
}
.listinglist {
	margin-left:15px;
}
.listinglist li {
	margin-top:10px;
}
* html .listinglist li {
	margin-top:5px;
}
.listingtitle {
	font-size:100%;
}
.shortdescription{
	font-size:85%;
}
.listingurl {
	font-size:85%;
}
.pagenav {
	width:100%;
	text-align:center;
	border-top:1px solid #a6bac8;
	margin-top:15px;
	padding:4px;
}
.prevpage {
	float:left;
}
.nextpage {
	float:right;
}
.buscontactinfo {
	float:left;
	width:260px;
}
.buslongdescription {
	clear:both;
	padding-top:15px;
}
.nosubcat {
	margin:10px 0 0 15px;
}
.showing {
	font-size:10px !important;
	font-weight:normal !important;
	text-align:right;
	width:200px;
	float:right;
	clear:right;
}
#leftsearch {
	margin:-10px 0 0 0;
	padding:0;
}
/* Tell a Friend 
--------------------------------------------------------------------*/
#hud_content {
	width:340px;
}
.tellheader {
	margin:15px 0 0 15px;
	width:310px;
	border-bottom:1px solid #a6bac8;
	font-weight:bold;
	font-size:107%;
}
.tellcolumn {
	margin:15px 0 0 15px;
	_margin:15px 0 0 5px;
	float:left;
	width:155px;
}
.tellwidecol {
	margin:15px 0 0 15px;
	_margin:15px 0 0 7px;
	width:305px;
}
#email_body {
	width:310px;
}
.tellbutton {
	margin:15px;
	text-align:center;
}

#tellcontainer {
	width:340px;
}
/* Error Handling 
--------------------------------------------------------------------*/
div.error {
	font:Verdana normal;
	font-size:12px;
	width:400px;
	padding: 5px 5px 5px 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #FF0000;
	border: 1px solid #FF0000;
	background-color:#F1E0F0;
	list-style-type: none;
}
input.error, select.error, textarea.error {
	border: 1px solid #FF0000;
	background-color:#F1E0F0;
}


/*--------LocationSearch-------*/

.locationloop {
	border-bottom: #a6bac8 1px solid;
	width:430px;
	font-size:92%;
	clear:both;
}
.locationcol1, .locationcol2 {
	width:40%;
	float:left;	
	padding:4px 2px;
}
