@charset "UTF-8";

body {
	margin: 0 40px;
	color: #666666;
	font-size: 75%;
	font-family: sans-serif;
	background: #ECECEC;
}

img.left{
	float:left; 
	margin:10px
}

a:link {
	color: #3399CC;
	text-decoration: none
}
a:visited {
	color: #3399CC;
	text-decoration: none
}
a:hover {
	color: #006699;
	text-decoration: none
}
a:active {
	color: #3399CC;
	text-decoration: none 
}

p,dt,dd {
	line-height: 1.5;
}
#wrapper {
	width: 70em;
	max-width: 100%;
	min-width: 534px;
	margin: 40px auto;
	padding-top: 7px;
	background: #FFFFFF url(../images/wrapper_bg.gif) right bottom no-repeat;
}

#index1 a{
	display : block;
	width : 230px;
	height : 80px;
}

h1#logo1 {
	height: 150px;
	margin: 0 0 0 0;
	border-right: 7px solid #FFFFFF;
	border-left: 7px solid #FFFFFF;
	background: #FFFFFF url(../images/title_about.jpg) no-repeat;
}

h2#logo {
	height: 25px;
	margin: 0 0 30px 0;
	border-right: 7px solid #FFFFFF;
	border-left: 7px solid #FFFFFF;
}

h1#logo2 {
	height: 150px;
	margin: 0 0 0 0;
	border-right: 7px solid #FFFFFF;
	border-left: 7px solid #FFFFFF;
	background: #FFFFFF url(../images/title_activity.jpg) no-repeat;
}

h1#logo3 {
	height: 150px;
	margin: 0 0 0 0;
	border-right: 7px solid #FFFFFF;
	border-left: 7px solid #FFFFFF;
	background: #FFFFFF url(../images/title_archive.jpg) no-repeat;
}
h1#logo4 {
	height: 150px;
	margin: 0 0 0 0;
	border-right: 7px solid #FFFFFF;
	border-left: 7px solid #FFFFFF;
	background: #FFFFFF url(../images/title_map.jpg) no-repeat;
}

#primary,
#secondary {
	float: left;
}
#primary {
	width: 100%;
	margin-right: -282px;
}
#primary .section {
	margin: 0 282px 30px 30px;
}
#secondary {
	width: 252px;
}
.section {
	margin: 0 0 30px 30px;
}
.section h2 {
	margin-bottom: 6px;
	text-align: right;
}
#aboutUs h2 {
	background: url(../images/heading_about_bg.gif) no-repeat;
}
#activityContent h2 {
	background: url(../images/heading_activity_bg.gif) no-repeat;
}
#archives h2 {
	background: url(../images/heading_archive_bg.gif) no-repeat;
}
#maps h2 {
	background: url(../images/heading_map_bg.gif) no-repeat;
}
#newsRelease h2 {
	background: url(../images/heading_news_bg.gif) no-repeat;
}
#link h2 {
	background: url(../images/heading_link_bg.gif) no-repeat;
}
.section p {
	margin-bottom: 10px;
}
.section dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}



#copyright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 28px;
	text-align: center;
	background: url(../images/copyright_bg.gif) left bottom no-repeat;
}