@charset "UTF-8";
body {
	background-image: url(../images/bigBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0d0c08;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	
	
}
#Stripe {
	background-image: url(../images/headerStrip.jpg);
	background-repeat: repeat-x;
	height: 39px;
	width: 100%;
}
#LogoTop {
	margin-right: auto;
	margin-left: auto;
	width: 799px;
}
#Wrapper {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#Logo {
	float: left;
	width: 799px;
}
#Header {
	float: left;
	width: 799px;
}

#Image {
	float: left;
}
#Main {
	float: left;
	width: 796px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6B70B;
	border-left-color: #E5B908;
	background-color: #F1EFEC;
	padding-top: 20px;
}

#Sidebar {
	float: left;
	width: 269px;
	text-align: center;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #342e21;	
}

#Sidebar .pic {
	display: block;
	padding: 0 15px 26px 15px;
	margin: auto;
}

#Sidebar .pic img{
	display: block;
	margin: auto;
	padding-bottom: 4px;
}

#Content {
	float: left;
	width: 507px;
	padding-right: 20px;
	
}

#contentOneCol {
	float: left;
	width: 716px;
	padding: 0 40px 0 40px;
	margin: 0;
}

#Main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #342e21;
	text-transform: uppercase;
}
#Main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #342e21;
	text-transform: uppercase;
}

#Main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #342e21;
	margin-top: 0;
}

#Main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #342e21;
	line-height: 19px;
}
#Main a, #Content a:link, #Content a:visited {
	color: #342e21;
	text-decoration: underline;
}
#Main a:hover {
	color: #342e21;
	text-decoration: none;
}
#Main .quote {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#Footer {
	text-align: center;
	background-color: #756E53;
	float: left;
	width: 796px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEB507;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F1EFEC;
	margin-top: 15px;
}

#afterLinks {
	clear: both;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	text-align:center
}

#afterLinks ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#afterLinks li {
	display: inline;
	padding: 0 7px;
}

#afterLinks a {
	color: white;
	text-decoration: none;
	padding: 0 5px;
}

#afterLinks a:hover {
	color: white;
	text-decoration:underline;
}

.linkSpacing {
	padding: 0 5px;
	display: inline;
}
/* Nav Stuff! */
	
#Nav {
	padding: 0;
	padding-top: 3px;
	margin: 0;
	list-style: none;
		
	background-color: #756E53;
	width: 295px;
	float: left;
	height: 269px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5B908;
}

#Nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 295px;

}


#Nav li { /* all list items */
	text-align: left;
	position : relative;
	float : left;
	width: 283px;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}

#Nav li:last-child {
	border: none;
}

#Nav li ul { /* second-level lists */
	position : absolute;
	left: -9990%;
	margin-left : 272px;
	margin-top : -72px;
	background-color:#857d5e;
	border: 3px solid #E5B908;
}

/*
#Nav li a:hover, #Nav li a.curr{	
	text-decoration: none;
	background-color: #857d5e;
	border-bottom: 2px solid #E5B908;
}

#Nav li ul li a{
	border-top: 2px solid #857d5e;
	border-bottom: none;
}
	
#Nav li ul li a:hover, #Nav li ul li a.curr{
	background-color: #756E53;
	border-top: 2px solid #E5B908;
	border-bottom: none;
}*/

#Nav li ul ul { /* third-and-above-level lists */
	left: -9990%;
}

#Nav li a {
	
	width: 270px;
	w\idth : 257px;
	display : block;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F1EFEC;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-indent: 0pt;
	font-style: normal;
	border-bottom: 2px solid #756e53;
}

#Nav li a:hover, #Nav li a.curr{	
	text-decoration: none;
	background-color: #857d5e;
	border-bottom: 2px solid #E5B908;
}

#Nav li ul li a{
	border-bottom: 2px solid #857d5e;
}
	
#Nav li ul li a:hover, #Nav li ul li a.curr{
	background-color: #756E53;
}

#Nav li:hover ul ul, #Nav li:hover ul ul ul, #Nav li.sfhover ul ul, #Nav li.sfhover ul ul ul {
	left: -9990%;
}

#Nav li:hover ul, #Nav li li:hover ul, #Nav li li li:hover ul, #Nav li.sfhover ul, #Nav li li.sfhover ul, #Nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}