@charset "UTF-8";
/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, address, img, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
	display: inline;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* Layout Styles */

#wrapper {
	width: 740px;
	margin: 0px auto;
	background-color: #fff;
}
#header {
	height: 110px;
	border-bottom: 1px solid #999;
}
#mainContent {
	float: left;
	width: 100%;
	padding: 20px 0px;
}
#colLeft {
	width: 45%;
	float: left;
}
#colRight {
	width: 55%;
	float: left;
}
.colLeftContent  {
	margin: 10px 10px 10px 0xp;
}
.colRightContent  {
	margin: 10px 0px 10px 10xp;
}


#navPrim {
	width: 100%;
	padding: 10px 0px;
	float: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;

}
#footer {
	width: 100%;
	padding: 10px 0;
	float: left;
}


/* General Styles */

body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4;
}
p {
	padding: 5px 0;
}
a {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #999;
}
.clrflt {
	clear: both;
	
}
.fltlft {
	float: left;
}
.fltrgt {
	float: right;
}

/* Header Styles */

#header span {
	width: 450px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 75px;
	text-align: right;
}


/* Navigation Styles */

.vertical_nav li {
	display: block;
	text-transform: uppercase;
}
.horizontal_nav li {
	font-size: 10px;
	display: inline;
	text-transform: uppercase;
	padding-left: 6px;
}
html * .horizontal_nav li {
	padding-left: 5px;
	
}

/* Main Content Styles */	

h1, h2 {
	font-size: 12px;
	padding: 10px 0;
}
.patrons {
	text-transform: uppercase;
}
.gallery_copyright {
	float: right;
	text-align: right;
	font-size: 10px;
}

/* Sitemap Styles */

#sitemap {
	padding-left: 48px;
}
#sitemap li {
	list-style-type: square;
}
#sitemap li li {
	list-style-type: circle;
	margin-left: 24px;
}

/* Footer Styles */

#footer img {
	float: left;
}

#footer p {
	width: 600px;
	font-size: 10px;
	float: left;
	text-align: right;
	padding-left: 14px;
}
