@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/BG_Body.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}
p {
	line-height: 16px;
}
#wrapper {
	width: 720px;
	margin: 0px auto;
}
#header {
	background-image: url(../images/BG_Content.png);
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#header img {
	float: left;
}
#header h1, p   {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}
#header h1 {
	font-weight: bold;
}
#navbar {
	background-image: url(../images/BG_Navbar.png);
	font-size: 16px;
	color: #000000;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
}
#navbar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #181763;
	padding-right: 7px;
	padding-left: 7px;
}
#navbar a:hover, a:active {
	color: #458CA2;
	text-decoration: none;
}
#navbar ul {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#navbar li {
	display: inline;
	margin: 0px;
}
#navsubmenu {
	color: #336666;
	font-size: 14px;
	background-image: url(../images/BG_Content.png);
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#navsubmenu a {
	text-decoration: none;
	color: #336666;
}
#navsubmenu a:hover {
	text-decoration: underline;
}
#maincontent {
	background-image: url(../images/BG_Content.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
}
#maincontent p, #maincontent  ul, #maincontent  li, #maincontent h1, #maincontent h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 16px;
}
#maincontent a {
	text-decoration: none;
	color: #003399;
	font-size: 14px;
}
#maincontent a:hover {
	text-decoration: underline;
}
#maincontent ul {
	list-style-position: inside;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}
#maincontent li {
	text-indent: -15px;
	margin-left: 30px;
}
#newsbox {
	float: right;
	width: 210px;
}
#newsbox .newsboxContainer  {
	padding: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #4D92A2;
	border-left: 1px solid #4D92A2;
	font-size: 14px;
}
#newsbox .newsboxContainer h1 {
	font-weight: bold;
	color: #660000;
	font-size: 14px;
}
#newsbox .newsboxContainer h2 {
	text-align: left;
	padding-left: 8px;
	color: #663333;
	font-size: 14px;
	font-weight: normal;
}
#newsbox .newsboxContainer p  {
	padding-left: 15px;
	font-size: 14px;
}
#newsbox .newsboxContainer ul {
	list-style-type: none;
	font-size: 14px;
}
#newsbox .newsboxContainer li { text-indent: -15px; margin-left: 30px; 
}
#content {
	margin-right: 220px;
	padding: 10px;
	border-top: 1px solid #4D92A2;
	border-right: 1px solid #4D92A2;
	font-size: 14px;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
}
#mapcontainer {
	border: 1px solid;
	width: 400px;
	height: 270px;
}
#partners { text-align: center; padding: 10px; }
.logoBox { border: 1px solid #AAAAAA; padding: 0px; margin-left: 3px; margin-right: 3px; }

#footer {
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../images/BG_Footer.png);
	font-size: 14px;
	padding-top: 15px;
	height: 42px;
}
#footer a {
	color: #181763;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	text-align: center;
	font-size: 11px;
}
#footer_pics {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer_pics img {
	margin-right: 5px;
	margin-left: 5px;
}



.clearfloat {
	clear: both;
}

.dottedList {
	list-style-type: square;
}
.photosBox { width: 302px; border: 4px solid #006699; float: left; margin: 5px; }
.photosTitle { text-align: center; background-color: #006699; color: #FFFFFF; font-weight: bold; }
.photosBox img { border: 1px solid #000000; }
