@charset "utf-8";
/* CSS Document */
/* DUSK */
/*
 C1:		CC8F35 (Orange)
 C2:		D8E5D2 (Light)
 C3:		CBCC90 (Tan)
 C4:		B2B291 (Gray)
 C5:		434A4C (Blue)
*/
* { margin: 0; padding: 0; }
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#bordertop {
	height: 5px;
	width: 100%;
	background-color: #434A4C;
	border-bottom-color: #B2B291;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#bordertop2 {
	height: 15px;
	width: 100%;
	background-color: #CC8F35;	
	border-bottom-color: #434A4C;
	border-bottom-style: groove;
	border-bottom-width: 3px;
}
#container {
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#navbar {
	position: relative;
	height: 75px;
	width: 780px;
	margin: 0 auto;
	font-size: 20px;
	background-color: #FFFFFF;
	background-image: url(images/apshdr.png);
	background-repeat: no-repeat;
	color: #272F3B;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
}
#navbar A {
	display: block;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
}
#navbar UL {
	float: right;
	list-style: none;
}
#navbar UL LI {
	position: relative;
	float: left;
	display: inline;
	width: 120px;
	border-right-color: #BFBFBF;
	border-right-style: solid;
	border-right-width: 1px;
}
#navbar UL LI A {
	width: 120px;
	padding-bottom: 10px;
	padding-top: 49px;
	display: block;	
	background-color: 0F202B;
	color: #3B3427;
}
#navbar UL LI A:Hover {
	color: #FFFFFF;
	background-color: #434A4C;
}
#navbar UL LI a.order {
	padding-top: 470px;
}
#main {
	width: 530px;
	float: left;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #3B3427;
}
#main A {
	color: #272F3B;
}
#main H1, H2, H3, H4, H5 {
	padding-bottom: 10px;
	color: #CC8F35;
}
#main P {
	padding-bottom: 10px;
}
#main UL {
	list-style-position: inside;
	padding-bottom: 10px;
}
#sidebar {
	width: 200px;
	float: right;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	background-color: #FFFFFF;
	color: #272F3B;
}
#sidebar A {
	display: block;
	text-decoration: none;
	color: #CC8F35;
}
#sidebar UL {
	list-style:none;
}
#sidebar UL LI {
	display: inline;
}
#sidebar UL LI A {
	display: block;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
#sidebar UL LI A:Hover {
	color: #434A4C;
	background-color: #CBCC90;
	border-style: solid;
	border-color: #434A4C;
	border-width: 1px;
}
#footer {
	height: 120px;
	width: 100%;
	background-color: #434A4C;
	border-top-color: #434A4C;
	border-top-style: solid;
	border-top-width: 2px;
}
#footercontainer {
	height: 100%;
	width: 780px;
	margin: 0 auto;
	background-color: #CBCC90;
	border-right-color: #434A4C;
	border-right-style: solid;
	border-right-width: 1px;
}
#footertext {
	height: 105px;
	width: 530px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	border-left-color: #0F202B;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #0F202B;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
	font-size: 11px;
	color: #434A4C;
}
#footertext A {
	text-decoration: none;
	color: #434A4C;
}
#footertext A:Hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footerlogo {
	width: 200px;
	float: right;
	padding-top: 10px;
	margin: 0 auto;
}
#footerlogo A IMG {
	border: none;
}
#borderbottom {
	height: 17px;
	width: 100%;
	font-size: 12px;
	letter-spacing: 8px;
	font-variant: small-caps;
	color: #0F202B;
	background-color: #CC8F35;
	border-top-color: #B2B291;
	border-top-style: groove;
	border-top-width: 2px;
	border-bottom-color: #434A4C;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#borderbottomtext {
	margin: 0 auto;
	width: 780px;
}
.darkgray {
	color: #3D403C;
}
.gray {
	color: #CBCC90;
}
.quotee {
	text-align: right;
	font-style: italic;
	color: #CC8F35;
}