/* @group Page Layout */

body { 
 	margin: 0px;
	padding: 0px;
	background-color: #E5E5E5;
	text-align:center;
	line-height:24px;
}

#page { 
	width: 960px;
	margin:0px auto;
	background-color: #fff;
	text-align:left;
}

#header { 
	width: 960px;
}

#content {
	padding:80px 10px 72px 10px;
	clear:left;
}
	
#footer  {
	background-color: #d2d2d2;
	padding: 10px;
	text-align:left;
	padding-bottom:72px;
	clear:left;
}

/* @end */




/* @group Header */

#header ul,
#header li {
	margin:0;
	padding:0;
}

#header h2 {
	background: #9e000a url(../images/state_logo.gif) no-repeat bottom left;
	color: #9e000a;
	width:320px;
	float:left;
	margin-top:0;
	height:194px;
	padding-left:0px;

}

#header h3 {
	color: #9e000a;
	
	width:320px;
	float:left;
	margin-top:0;
	padding-left:20px;
	font-family: Georgia, Georgia, Times, serif;
	font-size: 18px;
}

#header h4 {
	color: #9e000a;
	width:320px;
	float:left;
	margin-top:0;
	padding-left:20px;
	font-family: Georgia, Georgia, Times, serif;
	font-size: 14px;
}

#header a {
	color: #9e000a;
	text-decoration: none;
}


#header a:hover {
	color: #000;
	}


#header #menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	list-style:none;
	width:190px;
	float:left;
	margin-top:46px;
	margin-right:20px;
}

#header #menu li {
	padding-left:12px;
}

#header #menu li:hover {
	background-color:#d3d3d3;
}

#header #menu li:hover a {
	color:#fff;
}

#header #menu a {
	text-decoration:none;
	color:#000;
}

#header #artists {
	font-family: Georgia, Georgia, Times, serif;
	font-size: 18px;
	list-style:none;
	width:420px;
	float:left;
	margin-top:24px;
}

#header #artists li {
	display: inline;
	line-height:24px;
	margin-right:8px;
	height:24px;
}

#header #artists a {
	text-decoration:none;
	color:#9e000a;
	
}
	
#contentLeft {
	width:300px;
	float: left;
	padding-left:10px;
	margin-top:55px;
	margin-bottom:20px;

	
	
}
#contentLeft p {
	text-indent:0px;
	
	
}

#content p a {
	color: #000;
	text-decoration:none;
	font-style: italic;
}

#content p a:hover {
	text-decoration:underline;
}


#contentRight {
	width:580px;
	margin-left:330px;
	padding-top:20px;
	text-indent:0px;
	}
	
	#contentRight h4{
	color: #9e000a;
	font: 28px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-top: 0px;

}

#contentLeft h4{
	color: #9e000a;
	font: 28px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-top: 0px;

}


/* @end */




/* @group Footer */

#footer p {
	text-indent: 0;
	font-size:80%;
}

#footer p a {
	color: #000;
	text-decoration:none;
	font-style: italic;
}

#footer p a:hover {
	text-decoration:underline;
}

#footer p .token {
	margin-right:18px;
}

#funders_logos img {
	margin-top: 48px;
	margin-right: 5px;
	opacity:0.5;
	border:none;
}

/* @end */




/* @group Content */

h1 {
	font-family: Georgia, Times, serif;
	font-size: 70px;
	font-weight:normal;
	color:#9e000a;
	clear:both;
	margin: 0;
	margin-left: 328px;
}

h2 {
	background: url(../images/acorn.gif) no-repeat center left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 33px;
	text-transform: lowercase;
	display:inline;
	padding-left:60px;
	line-height:50px;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	margin:24px 0 0 0;
}

p {
	font-family: Georgia, Times, serif;
	text-align: justify;
	margin-top:0;
	margin-bottom:20;
	font-size:14px;
	line-height:24px;
	
}

.information p {
	text-indent:0px;
	margin-left:20px;
	margin-right:10px;
}

.information p a {
	color: #000;
}

.information p a:hover {
	color: #9e000a;
	
}

.information h3 {
	margin-left:10px;
	margin-right:10px;
}


.information li {
	
	display:inline;
	color: #000;
	font: 36px Georgia, "Times New Roman", Times, serif;
	
}

.information li a {
	color:#000;
	text-decoration: none;
}


.information li:hover {
	background-color:#d3d3d3;
}

.information li:hover a {
	color:#fff;
}

img {
	margin-top:25px;
	border:none;
}

img a {
	border:none;
	padding:none;
	
}

#map_interactive {
	width: 580px;
	height:400px;
	margin-top:20px;
}

	
p.caption {
	margin-top: -10px;
	color: #777;
	font-size: 70%;
	font-style: italic;
	text-indent: 5px;
}

#language_switcher {
	margin-top:24px;
}


/* @end */



