html {
  margin: 0;
  padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-family: arial,verdana,sans-serif;
	line-height:20px;
}

h1 {
  color: #fec156;
  font-size: 28px;
  padding: 0;
  margin: 0px 0 15px 0;
  font-weight: normal;
  font-family: "Georgia", verdana;
  line-height: 28px;
}

h2 {
  color: #79522A;
  font-size: 18px;
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Georgia", verdana;
  font-style: italic;
  font-weight: normal;  
}

#subrightcol h2{
  color: #FEC156;
  font-size: 16px;
}

h3, h4, h5 {
  color: #654019;
  font-size: 14px;
  padding: 0;
  margin: 2px 0;
}

p {
  padding: 0;
  margin: 0 0 7px 0;
  color: #ffffff;
	font-size: 13px;
	font-weight: normal;
}

input {
  color: #271703;
	font-size: 11px;
	border: solid 1px #fec156;
}

a {
  color: #BDA97B;
  text-decoration: none;
  /*border-bottom: 1px dotted #BDA97B;*/
}


a:hover{
color: #FEC156;
/*border-bottom: 1px dotted #FEC156;*/

}

form {
  margin: 0;
  padding: 0;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 1px;
  border:0 none;
}

/* TYPO3 Form Styling Begin */

fieldset.csc-mailform {
	margin-top: 15px;
	border: none;
	width: 300px;
	}

fieldset.csc-mailform label {
	float: left;
	width: 300px;
	}

div.csc-mailform-field {
	margin-bottom: 15px;
	}

fieldset.csc-mailform input {
	width: 300px;
	}

fieldset.csc-mailform textarea {
	width: 300px;
	height: 100px;
	}

fieldset.csc-mailform .csc-mailform-check {
	width: 15px;
	height: 15px;
	}

fieldset.csc-mailform .csc-mailform-radio {
	width: 300px;
	margin-top: 5px;
	}

fieldset.csc-mailform legend {
	display: none;
	}



fieldset .csc-mailform-radio label {
	display:inline;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:10px;
	white-space:nowrap;
	float: none;
	}

fieldset.csc-mailform input.csc-mailform-submit {
	width: auto;
	}

/* TYPO3 Form Styling End */


/* SmoothGallery Styling Begin */

.tx-rgsmoothgallery-pi1 {
  float:left;
}
 
#externalthumbs {
  float:left;
  width:200px;
}
 
#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:205px;
}
 
.carouselInner .thumbnail {
  float:right;
  /*padding-bottom:10px;*/
  margin-bottom:10px;
  border: 1px solid #231401;
}

.content .jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 100%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #fff;
}

.content .jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 80%;
	margin: 2px 5px;
	color: #fff;
}

.content .jdGallery .slideInfoZone {
	background:#000 none repeat scroll 0 0;
	bottom:0;
	color:#FFFFFF;
	height:40px;
	left:0;
	margin:0;
	overflow:hidden;
	position:absolute;
	text-indent:0;
	width:100%;
	z-index:10;
}

/* SmoothGallery Styling End */