@charset "utf-8";
/* CSS Document */

body {
	text-align: center;	
	background-color: #660000;
	font-size: 14px;
	color: #660000;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	height: 100%;
	position: relative;
}

#header {
	overflow: hidden;
	background-color: #660000;
}

#navigation {
	height: 58px;
	margin-top: 15px;
	background-color: #000000;
}
#header ul {
	list-style: none;
	margin:0;
	padding-left:0;
	padding-top: 25px;
}
#header ul li {
	font-weight:bold;
	text-align:center;
	display: inline;
	margin: 0 50px;
}
#header a:link, #header a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#header a:hover, #header a:active {
	color: #ededed;
	text-decoration: none;
}
#navigation ul li div.dropdown1 {
	display: none;
	position: absolute;
	width: 300px;
	padding: 10px 0 0 0;
	text-align: left;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	background-color: transparent;
	border: #000000 1px solid;
	left: 230px;
	*left: 226px;
	*top: 312px;
}
#navigation ul li div.dropdown2 {
	display: none;
	position: absolute;
	width: 210px;
	padding: 10px 0 0 0;
	text-align: left;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	background-color: transparent;
	border: #000000 1px solid;
	left: 445px;
	*left: 439px;
	*top: 312px;
}

#navigation ul li div.dropdown1 a, #navigation ul li div.dropdown2 a {
	display: block;
	color: #ffffff;
	padding: 0px 5px;
	font-size: 13px;
	text-decoration: underline;
	height: 22px;
}
#navigation ul li div.dropdown1 a:hover, #navigation ul li div.dropdown2 a:hover {
	text-decoration: none;
}
#navigation ul li div.dropdown1 p, #navigation ul li div.dropdown2 p {
	display: block;
	color: #1C1300;
	padding: 0px 14px;
	margin: 0px;
	font-size: 14px;
	text-decoration: none;
	height: 22px;
}

#content ul.subnav {
	list-style: none;
	margin-top: 15px;
	margin-bottom: 0;
}
#content ul.subnav li {
	display: inline;
	margin-left: 20px;
	font-weight: bold;
}

#content {
	padding: 5px 20px;
}
#content ul {
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}
#content ul.subnav {
	width: 600px;
}
#content ul li {
	list-style-image: url(../images/yingyangbullet2.gif);
	text-align: left;
	margin: 5px;
}

#footer {
	font-size: 0.8em;
	height: 50px;
	padding-bottom: 15px;
}
a:link, a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #222222;
	text-decoration: none;
}
div.columns {
	width: 960px;
	overflow: hidden;
}
div.threecolumn {
	float: left;
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
}
div.twocolumn {
	float: left;
	width: 430px;
	margin-left: 10px;
	margin-right: 10px;
}
table.gallery img {
	border: #222222 2px solid;	
}
h1.title {
	margin-bottom: 5px;
}
p.note {
	font-size: 0.8em;
	margin-top: 0px;
}
p.quote {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	padding-left: 75px;
	padding-right: 75px;
}
.left {
	text-align: left;	
}
.current {
	color: #EDEDED;
}
a img {
	border: none;
}
.clear {
	clear: both;
}