@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
}
#container {
	width:754px;
	text-align:center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	vertical-align: middle;
	border-color: #CCC;
	border-width: 1 px;
	overflow: visible;
	border-style: solid;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a{
	color:#3280a4;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}
a:hover{
	color:#069;
	text-decoration:none;
	background-color:inherit;
}
a img{border:none;}
#websiteheader {
	font-family: Tahoma, Geneva, sans-serif;
	color: #303030;
	padding-right: 15px;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: italic;
}
.mainnavigation {color: #505050}
.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	text-transform: none;
}
.style3 {
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
#headernavigation {
	background-color: inherit;
	padding-left: 15px;
	color: #505050;
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-variant: normal;
	padding-right: 15px;
	font-style: normal;
	} 
#headernavigation a{
	color: #505050;
	text-decoration: none;
	}
.selected,#headernavigation a:hover{
	color:#3280a4;
	text-decoration:none;
}
#footer {
	background-color:inherit;
	color: #3280a4;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a{
	color: #505050;
	text-decoration: none;
	}
.selected,#footer a:hover{
	color:#0E7294;
	text-decoration:none;
}
.links { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003399}
.links:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF8B22; text-decoration: none}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	letter-spacing: normal;
	text-transform: capitalize;
	display: block;
	background-color: #E5EDEF;
	font-variant: normal;
	font-style: normal;
	line-height: 1.8em;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #303030;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	font-variant: small-caps;
	line-height: 1.4em;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #707070;
	letter-spacing: normal;
	text-transform: none;
	display: block;
	background-color: inherit;
	font-variant: normal;
	font-style: italic;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	letter-spacing: normal;
	text-transform: capitalize;
	display: block;
	background-color: #A3C8D0;
	font-variant: normal;
	font-style: normal;
	line-height: 1.8em;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	text-transform: none;
	text-align: left;
}
hr {
	border:0px; 
	border-top:1px dotted #000000; 
	height:0px;
}
/*javascript crap*/
* {
	margin: 0;
	padding: 0;
}
body { padding: 20px; }

/* begin gallery styling */
#jgal { list-style: none; width: 200px; }
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: absolute; top: 20px; left: 220px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }

[if lt IE 8]>
<style media="screen,projection" type="text/css">
#jgal li { filter: alpha(opacity=50); }
#jgal li.active, #jgal li:hover { filter: alpha(opacity=100); }
</style>
<![endif]

<script type="text/javascript">document.write("<style type='text/css'> #gallery { display: none; } </style>");</script>
[if lt IE 6]><style media="screen,projection" type="text/css">#gallery { display: block; }</style><![endif]

