/* CSS Document */
body {
	font-family: verdana, arial, helvetica, serif;
	background-color:#71b5d8;
	margin:0;
	padding:0;
	border:0;
}

/* Used in the skip navigation div*/
.hide	{display: none;}

a {text-decoration:none;
	color:#ffff00;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}

a img {border:none;}

p {margin-top:0;}

#container{	
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	text-align:justify;
	color:#000;
	background-color:#71b5d8;
	/*border:1px solid #3c778f;*/
}

#banner{
	height:152px;
	width:100%;
	margin-left:2px;
	background-image:url(../images/titleBannerUppe.jpg);
	background-repeat:no-repeat;
	}

#bannerHead{
	display:none;
	}

#navigation {
	margin-left:2px;
	padding: 0 0 0 100px;
	height:57px;
	background-image:url(../images/titleBannerLower.jpg)
}
		
#footer {
	clear:both;
	font-size: 60%;
	color: #620526;
	background-color:#598ba5;
	text-align: left;
	border: 1px solid #216477;
	width:730px;
	margin:5px 0 0 30px;
	padding: 0px 0 0px 10px;
}

#nav a img {border: none;}

#nav, #nav ul { /* all lists */
	float:left;
	width:auto;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color:#fff;
	background:transparent;
}

#nav a {
	display: block;
	width: auto;
	color:#fff;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding:0 10px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding:0 9px;
}

#content{
	clear: left;
	font-size: 81%;
	color: #fff;
	background-color:#71b5d8;
	padding:1px 0px;
	width:auto;
	}

#map{
	float:right;
	width: 320px; 
	height: 300px;
	margin: 0 0 10px 10px;
	background-color:#eee;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;	
	}
	
.bold{
	padding:10px 0 0 0;
	font-weight:bold;
	line-height:1.2em;}
	
/************* .table links styles ************/

table.links{
	border:none;
	padding-top:10px;
	}

table.links th,td{
	border:none;
	border-bottom:1px solid #216477;
	border-right:1px solid #216477;
	font-size:90%;
	}

/************* .consitution styles ************/

#constitution{
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	font-weight:bold;
}

#constitution ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#constitution ul li{
	padding:0 0 5px 30px;
}

#constitution ul ul{
 	list-style-type: none;
	font-weight:normal;
	padding-bottom:5px;
}

#constitution ul ul ul{
 list-style-type: none;
}

/************* contact styles **************/

.floatleft{
	float:left;
	width:170px;
	margin:0 0 0 10px;
	padding:0;
	}
	
.floatleftContacts
{
float: left;
width: 100px;
margin: 0 0 40px 0;
padding:0;
/*border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
border:1px solid #ccc;*/
text-align:center;
}
		
.contacts{
	padding: 0px 0px 0px 10px;
	text-align:left;
	margin:0px 10px 0 0;
	}
	
.inParagraphBold{
	list-style:none;
	font-weight:bold;
	}

.inParagraph{
	list-style:none;
	}

.news{
	margin:0;
	padding:0 5px;
	border-bottom:1px solid #216477;
	}
	
.clear{clear:both;}
.clearRight{clear:right;}
.clearLeft{clear:left;}

.clearNews{
	clear:both;
	border-bottom:1px solid #216477;
	margin:0;
	padding:0;}

.floatright
{
float: right;
margin: 0 0 2px 10px;
padding: 2px;
}

.floatImagesRight{
float:right;
margin:10px 0 0 10px;
clear:right;
}

.floatleftCrest{
	float:left;
	margin:0 10px 0px 10px;
	padding:0;
	}
.gallery{
padding:2px 5px 2px 5px;
}
/* ---------------------------CONTACT FORM -----------------------*/

#contactForm legend {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	clear: both;
	font-size: 130%;
	color: #fff;
}

#contactForm label {
	width: 200px;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	border-bottom:1px dotted #cccccc;
}

#contactForm input.textbox {
	color: #8c0736;
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 0px 0px;
	width: 200px;
	font-weight: bold;
}

#contactForm textarea.textbox {
	color: #8c0736;
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 0px 0px;
	width: 300px;
	font-weight: bold;
}


#contactForm input.submit {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 120px;
	color: #8c0736;
	font-style:normal;
	clear:both;
}
.undecoratedList{
list-style:none;
}
.undecoratedList li{
padding-bottom:10px;
}


/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{ 
background: transparent url(../images/contentBackground.png) no-repeat bottom right; }

.cssbox{ 
	width: 727px !important; /* intended total box width - padding-right(next) */ 
	width: 730px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding)  */ 
	margin: 10px auto; /* use to position the box vertically */ } /* set the top-right image */ 

.cssbox_head{ 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border. matched to padding-right above */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 
	
.cssbox_head h2{ 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 0 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ 
	
.cssbox_body{
	background-position: bottom left; 
	margin-right: 0px; /* interior-padding right */ 
	padding: 5px 0 15px 13px; /* mirror .cssbox_head right/left */ } 

.cssbox_body p{
	padding:0 13px 0 13px;
	}

.cssbox_body p.bold{
	margin-top:10px;
	}