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

/*Reset ============================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*Default Text ============================================*/

body{
	background-color: #5f5f52;

}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888477;
	padding-bottom: 15px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c64820;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c64820;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c64820;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;	
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c64820;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c64820;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

strong{
	font-weight: bold;

}

br{
	padding-top: 10px;
}
a {
	color: #888477;
}

a:visited {
	color: #888477;
}

a:hover {
	color: #C64820;
}
/*Structure ============================================*/
#Container {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right: 1px solid #a9a494;
	border-bottom: 1px solid #a9a494;
	border-left: 1px solid #a9a494;
	height: 100%;
}
#Nav {
	background-image: url(../images/navback.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 616px;
	float: left;
}
#Logo {
	float: left;
	width: 616px;
	clear: both;
}
#Content {
	background-image: url(../images/display-back.gif);
	background-repeat: repeat-y;
	float: left;
	width: 799px;
	margin: 0px;
	padding: 0px;
}
#Header {
	float: left;
	width: 799px;
}
#Location {
}
#ContentEnd {
	visibility: hidden;
	height: 0px;
}
#Col1 {
	float: left;
	width: 616px;
	padding-bottom: 20px;
}
#Col1 h1 {
	padding-bottom: 10px;
	padding-left: 53px;
	line-height: 18px;
}
#Col1 p {
	padding-bottom: 10px;
	padding-left: 53px;
	padding-right: 20px;
	line-height: 18px;
}
#Col2 {
	float: left;
	padding: 7px;
	width: 168px;
	line-height: 18px;
	
}
#Col2 li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #888477;
	list-style-type: disc;
}
#Col2 ul {
	padding-bottom: 15px;
	list-style-type: disc;
	padding-left: 15px;
}
#Footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}
#Footer a {
	color: #a8a391;
}
#BottomNav {
	float: left;
	width: 564px;
	padding-left: 53px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Copyright {
	float: left;
	width: 183px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

