/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 background: #beb275;
 background-image:url(/fileadmin/template/bg/118-4.jpg);
}
h1{
color: #a49c74;
margin-bottom:8px;
font-weight:normal;
}
h3{
margin-top: 10px;
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
 background: #f7f6f0;
}
#faux {
 background: url(faux-1-2-col-hps.gif);
 margin-bottom: 20px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #6c7b80;
 width: 950px;
 padding: 0px;
 height: 193px;
 margin: 0px 0px 0px 0px;
 background: #ebe4d1;
 border-bottom:3px solid #b1a87c;
}
#navigation {
 color: #57656a;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #f7f6f0;
}
#leftcolumn { 
 display: inline;
 color: #57656a;
 margin: 10px;
 padding: 0px;
 width: 213px;
 float: left;
}
#leftcolumn a{ 
 color: #57656a;
}
#rightcolumn { 
 float: right;
 color: #57656a;
 margin: 10px;
 padding: 0px;
 width: 663px;
 display: inline;
 position: relative;
}
#footer { 
font-size: 10px;
 width: 930px;
 clear: both;
 color: #6c7b80;
 background: #ebe4d1;
 margin: 0px 0px 10px 0px;
 padding: 10px;
   border-top:3px solid #b1a87c;

}
.clear { clear: both; background: none; }
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px dashed #a49c74;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em 0.5em 0.25em 0.5em;
border-top: 1px dashed #a49c74;
}

#navlist li a { text-decoration: none; }

p.csc-section{
float:left;
margin-right: 10px;
}
p.csc-section a{
color: #57656a;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #b1a87c;
}
p.csc-section a:hover{
color: #57656a;
border-bottom: 1px solid #b1a87c;
}
div.csc-menu-3{
diplay:inline;
}
p.csc-linkToTop{
margin-top: 10px;
}
p.csc-linkToTop a{
color: #57656a;
font-size:10px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #b1a87c;
}
p.csc-linkToTop a:hover{
color: #3c484d;
border-bottom: 1px solid #b1a87c;
}
p.bodytext a{
color: #57656a;
text-decoration: none;
border-bottom: 1px dashed #b1a87c;
}
p.bodytext a:hover{
color: #3c484d;
border-bottom: 1px solid #b1a87c;
}
legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 0px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
display: block;
	height: 18px;
	line-height: 18px;
	margin: 1px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	border: none;
	background: url(images/button_bg_left.png) no-repeat top left #fedd92;
	border-left-width:3px;
    border-left-style:solid;
    border-left-color: #fabb00;
    border-right-width:3px;
    border-right-style:solid;
    border-right-color:#fabb00;

	padding-left: 0.5em;
}
.csc-form-label-req {
font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #57656a;
}
.csc-form-label {
font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #57656a;
}
.csc-menu-1 a{
color: #57656a;
font-size:15px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #b1a87c;
}
.csc-menu-1 a:hover{
color: #3c484d;
border-bottom: 1px solid #b1a87c;
}
p.csc-linkToTop a{
color: #57656a;
font-size:10px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #b1a87c;
}
p.csc-linkToTop a:hover{
color: #3c484d;
border-bottom: 1px solid #b1a87c;
}