﻿* {
	margin:0;
	padding:0;
}
body {
	background-color:#597280;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
}
a {
	color:#fff;
	text-decoration:none;
}
p {
	margin-bottom:10px;
}
h1
{
    color: #A2C8D9;
    font-weight: normal;
    font-size: 2.0em;
    padding-bottom: 0.5em;
}
h2
{
    color: #A2C8D9;
    font-size: 1.2em;
}
#container {
	margin:20px auto 0 auto;
	width:770px;
	position:relative;
}
#flyout 
{
    position:absolute;
    display: none;
    overflow: hidden;
	z-index:1000;
}
#content 
{
    display: none; 
	position:absolute;
	z-index:1000;
   /* opacity: 0; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); */
}


#content #top { height:15px; background:url(../../img/content-top.png) 0 0 no-repeat;}
#content #main { background:transparent url(../../img/content-bg.png) 0 0 repeat-y; 
    border-left:1px solid #05405c;}
#content #bottom { height:25px; background:url(../../img/content-foot.png) 0 0 no-repeat;}
#content-inner {
	width:433px;
	background:url(../../img/lakeside.gif) 448px 0 no-repeat;	
	min-height:470px;
	padding:3px 80px 20px 20px;
	font-size:0.9em;
	text-align:justify;
}
#content a 
{
    text-decoration:underline;
}
#content ul
{
    margin: 15px;
}
#nav ul {
	list-style:none;
}
#nav ul li {
	display:block;
	float:left;
}
#nav ul li a {
	display:block;
	padding:0 10px;
	line-height:23px;
	height:23px;
	border:1px solid #444;
	background-color:#075880;
	margin-left:39px;
}
#nav ul li a:hover,
#nav ul li a.current {
	background-color:#1b8cc2;
}
#nav ul li.start a {
	margin-left:0;
}

#background {
	clear:both;
	padding-top:20px;
}
#background .bkgrnd-img {
	display:block;
	width:236px;
	height:164px;
	float:left;
	border:1px solid #666;
	background-position:0 0;
	background-repeat:no-repeat;
}
#background #logo {
	display:block;
	width:236px;
	height:164px;
	float:left;
	border:1px solid #666;
	margin-right:28px;
}
#background #img2,
#background #img4,
#background #img5,
#background #img7,
#background #img8,
#background #img10,
#background #img11 {
	margin-right:28px;
	margin-bottom:35px;
}
#background #img3,
#background #img6,
#background #img9,
#background #img12 {
	margin-right:0;
	margin-bottom:35px;
}
#background #img10,
#background #img11,
#background #img12 {
	margin-bottom:5px;
}

/*#logo {
	background-image:url(../../img/logo.gif);
}*/
#footer {
	clear:both;
	font-size:0.8em;
	
}
#footer p.copyright {}
#footerNav {
	float:right;
}
#footerNav ul {
	list-style:none;
}
#footerNav ul li {
	display:inline;
	padding:0 10px;
}
#footerNav ul li.end {
	padding-right:0;
}


.address 
{
    background-color:#4582A0;
    padding:10px;
}
fieldset
{
    border:none;
    margin-top:10px;
}
div.fieldsetbuttons
{
    text-align: center;
}
legend
{
    color: #fff;
}
label.formlabel
{
    float: left;
	width: 120px;
	display: block;
	margin: 4px 0 4px 0;
	padding: 5px;
}
.input-ddl
{
    float: left;
	padding: 1px;
	margin: 6px 0;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}
.input
{
    float: left;
	width: 250px;
	padding: 1px;
	margin: 6px 0;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	border: 1px solid #05405C;
}
.inputfull
{
    float: left;
    width: 95%;
    padding: 1px;
    margin: 1px 5px 6px 5px;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	border: 1px solid #05405C;
}
fieldset span 
{
    font-size:0.9em;
}
.submitbutton 
{
    padding:2px 5px;
}
br.clear 
{
       clear:both;
}
span.required
{
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}
.inputerror
{
    background-color: #E6D3CF;
}

.errorballoon div, .errorballoon td { border:1px solid #05405C; background-color: #1B8CC2; }
.errorballoon .ajax__validatorcallout_error_message_cell { font-family:Verdana; font-size: 10px; color:#FFFFFF; padding:5px; text-align: left; }
.errorballoon .ajax__validatorcallout_icon_cell { width:20px; padding:5px; }
.errorballoon .ajax__validatorcallout_close_button_cell { vertical-align:top; padding: 0px; text-align:right;}
.errorballoon .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv { background-color:#075880; border-top:none; border-right:none; text-align:center; width: 20px; padding:2px; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#075880', EndColorStr='#1B8CC2'); }
.errorballoon .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv:hover { background-color:#1B8CC2; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#1B8CC2', EndColorStr='#FFFFFF'); }
.errorballoon .ajax__validatorcallout_arrow_cell { padding:8px 0px 0px 0px;}
.errorballoon .ajax__validatorcallout_arrow_cell .ajax__validatorcallout_innerdiv div { background-color:#1B8CC2;}

ul#sitemap li
{
    line-height: 150%;
}