body
{
	width: 980px;
	margin: 40px auto 20px auto;
	background: #cdcbc4;
	color: #545454;
	font-size: 10pt;
	line-height: 150%;
	letter-spacing: 0.02em;
}

img 
{
	border: 0px;
}

a
{
	outline: 0px;
    color: #545454;
    font-weight: bold;
}

p
{
	margin-top: 0px;
	margin-bottom: 2em;
}

h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}

h3, h4, h5
{
	margin-bottom: 2em;
}

/** Generic Styles */

.container
{
	position: relative;
	width: 980px;
	margin-left: 20px;
	clear: both;
}

.message
{
 	font-weight: bold;
}

.success
{
	color: #549954;
	
}

.error
{
	color: #995454;
}

.clear
{
	clear: both;
}

.sitecredit
{
	text-align: center;
	position: relative;
	clear: both;
	color: #989898;
}

.sitecredit a
{
	text-align: center;
	color: #989898;
}

/** Navigation */

.navigation
{
	position: relative;
	display: block;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 80px;
}

.navigation div.blanker
{
	position: absolute; 
	top: 10px; 
	left: 144px; 
	width:16px; 
	height:12px; 
	border-bottom: 
	2px solid #cdcbc4; 
	background:#cdcbc4;
}


.navigation h1
{
	position: relative;
	display: block;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: none;
	height: 23px;
	background-image: url('/img/navibg.gif');
	background-repeat: repeat-x;
	background-position: 0px 4px;
}

.navigation ul
{
	position: relative;
	display: block;
	height: 23px;
	float: left;
	clear: none;
	list-style: none;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	overflow: visible;
	background-image: url('/img/navibg.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	clear: right;
}

.navigation li
{
	position: relative;
	height: 19px;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	padding-left: 2px;
	margin-left: 20px;
	padding-right: 2px;
	overflow: visible;
	background-image: url('/img/navibg.gif');
	background-repeat: repeat-x;
}

.navigation ul.primary
{
	
}

.navigation ul.primary li a
{
	display: block;
	float: left;
}

.navigation ul.secondary
{
	position: relative;
	float: left;
	width: 442px;
	margin: 22px 0px 0px 0px;
	padding: 0px;
	clear: right;
}

.navigation ul.secondary li
{
	position: relative;
	clear: none;
	float: left;
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 3px;
}

.navigation li.current,
.navigation ul.secondary li.current
{
	height: 19px;
	background-image: url('/img/navibgcurrent.gif');
	background-repeat: repeat-x;
}

.navigation a
{
	color: #545454;
	text-decoration: none;
	height: 19px;
	line-height: 16px;
	font-size: 16px;
	letter-spacing: 0.195em;
}

/** Contents */

.contents
{
	position: relative;
	clear: both;
}

.half
{
	float: left;
}

.left
{
	max-width: 430px;
}

.right
{
	width: 430px;
	margin-left: 40px;
}

.half img
{
	border: 25px solid #ffffff;
	background: #ffffff;
	color: #ffffff;
}



/** Contact */

.contact fieldset
{
	border: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.contact fieldset p
{
	margin: 0px;
	font-style: italic;
}

.contact label
{
	font-weight: bold;
	display: block;
	clear: both;
}

.contact input.text,
.contact textarea
{
	border: 0px solid #949494;
	font-family: courier, monospace;
	font-size: 9pt;
	padding: 3px;
	margin: 0px;
	width: 400px;
}

.contact fieldset.buttons
{
	width: 410px;
	text-align: right;
}

/** Gallery */

.gallery .caption
{
	float: right;
	text-align: right;
}

#galleryContainer
{
	position: relative;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 25px solid #ffffff; 
	clear: both;
	min-height: 25px;
	min-width: 25px;
}

#galleryLoader
{
	position: absolute;
	z-index: 5;
	border: 0px;
}

#galleryImage
{
	position: absolute;
	background: #ffffff;
}
