/* CSS Document */

body{ background:#2f373a;text-align:center; font-size:12px}
img {vertical-align:top;}
a img { border:0}

.clear  { clear:both;}

html, input, textarea { font-family:Tahoma; font-size:0.688em; line-height:1.364em; color:#635956;}
input, select { vertical-align:middle; font-weight:normal;}

h1 { font-size:16px}
h2 { font-size:14px}
h3 { font-size:14px}
h1 a, h2 a, h3 a {text-decoration:none;}

a {color:#d14a00;font-weight:700}
a:hover{text-decoration:none;}

ol li, ul li {font-size:1.091em; line-height:2.417em;}

#main { width:779px; margin:0 auto; text-align:left;}

/* ============================= header ====================== */

#header {height:250px; background:url(images/header_bg.jpg) top left no-repeat;}
.logo {text-align:center; padding:0; height:80px;}
.menu {margin-top:7px;margin-bottom:7px; padding:0; height:135px; overflow:hidden; border:0px #FFF solid;}

#header .indent {padding:0px 40px 0 40px; color:#fff; font-size:12px}
#header .indent a {color:#fff; text-decoration:none; margin:0 10px}
#header .indent a:hover {text-decoration:underline;}

/* ============================= intro ====================== */

/* #intro h1 a {color:#635956;} */
#intro p {font-size:14px; font-weight:700}

/* ============================= content ====================== */

.row1 {background:#b9ada2; border-bottom:1px solid #9a958b; padding:33px 40px 10px 38px;}
.row2 {background:#cdc8bd; border-top:1px solid #c1bcb1; padding:30px 0 33px 0;}

.col-1, .col-2 {float:left;}
.container {width:100%; overflow:hidden;}
.col-1 {width:450px; padding:0 40px 0 38px;}
.col-2 {width:210px;}

/* ============================= footer ====================== */

#footer { height:37px; background:url(images/footer_bg.jpg) top left no-repeat; text-align:center; padding:10px 18px 0 0; color:#cdc8bd;}
#footer a {color:#cdc8bd; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */


/* form elements */
form { margin:0px;  padding: 0 0px;}
fieldset  {border:0}
label { font-weight:normal; margin-bottom:5px;}
input { padding:2px; border:1px solid #333; font: normal 1em Verdana, sans-serif; display:block;}
input.csc-mailform-check {display:display:-moz-inline-box;display:inline-block; margin-right:5px;border:0}
span.csc-mailform-radio {margin:5px 0}
span.csc-mailform-radio label {margin:0;}
input.button { margin: 0; border: 3px solid #333;  padding: 2px 3px;}
/*legend {display:none; position:absolute; left:-10000; top:-10000} */
textarea { padding:2px; font-family: Verdana, sans-serif; border:1px solid #333; display:block; }

