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

* {margin:0; padding:0;}
body {
	color:#2b1613;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #DFDAD4;
}
a:link, visited {text-decoration:none; color:#2b1613;}
a:hover {text-decoration:underline;}
.colorBrown {color:#2b1613;}

#logo {
	float:left; 
	position:relative;
	margin: 10px;
}

#logo img {border:none 0px;}

#menu {
	/*width:100%;*/
	background-color:#c6b6a9;
	height:82px;
}

.menucontent {
	width:910px;
	height:82px;
	margin: 0 auto;
	
}
.menucontent ul {
	width:910px;
	background-color:#09C;
	list-style-type:none;
	height:82px;
	font-size:16px;
}
.menucontent li {
	width: 130px;
	height:82px;
	display:inline;
	float:left;
	text-align:center;
	line-height:80px;
}
.menucontent a {
	background: #b9a596 url("images/separator.gif") bottom right no-repeat;
	height:82px;
	display:block;
	color:#2b1613;
}
.menucontent a:link, a:visited {
	color: #2b1613;
	text-decoration:none;
}
.menucontent a:hover {
	background: #519bd1 url("images/menuOverArrow.jpg") bottom center no-repeat;
	height:82px;
	display:block;
	color:#FFF;
}

#picture {
	z-index:20;
	/*margin: 0 auto;*/
	right:10px;
	top: 10px;
	float:right;
	position: relative;
	margin-right:40px;
}
#header {
	/*width:100%;*/
	background: url(images/header_backgr.jpg) repeat-x;
	height:235px;
}
.headcontent {
	width: 910px;
	margin: 0 auto;
	height:235px;
}
#row1 {
	/*width:100%;*/
	height:220px;
	background: none repeat scroll 0 0 #DFDAD4;
}
#row1_pages {
	/*width:100%;*/
	background-color: #DFDAD4;
	height: auto;
	position:relative;
}

.r1content {
	width:910px;
	margin: 0px auto;
	height:auto;
	background-color: #DFDAD4;
}

.r1col1 {
	width:500px;
	float:left;
	padding-top:30px;
	padding-left:30px;
	padding-right:50px;
	background-color: #DFDAD4;
	}
.blue {
	font-size:120%;
	color:#09F;
}
	
	
.r1col2 {
	width:330px;
	/*height:150px;
*/	float:left;
	position:relative;
	margin-top:30px;
	text-align:center;
	background-color: #DFDAD4;
}

#row2 {
	background:none repeat scroll 0 0 #D7D0C8;
	height:310px;
	/*width:100%;*/
}

.r2content {
	background: url("images/row2-bg.jpg") no-repeat center;
	height:10px;
	width:910px;
	margin: 0px auto;
}
.r2col1 {
	width:500px;
	height:250px;
	float:left;
	margin-top:10px;
	padding-top:30px;
	padding-left:30px;
	padding-right:10px;
}
.r2col2 {
	width:330px;
	height:290px;
	background: url("images/testimonials_backgr.jpg") no-repeat top;
	float:left;
	margin-top:20px;
}


#footer {
	/*width:100%;*/
	color:#FFF;
	background-color: #2b1612;
	/*height:50px;*/
	padding:15px;
	clear:both;
}
 .footercontent {
	width: 910px;
	margin: 0 auto;
	text-align:center;
	clear:both;
 }

 .footercontent a {
color:#FFF;
text-decoration:none;
font-size:12px;
 }

.footercontent a:hover {
text-decoration:underline;
 }	
	
.title2 {
border-bottom:1px solid #C0B0A3;
margin-bottom:10px;
padding:0 0 5px 14px;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 550px; 
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}



form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 240px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
textarea { overflow: auto; }
.mandatory {
	color:#C00;
}

.link {
background:url("images/link-tail-bg.gif") repeat-x scroll center top transparent;
color:#FFFFFF;
display:block;
float:right;
line-height:16px;
margin:1px 5px 0 0;
text-decoration:none;
font-size:12px;
}
.link span {
background:url("images/link-bg.gif") no-repeat scroll left top transparent;
display:block;
padding:0 20px 4px 32px;
}
.graphix {margin-top:20px; font-size:90%;}

.pict-border {
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:8px;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 11px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 11px rgba(50, 50, 50, 0.75);
}
