@charset "utf-8";
/* CSS Document */


/* Global Styling */
*
{
margin: 0;
padding: 0 4px 0 0;
}

body
{
background: #ffffff url(images/back-repeat.gif) top repeat-x;
color: #392A0F;
font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
font-size: 14px;
}

p
{
word-spacing: 1px;
}

h2
{
font-size: 22px;
color: #DFC273;
margin: 6px 0;
}

h3
{
font-size: 18px;
border-bottom: #CCCCCC solid 1px;
color: #DFC273;
}

a
{
color: #392A0F;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a:focus
{
outline: none;
}

dl
{
margin-top: 10px;
}

dt
{
font-size: 16px;
color: #DFC273;
margin-top: 10px;
background: url(images/bullet.gif) left 50% no-repeat;
padding-left: 20px;
}

.head-color
{
color: #39290F;
}

#wrapper
{
margin: 0 auto;
padding: 0;
width: 990px;
background: url(images/wrapper-back.png) repeat-y center;
}

#header
{
background: #ffffff url(images/header.jpg) no-repeat top center;
height: 425px;
}

#header2
{
background: #ffffff url(images/header3.jpg) no-repeat top center;
height: 425px;
}

#header3
{
background: #ffffff url(images/header3.jpg) no-repeat top center;
height: 425px;
}
#header4
{
background: #ffffff url(images/header4.jpg) no-repeat top center;
height: 425px;
}

#header5
{
background: #ffffff url(images/header5.jpg) no-repeat top center;
height: 325px;
}


.imgpad  {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 5px;
    }
	
.imgpad2  {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 45px;
  padding: 5px;
    }

.imgpad3  {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px;
    }	
	
.imgpad4  {
  margin-top: 0px;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: 10px;
  float: right;
  padding: -25px;
  border: 0;  }
  
  .imgpad5  {
  margin-top: 3px;
  margin-right: 4px;
  margin-bottom: 5px;
  margin-left: 10px;
  float: right;
  padding: -25px;
  border: 0;  }
  
  .imgpad6  {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 140px;
  padding: 5px;
    }
	
#left-nav
{
width: 326px;
float: left;
background-color: #392a0f;
padding: 0 5.7px;
}

#content
{
background: url(images/wrapper-back.png) repeat-y center;
}

#right-container
{
float: right;
width: 620px;
margin-left: 20px;
}

.content-block
{
margin-top: 16px;
}

/* Navigation Menu Styling */
#menu
{
margin: 10px 0 0 0px;
list-style: none;
}

#menu li
{
background: url(images/underline.png) bottom no-repeat;
padding: 0 0 8px 20px;
margin-top: 8px;
margin-bottom: 4px;
}

#menu li a
{
text-decoration: none;
display: block;
font-size: 20px;
color: #DFC273;
}

#menu li a:hover, #menu li a.current
{
background: url(images/bullet.jpg) no-repeat 90% 50%;
}

#menu li a span
{
display:block;
font-size:12px;
color: #e5e5e5;
}

.tagline
{
text-transform: uppercase;
margin: -4px 0 10px 0;
font-size: 12px;
font-weight: bold;
}

.services-list
{
margin:20px 0 110px 4px;
list-style: none;
}

.services-list li
{
background: url(images/bullet.gif) left 50% no-repeat;
margin-bottom: 6px;
width: 280px;
float: left;
padding-left: 20px;
}

#grey-content
{
background-color: #392a0f;
padding: 30px;
color: #e5e5e5;
overflow: hidden;
margin-top: 4px;
}

#grey-content img
{
float: left;
border: #FFFFFF solid 4px;
margin-right: 10px;
}

/* News container styling */
.post
{
clear:both;
padding-top: 15px;
}

.post-month
{
font-size: 11px;
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #FFFFFF;
text-align: center;
display:block;
line-height: 11px;
padding-top: 2px;
margin-left: -3px;
}

.entry
{
clear: both;
padding-top: 10px;
}

.post-cat
{
float:right;
font-size: 12px;
color: #666666;
}

.post-date
{
float:left;
font-size: 12px;
color: #666666;
}

/* Contact Form Styling */
#contact-form
{
margin-top: 20px;
}

label{
float: left;
width: 120px;
font-weight: bold;
color: #DFC273;
}

input, textarea{
width: 200px;
margin-bottom: 5px;
border: 1px solid #DFC273;
background-color: #ffffe5;
height: 24px;
padding-top: 4px;
}

textarea{
width: 280px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton
{
text-align: center;
background: url(images/submit.png) no-repeat center;
border: none;
margin-top: 4px;
margin-left: 330px;
width: 73px;
height: 27px;
cursor: pointer;
text-indent: -9000px;
}

#footer
{
margin: 20px 0 10px 0;
border-top: #DFC273 solid 1px;
padding-top: 10px;
text-align: center;
}

