@charset "utf-8";

/* Colours

Green: #99CC33
Dark Grey: #666666
Medium Grey: #CCCCCC
Light Grey: #E5E5E5
Light Green: new #F0F7E1
Light Green: old #F8FAF2

*/

body	{
	margin:0px;
	text-align:center;
	background:url(/common_images/bkgrd_top.gif) repeat-x;
}
a {
	color:#666;
	text-decoration:underline;
}
a:hover {
	color:#99CC33;
}
img {
	border:0;
}
/* Header & Flash */
#nav {
	width:980px;
	height: 140px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header-ColA {
	width:220px;
	height:101px;
	float:left;
	text-align:left;
	vertical-align:middle;
}
#header-ColB {
	width:760px;
	height:101px;
	float:left;
	text-align:left;
}
#subnav {
	width:744px;
	height:28px;
	float:left;
	padding-left:236px;
	padding-top:11px;
	text-align:left;
	font-family:Tahoma, Arial, Verdana;
	font-size: 10pt;
	font-weight:bold;
	color:#99CC33;
}
#subnav a {
	color:#99CC33;
	text-decoration:none;
}
#subnav a:hover {
	color:#000;
}
#flash {
	width:980px;
	height:381px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#fill {
	width:980px;
	height:19px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/* Footer */
#footer {
	width:100%;
	float:left;
	background:url(/common_images/bkgrd_footer.gif) repeat-x;
}
#footer-cols {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}
#footer-ColA {
	width:220px;
	float:left;
	text-align:left;
}
#footer-ColB {
	width:132px;
	float:left;
	background: url(/common_images/footer_colbkgrd.gif) no-repeat;
	text-align:left;
	padding: 8px 5px 5px 15px;
}
#footer-ColC {
	width:132px;
	height:85px;
	float:left;
	background: url(/common_images/footer_colbkgrd2.gif) no-repeat;
	text-align:left;
	padding: 8px 5px 5px 15px;
}
.footer-sub {
	font-family:Tahoma, Arial, Verdana;
	font-size: 8pt;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom:0px;
}
.footer-text {
	font-family:Tahoma, Arial, Verdana;
	font-size: 8pt;
	color:#FFF;
	margin-top: 2px;
	line-height: 11pt;
}

.footer-text a {
	text-decoration:none;
	color:#FFF;
}
.footer-text a:hover {
	color:#99CC33;
}
.footer-sub a {
	text-decoration:none;
	color:#FFF;
}
.footer-sub a:hover {
	color:#99CC33;
}
/* Slider */

#slider {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/*menu fader*/
#page-wrap {
	width: 760px;
	background: white;
	margin: 20px auto;
	padding: 20px;
}
.button {
	float: left;
	margin: 10px;
}
#home {
	display: block;
	padding: 30px;
}
#home-button {
	opacity: 1.0;
	border-bottom: 1px solid black;
}
#about {
	display: none;
	padding: 30px;
}
#about-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}
#contact {
	display: none;
	padding: 30px;
}
#contact-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

