/* ----- Main Body  ----- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #2d1b3e url(/layout/images/background.png) top left repeat-x;
	font-family: Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: small;
}
.topLevel {
	width: 949px;
	margin: 0 auto;
}

/* ----- Header ----- */
#header {
	position: relative;
	height: 260px;
}
#overlay {
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
	width:949px;
	height: 260px;
}
#address {
	display: block;
	position: absolute;
	top: 10px;
	padding-left: 430px;
	margin: 0 auto;
	width: 925px;
	z-index: 102;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#address a {
	color: white;
}
#picture {
	display: block;
	position: absolute;
	top: 44px;
	left: 12px;
	width: 925px;
	height: 181px;
	z-index: -1;
	background: url(/layout/images/header.jpg) top center no-repeat;
}

/* ----- Navigation ----- */

#nav {
	position: absolute;
	top: 219px;
	left: 0;
	text-align: center;
	width: 949px;
	margin: 0 auto -16px auto;
	z-index: 101;
	color: #43365d;
}
#nav li {
	display: inline;
	float: left;
	list-style: none;
	font-size: 175%;
}
#nav li.first {
	margin-left: 25px;
}
#nav a {
	display: block;
	height: 38px;
	float: left;
	padding: 8px 2px 0 12px;
	text-decoration: none;
	color: #43365d;
}
#nav a:hover {
	text-decoration: underline;
}
#nav li.current a, #nav li.currentParent a {
	background: url(/layout/images/tab-left.png) top left no-repeat;
	margin-right: 0;
}
#nav img {
	width: 15px;
	height: 38px;
	margin: 0 20px 0 -3px; /* right-margin is space between tabs */
}
#nav ul img {
	width: 15px;
	height: 38px;
	margin: 0;
}
.current img, .currentParent img {
	background: url(/layout/images/tab-right.png) top right no-repeat; 
}

.body-content {
	margin-left: 250px;
}


/*----- Subnav Sidebar -----*/
.current ul, .currentParent ul {
	position: absolute;
	top: 47px;
	left: 23px;
	width: 250px;
	font-size: 60%;
}
#nav ul li {
	font-size: 100%;
	padding: 10px;
}
#nav ul li img {
	width: 0;
	height: 0;
	margin:0;
	padding:0;
}
#nav ul li.first {
	margin: 17px 0 0 0;
}
#nav ul li.first img {
	position: absolute;
	top: 0;
	left: 0;
	background: #c5afd8 url(/layout/images/section.png) top left no-repeat;
	width: 250px;
	height: 17px;
}
#nav li.current ul li, #nav li.currentParent ul li {
	width: 100%;
	font-size: 120%;
	text-decoration: none;
	border-bottom: solid 1px #c6b0d8;
	text-align: left;
	padding: 0;
}
#nav li.current ul li.current, 
#nav li.currentParent ul li.current, 
#nav li.currentParent ul li.currentParent {
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background: white url(/layout/images/arrow.gif) right 45% no-repeat;
}
#nav li.current ul a, #nav li.currentParent ul a {
	background: none;
	padding: 17px;
	height: auto; /* cancels out inherited height */
	width: 216px;
}
#nav li.current ul a:hover, #nav li.currentParent ul a:hover {
	background-color: #c5afd8;
}
#nav li.current ul li.current a:hover, 
#nav li.currentParent ul li.current a:hover, 
#nav li.currentParent ul li.currentParent a:hover {
	text-decoration: none;
	background: none;
}
/* ----- Content ----- */
#content {
	clear: left;
	top: 260px;
	width: 903px;
	padding: 7px 23px;
	background: white url(/layout/images/main-bg.gif) top left repeat-y;
}

#content-text {
	width: 600px;
	background: url(/layout/images/purple250.gif) left repeat-y;
	padding: 0 20px 20px 280px;
}
#content ul {
	margin: 1em 0 1em 3em;
}
#content p {
	margin: 0 0 1em 0;
}
/*----- Footer ----- */
.footer {
	clear: both;
	width: 949px;
	padding-top: 18px;
	background: url(/layout/images/bottom.png) top left no-repeat;
	color: #43365d;
	text-align: right;
}

/* ----- Tags ----- */
h1 {
	color: #333;
	font-weight: normal;
	padding: 10px 0 5px 0;
}

/* ----- Google Map -----*/
iframe {
	margin-left: -18px;
}
