@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #aaa;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #555;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #fff;
}
.oneColFixCtrHdr #header {
	background: #000; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../layout/spacerBlackGray.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 50px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
td { 
   vertical-align: top;
   }

.oneColFixCtrHdr #header .tagline {
	color: #fff;
	font-size: 11px;
	width: 300px;
	float: left;
	margin: 15px 0 15px 0px;
}

.oneColFixCtrHdr #header .topNav {
	float: right;
	width: 400px;
	margin: 15px 10px 15px 0px;
	text-align: right;
	color: #E8AE6A;
	font-size: 12px;
}

.topNav a:link {
	font-size: 12px;
	font-weight: bold;
	color: #E8AE6A;
	text-decoration: none;
}
.topNav a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #BC8B56;
	text-decoration: none;
}
.topNav a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
.topNav a:active {
	font-size: 12px;
	font-weight: bold;
	color: #33f;
	text-decoration: underline;
}

h1 { 
  font-size: 18px;
}
h2 { 
  font-size: 16px;
  font-style: italic;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #555;
	background-image: url(../layout/background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

a:link {
	color: #E8AE6A;
	text-decoration: underline;
}
a:visited {
	color: #BC8B56;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #33f;
	text-decoration: none;
}


div.logo { 
   width: 351px;
   float: left;
   margin-bottom: 30px;
   background: none;
}

div.rightNav {
   width: 389px;
   float: right;
   text-align: right;
   margin-top: 30px;
   line-height:20px;
}

div.rightNav a:link {
	font-size: 12px;
	font-weight: bold;
	color: #E8AE6A;
	text-decoration: none;
}
div.rightNav a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #BC8B56;
	text-decoration: none;
}
div.rightNav a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
div.rightNav a:active {
	font-size: 12px;
	font-weight: bold;
	color: #33f;
	text-decoration: underline;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	background-image:url(../layout/spacerBlackGray.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 50px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	font-size: 11px;
}

#footer a:link {
	font-size: 11px;
	font-weight: normal;
	color: #E8AE6A;
	text-decoration: none;
}
#footer a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #BC8B56;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
#footer a:active {
	font-size: 11px;
	font-weight: normal;
	color: #33f;
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.featurePhoto {
   margin: 0px 0px 30px 30px;
}

table.portfolioTable td {
   padding: 4px;
}

.portfolioTable img {
   border: 4px solid #fff;
}

p.portfolioNav {
	color: #EAC8A3;
	font-size: 12px;
}

table.standard {
   font-size: 12px;
}

table.tableType1 {
   border-left: 1px solid #333;
   border-top:  1px solid #333;
   background-color: #ccc;
}
table.tableType1 td {
   border-right: 1px solid #333;
   border-bottom:  1px solid #333;
   color: #333;
   font-size: 11px;
}