/* ------ general
-----------------------------------------------*/
.cont {
    float: left;
    margin-bottom: 28px;
    width: 980px;
    
}
#titlecontact {
    border-bottom: 1px dashed #8C697E;
    float: left;
    margin-bottom: 28px;
    padding-bottom: 28px;
    padding-top: 6px;
    width: 980px;
}
#titlecontact h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    visibility:visible !important;
}

.box-large {
    border-right: 1px dashed #8C697E;
    float: left;
    margin-right: 27px;
    padding-right: 28px;
    width: 608px;
}

.box1 {
    border-right: 1px dashed #8C697E;
    float: left;
    margin-right: 27px;
    padding-right: 28px;
    width: 276px;
}
.box2 {
    border-style: none;
    border-width: 0;
    float: left;
    margin-right: 0;
    padding-right: 0;
}

h2 {
    color:#C18619;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 0 0 15px;
}
.communicatemap{padding-top:235px;}

.communicate {
    background-image: url("../images/contact-icons.gif");
    background-position: left -2px;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    height: 30px;
    line-height: 2.3em;
    margin-top: 15px;
    padding-left: 30px;
}
.phone{background-position: left -2px;}
.email {
    background-position: left -60px;
}
.address {
    background-position: left -115px;
}
.box-large img, .box-large a img {
    border: 5px solid #5C4051;
}
.box-large a:hover img {
    border: 5px solid #814169;
}
.wrapper {
 margin: auto;
    padding-top: 43px;
    width: 980px;
    height :870px;
    border-bottom: 1px dashed #8C697E;

}


.blocks p {
margin-bottom:-9px;
position:relative;
}

.btn {
display:block;
float:left;
height:31px;
line-height:31px;
padding:0 10px;
background:url(../gfx/bgbtn.jpg) repeat-x #565E62;
color:#fff;
font-weight:bold;
font-size:11px;
border:1px solid #e1e0df;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}
#txtfname {
padding:5px 10px;
height:27px;
border:1px solid #ddd;
color:#333;
background:url(../gfx/bginput.jpg) repeat-x bottom #fff;
position:relative;
z-index:2;
}
.text,
.textarea {
padding:5px 10px;
height:27px;
border:1px solid #ddd;
color:#333;
background:url(../gfx/bginput.jpg) repeat-x bottom #fff;
position:relative;
z-index:2;
}

.text {
width:220px;
}

.textarea {
height:120px;
width:300px;
}

.blocks label {
float:left;
width:100px;
line-height:37px;
text-align:left;
margin-right:15px;
font-weight:bold;
color:#666;
}

.blocks label.error,
.blocks label.ok {
position:absolute;
z-index:1;
top:-4px;
left:110px;
padding:5px 15px 5px 280px;
/*reset label*/
width:auto;
text-align:left;
margin:0;
background-repeat:no-repeat;
background-position:255px 16px;
}

.blocks label.ok {
background-image:url(../gfx/icook.gif);
background-color:#deefca;
color:#577530;
}

.blocks label.error {
background-image:url(../gfx/icofail.gif);
background-color:#f5d6d7;
color:#c81925;
}

.area label.ok,
.area label.error {
height:130px;
padding-left:357px;
background-position:334px 16px;
}

/* CSS3 */
.btn,
.text,
.textarea,
.blocks label.error,
.blocks label.ok { 
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

a {
color: red;
}

a img {
border:none;
}

