@charset "UTF-8";
/* CSS Document */

/*
---------------------------------------------------------------
Standard CSS files. These probably do not need to be edited.
---------------------------------------------------------------
*/

@import url('edit-links.css'); 
/* TreeFrog Logged In Edit Links */

@import url('editable.css'); 
/* User-editable CSS */

@import url('jobform.css'); 
/* Job Form */

@import url('shadowbox.css'); 
/* Gallery Images */

/*
---------------------------------------------------------------
Edit these files accordingly, but DO NOT UNLINK THEM.
---------------------------------------------------------------
*/

@import url('articles.css'); 
/* Attached Article Views */

@import url('linklist.css'); 
/* Main drop-down menu styles */

@import url('menu.css'); 
/* Main drop-down menu styles */

body { behavior: url("js/csshover3.htc"); }

/* CSS Hovering for IE */


/*
---------------------------------------------------------------
This helps IE cope with its hover problems.
---------------------------------------------------------------
*/


#menu, .banners div{
	behavior:url('../js/csshover3.htc');	
}

/*
---------------------------------------------------------------
Deal with Mobile-Only Content. SUPER IMPORTANT. DO NOT DELETE.
---------------------------------------------------------------
*/

.mobile{
	display:none;	
}


/*
---------------------------------------------------------------
Basic Styles
---------------------------------------------------------------
*/

body, html{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:auto;
	text-align:center;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.45;
	color:#000;
	background-color:#333;
}

img{
	border:none;
}

.cl{
	clear:both;
	/* IE likes to give empty divs the height of one line. Stop it with this. */
	zoom:0 !important;
}


ul, ol{
	padding-left:20px;
}

.left{
	float:left;
}

.right{
	float:right;	
}

/* Give all divs Layout so IE stops being a huge jerk about BG images. */
div{
	zoom:1;
}

/*
---------------------------------------------------------------
Format Headlines, Paragraphs and Links
---------------------------------------------------------------
*/

h1 {
	color:#000;
	display:block;
	font-size:26px;
	line-height:1;
	padding:0;
	margin-top:0;
	margin-bottom:5px;
	font-weight:normal;
}

h2 {
	color:#000;
	font-size:22px;
	line-height:1;
	margin-top:0;
	margin-bottom:10px;
	font-weight:normal;
}

h3 {
	color:#000;
	font-size:20px;
	line-height:1;
	margin-top:0;
	margin-bottom:10px;
	font-weight:normal;
}

h4 {
	color:#000;
	font-size:16px;
	line-height:1;
	margin-top:0;
	margin-bottom:10px;
	font-weight:normal;
}

h5 {
	color:#000;
	font-size:15px;
	line-height:1;
	margin-top:0;
	margin-bottom:10px;
	font-weight:normal;
}

h6 {
	color:#00000;
	font-size:13px;
	line-height:1;
	margin-top:0;
	margin-bottom:10px;
	font-weight:normal;
}

p {
	margin:0;
	padding-bottom:10px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}


/*
---------------------------------------------------------------
Main Container Divs
---------------------------------------------------------------
*/

#superwrapper{
	/* Min-Width with IE Hack to stop background 'breaking' on window resize. */
	min-width:960px;
	width:auto !important;
	width:100%;
}

#wrapper{
	/* Min-Width with IE Hack to stop background 'breaking' on window resize. */
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#header{
	text-align:left; /* Correct centering hack for IE */
	background-color:#CCC;
	width:960px; /* Match #main width to this */
	height: 100px; /* ... or whatever */
	margin:0 auto;
}

#main{
	text-align:left; /* Correct centering hack for IE */
	/* Columns are contained within this div. */
	background-color:#666;
	width:960px; /* Match #header width to this */
	margin:0 auto;
	overflow:hidden;
	margin-top:10px;
}

#footer{
	width:960px;
	margin:0 auto;
	padding-top:10px;
}


/*
---------------------------------------------------------------
Column Divs. Numbered left-to-right.
---------------------------------------------------------------
*/

/* Container for Col1 and Col2 (left and/or middle) */
#content-left{
	float:left;
	width: 730px;
}

#col1{
	background-color:#999;
	width:220px;
	float:left;
	overflow:hidden;
}

#col2{
	background-color:#999;
	width:500px;
	float:right;
	overflow:hidden;
	
}

#col3{
	background-color:#999;
	width:220px;
	float:right;
	overflow:hidden;
}

/*
---------------------------------------------------------------
Content generated by the Editor can be targeted by using this div.
---------------------------------------------------------------
*/

.editor{

}

/*
---------------------------------------------------------------
Related Documents.
---------------------------------------------------------------
*/

.related-docs{
	background-color:#CCC;
	padding:10px;
	margin-bottom:15px;
	margin-top:10px;
}

.doc{
	display:block;
}

	.doc a{
		display:block;
		padding:5px;
		margin-bottom:3px;
		background-color:#999;
	}

	.doc a:hover{
		background-color:#666;
	}

