/* CSS LAYOUT */

body {
	background-color:white;
	background-image:url(images/layout/bg.gif);
	background-attachment:scroll;
	background-repeat:repeat-x;
	margin:0px;
}

a:link, a:visited, a:active { color:#569517; text-decoration:none; }
a:hover { color:#569517; text-decoration:underline; }

.homeintro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#888888;
	line-height:19px;
	font-style:italic;
}

.contactfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:300px;
}

.photobg {
	background-color:white;
	background-image:url(images/layout/dotbg.gif);
	background-attachment:scroll;
	background-repeat:repeat;
}

.maintable {
	width:94%;
}

.tb_bg_top { background-image:url(images/layout/top.gif); background-repeat:repeat-x; }
.tb_bg_bottom { background-image:url(images/layout/bottom.gif); background-repeat:repeat-x; }
.tb_bg_left { background-image:url(images/layout/left.gif); background-repeat:repeat-y; }
.tb_bg_right { background-image:url(images/layout/right.gif); background-repeat:repeat-y; }

.nav_form {
	margin-bottom:14px;
}

.drk_grey {
	background-color:#BCBCBC;
}
.mid_grey {
	background-color:#D4D4D4;
}
.lgt_grey {
	background-color:#EFEFEF;
}

.gallerylink_headercell {
	background-color:#BCBCBC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:15px 5px 2px 10px;
	border-bottom:1px solid white;
}

.gallerylink_cell {
	background-color:#BCBCBC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px 5px 4px 10px;
	border-bottom:1px solid white;
}

.gallerylink_cell_over {
	background-color:#D4D4D4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px 5px 4px 10px;
	border-bottom:1px solid white;
	cursor:pointer;
}

.gallerylink_date { color:#666666; font-size:10px; }

.gallerylink:link,.gallerylink:active,.gallerylink:visited,.gallerylink:hover { color:#333333; text-decoration:none; }

.gallerytitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	padding-left:15px;
}

.photonav, .photonav:link, .photonav:active, .photonav:visited { color:#333333; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
.photonav:hover { color:#333333; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-size:11px; }

.photobuy, .photobuy:link, .photobuy:active, .photobuy:visited { color:white; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.photobuy:hover { color:white; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; font-size:12px; }

.details {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
}
.detailshead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
}

.footer {
	padding-top:5px;
	padding-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.footerlink:link, .footerlink:active, .footerlink:visited, .footerlink:hover {
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}
