﻿body {
	margin: 24px;
	padding: 0;
	background-color: Black;
	color: #663;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	text-align: center;
	font:x-small "Trebuchet MS", Helvetica, Arial, sans-serif;
  	voice-family: "\"}\"";
  	voice-family:inherit;
  	font-size:small;
  } html>body {font-size:small;}

p {
	margin: 0.5em 0 1.2em 0;
}

p.quote {
	font-style: italic;
}

p.credit {
	font-weight: normal;
	line-height: 120%;
	margin: 0 2.5em 0.25em 0;
	text-align: right;
}

p.author {
	font-size: 90%;
}

a:link, a:visited {
  border-bottom: 1px dotted #334D66;
  color: #334D66;
  text-decoration:none;
  }
  
a:visited {
  border-bottom-color: #664D33;
  color: #664D33;
  }
  
a:hover {
  border-bottom: 1px solid #333366;
  color:#333366;
  }
	
h1, h2, h3, h4, h5, h6 {
	font-family:  Georgia,Serif;
	background-color: transparent;
	color: white;
	line-height: 100%;
	margin:0;
}

h1 {
	font-size: 175%;
	color: white;
	font-weight: normal;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #9D9A57;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 0.75em;
	margin-top: 1.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ADA861;
}

h3 {
	font-size: 120%;	
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-weight: normal;
}

h3 .position {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 85%;
	font-weight: normal;
}

h3 .separator {
	font-size: 125%;
	font-weight: normal;
	color: #663;
	padding: 0 0.25em;
}

.contact h3 {
	margin: 1.5em 0 0.5em;
}

h6 .quote {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: smaller;
	font-weight: normal;
	color: #663;
}

h4 {
	font-size: 125%;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 0.5em 0;
	padding-top: 1.25em;
	border-top: 1px solid #9D9A57;
}

h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0.75em;
	margin-bottom: 2em;
}


/* ----------------- Outer Container ------------------ */
#container {
	position: relative;
	width: 705px;
	margin: 0 auto;
	background-color: #BDB76B;
}

/* --------------- Picture Masthead ------------------ */
#navmast {
	/*background: #BDB76B url(../images/masthead02.jpg) no-repeat scroll top left;*/
	position: relative;
	height: 136px;
}  

.home-page #navmast {
	background: #BDB76B url(../images/masthead02.jpg) no-repeat scroll top left;
}

.about-page #navmast{
	background: #BDB76B url(../images/masthead01.jpg) no-repeat scroll top left;
}

.client-page #navmast{
	background: #BDB76B url(../images/masthead04.jpg) no-repeat scroll top left;
}

.contact-page #navmast{
	background: #BDB76B url(../images/masthead03.jpg) no-repeat scroll top left;
}


/* --------------- Navigation Container ---------------- */
#navContainer {
	margin-top:100px;
	width: 705px;
	border-top: 1px solid #BDB76B;
}

#nav {
	padding: 0;
	margin: 0;
	height:24px;
	float:right;
}

/* --------------- Content -------------------------- */
div#content {	
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	width: 705px;
	text-align: left;
	/* border: 1px aqua dotted; */
}
 
/* ----------------- Picture Column ----------------- */
div#pictureCol {
	margin-left: 50px;
	margin-top: 2.75em;
	width: 80px;
	float:left;
	/* border: 1px dotted red; */
}

#pictureCol img {
	display: block;
	margin-bottom: 2.0em;
}

#pictureCol img.last {
	margin-bottom: 0;
}



/* ---------------- Main Column ----------------------*/
div#mainCol{
	margin: 1.5em 0 1.25em 180px;
	padding:0;
	width: 480px;
	/*border: 1px dotted lime;*/
}


/* ------------ footer --------------- */

#footer {
	background: #928F4F;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	color: white;
	font-size: 12px;
}

/* -------------------------------------------
Navigation bar list as tabs...
----------------------------------------------*/

#nav ul, #nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

ul#nav a {
	text-decoration: none;
}

ul#nav a:link, #nav a:visited {
	float: left;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	padding: 4px;
	margin-right: 8px;
	border-bottom: none;
}

/* was tab on */
body.home-page ul#nav li.home a, body.home-page ul#nav li.home a:visited,
body.about-page ul#nav li.about a, body.about-page ul#nav li.about a:visited,
body.client-page ul#nav li.client a, body.client-page ul#nav li.client a:visited,
body.contact-page ul#nav li.contact a, body.contact-page ul#nav li.contact a:visited {
	float: left;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	border-bottom: 4px solid #BDB76B;
	padding: 4px 4px 0px 4px;
}

ul#nav a:hover { 
	border-bottom: 4px solid white;
	padding: 4px 4px 0px 4px;
}

/* was tab on */
body.home-page ul#nav li.home a:hover,
body.about-page ul#nav li.about a:hover,
body.client-page ul#nav li.about a:hover,
body.contact-page ul#nav li.about a:hover {
	border-top: 0px;
	padding: 4px 4px 0px 4px;
	background-color: transparent; 
}

/* ------------------- Rounded Corners ------------------- */
.roundtop { 
	background: url(../images/black-topRight.gif) no-repeat top right; 
	text-align: left;
}

.roundbottom {
	background: url(../images/black-bottomRight.gif) no-repeat top right; 
	text-align: left;
	background-color: #928F4F;
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

/* --------------- forms --------------------------- */


form {
	margin:0;
	padding:0;
}

div .mainBox {
	width: 450px; 
	background-color: #D0CC95;
	border: 1px solid #9D9A57;
	padding: 0.5em 1em 1em;
	margin: 0px auto;	
}

div.row {
  /* clear: both; */
  padding-top: 0.75em;
}
 
div .button {
	
}
  
div .rule {
	padding-bottom: 0.75em;
	border-bottom: 1px solid #ADA861;
}

div .ruleTop {
	padding-top: 0.75em;
	border-top: 1px solid #ADA861;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 0.5em;
  /*border: 1px dotted white;*/
  }

div.row span.item {
 /* float: right;*/
  width: 250px;
  text-align: left;
  /*border: 1px dotted white;*/
 } 
 
address {
	font-style: normal;
}

.mailList {
	clear: both;
}

.mailList p.email {
	margin: 0 0 1.25em 0;
}

.mailList p.name {
	font-weight: bold;
	margin: 0;
}

