a:link{
	color: #0B5891;
}

a:visited{
	color: #6D6C65;
}

a:hover{
	color: #1074BA;
	text-decoration: none;
}

a:active{
	color: #000000;
	text-decoration: none;
}

body {
	background-image: url(../images/back05.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family:  Arial, "MS Sans Serif", Geneva, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	color: #333;
}

h1 {
	color: #2C4C74;
	font-family:  'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.3em;
}

h2 {
	color: #2C4C74;
	font-size: 1.6em;
	font-weight: bold;
}

h3{
	color: #6D6C65;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0.3em;
}

h4{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 5px 8px 5px;
	border-bottom:1px solid #98C000;
}

ul{
	list-style-image: url(../images/mark04.gif);
}

form {
	margin: 0;
	padding: 10px;
}

label{
 font: bold 1em Arial,sans-serif;
}

input.btn{
	font-size: 92%;
	font-weight: bold;
}
				
#searchBt{
	margin-bottom: -3px;
}

/*---------- page elements ----------*/

#pageCell{
	width: 760px;
	float: none;
	margin: 0px auto;
}

#leftPane{
	float: left;
	width: 185px;
}

#mainPane{
	float: right;
	width: 573px;
}

#footer{
	float: none;
	clear: both;
	padding-bottom: 10px;
}

/*---------- Header ---------------*/

#header{
	clear: both;
}

#topNav{
	float: right;
	color: #ccc;
	vertical-align: middle;
	height: 25px;
	padding-top: 8px;
	margin: 0px 5px 0px 0px; 
	text-align: center;
	font-weight: bold;
}

#topNav ul{
	padding: 0px;
	margin: 0px;
}

#topNav li{
	display: inline;
	padding: 0px 0px 0px 10px ;
}

#topNav a{
	color: #fff;
}

#flashWraper{
	width: 100%;
	clear: both;
	height: 240px;
}

#breadcrumb{
	clear: both;
	height: 25px;
	vertical-align: middle;
	margin: 7px 5px 0px 15px;
}

/*-------------- Nav Elements ---------------*/

#logo{
	padding: 15px 0px 5px 5px;
}

#mainNav{
	width: 186px;
	padding-top: 10px;
	color: #333;
	background-color: #98C000;
	border-right: 1px solid #384600;
	border-bottom: 1px solid #384600;
}

#mainNav ul{
	list-style: none;
	list-style-image: none;
	font-family:  Arial, "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 60px 0px 0px 0px;
	padding: 0;
}

#mainNav li {
	margin: 0;
	padding: 0;
}

#mainNav li a{
	display: block;
	margin: 2px 5px 2px 10px;
	color: #eee;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	width: 162px;
}

#mainNav li a:hover {
	background-color: #BDD3E1;
	color: #fff;
}

html>body #mainNav li a {
	width: auto;
}

#mainNav ul ul{
	list-style: none;
	list-style-image: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0;
	border: none;
}

#mainNav ul ul a{
	padding: 0px 0px 0px 5px;
	background-color: #eee;
	color: #384600;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	width: 148px;
	margin: 0px 5px 0px 10px;
}

#mainNav ul ul a:hover{
	background-color: #fff;
	color: #98C000;
}

#mainNavfooter{
	margin: 30px -1px -1px 0px;
	height:6px;
}

/*------------ Content Elements--------------*/

#content{
	float: none;
	margin: 20px 0px 0px 0px;
}

#centralPane{
	float: left;
	width: 390px;
	padding: 10px 0px 20px 0px;
}

#rightPane{
	float: right;
	width: 180px;
	margin: 15px 0px 15px 0px;
	background-color: #EFF3FB;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul.tech{
	padding: 0;
	margin: 0em 0em 2em 2em;
}

#bottomNav{
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	height: 25px;
	padding: 5px 5px 0px 5px;
}


#alternatePane{
	width: 570px;
	padding: 30px 0px 20px 0px;
}

/*----------- Footer Elements-----------*/

#footer ul{
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-image: none;
	list-style: none;
	list-style-position: inside;
	margin-left: 0px
}

/*----- content elements -----*/
.feature p{
	padding:3px 3px 3px 3px;
	text-align:justify;
}
.story, .feature{
	margin: 10px 10px 8px 10px;
}

.story{
	border-bottom: 1px solid #ccc;
}

.panel{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 30px 0px 0px 0px;
}

#gallery{
	margin: 5px 5px 2px 5px;
	padding: 15px;
	
}

#gallery img{
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 3px solid #eee;
}

.boxFooter{
	margin: 5px -1px -1px -1px;
	height:6px;
}

.boxHeader{
	margin: -1px -1px -1px 0px;
	height:6px;
}

.story h2, .story p, .panel p{
	margin: 0.5em;
	padding: 0;
}

#address{
	margin: 60px 0px 0px 10px;
}

#extraButtons{
	float: right;
}

#extraButtons ul{
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#extraButtons li{
	padding: 0;
	margin: 0;
	display: inline;
}

#extraButtons li a{
	font-weight: bold;
	color: #0B5891;
	text-decoration: none;
	padding: 6px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	
}

#extraButtons li a:hover{
	color: #1074BA;
	text-decoration: none;
	background-color: #fff;
}

table#prod{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table#prod td{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

/*********** formating clases******************/

.head1{
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 0px 0px 0px 4px;
}

.head2{
	color: #333;
	border-bottom:1px solid #98C000;
}


#headlines{
	margin: 0em 0.8em 0em 0.8em;
}

#headlines ul{
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0.1em 1.3em;
	border-bottom: 1px solid #ccc;
	list-style-position: outside
}

#headlines li{
	list-style-image: url(../images/mark01.gif);
}

.clearer{
 	clear: both;
	font-size: 0%;
	line-height: 0px;
	height: 0;
}
	
.centered{
	text-align: center;
}

.lFloated{
	float: left;
}

.rFloated{
	float: right;
}

.accent1{
	color: #98C000;
}

.accent2{
	color: #000;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
}

img.floated{
	float: left;
	margin: 0px 4px 4px 0px;
}
