/* CSS Document */

/* main page layout and design */
body
{
	margin-top: 10px;
	margin-left: 10px;
	background: #cccccc;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
body.popup
{
	background: #cccccc;
}
.wrapper
{
	width: 702px;
	border: 1px solid #000000;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.gallery_wrapper
{
	border: 1px solid #000000;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.footer
{
	position: relative;
	height: 16px;
	padding: 3px 0px 0px 12px;
	margin: 0px;
	background: black;
	border-top: 1px solid #666666;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FEFFEF;
	clear: both;
}

/* this style defines the area behind the logo. */
.logobkg
{
	height: 100px;
	/* width: 702px; */
	/* background: #FFFFFF url(/images/banner.jpg); */
	/* border-bottom: 1px solid #000000; */
	margin: 20px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}

/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defined */
.navbar
{
	position:relative;
	height: 0px;
	background: #34683F;
}

/* These styles define the columns that appear within the body of the page */
.leftcolumn
{
	width: 486px;
	background: #FFFFFF;
	padding: 10px 6px 16px 12px;
	float: left;
	line-height: 12pt;
}
.rightcolumn
{
	width: 180px;
	background: #FFFFFF;
	padding: 10px 12px 16px 6px;
	float: right;
}
.fullcolumn
{
	width: 690px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 12px;
}

/* image element handling */
img
{
	border-width:0px;
}
img.cake
{
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
img.gallery, img.thumb
{
	border: 1px solid black;
	margin: 1px;
}
img.thumb_highlighted
{
	border: 2px solid red;
}

/* These styles define link behaviors */
a {
	color: black;
	}
a:hover {
	text-decoration:none;
	color: black;
	}
a:active {
	color: black;
	}

/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background: #cccccc;
	height: 16px;
	border: 1px solid #cccccc;
	padding: 3px 0px 0px 8px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	clear: both;
	}
/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#feffef;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:8pt;
	}
.boxwhite {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:8pt;
	color: #333333;
	}
/* These styles define font attributes */
.headline {
	font-family: Arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#333333;
	}
h4 {
	font-family:Arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	}
h1 {
	font-family:Verdana, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color: #333333;
}
p {
	font-family:Verdana, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color: #333333;
	}
.subhead {
	font-family:Verdana, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color: #333333;
	}
table
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
.tablehead {
	font-family:Verdana, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#5C7F26;
	}
.label {
	font-family:Verdana, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	}
.tighten {
	margin-top:10px;
	}


.photo {
	float:left;
	}
/* This style provides background tinting */
.tinton {
	background:#C0E38A;
}
.tintoff {
	background:#eeeeee;
}
/* These styles define form controls */
input	{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	border: 1px solid black;
	background: #FFFFFF
	}
textarea {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	border: 1px solid black;
	background: #FFFFFF
	}
select	{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	border: 1px solid black;
	background: #FFFFFF
	}

/* special div handling when using float */
div.clearer
{
	clear: left;
	line-height: 0;
	height: 0;
}