/* CSS Document */
@import url(ced_button.css);
*{
	padding:0;
	margin:0;
}
#wrapper {
	margin:0 auto;
}
img{
	border:0;
}
body {
	background-color: #938255;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
body,td,th {
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	text-decoration: none;
}
#leftshadow {
	overflow:hidden;
}
#navi_column{
	background-image:url(../images/treeleft_bk.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.maincontent{
	padding: 15px 30px 30px 30px;
	font-size:11px;
	line-height:20px;
}
.maincontent p{
	padding: 5px 0px 10px 0px;
	font-size:11px;
	line-height:20px;
}
.maincontent a:link, .maincontent a:visited{
	color:#a9915d;
}
.maincontent ul{
	margin-left:30px;	
}
.maincontent ol{
	margin-left:30px;	
}
.bordertop {
	border-top: 1px dotted #666666;
}
.borderleft {
	border-left: 1px dotted #999999;
}
.site_border{
	border:solid 1px #A9915D;
	padding:20px 15px;
}
.building_border{
	border:solid 1px #A9915D;
	padding:15px;
	width:330px;
}

.footer{
	padding: 10px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ac9665;
}
.news {
	background-image:url(../images/sidebar_bk.gif);
	background-repeat:no-repeat;
}
.news p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 17px;
	color:#666666;
}
.news h4{
	padding:0 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.more a:link, .more a:visited {
	color: #67876f;
	font-size:10px;
}

h2{
	font-size:22px;
	color:#a9915d;
	font-weight:normal;
	padding:10px 0;
	line-height:28px;
}
.home h1{
	font-size:18px;
	color:#a9915d;
	font-weight:normal;
	padding:10px 0;
}
h1{
	font-size:22px;
	color:#a9915d;
	font-weight:normal;
	padding:10px 0;
	line-height: 28px;
}
.color{	
	color:#a9915d;
}
.contact{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	padding-right:15px;
	color:#333333;
}
.client_ftp{
	background:url(../images/clientftp_bk.jpg) 50% 75% no-repeat;
	font-weight:bold;
	font-size:12px;
}
.client_ftp a:link, .client_ftp a:visited{
	color:#FFF;
}
.client_ftp a:hover{
	color:#cfb25e;
	text-decoration:none;
}
.footer a:link{
	color:#ac9665;
}
.footer a:visited{
	color:#ac9665;
}
.footer a:hover{
	color:#000000;
}

.green{
	color:#066;
}
.blue{
	color:#00F;
}
.red{
	color:#C00;	
}
.grey{
	color:#666;	
}
.news_list li{
	padding-bottom:20px;
}
h3{
	font-size:14px;	
	padding:15px 0;
}
h4{
	font-weight:bold;
	font-size:13px;
	padding:15px 0;
}

.thumbnail{
	padding:2px;
	border:1px solid #CCC;
	margin:5px;
	float:left;
}
hr.thin{
      border-top: 1px dashed #937931;
      border-bottom: 1px solid #937931;
      color: #fff;
      background-color: #fff;
      height: 3px;
	  margin:5px 0;
}
.button{
	width:180px;
	height:40px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/button.gif) no-repeat;
	line-height:40px;
}
.button a:link, .button a:visited{
	color:#FFF;
}
.button a:hover{
	color:#000;
}
