@charset "utf-8";
body {
background:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px; line-height:18px;
margin: 0 auto;
padding:0;
color: #333;
}
li {list-style:none; line-height:18px;}
.clear{clear:both;}
/* Layout */
#container{background:#FFFFFF;width:960px; margin:0 auto;}
#header {margin:0 auto; text-align:center; border-top:25px #005C19 solid;}
#menu{width:100%; height:42px; background:url(images/menu-bg.jpg) repeat-x;}
#menu ul.menu_wrap{width:960px; margin:0 auto;}
#hero{height:345px;width:960px; margin:0 auto; text-align:center; margin-top:15px;}
#mainContent {padding:10px 15px; width:930px; margin:0 auto;}
#left{width:600px;float:left;}
#right{margin-left:20px;width:310px;float:right;}
#footer {clear:both;background:#111; width:100%;}
#footer-wrap{width:960px; height:300px; margin:0 auto; color:#fff; padding:15px; text-align:center:}
#footer-wrap a{font-size:10px; color:#FFF;}

.image{padding:2px;background:#FFFFFF;border:#561b57 1px solid;}

/* Type */
p{line-height:14px;margin:10px 0;}

h1, h2, h3, h4, h5 { font-family: Century Gothic, sans-serif; color:#DB1C49; font-weight:normal; }
h1{font-size:26px; color:#005C19;}
h2{font-size:16px;margin-top:10px;text-transform:uppercase;}
h3{font-size:18px;margin:5px 0 10px 0;}
h4{font-size:14px;margin:5px 0 8px 0;}

/* Navigation */
#menu ul li{
display:inline;
font-size:12px;
list-style:none; line-height:42px;
padding:5px 10px;
}
#menu ul li a{color:#666666; text-transform:uppercase; font-size:11px;}

#menu ul li a:link {color:#666666;text-decoration:none}     /* unvisited link */

#menu ul li a:visited {color: #666666;text-decoration:none}  /* visited link */

#menu ul li a:active {color: #666666;text-decoration:none}  /* visited link */

#menu ul li a:hover {color:#DB1C49; text-decoration:none}   /* mouse over link */

/* Conatct Form */
.response { font:normal 12px Arial, Helvetica, sans-serif; color:red; text-align:center;}
.loader { text-align:center; width:auto; padding:0; margin:0;}



/* Contact ------------------------------------------------------------------------------------------ */


#customForm{  
    padding: 0 10px 10px;  
}  
#customForm label{  
    display: block;  
    color: #797979;  
    font-weight: 700;  
    line-height: 1.4em;  
}  
#customForm input{  
    width: 220px;  
    padding: 6px;  
    color: #949494;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-size: 11px;  
    border: 1px solid #cecece;  
}  
#customForm input.checkbox{width: 12px;}
#customForm input.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}  
#customForm textarea{  
    width: 550px;  
    height: 80px;  
    padding: 6px;  
    color: #adaeae;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-style: italic;  
    font-size: 12px;  
    border: 1px solid #cecece;  
}  
#customForm textarea.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}  
#customForm div{  
    margin-bottom: 15px;  
}  
#customForm div span{  
    margin-left: 10px;  
    color: #b1b1b1;  
    font-size: 11px;  
    font-style: italic;  
}  
#customForm div span.error{  
    color: #e46c6e;  
}  
#customForm #send{  
    background: #6f9ff1;  
    color: #fff;  
    font-weight: 700;  
    font-style: normal;  
    border: 0;  
    cursor: pointer;  
}  
#customForm #send:hover{  
    background: #79a7f1;  
}  
#error{  
    margin-bottom: 20px;  
    border: 1px solid #efefef;  
}  
#error ul{  
    list-style: square;  
    padding: 5px;  
    font-size: 11px;  
}  
#error ul li{  
    list-style-position: inside;  
    line-height: 1.6em;  
}  
#error ul li strong{  
    color: #e46c6d;  
}  
#error.valid ul li strong{  
    color: #93d72e;  
}  
/******* /FORM *******/  
