@charset "utf-8";
/* CSS Document */
body  {
	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: #464444; 
	font-family: Georgia, "Times New Roman", Times, serif;  
	font-size: 11px;
}
#container { 
	width: 950px; 
	height: 650px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	background: #ffffff url(images/logo.gif) 680px 55px no-repeat;
} 
#header {
	height: 30px; /* header is outside of container so body background color is assumed */
}
#maincontent {
	width: 589px;
	float:right;
}
body.bio, body.history, body.aboutus, body.testimonials {
		color: #666666;
}
body.bio #biocontent {
	height: 420px;
	overflow: auto;
}
body.testimonials #content {
	height: 410px;
	overflow: auto;
}
body.testimonials #content {
	padding: 12px 45px 0 20px;
}
body.history #content {
	padding: 0 45px 0 20px;
}
#contentfoot, #contenthead, #footer {
	background-color:#464444;
}
#contenthead {
	height: 23px;
	text-align: right;
	padding-top: 7px;
}
#contenthead a {
	margin: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bold;
}
#contentfoot {
	width: 589px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 14px;
	text-align: right;
	padding-top: 12px;
}
#contentfoot a, #contentfoot, #footer a, #footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
#column1 {
	margin: 0;
	padding: 15px 0 5px 20px;
	width: 300px;
}
body.portfolio #column1 {
	width: 280px;
	padding: 25px 5px 5px 15px;
}
#column1 p , #column2 p {
	margin: 8px 0 8px 0;
}
#column2 {
	float:right;
	width: 260px;
	margin-top: 100px;
	padding: 15px 15px 0 10px;
}
body.portfolio #column2 {
	margin-top: 0;
	padding-top: 25px;
}
body.portfolio #column2 p, body.portfolio #column1 p {
	margin: 0;
	padding: 0 0 5px 0;
}
.label, .quote {
	text-transform:capitalize;
	color: #003366;
	font-weight: bold;
}
.porttext {
	color: #A0A0A4;
}
body.bio td {
	vertical-align:top;
	padding: 10px 15px 6px 20px;
	width: 500px;
}
/*body.bio td.column1 {  Leave table structure in for when bio photos are added  
	width: 138px;
	padding-top: 18px;
}*/
body.home img {
	position: absolute;
	left: 361px;
	bottom: 46px;
}
body.aboutus img {
	position: absolute;
	left:379px;
	bottom: 100px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0;
	text-transform:capitalize;
	color: #003366;
}
body.aboutus h1 {
	padding: 40px 0 15px 0;
}
body.history h1 {
	padding: 58px 0 37px 0;
}
body.portfolio h1, body.bio h1, body.testimonials h1 {
	text-transform: uppercase;
	font-size: 14px;
	padding: 90px 0 5px 15px;
}
body.contactsuccess h1 {
	padding: 40px 0 5px 20px;
}
body.contactsuccess h2 {
	padding: 75px 0 5px 20px;
	font-size: 14px;
}
body.bio h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	color: #003366;
}	
hr {
	margin: 0 15px 0 15px;
	background-color: #003366;
	color: #003366;
	height: 8px;
}
.thumbs img {
	border-style: none;
}
.thumbs a:hover img{
	border: #000 solid 1px;
}
#topleft {
	position:absolute;
	left: 375px;
	top: 420px;
}
#topright {
	position:absolute;
	left: 465px;
	top: 420px;
}
#btmleft {
	position:absolute;
	left: 375px;
	top: 500px;
}
#btmright {
	position:absolute;
	left: 465px;
	top: 500px;
}
#lgimage {
	position:absolute;
	left: 555px;
	top: 420px;
}	
#sidebar {
	width: 361px;
	height: 633px;
	background: #000000 url(images/d9.gif) bottom left no-repeat;
}
#sidebarhead {
	padding: 15px 10px 10px 40px;
	color: #CCCCCC;
	height: 35px;
}
#sidebarhead a{
	color: #CCCCCC;
}
.menu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 11px;
	display: block;
}
#companymenuwrap a {
	padding-right: 25px;
}
#portfoliomenuwrap a{
	padding-left: 25px;
	margin-left: 2px;
}
.menu a:hover, #contenthead a:hover, #contentfoot a:hover, #footer a:hover {
	color: #ffffff;
}
#contentfoot a:hover, #footer a:hover {
	text-decoration:underline;
}
a:focus {
	outline: none;
}
a.current {
	color: #ffffff;
	font-weight: bold;
	background-image:url(images/menubox.gif);
	background-repeat:no-repeat;
}
#companymenuwrap a.current {
	background-position: center right;
}
#portfoliomenuwrap a.current {
	background-position: center left;
}
#company, #portfolio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
#companymenuwrap {
	text-align: right;
	position:absolute;
	left:0px;
	width: 155px;
	margin: 0;
	background-image: url(images/slidebar.gif);
	background-repeat:repeat-y;
	background-position: 150px 0px;
}
#portfoliomenuwrap {
	position:absolute;
	left: 145px;
	width: 200px;
	background-image: url(images/slidebar.gif);
	background-repeat:repeat-y;
	background-position: 5px 0px;
}
#slidebar {
	position:absolute;
	left:150px;
	height: inherit;
	width: 3px;
	border-left: #ffffff 2px solid;
}
#portfoliomenu, #companymenu {
	margin: 0;
	padding: 0;
	display:none;
	list-style:none;
}
body.contact h1 {
	padding: 0 0 15px 0;
}
form {
	margin: 15px 0 0 20px;
	width: 325px;
}
label, .formlbl {
	margin-top: 5px;
	color:#003366;
	font-weight:bold;
}
p.formlbl {
	margin: 15px 0 2px 0;
}
#orgtype {
	color:#003366;
	margin: 0 0 10px 0;
}
#orgtype td{
	padding: 0;
	vertical-align: middle;
}
#message {
	margin-top: 8px;
}
#address input {
	display:block;
	margin-bottom: 5px;
}
#address label {
	float:left;
	margin-right: 1em;
}
#name {
	padding-right: 3px;
} 
#namebox {
	width: 213px;
}
#phone {
	padding-right: 1px;
} 
#email {
	padding-right: 2px;
}
#emailbox {
	width: 213px;
}
#street {
	padding-right: 3px;
}
#streetbox {
	width:156px;
}
#city {
	padding-right: 8px;	
}
#citybox {
	width: 219px;
}
#zip {
	padding-left: 44px;
}
#zipbox {
	width: 93px;
}
#state {
	padding-right: 1px;
}
#statebox {
	float:left;
	width: 40px;
}
#tellus {
	margin-bottom: 5px;
}
#message {
	width: 275px;
}
.submitbtn {
	margin-top: 5px;
}
#testimony {
	float:right;
	width: 195px;
	margin-right:0;
	padding-top:140px;
	padding-right: 25px;
	font-style:italic;
	font-size: 24px;
}
#footer {
	height:17px;
	padding-left: 25px;
}
body.sitemap h1{
	text-align:center;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 60px;
}
body.sitemap h2 {
	font-size: 14px;
	text-transform:uppercase;
	margin:0;
	padding-bottom:15px;
}
body.sitemap ul {
	list-style: none;
	margin:0;
	padding:0;
}
#sitetop {
	margin-top: 125px;
}
#sitecompany {
	width: 200px;
	margin-left: 60px;
	margin-top: 52px;
	padding: 0 0 10px 50px;
}
#siteportfolio {
	margin-left: 320px;
	margin-top: 50px;
	padding: 0 10px 10px 0;
}
#sitecompany a, #siteportfolio a {
	text-transform:capitalize;
	text-decoration:none;
	color:#808080;
}
#sitecompany a:hover, #siteportfolio a:hover{
	text-decoration:underline;
}
.right, .left {
 	display: block;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	text-align: right;
}
.blue {
	font-weight: bold;
	color: #003366;
}
.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;
}
