html, body {
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#FCF5E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img { border:none; }
#pagewidth {
	width:770px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position:relative;
	height:160px;
	background-color:#ffffff;
	width:100%;
	overflow:hidden;
}
#logoHolder { position: absolute; left:70px; top:10px; }
#picHolder{
	width:411px;
	height:157px;
	z-index:50;
	position:absolute;
	top:0px;
	right:0px;
	overflow:hidden;
	background-color: #ab6f32;
}
#picMask{
	width:411px;
	height:157px;
	z-index:60;
	position:absolute;
	top:0px;
	right:0px;
	background-image: url(../img/headerPicMask.png);
	background-repeat: repeat-x;
	background-position: right top;
}
#searchBar{
	position:absolute;
	right:3px;
	bottom:6px;
	z-index:70;
	overflow:hidden;
	width:128px;
	height:16px;
}
.searchfield input{
	width:128px;
	height:15px;
	font-size:10px;
	color:#999999;
	background-image: url(../img/searchBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	background-color:transparent;
	overflow:hidden;
}
.tx-srlanguagemenu-pi1 div{ float:left; }
#wrapper { position: relative; }
#leftcol {
	width:185px;
	float:left;
	position:relative;
	overflow:hidden;
}
#maincol {
	float: right;
	display:inline;
	position: relative;
	width:401px;
	overflow:hidden;
	padding-left:171px;
	padding-right:10px;
	color:#514F4D;
	margin-top:30px;
	line-height: 140%;
	min-height: 550px;
}
.csc-header br, .csc-header img{
	display:none;
}
.csc-firstHeader{
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	text-align:right;
}
h1{
	color:#9C9792;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
h2{
	font-size:10px;
	line-height:130%;
}
#maincol img{
	/* border:2px solid #BE8141; */
}
#maincol a{
	color:#AB6F32;
}
#maincol a:visited{
	color:#BE8141;
}
#notesHolderElem { float:left; width:50px; }
#footer {
	height:20px;
	clear:both;
}
.contenttable th { vertical-align: top; }
hr { background-color: #f9ebc8; color: #f9ebc8; border: 0; height: 1px; }
/* ------------ forms ------------ */
.csc-mailform{
}
fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
.csc-mailform label{
	display: block;
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select{
	border: 1px solid #AB6F32;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.csc-mailform input, .csc-mailform textarea{
	width: 300px;
}
.csc-mailform select{
	width: 302px;
}
.csc-mailform-submit{
	width: 302px !important;
	margin-top: 4px;
}
.csc-mailform-checkholder{
	position: relative;
}
.csc-mailform-check{
	width: auto !important;
	margin-bottom: 4px;
	border: none !important;
}
.csc-mailform-checkholder label{
	position: absolute;
	top: 0px;
	left: 25px;
}
/* ------------ forms end ------------ */
#overlay {
	background-color:#FAEBC8 !important;
}
/* *** Float containers fix  *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}

