@charset "UTF-8";


@font-face {
  font-family: 'Trajan';
  src: url('font/TrajanPro-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trajan';
  src:  url('font/TrajanPro-Regular.otf')  format('opentype');
  font-weight: normal;
  font-style: normal;
}


body {
	margin:0;
	background:url(../img/back.jpg) no-repeat center top fixed;
}

h1{
	font-family:"Trajan", Arial, Helvetica, sans-serif;
	font-weight:Light;
	color:#B06D06;
	font-size:25pt;
}

h2{
	font-family:"Trajan", Arial, Helvetica, sans-serif;
	font-weight:Light;
	font-size:25pt;
	color:#B06D06;
	margin:0;
	margin-top:20px;
}

h3{
	font-family:"Trajan", Arial, Helvetica, sans-serif;
	font-weight:Light;
	font-size:15pt;
	color: #999;
	margin:0;
	margin-bottom:20px;
}

p { 
	font-family:Arial, Helvetica, sans-serif;
	color: #000; 
	font-size: 11pt; 
	line-height:18pt;
	text-align: justify;
}

ul.listserv{
	font-family: Arial, Helvetica, sans-serif;
	color: #000; 
	font-size: 11pt; 
	line-height:18pt;
	margin:0;
	padding-left:15px;
}

#top{ width:1000px;
	height:110px;
	margin:0 auto;
	z-index:999;
	
}

#logo{
	margin-top:5px;
}

article {
	margin-top:20px;
}

footer{
	width:100%;
	height:350px;
	background:#AF6A00 url(../img/foot.jpg) repeat-x top center;
	
}

.textfoot {
	width:1000px;
	padding-top:180px;
	margin: 0 auto;
	text-align:center;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;

}

.slider{
	height:400px;

}

.bannertext {
	
	width:1000px;
	margin:0 auto;
	padding:330px 0 0 10px;
}

.bannertext h2{
	font-family:"Trajan", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:25pt;
	font-weight: lighter;
	text-shadow:0px 5px 10px rgba(0,0,0,1.0)
}

.clear{
	clear:both;
	width:100%;
	height:25px;
}

#padtop{
	height:110px;
	width:100%;
}

#content {
	width:1000px;
	margin:0 auto;	
}
.col380 {
	width:330px;
	float:right;
}
.col600 {
	width:650px;
	float:left;	
}

.col1000 {
	width:1000px;
	float:left;	
}

a.linkweb {
	font-family:Arial, Helvetica, sans-serif;
	color:#960;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}

.colimg {
	float:right;
}
.sectiontext {
	height: 500px;	
}

input {
	padding:10px;
	width:95%;
}

textarea{
	width:100%;	
}

form ul{
	padding:0;
	margin:0;
	list-style:none;
}
form li{
	margin-bottom:20px;
}

.btn{
	width:250px;
	background-color: #AF6A00;
	border:none;
	color:#fff;
	font-size:13pt;
	
}

.indeximg
