/* CSS Document */

body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #281300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
}

/* text */

h1 {
	text-align: left;
	color: #281300;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	color: #281300;
	font-size: 10pt;
	font-weight: bold;
}

p {
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
	color: #281300;
	font-size: 10pt;
	font-weight: normal;
}

.red {
	color: #d92500;
}

.formtext1 {
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
	color: #281300;
}

.caption {
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
	color: #281300;
}

.bold {
	color: #281300;
	font-size: 10pt;
	font-weight: bold;
}

.center {
	text-align: center;
	font-size: 10pt;
}

.language {
	padding-top: 3px;
	margin-right: 10px;
	display: block;
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
}

.legal {
	padding-top: 10px;
	margin-left: 10px;
	display: block;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	color: #281300;
}


a:link {
	color: #32b700;
	text-decoration: none;
}

a:visited {
	color: #32b700;
	text-decoration: none;
}

a:hover {
	color: #32b700;
	text-decoration: underline;
}

a:active {
	color: #32b700;
	text-decoration: none;
}



/* dividers */

.hline {
  margin-bottom: 2px;
  border: none;
  background-color: #edeadd;
  color: #281300;
  height: 5px;
  width: 300px;
}

.dotline {
  margin: 15px 0px 5px 10px;
  border-top: 1px dotted #281300;
}



/* page sections */

.headerbox {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 173px;
	vertical-align: bottom;
	background-color: #ffffff;
}

.contentleft {
	padding: 10px 40px 40px 40px;
	margin: 0px;
	width: 537px;
	background-color: #edeadd;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
}

.contentleft_plain {
	padding: 10px 40px 40px 40px;
	margin: 0px;
	width: 537px;
	background-color: #edeadd;
}

.contentright {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	width: 183px;
	background-color: #edeadd;
}

.photobox {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 114px;
	background-color: #ffffff;
}

.photo {
	padding: 0px;
	margin: 0px;
	height: 112px;
	border-right: 1px solid #ffffff
}

.photoend {
	padding: 0px;
	margin: 0px;
	height: 112px;
}

.formbox {
	padding: 15px;
	margin: auto;
}

#footerbox {
	margin: 0px;
	padding: 0px;
	width: 620px;
	height: 30px;
	background-color: #edeadd;
	vertical-align: top;
}



/* image positioning */

.imgleft {
	float: left;
	margin: 0px;
	padding: 0px 15px 3px 0px;
}

#imgcenter {
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.imgright {
	float: right;
	margin: 0px;
	padding: 0px 0px 3px 15px;
}

#featuredslidebox {
	margin-left: 10px;
	width: 360px;
	border: 1px solid #281300;
}

.slide {
	padding: 0px;
	margin: 0px;
	width: 360px;
	height: 260px;
}



/* Photo Gallery Viewing Area */

#loadarea {
	width: 350px;
}

#loadarea2 {
	width: 300px;
}




/* Top subnavigation */

#topnav {
	margin: 6px 0px 15px 0px;
	padding: 0px;
	text-align: left;
	color: #281300;
	font-size: 8pt;
	font-weight: normal;
}


#topnav a:link, #topnav a:visited {
	color: #32b700;
	font-size: 8pt;
	font-weight: normal;
	text-decoration:none;
}

#topnav a:hover, #topnav a:active {
	color: #32b700;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}	
	

/* sidenav menu */

#sidenav {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 183px;
}

#sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 183px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#sidenav li {
	display: block;
	height: 30px;
	padding: 0px 0px 8px 0px;
	vertical-align: middle;
	background-color: #edeadd;
}

#sidenav li a:link, #sidenav li a:visited {
	display: block;
	line-height: 30px;
	padding-left: 38px;
	vertical-align: middle;
	background-color: #edeadd;
	background-image: url(images/nav_bg1.gif);
	background-repeat: no-repeat;
	color: #006b36;
	text-decoration: none;
}

#sidenav li a:hover, #sidenav li a:active {
	display: block;
	line-height: 30px;
	padding-left: 38px;
	vertical-align: middle;
	background-color: #edeadd;
	background-image: url(images/nav_bg2.gif);
	background-repeat: no-repeat;
	color: #006b36;
	text-decoration: none;
}