/*
---------------------------------------------------------------
Sidebar Divs. Nested for rounded corners and other special effects.
Used for Feeds, Widgets, and 'Contact Us' box.
---------------------------------------------------------------
*/


/* Innermost Sidebar Div for Widgets and Articles */
			.sidebar-content{
				background-color:#CCC;
			}
			


.readmore{
	display:block;
	text-align:right;
}

span.sidespan{
	font-size:15px;
	margin-bottom:5px;
}


.bg{
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


/*
---------------------------------------------------------------
Sidebar search
---------------------------------------------------------------
*/

.search-input{
	border:1px solid #000;
	padding:2px;
	color:#666;
	width:110px;
}

.search-submit{
	border:1px solid #000;
	padding:2px;
}


/*
---------------------------------------------------------------
Banners -- New, Improved, and IE Friendly
---------------------------------------------------------------
*/

/* Control vertical spacing between banners here.*/
.banner{
	margin-bottom:15px;	
}

/* Rollover Effect */
.banner a:hover img{
visibility:hidden;
}

.banner a, .banner a:hover, .banner a:link, .banner a:visited{
	display:block;	
}

.banner img{
	display:block;
	width:100%;
	height:100%;
}

/* Banners that aren't linked still need an <a> tag for the hover effect. */
/* Don't let the cursor change for these. */
a.link-null{
	cursor:default;	
}

/*
---------------------------------------------------------------
FAQs
---------------------------------------------------------------
*/

.faq{
	font-size:13px;
	font-weight:bold;
}


/*
---------------------------------------------------------------
Gallery
---------------------------------------------------------------
*/

.gallery {
	margin-left:15px;
}

.testimonials-photo{
	float:left;	
}

.testimonials-container{
	border-bottom:1px solid #666;
}

.thumbnail {
	float:left;
	width:150px;
	margin:0 10px 10px 0;
	height:100px;
	overflow:hidden;
}

.thumbnail img {
	border:none;
}

.gallery-summary-image{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/*
---------------------------------------------------------------
Login Page
---------------------------------------------------------------
*/

.login-box{
	text-align:center;
}

.login{
	margin:0 auto;
	width:155px;
	padding:5px;
	background-color:#fff;
}

.loginform{
	text-align:left;
}

/*
---------------------------------------------------------------
Sitemap
---------------------------------------------------------------
*/

.sitemap-sub a:hover {
	text-decoration:none;
}

.sitemap-sub a {
	margin-left:20px;
	text-decoration:none;
}

/*
---------------------------------------------------------------
Directory Pages
---------------------------------------------------------------
*/

.embed{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

.business-container{
	padding:5px;	
}

.bizbg{
	background-color:#ccc;
}

.letter {
	float: left;
	margin-right: 7px;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;	
}

#business-search {
	float: left; 
	margin: 5px 0px 40px 0px	
}
#business-search-keyword {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

.business-container {
	float: left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}

.business-header {
	font-weight: bold;
	font-size: 14px;
}

.business {
	float: left;
	margin-left:10px;
	margin-right:10px;
	min-height:10px;
}

.business-container .field {
	float: left;
	width: 24%;
	padding-right: 1%;
}

.business-container .name {
	width: 140px;
}

.business-container .phone {
	width: 90px;
}

.business-container .email {
	width: 55px;
	text-align:center;
}

.business-container .website {
	width: 55px;	
	text-align:center;
}

/* Business detail page */
#business-detail {
	margin-top: 25px;
}
#business-info {
	margin-top:15px;
}

.business-box-left{
	float:left;	
	width:210px;
}

.business-box-right{
	float:right;
	width:210px;
}

.business-box-left h4, .business-box-right h4, .business-box-bottom h4{
	display:block;
	background-color:#726659;
	color:#fff;
	padding:8px;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:2px;
}

.business-left{
	float:left;
	width:200px;
}

.business-right{
	overflow:hidden;
	float:right;
	width:290px;
}

.business-box-bottom{
	display:block;
	margin-top:10px;
}

/* Container for all photos (main photo and thumbnails) */
#business-images {
	width: 290px;
	overflow:hidden;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#business-photo {
	display:block;
	overflow:hidden;
}
/* Main image */
#business-photo img {
	overflow: hidden;
	height: auto;
	width: 290px;
	text-align: center;
}
/* Thumbnail images */
#business-thumbnail-container {
	width: 425px;
	height: 40px;
}
.business-thumbnail {
	float:right;
	width: auto;
	height: 36px;
	margin: 5px 0px 0px 5px;
}
.business-thumbnail img {
	height: 36px;
	overflow: hidden;
	border: 1px solid #726659;
}


/*
---------------------------------------------------------------
Misc. items
---------------------------------------------------------------
*/


/* Link back to the Home Page with this absolute-positioned div */
/* Modify the width and height to match the dimensions of your logo image */
#logo{
	position:absolute;
	width:300px;
	height:100px;
}
	
	/* Make the entire #logo div clickable with this rule */
	#logo img{
	width:100%;
	height:100%;
	}
	
/*
---------------------------------------------------------------
Form inputs and whatnot
---------------------------------------------------------------
*/

input{

}




