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

/* General Styles */

body {
background:url(../images/layout/body.jpg) #C6AB87;
color:#73878E;
padding-bottom:25px;
}

.tright {
text-align:right;
}

* {
outline:none;
}

/* Header */

.header .tright {
padding-top:50px;
color:#fff;
font-size:70%;
}

.pagehead {
position:relative;
height:46px;
padding-top:5px;
padding-left:15px;
background:url(../images/layout/header.png) top no-repeat;
}

.pagehead h1 {
float:left;
margin-right:10px;
}

.pagehead h3 {
font-size:12px;
color:#FCD6B7;
font-weight:normal;
padding-top:3px;
}

.pagehead ul {
position:absolute;
top:14px;
right:18px;
margin:0;
padding:0;
}

.pagehead ul li {
list-style:none;
float:left;
margin:0 0 0 15px;
padding:0;
}

.pagehead ul li a {
color:#FCD6B7;
font-weight:normal;
}

.pagehead ul li a:hover {
color:#fff;
}

.main {
margin-top:5px;
}

/* Content */

.content {
background:#fff;
padding-top:20px;
} 

.introcopy {
height:100px;
background:url(../images/layout/introcopy.gif) no-repeat;
text-indent:-9999px;
background-position:40px 0;
margin-top:25px;
}

.introcopy h3 {
color:#73878E;
}

.intro {
height:235px;
background:url(../images/layout/intro.jpg) top no-repeat;
}

.introcopy p.readmore {
margin-top:100px;
}

.introcopy p.readmore a {
display:block;
height:28px;
width:102px;
background:url(../images/buttons/readmore.png) top no-repeat;
text-indent:-9999px;
} 

.introcopy p.readmore a:hover {
background-position:bottom;
}

.services ul {
margin:16px 0 0 0;
padding:0;
}

.services li {
list-style:none;
margin:0 0 18px;
padding:0;
font-size:11px;
line-height:14px;
}

.services li strong {
color:#551E12;
font-size:13px;
}

.services li img {
float:left;
}

.services li span {
display:block;
margin-left:45px;
}

.hp {
padding-top:20px;
padding-bottom:40px;
background:url(../images/layout/hp.png) bottom no-repeat;
}

p.small {
color:#999;
line-height:16px;
}

.hp h3 {
border-bottom:1px solid #D6E5F1;
}

/* Footer */

.tright {
font-size:12px;
}

.tright a {
font-weight:normal;
margin:0 10px 0 0;
}

/* Homepage tabs */

#tab-container-1-nav {
float:right;
margin:0;
padding:0;
}

#tab-container-1-nav li {
list-style:none;
margin:0 0 0 15px;
padding:0;
float:left;
font-size:12px;
padding:0 0 5px 0;
}

#tab-container-1-nav li a {
padding:0 0 5px 0;
}

#tab-container-1-nav li a.active, #tab-container-1-nav li a:hover {
background:url(../images/layout/arrow.png) bottom no-repeat;
color:#571F13;
}

/* Sidebar */

.sidebar {
background:url(../images/layout/sidebar.png);
}

.sidebar h3 {
background:url(../images/layout/sidebar-h3.png) bottom no-repeat;
padding:20px;
}

.testimonial {
padding:5px 20px 20px 20px;
background:url(../images/layout/testimonial.png) bottom no-repeat;
}

.sidebar .testimonial p {
padding:0;
}

.sidebar p {
font-size:12px;
line-height:18px;
color:#582014;
padding:10px 20px;
}

.sidebar p.author {
color:#425918;
display:block;
padding:5px 20px 20px 20px;
}

/* Sliding Boxes */

.boxgrid{ 
width: 190px; 
height: 120px; 
margin:0 10px 10px 0; 
float:left; 
background:#fff; 
overflow: hidden; 
position: relative;
}
.boxgrid img{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}
.boxgrid p{ 
padding: 0 10px; 
color:#afafaf; 
}

.boxcaption{ 
float: left; 
position: absolute; 
background: #000; 
height: 120px; 
width: 100%; 
opacity: .9; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.captionfull .boxcaption {
top: 85px;
left: 0;
}
.caption .boxcaption {
top: 85px;
left: 0;
}

.boxcaption p {
marign:0;
padding:0 15px 5px 0;
font-size:80%;
}

.boxcaption h3 {
margin-bottom:10px;
font-size:15px;
color:#fff;
border:none;
}

.caption a:hover {
color:#900;
text-decoration:underline;
}

a.view {
display:block;
margin-top:10px;
}

.cover {
padding:10px;
}

fieldset {
	border:1px solid #eee;
	padding:10px 20px;
}

input, textarea {
	border:1px solid #eee;
	padding:5px;
}

legend {
	border:1px solid #eee;
	padding:5px 10px;
	background:#fff;
}

fieldset label {
	display:block;
	color:#702C1E;
}



