@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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
}
body {
	color: #000000;
	text-align: center;
	font: 0.875em/120% Arial, Helvetica, sans-serif;
	background: #00A651 url(graphics/back.jpg) no-repeat fixed center top;
}
p, table, ul, ol {
	padding-bottom: 1em;
}
ul, ol {
	padding: 0 0 1.2em 4em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* customise */
h1, h2, h3, h4, h5, h6 {
	padding: 4px 0px 10px;
	margin: 0px;
}
h1 {
	font-size: 38px;
	color: #00A651;
}
h2 {
	font-size: 28px;
	color: #00A651;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #00A651;
	text-decoration: underline;
}
:focus {
	outline: 0;
}
table {
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing: 0;
	margin:0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table th, table td {
	border:1px solid #999999;
	padding:5px;
}
table th {
	font-weight: bold;
}
table caption {
	font-size:1.3em;
	margin:0px;
	padding:0px 0px 0.6em;
}
fieldset {
	padding:1em 10px;
	margin-bottom:1.2em
}
legend {
	color:#666666;
	font-weight:bold
}
label {
	float:left;
	width:30%;
	margin-right:0.5em;
	padding-bottom:0.6em;
	text-align:right
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px 0px 0.6em 0px;
	padding:0px
}
/* custom classes */
.clearer {
	clear: both;
	display: block;
	line-height: 1px;
	height: 1px;
}
.imageright {
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
}
.imageleft {
	float: left;
	margin: 0px 10px 10px 0px;
	clear: left;
}
.smallprint {
	font-size: 0.875em;
}
.highlight {
	color: #00A651;
}
#container {
	text-align: left;
	width: 960px;
	position: relative;
	margin: auto;
}
#top {
	background: url(graphics/top.png) no-repeat;
	height: 568px;
	position: relative;
	overflow: hidden;
}
#logo {
	text-align: center;
	padding: 175px 8px 0px 0px;
}
#menu {
	overflow: hidden;
	text-align: center;
	height: 45px;
	padding: 95px 225px 0px;
}
#menu a {
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	padding: 6px 12px;
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
	border: 2px solid #FFFFFF;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	background: #00A651;
}
#title {
	padding: 30px 160px 0px;
	text-align: center;
}

#content {
	background: url(graphics/contentback.png) repeat-y;
	padding: 0px 120px;
	position: relative;
}
#footer {
	background: url(graphics/bumper.png);
	height: 155px;
	text-align: center;
	padding-top: 30px;
	position: relative;
	font-size: 0.875em;
}
.gallery {
	text-align: center;
}
.gallery img {
	margin: 5px;
	border: 1px solid #FFFFFF;
}

  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
  
    .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
 /* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

#TB_secondLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 0.875em;
}

#TB_window a:link {color: #000000;}
#TB_window a:visited {color: #000000;}
#TB_window a:hover {color: #000000;}
#TB_window a:active {color: #000000;}
#TB_window a:focus{color: #000000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background-image: url(graphics/macFFBgHack.png);
	background-repeat: repeat;
}
.TB_overlayBG {
	background-color:#000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#666666;
	display:none;
	border: 5px solid #FFFFFF;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 20px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#F2EBD9;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

