/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}

body {
	background-color: #036d01;
	color: #000;
  	font: 62.5% Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
	background-image:url(images/body-back.jpg);
	background-repeat:repeat-x;
}
IMG {
	border:0px;
}
/* ol, ul {list-style: none;}
 tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	margin:10px;
}

ul{
	font:normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 10px;
}

ol{
	font:normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 10px;
}
li {
	text-indent:5px;
	margin:5px;
}

#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	font:bold 2.0em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
	margin:8px;
}

h2{
	font:normal 1.8em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h3{
	font:normal 1.6em Arial, Helvetica, sans-serif;
	/*font:normal 2.0em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h4{
	font:bold 1.6em/1.4em Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h5{
	font:bold 1.5em/1.4em Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
}	

h6{
	font:bold 1.3em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 1.4em/1.2em "Times New Roman", Times, serif;*/
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	cursor:pointer;
}

a:hover, a:active{
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
#leftcol ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#leftcol ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#leftcol ul li a:link, #leftcol ul li a:visited{
	color: #000;
	display: block;
	font:normal 1.3em/1.2em Arial, Helvetica, sans-serif;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-decoration: none;
	width: 200px;
	text-indent:35px;
}

#leftcol ul li a:hover, #leftcol ul li a:active, #leftcol #nav li a.over{
	color: #fff;
	background-color:#097806;
}

#leftcol ul li ul li a:link, #leftcol ul li ul li a:visited{
	color: #fff;
	font:normal 1.3em/1.2em Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: left;
	width: 150px;
	padding:0;
	margin-top:5px;
}

#leftcol ul li ul li a:hover, #leftcol ul li ul li a:active{
	color: #000;
}

#leftcol li ul { /* second-level lists */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	width: 166px;
	z-index:1;
}

#leftcol li ul li{
	display:block;
	width:166px;
}

#leftcol li ul ul { /* third-and-above-level lists */	margin: 0px 0 0 165px;}

#leftcol li:hover ul ul {left: -999em;}

#leftcol li:hover ul, #leftcol li li:hover ul, #leftcol li.sfhover ul{ /* lists nested under hovered list items */
	left: 165px;
	padding: 5px;
	background-color:#097806;
	top: 0px;
	padding:0px;
	margin:0px;
}
/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article, #fckArticles{}
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width:954px;
	background-image:url(images/back.png);
	background-repeat:repeat-y;
	padding:0 4px;
	position:relative;
}
#top-pics{
	width:496px;
	height:212px;
	position:absolute;
	top:0;
	right:-10px;
	z-index:2;
}
#tagline{
	width:480px;
	height:12px;
	position:absolute;
	top:115px;
	left:30px;
	z-index:2;
	font-style:italic;
	font-size:1.2em;
}
#leftcol{
	width:215px;
	float:left;
	/*background-color:#f00;*/
	position: relative;
}
#maincol{
	width:490px;
	float:left;
	/*background-color:#0f0;*/
	padding:0px;
	margin:0px;
}
#rightcol{
	width:225px;
	float:right;
	/*background-color:#00f;*/
	padding:0px;
	margin:0px;
}
#rightcol h1{
	font:normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	margin:5px 3px;
}
#footer {
	margin: 0 auto;
	width:962px;
	height:10px;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	position:relative;
}
#yg-flower{
	width:163px;
	height:156px;
	position:absolute;
	top:-80px;
	left:-40px;
	z-index:2;
}
#bop{
	width:278px;
	height:162px;
	position:absolute;
	top:-156px;
	right:-20px;
	z-index:2;
}
.banner{
	width:212px;
	height:55px;
	font:normal 1.6em/3.3em Arial, Helvetica, sans-serif;
	font-style:italic;
	text-indent:60px;
	background-repeat:no-repeat;
}
#y-ttl{
	background-image:url(images/y-flower-ttl.jpg);
}	
#yg-ttl{
	background-image:url(images/yg-flower-ttl.jpg);
}
#p-ttl{
	background-image:url(images/p-flower-ttl.jpg);
}	
#pr-ttl{
	background-image:url(images/pr-flower-ttl.jpg);
	text-indent:75px;
}	
#r-ttl{
	background-image:url(images/r-flower-ttl.jpg);
}	
.index-box{
	width:212px;
	float:left;
	margin-left:20px;
}	
.copyright{
	margin-left:100px;
	padding-top:10px;
	color:#fff;
}
.copyright a{
	color:#fff;
}
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #434343;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
	margin-bottom:10px;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}
/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/