﻿  /* CSS layout */
body {
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:white;
	color:#333333;
}

.search_form {
	font-size:.8em;
	vertical-align:middle;
}
#search_box {
	float:right;
}
hr {
	width:60%;
	color:#87a334;
}
#wrapper {
	margin: 0 auto;
	background-color:white;
	width:900px;	
}
#masthead_wrapper {
	margin: 0 auto;
	background-color:white;
	background-position:left;
	background-repeat:no-repeat;
	height:92px;
	border-top:thick;
	border-top-color:#aace43;
	border-top-style:solid;	
}
#masthead {
	margin: 0 auto;
	width:900px;



}

.content_left_col {
	float:left;
	width:48%;
}
.content_right_col {
	float:right;
	width:48%;
}
#masthead .logo {
	float:left;
	margin-top:6px;
}
#masthead h1 {
	border-style:none;
	color:gray;
	font-size:1.6em;
	text-align:right;
	margin-top:8px;
}

#banner {
	margin-top:18px;
	width:900px;
	height:115px;
	color:white;
	/*background-image:url('images/banner1.jpg');*/
	background-repeat:no-repeat;
}
#banner h1 {
	padding-left:40px;
	padding-top:40px;
	color:white;
	font-size:2em;
	border:0;
}

#top_nav {
	height:39px;
	background-color:#87a334;
	background-image:url('../images/nav_bar.jpg');
	background-position:center;
	background-repeat:no-repeat;
}
#container {
	position:relative;
	margin: 0 auto;
	min-width: 600px;
	width:900px;
}

#left_col {
	width: 170px;
	float: left;
	padding-left:12px;
	padding-right:12px;
}

#left_col li {
		margin-left:0px;
		font-size:.9em;
}
#left_col ul {
	margin-left:4px;
	list-style:none;
	margin-top:0;
	padding-left: 1em;
	text-indent: -1em;

}

#left_col a,
#left_col a:active,
#left_col a:link,
#left_col a:visited,
#left_col ul a,
#left_col ul a:active,
#left_col ul a:link,
#left_col ul a:visited {
		color:#666699;
		text-decoration:none;
}
#left_col a:hover,
#left_col ul a:hover {
		color:red;
		text-decoration:none;
}


#left_col h1 {
		font-size:.9em;
		margin-top:2px;
		margin-bottom:0;
		border-style:none;
}
.info_box {
	margin-bottom:8px;
	text-align:left;
	padding:8px;
	border:1px;
	border-color:#aace43;
	border-style:solid;
	width:132px;
	font-size:85%;
}

#page_content {
	margin-left: 200px;
	margin-right:20px;
	margin-bottom:20px;
	vertical-align:top;
}

#page_content a,
#page_content a:active,
#page_content a:link,
#page_content a:visited {
color:#666699;
		text-decoration:underline;
}

#page_content a:hover {
		color:red;
		text-decoration:underline;
}

#footer {
	clear: both;
	color:gray;
	font-size:.8em;
	margin:16px;
	padding:16px;
	height:100px;
	padding-left:30px;
	border-top:1px;
	border-top-style:solid;
	border-top-color:#aace43;
	
}

.features th {
	background-color:silver;
	padding-left:0;
	padding-bottom: 4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
.features td {
	padding-left:0;
	padding-bottom: 4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
.features tr.altcolor td,
.features tr.altcolor th {
	background-color:rgb(235,235,255);
}
.features td.feature {
	font-weight:bold;
	width:40%;
}


.dl_box {
	margin-bottom:12px;
}
.dl_title {
	font-weight:bold;
}
.dl_item {
	width:300px;
	float:left;
}
.dl_link{
	
}
.tb_box {
	margin-bottom:12px;
}
.tb_title {
	font-weight:bold;
}
.tb_col1 {
	float:left;
}
.tb_col2{
	
}

.footer_left {
	 width:150px;
	 float:left;
}
.footer_left li {
}
.footer_left ul{
    margin: 0 auto;
    padding: 0;
}
.footer_right {
	 float:right;
	 width:160px;
}

#footer a,
#footer a:active,
#footer a:link,
#footer a:visited {
		color:gray;
		text-decoration:none;
}
#footer a:hover {
		color:black;
		text-decoration:none;
}

.note {
	font-size:.7em;
	font-style:oblique;
	color:gray;
}

.error {
	font-weight:bold;
	color:red;
}

.exe {
	background-image:url('../images/exe.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:22px;
}

.pdf {
	background-image:url('../images/pdf.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:22px;
}

.zip {
	background-image:url('../images/zip.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:22px;
}

.noborder {
	border-style:none;
}

#xmyGallery {
	float:right;
	width: 260px !important;
	height: 190px !important;	
	margin-right:48px;
	margin-top:0;
	margin-left:16px;
	margin-bottom:16px;
}
#myGallery
{
width: 600px !important;
height: 400px !important;
background-color:white;
} 
.imageElement h3 {
	text-align:center;
	font-size:1em;
}
h1 {
	color:#333333;
	font-size:1.6em;
	border-left:1px;
	border-bottom:1px;
	border-left-color:#aace43;
	border-bottom-color:#aace43;
	border-left-style:solid;
	border-bottom-style:solid;
	padding:2px;
}

h2 {
	font-size:1.4em;
	color:#333333;
}

h4 {
	font-size:1.2em;
	margin-top:2em;
	color:#333333;
}

