@charset "utf-8";
/* CSS Document */
@import url("reset-min.css");

html{
	background-color:#fdd488;
}
body{
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.copy{
	text-align:right;
	font-size:10px;
	padding-right: 13px;
	color:#444444;
		background-color:#fdd488;
}
.bg{
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
	width:943px;	
}
.bgMainMid{
	background-image: url(mid.gif);
	background-repeat: repeat-y;

}
.bgMainTop{
	background-image: url(top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgMainBot{
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:10px;
}
.bgInner{
	background-image: url(bgContent.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bgInnerSymb{
	background-image: url(bgContentSymb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:left;
}
.head{
	background-image: url(Head_BT.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:170px;
	padding-left:20px;
	padding-right:20px;
}
.floatRightHead{
	float:right;
	text-align:right;
	padding-top: 86px;
	padding-right: 5px;
}
.floatLeftHead{
	padding-top:40px;
	float:left;
}
.clearBothHead{
	clear:both;
	/*background-color:#000033;*/
	height:18px;
/*	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCE0AE;
	text-align:right;*/
}
.contentSection{
	padding-top:22px;
}
.content{
	float:left;
	width:678px;
}
.contentInner{
	padding-left:40px;
	padding-right:50px;
	line-height: 22px;
	color:#444444;
}
a{
	color:#0075b0;
	text-decoration:none;
}
a:hover{
	color:#444444;
	text-decoration:underline;
}
.infobox{
	font-size: 13px;
	color: #ffffff;
	padding-top:15px;
	padding-bottom:15px;
	display:block;	
	background-color:#0075b0;
}
h1{
	font-size: 19px;
	color:#0075b0;
	padding-bottom:20px;	
}
h2{
	font-size: 15px;
	color:#0075b0;
	padding-bottom:10px;	
	font-weight:bold;
}
h3{
	font-size: 15px;
	color:#0075b0;
	padding-top:15px;	
	padding-bottom:10px;	
	font-weight:bold;
}
p{
	padding-bottom: 15px;
}
.nav{
	float:left;
	width:245px;
}
ul li{
	padding-left:17px;
	background-image: url(list.gif);
	background-repeat: no-repeat;
	color:#444444;
	text-decoration:none;
	background-position: left 4px;
	line-height:18px;
	padding-bottom:2px;	
}
.navInner{
	padding-left:48px;
	padding-top: 2px;
	padding-bottom: 300px;
}
.navInner a{
	display:block;
	padding-left:17px;
	background-image: url(navInact.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	color:#444444;
	text-decoration:none;
	background-position: left 4px;
	line-height:18px;
}
.navInner a.l2{
	display:block;
	padding-left:34px;
	background-image: url(navInact.gif);
	background-repeat: no-repeat;
	color:#444444;
	text-decoration:none;
	background-position: 14px 4px;
}
.navInner a.act{
	background-image: url(navAct.gif);
	color:#0075b0;	
}
.navInner a:hover{
	display:block;
	color:#0075b0;
}
.clearLeftContent{
	clear:left;
	height:50px;
}

.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.contenttable p.bodytext{
	padding:0;
	margin:0;
}
.contenttable{
	margin-bottom:15px;
}
.contenttable td{
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 22px;	
	font-size: 13px;	
}
ul, ol{
	margin-left: 20px;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid #FDD488;
	padding: 0px 0px;
}

fieldset{
	margin:0;
	padding:0;
	border:none;
}
label{
	display:block;
	float:left;
	width:150px;
	font-size:13px;
	color: #444444;		
	margin-bottom: 10px;	
	clear:left;
}
input, textarea, select, .tx-indexedsearch-searchbox-sword{
	border: 1px solid #0075b0;		
	font-size:11px;
	color: #444444;	
	padding:1px;
}
.csc-mailform-field{
	clear:left;
}
.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select{
	font-size:12px;
	margin-bottom:10px;
}
input.csc-mailform-submit{
	border:none;
	background-color: #0075b0;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;	
}
input.csc-mailform-submit{
	clear:left;
	margin-left:150px;
}

.newsletterForm{
	padding-bottom:20px;	
}