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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336666;
	font-size: 90%;
}

#container {
	width: 91%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #366617;
	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;
}  

/* Header Styles */
#header {
	background-color: #199073;
	height: 148px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 


/* MainContent Styles */
#container #mainContent img {
	margin-right: 15px;
	margin-top: .5em;
}
#mainContent {
	margin-top: 1em;
	margin-right: 140px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 
#container #mainContent h1 {
	font-size: 135%;
	color: #333300;
}
#container #mainContent h2 {
	font-size: 110%;
	color: #666600;
}
#container #mainContent p {
	font-size: 90%;
	line-height: 150%;
}


/* Left Sidebar Styles */
#container #sidebar1 {
	text-align: left;
	background-color: #EDF1BF;
	width: 144px;
	float: left;
	height: 100%;
	margin-bottom: 0px;
}
/* Left Hand Navigation List */

 #container #sidebar1 ul {
	font-size: x-small;
}

#container #sidebar1 li
{
	display: block;
	list-style: none;
	margin: 0px;
	text-align: left;
	padding-bottom: 10px;
	margin-left: -25px;
}

#container #sidebar1 li a
{
	text-decoration: none;
	text-align:left;
	padding-bottom: 0.25em;
}

#container #sidebar1 li a:link
{
	color: #003366;
}
#container #sidebar1 li a:hover
{
	color: #FF0000;
	background-color: #CCFFCC;
}
#container #sidebar1 li a:active
{
	color: #003366;
}
#container #sidebar1 li a:visited
{
	color: #003399;
}

/* Right Sidebar Styles */

#sidebar2 {
	float: right;
	width: 135px;
	margin-top: 30px;
	margin-right: -50px;
	border: thick solid #CCCCCC;
	padding: 5px;
	background-image: url(../images/actmen_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
}



/* Footer Styles */

#footer {
	padding: 0 10px;
	color: #FFFFCC;
	background-color: #276896;
	font-size: x-small;
	text-align: center;
	line-height: 125%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

#footer a {
	color: #FFFF99;
	text-decoration: none;
} 

#footer a:link {
	color: #FFFF99;
	text-decoration: none;
} 

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

#footer a:active{
	color: #CCFF99;
	text-decoration: none;
} 

#footer a:link{
	color: #0C273D;
	text-decoration: none;
} 


#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 */
}

/* Miscellaneous classes for reuse */
.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;
}

#container #mainContent td {
	font-size: 80%;
	line-height: 100%;
}

/* Data List Classes for All Businesses*/

.business{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #366617;
	display: block;
}

.address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #669999;
	display: block;
}

.mainphone{
	font-size: 9px;
	color: #999933;
	display: block;
}

.faxphone{
	font-size: 9px;
	color: #99CC66;
}

.tollfree{
	font-size: 9px;
	color: #CC0000;
}

.hours{
	font-size: 9px;
	color: #339966;
}

.description{
	font-size: 9px;
	color: #336600;
	padding-bottom: 10px;
	display: block;
	line-height: 150%;
}

.features{
	font-size: 9px;
}

.datalink{
		font-size: 9px;
}

#listingdata td {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}


/* Data List Classes Specifically for Restaurants 

.cuisine{
	font-size: 9px;
}
.meals {
	font-size: 9px;
	color: #CC6600;
}
.pricescale {
	font-size: 9px;
	color: #CC6600;
} */

/* Data List Classes Specifically for Lodging 
.ratehigh{
	font-size: small;
}
.ratelow{
	font-size: small;
}
.cancellationpolicy{
	font-size: small;
}
.policies{
	font-size: small;
}
.smoking{
	font-size: small;
}
.numberofrooms{
	font-size: small;
}
.checkincheckout{
	font-size: small;
}
.internet{
	font-size: small;
}
.ratehigh{
	font-size: small;
}
.breakfast{
	font-size: small;
}
.kitchens{
	font-size: small;
}
.pool{
	font-size: small;
}
.airconditioning{
	font-size: small;
}
.kitchens{
	font-size: small;
}
*/
