/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
background: #8d7c55 url(../images/bg-images/html-tile.jpg) repeat-x;
}
div#container { 
position : relative; 
width : 928px; 
margin : 0 auto; 
text-align : left;
}
div#content {
position : relative; 
width: 100%;
background: url(../images/bg-images/bg.gif) repeat-y;
}
div#content-main {
position : relative; 
width: 593px;
margin: 0 0 0 268px;
padding: 5px 25px 40px 20px;
background: #d3c29d;
min-height:414px;
height:auto !important;
_height:414px;
}
body#home_page div#content-main {
position : relative; 
width: 593px;
margin: 0 0 0 268px;
padding: 5px 25px 40px 20px;
background: #d3c29d;
min-height:840px;
_height:auto !important;
_height:840px;
}

body#contact_page div#content-main {
position : relative; 
width: 593px;
margin: 0 0 0 268px;
padding: 5px 25px 40px 20px;
background: #d3c29d;
min-height:850px;
_height:auto !important;
_height:850px;
}
body#featured-project_page div#content-main {
position : relative; 
width: 593px;
margin: 0 0 0 268px;
padding: 5px 25px 40px 20px;
background: #d3c29d;
min-height:850px;
_height:auto !important;
_height:850px;
}
body#request_page div#content-main {
position : relative; 
width: 593px;
margin: 0 0 0 268px;
padding: 5px 25px 40px 20px;
background: #d3c29d;
min-height:850px;
_height:auto !important;
_height:850px;
}
/*
body#home_page div#content-main {
padding-bottom:0;
}*/


#branding {
display: block;
width: 100%;
height: 40px;
background: url(../images/bg-images/header.png) no-repeat;
clear:both;
margin-top: 103px;
}
h1#logo a {
position: absolute;
top: 0;
left: 0;
display: block;
width: 266px;
height: 160px;
background: url(../images/bg-images/logo.png) no-repeat;
text-indent: -5000px;
outline: none;
} 
#hp-flash {
position:absolute;
left:0px;
top:0px;
width:638px;
height:415px;
}
#mpe {
position:absolute;
left:0px;
top:415px;
width:638px;
height:500px;
}

#top-contact-info {
padding-top: 13px;
padding-left: 288px;
color: #434c13;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight:600;
}
#top-contact-info ul {
padding: 0;
margin:0;
display: inline;
}
#top-contact-info li {
padding: 0;
margin:0;
display: inline;
list-style: none;
}
#top-contact-info a {
height: 20px;
outline: none;
font-weight: normal;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight:600;
} 
#top-contact-info a:link, #top-contact-info a:visited {
color: #434c13;
} 
#top-contact-info a:hover {
color: #434c13;
text-decoration: underline;
} 


/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.external {
background: url(../images/bg-images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
blockquote {
margin: 10px 10px;
padding: 5px;
background: #f2f2f2;
border-bottom: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
}
blockquote p {
padding-left: 10px;
}
ul {
margin-left: 10px;
}
li {
padding-bottom: 5px;
margin-left: 10px;
margin-right: 20px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 10px;
}
ol li {
margin: 0 0 6px;
}
.right  {
float: right;
padding: 0 0 10px 10px;
}
img.right  {
float: right;
padding: 20px 0 10px 10px;
}
.left {
float: left;
padding: 0 0 25px 25px;
}
.center {
text-align: center;
padding-top: 50px;
}
.small {
font-size: 85%;
}
.bio-title  {
font-size: 100%;
font-weight: bold;
}
.bios {
padding-bottom: 15px;
}
.bios img {
float: right;
padding-bottom: 5px;
padding-left: 5px;
}
.logos {
padding: 25px 50px;
}
ul.services {
margin: 0;
padding: 14px 60px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
}
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* * * =tables * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 38em;
margin-left: 60px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #5f574a;
}
/* legend styling */
legend {
font-weight: bold;
color: #b80000;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 162px;
padding: 0 .25em;
background-color: #b80000;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}



/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 100%;
clear: both;
height: 60px;
color: #d9c59d;
text-align: center;
font-size : 80%;
padding-top: 15px;
background: #8d7c55 url(../images/bg-images/html-tile-bottom.jpg) repeat-x;
}
#copyright p {
padding-left: 0px;
padding-right: 0px;
padding-top: 0;
}
#copyright a:link, #copyright a:visited {
color: #d9c59d;
text-decoration: none;
}
#copyright a:hover {
color: #d9c59d;
text-decoration: underline;
}
#footer {
width: 100%;
clear: both;
height: 85px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 110%;
color: #d9c59d;
background: #8d7c55 url(../images/bg-images/footer.png) no-repeat;
}
#footer p {
padding-top: 5px;
padding-left: 70px;
}
#footer a {
outline: none;
font-weight: normal;
text-decoration: none;
} 
#footer a:link, #footer a:visited {
color: #434c13;
} 
#footer a:hover {
color: #434c13;
text-decoration: underline;
} 


#map {
position:absolute;
top:415px;
/* Note if menu pages added this number will need to change. */
left:0;
width: 242px;
height: 456px;
margin-left: 24px;
padding-bottom: 10px;
background-color:#ECDEBD;
border-bottom:#8D7C55 2px solid;
border-top:#8D7C55 2px solid;
}
#map h3{
font-size:16px;
border-top:#8D7C55 1px solid;
font-weight:600;
font-family: Georgia, "Times New Roman", Times, serif;
color:#B94622;
text-align:center;
border:none;
background-color:#ECDEBD;
}
#map p, #map ul{
font-size:12px;
font-weight:200;
font-family: Georgia, "Times New Roman", Times, serif;
color:#161616;
padding:5px 10px;
line-height:1.1em;
}
#map ul li{
padding:0;
margin:0 0 0px 30px;
line-height:1.3em;
}
#map a img{
padding:2px;
text-align:center;
border:1px solid #161616;
margin:0 7px;
width:222px;
}







/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
position:absolute;
top:160px;
left:0;
width: 242px;
height: 300px;
margin-left: 24px;
background: #3d3524;
font-family: Georgia, "Times New Roman", Times, serif;
}
.nav ul {
margin-left: 15px;
}
ul.sf-menu li#contact .last {
border-bottom: none;
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
color:	#fff;
background:	url('../images/bg-images/nav-bullet.png') 5% 52% no-repeat;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
color:	#fff;
background:	url('../images/bg-images/nav-bullet.png') 5% 52% no-repeat;
cursor: default;
}
body#portfolio_page ul.sf-menu li#portfolio a {
color:	#fff;
background:	url('../images/bg-images/nav-bullet.png') 5% 52% no-repeat;
cursor: default;
}

body#featured-project_page ul.sf-menu li#featured-project a {
color:	#fff;
background:	url('../images/bg-images/nav-bullet.png') 5% 52% no-repeat;
cursor: default;
}

body#products_page ul.sf-menu li#products a {
color:	#fff;
background:	url('../images/bg-images/nav-bullet.png') 5% 52% no-repeat;
cursor: default;
}
body#request_page ul.sf-menu li#request a {
color:	#fff;
background:	url('../images/bg-images/nav-bullet.png') 5% 52% no-repeat;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
color:	#fff;
background:	url('../images/bg-images/nav-bullet.png') 5% 52% no-repeat;
cursor: default;
}

/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #3d3524;
font-weight: bold;
outline: none;
}
a:hover{
color: #000;
text-decoration: underline;
}


