@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
.Asterisk {
	color: #F00;
}
body, html {
	height:100px;
}
body {
	background:#FFF url(../images/bg.jpg);
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
a {
	outline:none;
	color:#871510;
	font-weight:bold;
}
#outer {
	background:transparent url(../images/bg.png) no-repeat center center;
}
#outer, .outer {
	width:100%;
	height:100%;
	border-collapse:collapse;
}
#shell {
	position:relative;
	width:950px;
	margin:auto;
	height:550px;
	border:8px solid #fff;
}
#splash, #main {
	position:relative;
	float:left;
	width:475px;
	height:550px;
}
#splash {
	background:transparent url(../images/splash_welcome.jpg) no-repeat top left;
}
#main {
	background:#FFF url(../images/main_bg.jpg) repeat-y center bottom;
}

#header {
	position:relative;
	padding:60px 0 0 40px;
}
#header img {
	float:left;
	border:none;
}
#header h5 {
	float:right;
	text-transform:uppercase;
	color:#999;
	font-size:1em;
	font-weight:normal;
	padding-right: 40px;
	margin: 60px 0px 0;
	font-style: italic;
	letter-spacing: 8px;
}
#content {
	position: relative;
	height:355px;
	width:80%;
	margin:15px auto 0px 40px;
	overflow: auto;
	text-align:left;
	line-height:1.5;
	font-size:0.8em;
	outline:none;
	}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote {
	margin-bottom:10px;
	}
#content ul, #content ol {
	margin-left:0px;
	list-style: square outside;
}

#nav {
	position:relative;
	float:right;
	width: 100px;
	margin: 120px 30px 0px 0px;
	padding-right: 20px;
}

#nav ul {
	list-style-type:none;
	margin: 0px auto 0px 0px;
	width: 100px;
	float: left;
}
#nav ul li {
	list-style:none;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	line-height:23px;

}
#nav ul li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	width: 80px;
	text-align: center;
	padding: 10px 0px 5px;
	border-top: 1px solid #C69431;
}
#nav ul li a.active, #nav ul li a:hover {
	color:#BE8D30;
	text-decoration: none;
}
.clr {
	clear:both;
}
#footer {
	width:950px;
	margin:auto;
	font-size:.7em;
	color:#7e7e7e;
	padding-top:5px;
	text-align: center;
}
#footer a {
	color:#8a9178;
	font-weight:normal;
}
h2 {
	font-size: 100.01%;
	font-style: italic;
	color: #333;
	text-transform: capitalize;
	font-weight: normal;
}

ul
{
	list-style-type:none;
	padding-left: 1em;
	margin: 0;
}
li
{
	background-image:url(../images/square2c.png);
	background-repeat:no-repeat;
	background-position: 0 .1em;
	padding-left: 1.25em;
	line-height: 120%;
	color: #000;
	font-size: 90.01%;
	padding-right: 0.25em;
}

.links {
	padding:0;
	margin: 5px 0 5px 10px;
	line-height: 16em;
}
i {
	font-style: italic;
}
.specialnote {
	font-size: 80%;
	font-style: italic;
	color: #871510;
	display: block;
	padding-left: 3px;
}
.personalquotes {
	font-style: italic;
	color: #666;
}
