@charset "UTF-8";
/* CSS Document */
/*These qualities apply to HTML tags*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: url(../images/bodyBG.jpg) repeat-x bottom fixed;
}
/*img {behavior: url(../htc/pngHack/pngHack.htc);
}*/
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #4F1632;
	margin-bottom: 0.5em;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #4F1632;
	margin-bottom: .25em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #4F1632;
	font-size: 1.25em;
	margin-bottom: .25em;
}
h5 {
	display: none;
}
p {
	margin-bottom: .75em;
}
ul {
	list-style-position: outside;
}
ul ul {
	margin-top: .5em;
	margin-bottom: .5em;
}
ol {
	list-style-position: inside;
	margin-left: 25px;
	margin-bottom: .75em;
}
a {
	color: #00636B;
	text-decoration: none;
}
a:hover {
	color: #4F1632;
	text-decoration: underline;
}
/*These qualities apply to containing block divs*/
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .825em;
}
#header {
	background-image: url(../images/header.gif);
	display: block;
	height: 150px;
	width: 780px;
}
#header h1 {
	display: none;
}
#stage {
	display: inline;  /*This rule prevents the IE6 doubled-margin bug for the floated div*/
	background-image: url(../images/sliver.gif);
	background-repeat: repeat-y;
	width: 780px;
	float: left;
}
#nav {
	display: inline; /*This rule prevents the IE6 doubled-margin bug for the floated div*/
	width: 190px;
	height: 320px;
	float: left;
}
#nav ul {
	display: inline; /*This rule prevents the IE6 doubled-margin bug for the floated div*/
	width: 150px;
	height: 305px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: none;
	font-weight: bold;
	font-size: 10.5px;
	background-image: url(../images/navBox.gif);
	background-repeat: no-repeat;
}
#nav ul li {
	padding-top: 5.5px;
	padding-bottom: 5.5px;
	margin-right: 1em;
	border-bottom: thin solid #FFFFFF;
}
#nav ul a {
	display: inline; /*This rule prevents the IE6 doubled-margin bug for the floated div*/
}
#nav ul li.first {
	padding-top: 25px;
}
#nav ul li.last {
	border-bottom: none;
}
#button {
	width: 178px;
	margin-left: 15px;
	clear: left;
	display: inline;  /*This rule prevents the IE6 doubled-margin bug for the floated div*/
	float: left;
}
/*#button h1 {
	display: none;
}*/
#join a {
	text-align: center;
	width: 214px; 
	font-weight: bold;
	font-size: 1.15em;
	float: left;
	display: inline;
	clear: left;
}
#button a {
	display: inline;  /*This rule prevents the IE6 doubled-margin bug for the floated div*/
	margin-top: 5px;
	margin-left: 48px;
	margin-right: -3px;
	width: 90px;
	height: 55px;
	float: left;
	background: url(../images/button.gif) 0px 0px no-repeat;
}
#button a:hover {
	background: url(../images/button.gif) 0px -55px no-repeat;
}
#button p {
	font-size: .75em;
	font-style: italic;
	color: #4F1632;
	clear: both;
	text-align: center;
	width: 183px;
}

#content {
	display: inline;  /*This rule prevents the IE6 doubled-margin bug for the floated div*/
	margin-left: -1px; /*This rule prevents the IE6 duplicate charcter bug in the adjacent button div*/
	width: 540px;
	float: right;
	padding: 1em;
	padding-bottom: 0;
}
#content ul {
	margin-left: 25px;
	margin-bottom: .75em;
}
#homepic {
	padding: 5px;
	margin-left: 1em;
	display: block;
	float: right;
	width: 400px;
	height: 274px;
	border: thin solid #000000;
}
#homecaption {
	font-size: .75em;
	font-style: italic;
	display: block;
	float: right;
	width: 400px;
	color: #4F1632;
	padding: .5em;
}
#boxhead {
	background-image: url(../images/callout_head.gif);
	display: block;
	width: 532px;
	height: 25px;
	clear: both;
	float: right;
	padding-left: 1em;
}
#callout {
	display: block;
	width: 532px;
	float: right;
	background-image: url(../images/callout_sliver.gif);
	background-repeat: repeat-y;
	padding-top: .5em;
	padding-left: 1em;
}
#callout p {
	padding-right: 1em;
	padding-left: 1.5em;
	margin-bottom: 5px;
}
#callout p.enditem {
	margin-bottom: 1.25em;
}
#callout ul {
	display: inline;
	margin-left: 10px;
	list-style: none;
}
#callout ul li {
	display: inline;
}
#callout img {
	border-style: none;
}
#boxfoot {
	background-image: url(../images/callout_foot.gif);
	display: block;
	width: 532px;
	height: 30px;
	clear: both;
	float: right;
	padding-left: 1em;
}
#bottom {
	background-image: url(../images/bottom.gif);
	display: block;
	height: 40px;
	width: 780px;
	clear: both;
}

#footer {
	font-size: 0.75em;
	color: #FFFFFF;
	line-height: 1.05em;
	clear: both;
	padding-bottom: 1em;
}
#footer h3 {
	font-size: .9em;
}
#footer a:hover {
	color: #FFFFFF;
}
#disclaimer {
	font-size: .95em;
	width:765px;
	margin-left: auto;
	margin-right: auto;
}
#fineprint {
	text-align: center;
	margin-top: -.25em;
}
.picframe {
	margin-left: 1em;
	display: block;
	float: right;
	width: 310px;
}
.picture {
	padding: 5px;
	display: block;
	float: right;
	width: 285px;
	height: 204px;
	border: thin solid #000000;
	margin-left: .5em;
	margin-bottom: .5em;
}
.caption {
	font-size: .75em;
	font-style: italic;
	display: block;
	float: right;
	width: 285px;
	color: #4F1632;
	padding: .5em;
}
/*These classes can be applied throughout the site*/
.center {
	text-align: center;
}
.indent {
	margin-left: 20px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style:italic;
}
.teal {
	color: #00636B;
}
.maroon {
	color:  #4F2632;
}
.green {
	color: green;
}
.tiny {
	font-size: .9em;
}
.large {
	font-size: 1.25em;
}
.title {
	font-size: .75em;
	/*font-style: italic;*/
	color: #4F1632;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.home_indent {
	margin-left: 60px;
}
.pullup {
	margin-top: -10px;
	margin-bottom: -10px;
}

