/*** Content Styles ***/
body {
	background-color: #6b3000;
	color: #000000;
	font-family: Helvetica, Arial, Geneva, sans-serif;	
}

a {
	color: #6b3000;
	text-decoration: none;
}

a:hover {
	color: #6b3000;
	text-decoration: underline;
}

a.doc-name {
	color: #6b3000;
	text-decoration: none;
	font-size: 18px;	
	font-weight: normal;
}

a:hover.doc-name {
	color: #6b3000;
	text-decoration: underline;
	font-size: 18px;	
	font-weight: normal;
}

div#doc-info-list {
	margin: 0;
	padding: 2px 0 2px 5px;
	font-size: 14px;
}

img {
	border: none;
}

a img.link {
	cursor: pointer;
}

hr.big {
	height: 3px; 
	border: 0; 
	background-color: #dbccbe; 
	margin: 5px; 
	width: 98%; 
}

hr, hr.small {
	height: 1px; 
	border: 0; 
	background-color: #dbccbe; 
	margin: 5px; 
	width: 98%; 
}

h1 {
	color: #6b3000;
	font-size: 26px;
	letter-spacing: 1px;
	
	margin-top: 16px;
	margin-bottom: 16px;
}

h2 {
	color: #6b3000;
	font-size: 24px;
	letter-spacing: 1px;
	
	margin-top: 16px;
	margin-bottom: 16px;
}

h3 {
	color: #6b3000;
	font-size: 22px;
	letter-spacing: 1px;
	
	margin-top: 14px;
	margin-bottom: 14px;
}

h4 {
	color: #6b3000;
	font-size: 18px;
	letter-spacing: 1px;
	
	margin-top: 14px;
	margin-bottom: 14px;
}

#print_img {
	float: right;
	font-size: 12px;
	color: #6b3000;
	cursor: pointer;	
}

#print_img img {
	align: top; 	
}

p {
	font-size: 14px;
}

p.right {
	text-align: right;	
	font-size: 12px;
	font-style: italic;
}

p.center {
	text-align: center;	
	font-size: 12px;
}

p.admin_link {
	font-size: 12px;
	font-style: italic;
}

p.page {
	text-align: right;	
	font-size: 12px;
}

ul li {
	font-size: 14px;	
}

ol li {
	font-size: 14px;	
}

.pubDate {
	float: right;
	font-size: 10px;	
}

.small {
	font-size: 10px;
}

.text {
	font-size: 14px;
}

#main {
	margin: 25px 0 0 0;
	padding: 0;
	width: 1000px;
}

#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}

#content {
	margin: 5px 15px 15px 15px;
	padding: 0;
	background-color: #ffffff;
	
	width: 100%;
	
	text-align: left;
	overflow: hidden;
}

/*** Frame contains the left and right columns ***/
#frame {
	margin: 15px;
	padding: 0;
	
	background-color: #e9e1d9;
	
	width: 965px;
	overflow: hidden;
}

#leftcol {
	margin: 10px;
	padding: 10px;
	width: 252px;
	height: auto;
	
	float: left;
}

#rightcol {
	margin: 20px 15px 15px 0;
	padding: 10px 15px 50px 15px;
	
	background-color: #ffffff;
	
	width: 625px;
	height: auto;
	
	float: left;
}
/*** End frame and cols ***/

#sortableContainer {
	margin: 10px 0 10px 0;
	padding: 10px;
}

/*** Photo Gallery ***/
#photos {
	overflow: auto;
}

div.photo {
	margin: 0 20px 20px 0;
	padding: 0;
	
	display: inline;
	float: left;	
}

p.caption {
	margin: 5px 0 0 0;
	font-size: 12px;	
}

div#zoom.edgy {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF none repeat scroll 0 0;
	height:600px;
	width:520px;
}

div#zoom.edgy {
	
}

div#zoom.edgy a#zoom_close {
	border:0 none;
	left:-10px;
	margin:0;
	padding:0;
	position:absolute;
	top:-10px;
}

div#zoom.edgy #zoom_content {
	margin:20px;
	position:relative;
}
/*** End ***/

/*** Google Maps ***/
#map_canvas {
	width: 100%; 
	height: 400px
}

#directions {
	width: 100%; 
	height: auto; 
	overflow: hidden;
}
/*** End Maps ***/

#footer {
	margin: 10px 0 0 0 ;
	padding: 0;
	width: 100%;
	
	text-align: center;
	
	color: #ffffff;
	font-size: 14px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}