/*
	Site:
	Author: Kent Heberling
	Contents: Reset, General Typography, Forms and Layout
*/

/* ========================================= */
/* YUI Reset (slightly modified============= */
/* ========================================= */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/* ========================================= */
/* HTML, Body, Wrapper====================== */
/* ========================================= */
html{
background: #f4f3ea;
background: url(../images/tileBg.png);
}

body{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 13px;
background: url(../images/headerAcross.png) repeat-x;
}

#wrapper{
margin: 0 auto;
width: 900px;
color: #773306;
}

.clear{
clear: both; 
height: 0px;
}

/* ========================================= */
/* General Typography======================= */
/* ========================================= */
a:link, a:visited{
color: #4f2002;
text-decoration: none;
border-bottom: 1px dotted #4f2002;
}

a:hover, a:active{
color: #4f2002;
border-bottom: 1px solid #4f2002;
}

abbr{
border-bottom: 1px dotted #773306;
}

h1, h2, h3, h4, h5, h6 {
font-family: georgia, serif;
color: #4f2002;
}

h2{
font-size: 32px;
margin-bottom: 10px;
line-height: 32px;
}

/* ========================================= */
/* Forms==================================== */
/* ========================================= */
#contactForm{
background: url(../images/entryBG.png) bottom left no-repeat;
padding: 25px 55px 40px 65px;
width: 780px;
height: 295px;
color: #4f2002;
}

input[type=text], textarea { 
  background-color:#fffef9; 
  border:1px solid #ccc3be; 
  color: #4f2002;
  padding:2px;
  width: 200px;
  margin: 5px 0;
  font-family: verdana, sans-serif;
  font-size: 13px;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { 
  border-color:#a79e98; 
  background: #ffffff;
}

fieldset{
background: url(../images/white1.png);
padding: 10px;
margin-bottom: 10px;
width: 750px;
}

legend{
font-family: georgia, serif;
color: #4f2002;
font-size: 18px;
}
textarea   {
width: 750px; 
height: 90px;
padding:2px;   
font-size: 13px;
}

#submit{
text-align: left;
background: url(../images/visitButton.png);
width: 170px;
height: 30px;
color: #f4f3ea;
text-decoration: none;
padding: 5px 0px 5px 15px;
border: none;
margin-top: -5px;
cursor: pointer;
}

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

#formErrors{
float: right;
width: 300px;
border: 1px solid #fefcaf;
background: #fffed8;
padding: 5px;
height: 50px;
display: none;
color: #b53715;
}

/* ========================================= */
/* Header=================================== */
/* ========================================= */
#header{
height: 203px;
background: url(../images/header.png);
}

#header h1{
margin-left: 25px;
text-indent: -9000px;
background: url(../images/logo.png) bottom left no-repeat;
width: 310px;
height: 130px;
}

/* ========================================= */
/* Navigation=============================== */
/* ========================================= */
#navigation{
float: right;
margin-top: 3px;
}

#navigation li{
float: left;
margin-right: 25px;
width: 90px;
height: 70px;
padding-left: 20px;
}
#navigation a:link, #navigation a:visited{
color: #fdfaec;
border: none;
font-size: 18px;
display: block;
margin-top: 10px;
padding-top: 25px;
width: 75px;
height: 35px;
text-align: center;
}

#navigation a:hover, #navigation a:active{
color: #fdfaec;
}

/* ========================================= */
/* Main Content============================== */
/* ========================================= */
#mainContent{
background: url(../images/wrapperBg.png) no-repeat;
min-height: 100%;
}

.leftNote{
float: left;
margin-left: 50px;
margin-top: 15px;
width: 375px;
display: inline;
line-height: 17px;
}

.rightNote{
float: right;
margin-right: 50px;
margin-top: 15px;
width: 375px;
display: inline;
line-height: 17px;
}

/* ========================================= */
/* Footer=================================== */
/* ========================================= */
#footer{
background: url(../images/footerAcross.png) bottom left repeat-x;
height: 250px;
}

#innerFooter{
padding: 75px 25px 25px 0px;
height: 150px;
width: 850px;
background: url(../images/footer.png);
margin: 0 auto;
}

#innerFooter h3{
font-size: 18px;
margin-bottom: 3px;
color: #351603;
}

.footerColumn{
float: left;
width: 235px;
padding: 0px 10px 0px 10px;
margin-left: 25px;
display: inline;
}

.footerColumn a:link, .footerColumn a:visited{
color: #fdfaec;
background: url(../images/white2.png);
border: none;
display: block;
width: 200px;
padding: 2px;
margin-bottom: 2px;
}

.footerColumn a:hover, .footerColumn a:active{
background: url(../images/white3.png);
}

#copyright{
color: #fdfaec;
text-align: center;
margin-top: 15px;
}
#copyright a:link, #copyright a:visited{
border-bottom: 1px dotted #fdfaec;
color: #fdfaec;
width: 900px;
}

#copyright a:hover, #copyright a:active{
border-bottom: 1px solid #fdfaec;
}



