/************************************* Globals */
*{margin:0px; padding:0px; outline:0;}
html{height: 100%;}
body{
	height: 100%;
	background:#FFF;
	color:#093c06;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
a:link, a:visited{
	color:#85130c;
	text-decoration:none;
}
a:active, a:hover{
	color:#85130c;
	text-decoration:underline;
}
.fLeft{float:left;}
.fRight{float:right;}
.clear{clear:both;}
/************************************* Structure */
#container{
  margin: 0 auto;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
}
#head{
	background:#550c08 url(../img/top.png) bottom repeat-x;
	height:125px;
}
#head h1{display:none;}
#main{
	margin:0 auto;
	width:600px;
}
#main:after{
  clear:both;
  display:block;
  font:1px/0px serif;
  content:".";
  height:20px;
  visibility:hidden;
}
#foot{
	position: absolute;
	bottom: 0 !important;	
	height:1.6em;
	background:#550c08 url(../img/bottom.png) top repeat-x;
	padding:10px 5px 0px 5px;
	font-size:0.8em;
	color:#dfab46;
}
#foot a:link, #foot a:visited{
	color:#FFF;
	text-decoration:none;
}
#foot a:active, #foot a:hover{
	color:#FFF;
	text-decoration:underline;
}
/************************************* Navigation */
#head ul{
	list-style:none;
	margin:0 auto;
	height:33px; /* 125-92 padding*/
	padding-top:92px;
	width:600px;
	color:#550c08;
	font-size:0.9em;
	line-height:0.9em;
	text-align:center;
	text-transform:uppercase;
	background:url(../img/head.png) no-repeat;
}
#head ul li{
	float:left; 
	margin-left:5px;
}
#head ul li.home{margin-left:0px !important;}
#head ul li a:link, #head ul li a:visited{
	display:block;
	width:94px;
	height:27px; /* 33-6 padding */
	padding-top:6px;
	color:#dfab46;
	background-image:url(../img/tabs.png);
	background-repeat:no-repeat;
}
#head ul li a:active, #head ul li a:hover{
	background-position:0 -33px;
	text-decoration:none;
}
#head ul li#current{
	display:block;
	width:94px;
	height:27px; /* 33-6 padding */
	padding-top:6px;
	background:url(../img/tabs.png) 0 -66px no-repeat;
	float:left;
}
/************************************* Content */
.section{
	border-bottom:1px solid #f2f5f2;
	margin-bottom:10px;
	padding-bottom:10px;
}
.section h2{
	font-size:1.8em;
	color:#550c08;
}
.section img{
	float:left;
	margin:0 5px 5px 0;
	border:1px solid #550c08;
}
/************************************* Forms */
.error{
	color:#FF0000;
	font-size:1.3em;
}
#form{
	float:left;
	padding:1em;
	margin-top:10px;
	width:336px;
}
#form label {
	float:left;
	display:block;
	margin:4px 4px 4px 0px;
	width:60px;
}
#form #captchaLabel{float:none; width:auto; margin:0;}
#form input, textarea{
	margin-bottom:10px;
	width:250px;
	color:#550c08;
}
#captchaID{
	float:left;
	width:120px !important;
	height:30px;
	font-size:20px;
	margin:0px;
	padding:0px;
}
#captcha_img{
	float:left;
	border:1px solid #550c08;
}
#captcha_arrow{
	float:left;
	width:19px;
	height:30px;
	background:url(../img/arrow.gif) no-repeat;
	margin: 0px 2px 0px 2px;
}
small{
	display:block;
	margin-top:10px;
}
#submitBtn{
	margin-top:5px;
}
#response {
	position:relative;
	padding:0.5em;
	margin:10px 0px 0px 20px;
	width:200px;
	overflow:auto;
}
.ajax-loading {
	background: url(../img/ajax_loading.gif) no-repeat center;
	height:32px;
}
/************************************* Slimbox */
#lbOverlay{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading{background: #fff url(../img/loading.gif) no-repeat center;}
#lbImage{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink{left: 0;}
#lbPrevLink:hover{background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink{right: 0;}
#lbNextLink:hover{background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber{margin-right: 71px;}
#lbCaption{font-weight: bold;}