@chrset "UTF-8";
.thrColFixHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height:25px;

} 
* html .thrColFixHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
		line-height:25px;


}
.thrColFixHdr #header {

	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: pink;
	
	

} 
#headnav {
	float: right;
	height: 215px;
	width: 630px;
}
#slideshow {
	height: 150px;
	width: 630px;
	background-image: url(images/contactsbox.jpg);
	margin-top: 20px;
	background-repeat: no-repeat;
}
#contactsdetails {
	float: right;
	width: 350px;
	margin-right: 20px;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

} 
* html .thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






.thrColFixHdr #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 410px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-top: 13px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
} 


.thrColFixHdr #container #sidebar2 {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;

	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;

}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	text-align: center;
font-size:12px;
padding:5px;
} 
.middiv {
	width: 410px;
	margin-bottom: 10px;


}





.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 15px;
}

ul {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 16px;
	padding-top: 0px;
}
li {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 16px;
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height:35px;
	font-weight: normal;
}






h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:30px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: normal;
}
h3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:30px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
h4 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: normal;
	padding-bottom: 3px;
}
#logonav {
	
}
#topnav {
	height: 32px;
	width: 630px;
	padding-top: 13px;
}
#topnav a {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#topnav li {
	display: inline;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: none;

}
#topnav ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav a:hover {

	text-decoration: none;
}
.sideitems {
	width: 180px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px 0px 20px 0px;	
}
.sideitems h2 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #384220;
	font-size: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sideitems h3 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #384220;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

.sideitems{font-size:11px}

.sideitems p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
}


.sideitems2 h2 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #384220;
	font-size: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sideitems2 h3 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
.sideitems2 p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
}.sideitems3 {
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #384220;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.style2 {color: #384220}
.style1 {
	font-size: 12px;
	color: #384220;
	font-weight: normal;
}
.style3 {
	font-size: 15px;
	font-weight: normal;
}
.thrColFixHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
}

.style4 {
	font-size: 9px;
	letter-spacing: -1px;
}

.box{font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 15px;
        
}

.breadcrumb{margin-bottom:20px; background-color:#fafbfa; padding:0px 5px 0px 5px; }




#powered-by-onlinewebstore{text-align:center; margin:auto; padding:10px; font-size:10px}

#powered-by-onlinewebstore a:link, #powered-by-onlinewebstore a:visited{color:grey}

.image_box_next_to_listings{}
#boxcontainer{float:right; width:200px; padding-left:10px; padding-right:10px}

#boxcontainer img{width:180px; height:auto}

.slide_show_items{padding:0px 0px 20px 0px}

.image_box_next_to_listings{}

#error	{color:#FF3300; padding:10px 10px 10px 10px ; border:1px solid black; margin-bottom:10px; margin-top:10px}
.message{background-color: #FFFFCC; color:#000033; border:1px solid #C28787; padding:10px; margin:10px 0px 10px 0px}

.admin_error_message{color:red}






#photo-gallery ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#photo-gallery ul li { display: inline; }



#photo-gallery  ul li a
{
text-decoration: none;
padding: 5px;
}


#description{margin-bottom:10px}


#footer_menu{ width:800px; text-align:center; margin:auto; padding-top:10px}
#footer_menu ul{list-style-type: none;}
#footer_menu ul li { display: inline; padding-right:10px; font-size:90%;}

#footer_menu ul li  a {  padding-right:10px; font-size:90%; color:grey}

#sitemap ul {list-style:none; margin:0px; padding:0px; font-size:90%;}

#sitemap li { padding-bottom:5px;}


.cat {font-size:180%; font-weight:bold; margin-top:20px; font-weight:bold}
.subcat {font-size:150%; font-weight:bold;  margin-top:20px}

.norm{font-size:90%; padding:0px; margin:0px; line-height:90% }

.photo {font-size:180%; font-weight:bold; margin-top:20px; font-weight:bold}

#sitemap  {margin-top:20px}




/* busines index css */


.classification{font-size:75%; padding-left:20px}


h2{padding:0px; margin:0px;}
.address{padding:0px; margin:0px;}


#business_list{ margin-top:20px}
#business_list h2{margin:20px 20px 20px 0px;}

#business_list ul{padding:0px; margin:0px; list-style-type: none;}
#business_list li{padding:0px; margin:0px}



.listing{margin-top:20px ;}
.sb_text{margin-bottom:20px; color:red}


.search-label {

    padding:  30px 0px 0px 0px;
 
}




.clear{clear:both}


.s_textfield{width:400px}

.searchButton{margin:0px 0px 0px 0px };

.alpa_link{padding-left:50px}

.search-text {font-size:11px; font-weight:bold; font-style: italic; padding-top:10px}
#search-box-main{ padding:0px; margin-top:-6px}


#homelist ul { }

.thrColFixHdr #container ul {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
}
.thrColFixHdr #container li {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
}

.sidenav

.thrColFixHdr #container .sidenav  ul {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
}
.thrColFixHdr #container .sidenav  li {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}













.thrColFixHdr #container #top_nav {width:100%}

