/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background:url(../images/bgTop.jpg) repeat-x left top;
	background-color:#ffffff;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
#wrapper {
	width:953px;
	margin:0 auto;
	position:relative;
	
}

#Innerwrapper {
	width:953px;
	margin:0 auto;
	position:relative;
}

.header{
	width:920px;
	background:url(../images/bgTop.jpg) repeat-x left top;
}

#bgheader{
width:630px;
float:left;
background:url(../images/bg_header.jpg) top left no-repeat;
padding 3px 0 0 6px;
margin: 0 0 11px 0;
}


#bgheader1{
width:900px;
float:left;
background:url(../images/bg_header.jpg) top left no-repeat;
padding 3px 0 0 6px;
margin: 0 0 11px 0;
}


.topLink {
	width:953px;
	height:110px;
	padding:26px 0 0 50px;
	
}

.banner {
	width:953px;
	margin:0 auto;
	position:relative;
	margin:15px 0 0 5px;
}


#footer {
	width:100%;
	margin:0 auto;
	position:relative;
	height:109px;
	background:url(../images/bg_btm.png); background-repeat:repeat-x;
}
.footer1 {
	width:953px;
	margin:0 auto;
	position:relative;
	height:109px;
}


.footerText {
	width:953px;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

.footerLink {
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

.footerLink:hover {
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}

.Heading {
	font-family:Times New Roman;
	font-size:21px;
	color:#87ac1f;
	font-weight:bold;
	padding:0 0 0 30px;
}


.HeadingInner {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:10px 0 0 30px;
}
.HeadingInnernNews {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.maintxt {
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	line-height:18px;
	padding:10px 5px 0 30px;
	text-align:justify;
	text-decoration:none;
}

.maintxtContact {
	font-family:Verdana;
	width:390px;
	font-size:12px;
	float:left;
	color:#666666;
	font-weight:normal;
	line-height:18px;
	padding:10px 5px 0 30px;
	text-align:justify;
	text-decoration:none;
}
.mapImg {
	width:300px;
	float:right;
	padding:10px 5px 0 30px;
}

.productLinks {
	font-family:Verdana;
	font-size:13px;
	color:#666666;
	font-weight:normal;
	line-height:18px;
	padding:10px 5px 0 5px;
	text-align:justify;
	text-decoration:none;
}
.productLinks:hover {
	font-family:Verdana;
	font-size:13px;
	color:#87ac1f;
	font-weight:normal;
	line-height:18px;
	padding:10px 5px 0 5px;
	text-align:justify;
	text-decoration:none;
}


#InnerLeftwrapper {
	width:300px;
	margin:0 auto;
	position:relative;
	float:right;
}

.newstxt {
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	line-height:14px;
	padding:10px 0 0 10px;
	text-align:justify;
	text-decoration:none;

}

.emailLinks {
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	text-decoration:underline;
}
.emailLinks:hover {
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

.clsLgnTxBx
{
border-right: steelblue 1px solid;
border-top: steelblue 1px solid;
border-left: steelblue 1px solid;
border-bottom: steelblue 1px solid;
}


									{ margin: 0; padding: 0; }
body								{ font: 14px Arial; } 
#page-wrap							{ width: 0; margin: 0 auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 350px 0 0 15px; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 0; background: #ccc; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 0; border-right: 0px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #84c640; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


