/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font: 85%/1.166 Arial, Helvetica, sans-serif;
	text-align: center;
}



.textright {
	text-align: right;
	vertical-align: bottom;
	clear: both;
}
a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #000000;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 900px;
	background-color: #FFFFFF;
	float: none;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
 #toprightdiv {
	width: 20%;
	height: 260px;
	clear: none;
	float: none;
	margin-right: 10%;
	margin-left: 80%;
	top: 0px;
}

#maincontain {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


#navBar{
	padding: 0px;
	color: #FFFFFF;
	background: #bfe93c;
	float: left;
	margin: 10px 0% 0 0;
	width: 150px;
}

#content{
	float:right;
	width: 680px;
	padding: 0 20px 0 0;
	background-color: #FFFFFF;
}

.imageright {
	padding: 5px 5px 0px;
	float: right;
	margin: 0px;
}



.imageleft {
	padding: 10px 10px 10px 0px;
	float: left;
	clear: left;
}

.align {
	clear: both;
}	
	
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	clear: left;
	float: left;
	padding: 10px 0px;
	margin: 0px 0px 30px;
	width: 100%;
	position: relative;
	top: 0px;
	background: #BFE93C url(images/oakleaves400.gif) no-repeat left center;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px 0px 0px;
	width: 100%;
}
#globalNav a:hover {
	font-weight: bolder;
	color: #197319;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding: 0px 0px 5px 10px;
	color: #999999;
	text-align: right;
	position: relative;
	top: 0px;
}


#breadCrumb a {
	color: #999999;
}

/************** .feature styles ***************/

.feature{
	padding: 10px;
	color: #666666;
	vertical-align: baseline;
	border: 1px solid #CCCCCC;
	margin: 7px 0px 0px;
}


.feature h3{
	padding: 30px 0px 5px 0px;
}
.copyright{
	padding: 10px;
	color: #000000;
	vertical-align: baseline;
	border: 1px solid #CCCCCC;
	margin: 7px 0px 0px;
	font-size: 12px;
	font-style: italic;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .gallery styles *****************/
.galleryimage {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	text-align: center;
	background: #FFFFFF center;
	vertical-align: middle;
	height: 150px;
	width: 100px;
}
#gallery {
	clear: both;
	padding: 0;
	text-align: center;
	margin: 0px;
	width: 100%;
	float: right;
}

.gallery {
	font-size: 110%;
	font-weight: bold;
	color: #CCCCCC;	
}

.gallery a{
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;	
	
}
.gallery p{
	padding: 0px 0px 10px 0px;
}	

	#thumbs {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 20px;
}

#thumbs a {
	color: #FFFFFF;
	font-weight: bold;

}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 90%;
	color: #cccccc;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	float: right;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	
}
#siteInfo a {
	color: #CCCCCC;
	font-weight: bold;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ffffff;
	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 #FFFFFF;}

/* 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 #FFFFFF;
	color: #FFFFFF;
	width: 100%;
	top: 0px;
	
}

#topnav {
	height: 50px;
	background: url(images/whitecorner.gif) no-repeat right top;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #FFFFFF;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid;
	width: auto;
	width: auto;
	color: #FFFFFF;
	font-weight: bold;
}

#sectionLinks a:visited{
	border-top: 1px solid #ffffff;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	background-color: #6CAD18;
	padding: 2px 0px 2px 10px;
}


#sectionLinks ul {list-style: none; margin: 0; padding: 0;}
/*********** .relatedLinks styles ***********/

#relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color: #FFFFFF;
}

#relatedLinks h3{
	padding: 10px 0px 2px;
	color: #FFFFFF;
	margin: 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px;
	font-size: 90%;
	border-top: 1px solid #ffffff;
	background: url(images/oakleaves.gif) no-repeat center center;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
	color: #FFFFFF;
	background: url(images/whitecornerbotm.gif) no-repeat right bottom;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
/************** # header div ************************/
}
#headerdiv {
	vertical-align: text-bottom;
	height: 160px;
	left: 0px;
	top: 0px;
	padding-right: 3%;

}
#abovelinetext {
	clear: right;
	right: 0px;
	text-align: right;
	float: right;
	margin: 70px 0px 0px;
	color: #999999;
	font-weight: bold;
}

#headerlogo {
	vertical-align: baseline;
	margin: 20px 0px 0px;
	float: left;
	clear: none;
	position: relative;
	left: 0px;
	top: 0px;

}
.prices {
	font-weight: bold;
	color: #BFE93C;
}


.whiteboldtext {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}
.clearfloat {
	clear: both;
}
.italic {
	font-style: italic;
}
