@charset "UTF-8";


/* RESET */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline;
		}
		body {
			line-height: 1;
			color: black;
		}
		ol, ul {
			list-style: none;
		}
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: separate;
			border-spacing: 0;
		}
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: "";
		}
		blockquote, q {
			quotes: "" "";
		}
/* END RESET */





body {
	text-align: center;
	background-color: #000000;
	font: normal 62.5% Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link, a:visited {
	color: #948F88;
}

a:hover, a:active {
	color: #6F6B66;
}

#container {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	background-color: #DEDEBC;
	position: relative;
}

#header {
	padding: 5px 0 8px 0;
}

#header img {
	float: left;
}

#header #nav {
	width: 43.5em;
	float: right;
	padding: 8px 0 0 0;
}

#header #nav li {
	display: block;
	margin: 0;
	float: left;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	padding: 0 10px 0 10px;
	text-align: center;
	border-right: 1px solid #DFDFD2;
	height: 3.0em;
}

#header #nav li.noBorder {
	border-right: none;
}

#header #nav li a {
	height: 3.0em;
}

#header #nav li a:link, #header #nav li a:visited {
	text-decoration: none;
}

#header #nav li a:hover, #header #nav li a:active {
	text-decoration: underline;
}



/* CONTENT AREA */

#content {
	padding: 0 7px 10px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	background: url(images/bg_vert_rule.gif) repeat-y right top;
}

#home #leftCol { /* MAKE A STYLE AND GRAPHIC FOR EACH PAGE TYPE. PLACE CORRESPONDING ID ON BODY TAG. THIS EXAMPLE PLACES THE "HOME" IMAGE IN THE UPPER LEFT CORNER. */
	background: url(images/bg_content_home.gif) no-repeat;
}

#recent #leftCol { /* EXAMPLE 2 */
	/*background: url(images/bg_content_recent_work.gif) no-repeat;*/
}

#leftCol {
	padding: 0 8px 0 11px;
	float: left;
	position: relative;
}

#homeLink {
	position: absolute;
	top: 0;
	left: 0;
}

#imgCol {
	background: url(images/bg_vert_rule.gif) repeat-y right top;
}

	.imgHorizontal #imgCol { /* IMG WIDTH + 8PX PADDING EXTRA FOR HORIZONTAL ASPECT IMAGE COLUMN TO PUSH OUT RIGHT VERTICAL RULE */
		width: 498px;
	}
	
	.imgVertical #imgCol { /* IMG WIDTH + 8PX EXTRA FOR HORIZONTAL ASPECT IMAGE COLUMN TO PUSH OUT RIGHT VERTICAL RULE */
		width: 313px;
	}
	
	.imgSmall #imgCol {
		width: 156px;
	}
	
	.imgNO #imgCol {
		width: 1px;
	}

#imgCol img {
	border: 1px solid #948F88;
}

#imgCol p {
	padding: 4px 8px 0 8px;
}

#rightCol {
	float: right;
}

.imgHorizontal #rightCol {
	width: 235px;
}

.imgVertical #rightCol {
	width: 415px;
}

.imgSmall #rightCol {
	width: 572px;
}

.imgNO #rightCol {
	width: 740px;
}

h1 {
	text-indent: -5000em;
	line-height: 18px;
	padding: 0 0 12px 0;
}


h2 {font: normal 150% Georgia, Times New Roman, Times, serif;
	color: #848E4C;
	line-height: 18px;
	padding: 0 0 12px 0;
}

h3 {line-height: 18px;
	padding: 0 0 6px 0;
	font: normal 120% Georgia, Times New Roman, Times, serif;
	color: #848E4C;
}



h2 strong, p strong {
	font-weight: bold;
}

#rightCol p {
	padding: 0 0 10px 0;
}

#rightCol ul {
	margin-left: 40px;
	padding: 0 0 10px 0;
	list-style: square;
}

div.item {
	padding: 0 0 10px 0;
}

#rightCol div.item p {
}

div.module {
	border-top: 1px solid #948F88;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
}

div.module img {
	float: left;
	border: 1px solid #948F88;
}

div.module h2, div.module p {
	line-height: 1.4em;
	margin-left: 125px;
}

.photocaption_right
	{
	display:block;
	margin-left:10px;
	float:right;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	.photocaption_left
	{
	display:block;
	margin-right:10px;
	float:left;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* FOOTER */

#footer {
	text-align: center;
	background: url(images/bg_hori_rule.gif) repeat-x left top;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	line-height: 1.6em;
}

.footerHR {
	border-top: 1px solid #948F88;
	padding: 12px 0 5px 0;
}

.copyright {
	background: url(images/bg_hori_short_rule.gif) no-repeat center top;
	padding: 5px 0 20px 0;
}

/* MISC RULES */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/* WEB ALBUM */

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #000000;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #98B498;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #98B498;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 1.2em;
	display: block;
	width: 640px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}