/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #096;
	text-decoration: none;
}

a:visited{
	color: #096;
	text-decoration: none;
}

a:hover{
	color: #16992F;
	text-decoration: underline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-position: center;
}
a.hovert {
	color: #16992F;
	text-decoration: underline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	background-position: center;
}




h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	text-align: center;
}

ul ul{
	list-style-type: disc;
	text-align: left;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 30%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 48%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.myclass:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #666;
	text-decoration: underline;
}
.black:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #666;
	text-decoration: underline;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
.top_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #096;
}
.top_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #179531;
	text-decoration: underline;
}



.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #new styles **************/

.style2 {
	font-size: 9px;
	text-align: justify;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.style6 {
	color: #FF0000;
	font-size: 14px;
}
.style7 {
	font-size: 14px;
	color: #096;
}.hd1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2B953B;
}
.download {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-position: center;
	text-align: center;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.book_hire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #096;
	background-position: center;
	text-align: center;
}
.right_sidebar {
	background-color: #EBEBEB;
	color: #096;
}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	text-align: left;
}
.red_text_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00;
	font-weight: bold;
}

.plant_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.plant_text_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.features_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
.features_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: left;
}
}
.features_site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.xmas {
	font-family: "Script MT Bold";
	font-size: 24px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}

.right_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #096;
	font-weight: bold;
	text-align: center;
}
.right_header_lrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #096;
	font-weight: bold;
	text-align: center;
}
.stop_press_lrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #16992F;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.right_text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #EBEBEB;
	text-align: left;
}
.mid_text_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	list-style-position: inside;
}

.left_sidebar {
	background-color: #666;
	color: #FFF;
	font-weight: bold;
}
.left_sidebar_just {
	background-color: #666;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}
.mid_white {
	background-color: #FFF;
	color: #FFF;
	font-weight: lighter;
	font-size: xx-small;
}

/* 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;
}
 
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColElsHdr #sidebar1, .thrColElsHdr #sidebar2 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]</head>

<body class="thrColElsHdr">

<div id="container">
  <div id="header">
    <h1>Header</h1>
   end #header </div>
  <div id="sidebar1">
    <h3>ggg</h3>
    <p>&nbsp;</p>
   end #sidebar1 </div>
  <div id="sidebar2">
    <h3>&nbsp;</h3>
    <p>&nbsp;</p>
   end #sidebar2 </div>
  <div id="mainContent">
    <h1>&nbsp;</h1>
	 end #mainContent </div>
	 This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats <br class="clearfloat" />
   <div id="footer">
    <p>Footer</p>
   end #footer </div>
 end #container </div>
</body>
</html>
.middle_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.mid_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.mid_menu_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
}
.mid_menu_left_lower {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.index_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-position: left;
}
#result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
a.hovermain {
	color: #16992F;
	text-decoration: underline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	background-position: center;
}

