html,body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding:0;
	height: 100%;
}
p#access_links{
	display: none;
}
#site-map-wrap {
	display:none;
}
#site-map{
	display:none;
}

#top {
	width:100%;
	height: 125px;
	background: none;
	margin: 0 10px;
	color: black;	
	clear:both;
}
#logo {
	width:310px;
	margin:0 10px;
	position: relative;
	top:15px;
	left: 0px;
	float: none;
}
#logo img {
	border: 0;	
}
#search {
	display:none;	
	}

#contactus {
   display:none;	
}

div#sitemap-tab {
display:none;			
}

#content-wrap {
	position: relative; /* needed for footer positioning*/
	width: 100%;
	margin-bottom: 1px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6:treaded as min-height*/
	min-height: 100%;
	background:none;
}
/* START: Nav Bars */
#top-nav-bar-wrap {
	display:none;	
}


/* MENU: Secondary nav bar */
#bottom-nav-bar-wrap {
	display:none;	
}

/* START: Content */
#content {
	width: 95%;
	margin:0 10px;
	padding-bottom: 0px;	
	clear: both;
}
/* START: Content */

.breadcrumb {
	color: black;
	font-weight: normal;
	padding: 10px 20px;
	font-size:13px; 
	display: block;
}


.title {
	font-weight:normal;
	margin: 0px 20px;
	border-bottom: 2px dotted #b1a68c ;
	font-size: 115%;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: block;
	padding:15px 0;
	color: black
	}
#alt2column .title {
	font-weight:normal;
	margin: 0px;
	border-bottom: 2px dotted #b1a68c ;
	font-size: 115%;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: block;
	padding:0;
	color: black;
}

#maincontent {
	margin: 5px 10px;
}
/* START: 2 alt column body id =alt2column */
#alt2column #maincontent {
	float:none;
	width: 95%;
	border-left:2px dotted #b1a68c ;
	padding-left: 10px;
	padding-top:20px;
}
#alt2column #alt2content {
	float:none;
	width: 95%;
	margin-left: 15px;
	padding-top:20px;
}
/* START: Home Page */
#home .title {
	margin: 0px;
	border-bottom: 2px dotted #b1a68c ;
	padding:15px 0;
}
#home #maincontent {
	float:none;
	width: 95%;
	/*border-left:2px dotted #b1a68c ;
	padding-left: 10px;*/
	padding-top:20px;
	margin:0;
	padding:0 15px;
}
#home #alt2content {
	float:none;
	width: 95%;
	margin-left: 15px;
	padding-top:20px;
	margin:0;
	padding-left:15px;
}
#home #banner {
	width: 625px;
	margin-left:-20px;
}
#box {
	background: none;
	width: 95%;
	padding:15px 0 0 15px;
	float: none;
	margin-left:0px;
	margin-top: 0px;
}
.box-content {
	width: 95%;
	padding-bottom: 15px;
}
#box-edge {
	display: none;
}

/* 3 column fce for full page*/
div.column3{
	width: 100%;
}
div.column1_COL3{
	width: 65%;
	float: left;
}
div.COL3A{
	float: left;
	width: 45%;
	margin-bottom: 10px;
	padding-right: 5px;
	display: inline; /* fixes ie/win double margin bug */
}
div.COL3B{
	float: right;
	width: 45%;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px dotted #b1a68c;
	display: inline; /* fixes ie/win double margin bug */
}
div.COL3C{
	float: right;
	width: 30%;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px dotted #b1a68c;
	display: inline; /* fixes ie/win double margin bug */
	
}

hr {
	clear: both;
	visibility: hidden;
}
/* START: footer styles */
#footer {
	background-color: white;
	width: 95%;
	position: relative;
	bottom: 0; /* stick to bottom */
	border-bottom: 1px solid Black;
	clear: both;	
	}
#footer-nav {
	margin: 0 10px;
	text-align: center;
	padding-top:15px;
	color: black;
	
}
#footer-nav a{
	color: black;
	padding: 10px 15px;
	text-decoration: none;
}

#copyright {
	margin: 0px;
	width: 95%;
	text-align: center;
	padding:5px;
	color: black;
}
/* START: Basic Styles */
a:link {
	color: #711c07;
}
a:visited {
	color: #711c07;
}
a:hover {
	color: #b5865f;
}
a:active {
	color: #711c07;
}

a {
	outline: none;
}
h1 {
	font-size: 115%;
	text-transform: uppercase;
	padding:0px;
	margin: 0;
	display: inline;
	text-decoration: none;
	color: #711c07;
	
	}
	
#alt2content h1 {
	background: none;
	padding-bottom: 5px;
}
	

h1 a {
	text-decoration: none;
}
h2,h3,h4 {
	font-size: 110%;
	text-transform: normal;
	padding:0px;
	margin: 0;
	display: inline;
}
