/* CSS Document */

/* type and color settings */
* {margin:0; padding:0;}

body {
margin:0 auto;
padding:0;
font: 12px/130% "Trebuchet MS", Helvetica, Arial, sans-serif;
 background:#726E3E;
color: #F2E0C0;
 text-align:center;
 }
 
 h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-weight:bold;
padding:0;
margin:0 0 3px 0;
line-height: 135%;
word-spacing:-1;
}

h1, h2, h3, h4, h5 {
font-weight:bold;
line-height: 100%;
margin:0;
padding:0;
}

h1 {color:#F2E0C0; font-size: 18px; line-height:110%;}
h2 {color:#F2E0C0; font-size: 16px }
h3 {color:#F2E0C0; font-size: 12px; font-weight:normal; line-height:130%; color: #F2E0C0;}
h4 {color:#F2E0C0; font-size: 12px; text-align:center; font-weight:normal;}
h5 {color:#F2E0C0; font-size: 14px; font-weight:normal; }
h6 {color:#F2E0C0; font-size: 12px}

.pad {padding-top:8px;}
.black {color:#000;}

a {color: #fa0; text-decoration:none; outline:none;}
a:visited {color: #fa0}
a:hover {color: #fff;}
a:active {color:#ff3;}

p {
color: #F2E0C0;
font-size: 13px;
line-height: 145%;
padding:0 0 10px 0;
margin:0;
font-weight:normal;
}

acronym {font-style:italic;}

img {border:none;
outline:none;
outline-style:none;
}

.marg {margin:0 0 8px 0;}

/* basic display framework */

#wrapper {
 text-align:center;
 width:100%;
 margin:auto;
 }

#branding {
 margin:0 auto;
padding:0;
margin-top:10px;
}


#bodyblock {
 width:795px;
 min-height:440px;
 margin:auto;
 padding:0;
 }

#left-hand {
 text-align:left;
float:left;
width:385px;
margin: 0;
padding:10px 0 0 0;
 }

#right-hand {
 width:385px;
 margin: 0 0 0 400px;
 border: none
 text-align:left;
 }
 
 #right-hand h3 {
text-align:center;
color: #F2E0C0;
}

 #right-hand p {
text-align:left;
}
 #right-hand h2 {
text-align:left;
}


#right-hand img {
margin:40px 0 10px 0;
}


#site-information {
clear:both;
background:#C7410B;
border:solid black;
border-width:1px 0 1px 0;
font-weight:normal;
 }
 
#info {
 width:770px;
 margin:auto;
 padding:0;
 text-align:left;
padding: 4px 0 1px 0;
 }
 
 
/* navigation */
#navigation {
margin: 0 0 6px 0;
padding: 0;
font-size:16px;
 background:#e38d1e;
 border:solid #000;	
 border-width:2px 0;
}

#navigation ul {
list-style-type: none;
text-align: center;
padding: 5px 0 5px 0;
margin:0;
position: relative;
}
#navigation li {
display: inline;
text-align: center;
}
#navigation li a {
padding: 0 20px;
color: #fff;
text-decoration: none;
outline:none;
}
#navigation li a:hover {
color:#C7410B;
}
#active a:link, #active a:visited, #active a:hover {
color: #000; 
}
  
 

 /* navigation - gallery */
#navigationgallery {
margin: 0 0 10px 0;
padding: 0;
font-size:15px;
}

#navigationgallery ul {
list-style-type: none;
text-align: center;
padding: 2px 0;
margin:0;
position: relative;
}
#navigationgallery li {
padding: 0 22px;
display: inline;
text-align: center;
}
#navigationgallery li a:link {
color: #fa0;
text-decoration: none;
outline:none;
}
#navigationgallery li a:hover {
color:#000;
}
#activeg a:link, #active a:visited, #active a:hover {
color: #000; 
}
  




/* Form */  
.red {color:#fa0; font-weight:bold;}

.text {
color:#A97440;
font-size: 14px;
line-height: 120%;
padding:0 0 10px 0;
margin:0;
word-spacing:-1;
}

.fText {
color:#000;
font-size:12px;
margin:3px;
padding:3px;
background-color:#F2E0C0 !important;
border:1px solid #000;
width:283px;
height: 2!px;
}
.fTextHear {
color:#000;
font-size:12px;
margin:3px;
padding:3px;
background-color:#F2E0C0 !important;
border:1px solid #000;
width:360px;
height:21px; 
}
.fTextArea {
color:#000;
font-size:12px;
margin:3px;
padding:3px;
background-color:#F2E0C0 !important;
border:1px solid #000;
width:360px;
height:80px; 
}
.fText:focus, .fText.sffocus, .fTextHear:focus, .fTextHear.sffocus, .fTextArea:focus, .fTextArea.sffocus {background:#fff !important;}
.fText:active, .fText.sfactive, .fTextHear:active, .fTextHear.sfactive, .fTextArea:active, .fTextArea.sfactive {background:#E1D9CC;}


#sentit {text-align:center}


