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

#wrapper {
	width:760px;
	margin: 0 auto;
	padding: 0 2px;
	border: 1px solid #666666;
	background-color: white;
}

#leftCol {
	float: left;
	width: 125px;
	border-right: 1px solid black;
}

#leftNav {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

#leftNav a:link, #leftNav a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#leftNav a:hover {
	color: red;
}

#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftNav ul a:link, #leftNav ul a:visited, #leftNav ul a:hover {
	font-weight: normal;
}

#leftNav ul li {
	margin-left: 10px;
}

#leftNotes {
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid black;
	font-size: 12px;
}

#main {
	margin-left: 125px;
	margin-bottom: inherit;
	border-left: 1px solid black;
	padding-left: 5px;
}

#copyright {
	clear: both;
	font-size: 10px;
	color:#999999;
}

/* Headings */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #F0F0F0;
	margin: 8px 0px;
}

h1, h2, h3, h4 {
	color: navy;
}

h1 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 15px;
}

p, td, table {
	font-size: 12px;
	margin-left: 25px;
	margin-top: 5px;
}

/* BEGIN: Link Styles */
a.new {
	padding-right: 26px;
	background: transparent url(/images/icons/new_icon.gif) no-repeat center right;
}

a.pdf { 
   padding-right: 18px;
   background: transparent url(/images/icons/pdf_icon.gif) no-repeat center right;
}

a.email { 
   padding-right: 18px;
   background: transparent url(/images/icons/mailto_icon.gif) no-repeat center right;
}

a.word { 
   padding-right: 18px;
   background: transparent url(/images/icons/word_icon.gif) no-repeat center right;
}

a.excel { 
   padding-right: 18px;
   background: transparent url(/images/icons/excel_icon.gif) no-repeat center right;
}

a.external { 
   padding-right: 18px;
   background: transparent url(/images/icons/external_icon.gif) no-repeat center right;
}

a:hover {
	color: orange;
}
/* END: Link Styles */

/* BEGIN: Misc Tags */
img { border: none; }

.bold {
	font-weight: bold;
}

.error {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.pager {
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
	clear: left;
}

ul.main {
	font-size: 12px;
	margin-left: 25px;
	margin-top: 5px;
}

table td, table th{
	font-size: 12px;
}

table.bordered {
	border: 1px solid black;
	border-collapse: collapse;
}

table.bordered td, table.bordered th {
	border: 1px solid black;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-style: inset;
}

table.padded td, table.padded th {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}
/* END: Misc Tags */

/* BEGIN: News Posts */
.news {
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.news .newsTitle {
	padding: 1px;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 0px;
	border-bottom: 1px solid black;
	background-color: #F0F0F0;
	color: black;
	font-weight: bold;
}

.news .newsMessage {
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	background-color: #F6F6F6;
	/*border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;*/
}

.news .newsMessage .messageFooter {
	text-align: right;
	font-style: italic;
}
/* END: News Posts */

/* BEGIN: Guestbook Posts */
.guestbook {
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid black;
}

.guestbook .heading {
	border-bottom: 1px dotted black;
}

.guestbook .heading table {
	margin-left: 0px;
}

.guestbook .heading td,tr {
	font-size: 14px;
}

.guestbook .message {
	font-size: 13px;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
}
/* END: Guestbook Posts */

/* BEGIN: Images */
img.left, img.right, img.center {
	margin-top: 5px;
	padding: 6px;
	border: 1px solid black;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.figure {
	text-align: center;
	float: left;
	width: 250px;
	height: 250px;
	margin: 20px;
	
}

div.figure img {
	padding: 10px;
	border: 1px solid black;
}

div.figure p {
	color: black;
	font-size: 12px;
	text-indent: 0;
	margin: 0;
	padding: 0;
}
/* END: Images */

/* BEGIN: Gallery */
.categoryListEntry {
	margin-left:5px;
	margin-right: 5px;
	margin-bottom: 15px;
	float: left;
	font-size: 12px;
	width: 98%
}

.categoryListEntry img {
	padding: 4px;
	border: 1px solid black;
	float: left;
}

.categoryListEntryTitle {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	color: navy;
	padding-left: 145px;
	text-decoration: underline;
}

.categoryListEntryCaption {
	padding-left: 155px;
	padding-right: 3px;	
}

.albumEntry {
	margin: 6px;
	padding: 4px;
	float: left;
	width: 180px;
	height: 135px;
	display: inline;
	text-align: center;
	border: 1px solid black;
}

#albumPictureBlock {
	display: block;
	margin-left: 15px;
}
/* END: Gallery */
