@charset "utf-8";
/* CSS Document */

body{
    margin:0;
    padding:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    background:url(../images/site/main_bg.jpg) center top repeat-x #7f451e;
	color:#333333;
}
input, textarea{
    font-family:Arial, Helvetica, sans-serif;
}
body.sub{
    background:url(../images/site/sub_page_bg.jpg) repeat-x black;
}
img{
    border:none;
}
form{
    margin:0px;
    padding:0px;
}
a{
    color:#CC6600;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
p{
    margin:5px 0;
}
h1, h2, h3, h4, h5, h6{
    margin:5px 0;
	font-weight:normal;
}
.hr{
    border-bottom:1px dotted #89ba00;
    height:1px;
    margin:5px 0;
}
.input{
    padding: 3px;
    border: 1px solid #495c48;
    font-size: 13px;
    background: #fff;
}
.subalert{
    font-size:10px;
    color:darkred;
    font-weight:bold;
}
.darker{
    background-image:url(../images/transparencies/black_30perc.png);
}
.darker_fade{
    background:url(../images/transparencies/black_30perc_fade.png) repeat-x;
}

/* TEMPLATE */

.content{
	width:780px;
	margin:0 auto;
	background:url(../images/site/content_bg.jpg) center top no-repeat #fff6ee;
}
.main_img{
	padding:0 7px;
}
.navigation{
	background:url(../images/site/nav_bg.png) repeat-x;
	height:59px;
	padding:1px 0 15px 0;
	text-align:center;
	line-height:59px;
	margin:0 7px;
	color:white;
}
.navigation a, .navigation a:visited{
	margin:0 30px;
	color:black;
	font-size:12px;
	font-weight:bold;
	color:white;
}
.navigation a:hover{
	color:#FFFF00;
}
.navigation .active{
	font-size:14px;
}
.block{
	padding:10px 60px;
}
.row_sep{
	width:660px;
	margin:0 auto;
	padding:15px 0;
	background:url(../images/site/row_sep.png) center center no-repeat;
}
.footer{
	height:58px;
	padding-top:15px;
	background:url(../images/site/footer_bg.gif) top left no-repeat;
	text-align:center;
	color:white;
}
.footer a{
	color:white;
	font-size:10px;
	font-weight:bold;
	margin:0 15px;
}
.column_separator_225{
	width:1px;
	height:225px;
	margin:0 15px;
	background:url(../images/site/colum_separator_225.png) no-repeat;
}

/* FONT STYLES */

h1{
    font-size:25px;
}
h2{
    font-size:24px;
}
h3{
    font-size:20px;
}
h4{
    font-size:18px;
}
h5{
	font-size:14px;
}
.orange{
	color:#993300;
}

/* FEEDBACK */

.feedback{
	background:url(../images/transparencies/yellow_10perc.png);
	margin:10px;
	padding:3px 3px 3px 15px;
	font-size:12px;
	border:1px dotted #CC9900;
}
.feedback p{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	position:relative;
	right:10px;
}

.action{
	text-align:left;
	padding:10px 3px;
}

/* NEWS */

.news .date{
	font-style:italic;
	font-size:10px;
	color:#00CCFF;
}
.news .title{
	font-weight:bold;
}

/* TESTIMONIALS */

.testimonials p{
	font-style:italic;
}
.testimonials .name{
	color:#CC6600;
	font-weight:bold;
	font-style:normal;
}

/* SERVICES */
.services .service{
	border-bottom:1px dotted #438391;
	padding:3px;
}

