/*-------- misc ---------*/
.hidden{
	display:none;
}

/*-------- main css ---------*/
body {
	text-align: center;
	background: url(images/bg1.gif) repeat;
	font-family: arial;
	font-size: small;
	margin: 0;
	padding: 0;
}
#footer{
	height: 50px;
	background: #000;
	border-top: 1px solid #ccc;
	color: #fff;
	padding: 10px;
	vertical-align: middle;
	clear: both;
}
#footer p {
	color: #fff;
	font: 85%/1em Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
  	width: 698px;
	border: 1px solid #ccc;
	border-top: 0;
}
#nav {
	clear: both;
	width: 698px;
	height: 20px;
	padding: 5px 0;
	margin: 0;
	background: #000;
	text-align: center;
}
#nav li {
	display: inline;
	color: #fff;
	margin: 0 10px;
	padding: 2px;
	font: 14px georgia, serif;
}
#nav a {
	color: #fff;
}
#nav a:link,#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	border-bottom: 2px solid #fff;
	text-decoration: none;
	padding-bottom: 2px;
}
#nav li.current_nav_item {
	border-bottom: 2px solid #fff;
	text-decoration: none;
}
a:link, a:hover {
	color: #663300;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #556040;
}
.externalLink {
	background: url(images/external_link_icon.gif) no-repeat right 70%;
	padding-right: 15px;
}

#content {
	float: left;
	clear: both;
	background: #fff;
	width: 678px;
	padding: 10px 10px 30px 10px;
	text-align: left;
}
#blog_pg #content {
	background: #fff url(images/blog_bg.gif) no-repeat 540px 5px;
}
.imgLeft {
	margin: 5px 10px 5px 0px;
	float: left;
	border: 1px solid #778561;
}
.imgRight {
	margin: 5px 0px 5px 10px;
	float: right;
	border: 1px solid #778561;
}
.imgRightNoBorder {
	margin: 5px 0px 5px 10px;
	float: right;
	border: none;
}
p {
	color: #000;
}
h2 {
	font-family: Arial;
	color: #663300;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 30px;
	padding-bottom: 0px;
	padding-top: 10px;
}
h4 {
	font-family: verdana, sans-serif;
	font-size: 110%;
	color: #663300;
}
dl.callout {
	color: #663300;
	background: url(images/angle_left.gif) no-repeat left top;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-style:italic;
	font-size: 90%;
}
dl.callout dt {
	margin-bottom: 5px;
}
dl.callout dd {
	text-align: right;
	background: url(images/angle_right.gif) no-repeat right bottom;
	padding: 0 5px 5px 0;
}
/*--forms styles--*/
fieldset {
	border: 1px solid #CCCC66;
	padding: 10px;
}
legend {
	color: #914f1b;
	font: bold 100% Arial, sans-serif;
}
label {
	font: bold 90% Arial, Verdana, sans-serif;
}
dd {
	margin: 0;
}
.required {
	color: red;
}

/* journal styles */
#blog {
	float: left;
	display: inline;
	width: 510px;
}
#journalEntries dt{

				color:#326734;

				font-size:110%;

				font-weight:bold;

				margin-bottom:6px;

			}

#journalEntries dt a{
	text-decoration:none;
	color:#326734;
}

.posted{
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:18px;
	color:#BFB4A6;
	display:block;
	border-top:1px solid #bfb4a6;
}

.posted a{
	color:#bfb4a6;
	text-decoration:none;
}
.posted a:hover{
	text-decoration:underline;
}
.backToTop{
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:18px;
	color:#AE7520;
	display:block;
	margin-right:5px;
	margin-bottom:5px;
	text-align:right;
}
	.backToTop a{
		color:#ae7520;
		padding-right:14px;
		background-image:url("images/to_top_arrow.gif");
		background-repeat:no-repeat;
		background-position:right;
	}
#blog_archive {
	width: 150px;
	display: inline;
	float: right;
	margin-left: 10px;
}

/* photo album */
.photo_album_tbl{
	border-collapse:collapse;
	margin-top: 10px;
}
	.photo_album_tbl a img{
		border:none;
	}
	.photo_album_tbl td{
		padding:4px;
		color: #fff;
	}
	.photo_album_tbl td.image_td {
		background-color:#424542;
		border-right:1px solid #ddd;
		border-bottom:1px solid #ddd;
	}
	.photo_album_tbl td.image_td:hover{
		background-color:#000;
	}
	.photo_album_tbl h4 {
		font-size: 11px;

		margin-top: 5px;
		color: #fff;
	}
