html, body
{
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	/*color: #000;*/
	font-size: 12px;	
	text-align: center;
	cursor: default;
	background-color: #dbdae0;
	/*background:url(img/shared/bg-index.jpg);*/
}

img
{
	border: 0px;
}

textarea
{
	width: 500px;
	height: 200px;
}

input, select
{
	width: 500px;
}

input.btn
{
	width: 100px;
	float: right;
}

#page
{
	margin: auto;
	text-align: left;
	width: 1000px;
	/*background-color: #fff;*/
	padding: 0 0 0 0;
}

#page .spacer
{
	height: 50px;
}

#page #sidebar
{
	float: left;
	width: 162px;
	height: 120px;
	text-align: left;
	margin: 20px 0 0 0px;
	/* background-color: #808080; */
}

#page #sidebar #logo
{
	margin: auto;
}

#page #main
{
	float: left;
	width: 650px;
}

#page #main #header
{
	float: left;
}

#page #main #header a, #page #main #header a:link, #page #main #header a:hover, #page #main #header a:visited
{
	float: right;
	font-size: 9px;
	letter-spacing: 1px;
	color: #333;
	text-decoration: none;
}



/* menu navigation */
#navigation
{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background-color: #dbdae0;
	margin: 0 0 0 0;
}

#navigation a, #navigation a:link, #navigation a:visited
{
	float: left;
	margin: 9px 28px 8px 14px; /* menu text spacing */
	-margin: 9px 30px 8px 14px; /* menu text spacing - IE */
	color: #F2F2F2; /* menu text color */
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	/*background:url(img/shared/nav_bg-button.jpg);*/
	/*background-color: #000;*/
}

#navigation a:hover 
{
color: #808080;
/* color: #c4353e; - red */
/* background-color: #eae9ee; */
letter-spacing: 2px;

}

.subnavigation
{
	position: relative;
	top: 7px;
	-top: -2px;
	z-index: 3;
	text-align: left;
	width: 1000px;
}

.subnavigation .sub
{
	position: absolute;
	top: 27px;
	-top: 4px;
	width: 150px;
	/*height: 228px;
	border-left: #333 1px solid;
	border-right: #333 1px solid; */
	/*opacity: 0.9;
	MozOpacity: 90;
	KhtmlOpacity: 90;
	filter: alpha(opacity=90);*/
}

.subnavigation .sub .subItem
{
	width: 210px;
	background-color: #3d3654;
	border-bottom: #3d3654 2px solid;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #F2F2F2;
	cursor: pointer;
}

.subnavigation .sub .subItemOver
{
	width: 210px;
	background-color: #eae9ee;
	border-bottom: #3d3654 2px solid;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #241b40;
	cursor: pointer;
}




/* Horizontal position of drop-down sub-menus */
.subnavigation #subResource
{
	left: 566px;
	z-index: 3;
}

.subnavigation #subProjects
{
	left: 425px;
	z-index: 3;
}

.subnavigation #subCompany
{
	left: 252px;
	z-index: 3;
}

.subnavigation #subService
{
	left: 115px;
	z-index: 3;
}


/* main page */

#content
{
	padding: 13px 0 0 0;
}





#page #main #header #photos
{
	margin: 20px 0 0 0;
	z-index: 1;
}

#page #main #header .photo
{
	float: left;
	width: 130px;
	height: 215px;
	overflow: hidden;
	cursor: pointer;
}

#page #main #content
{
	/*position: absolute;*/
	float: left;
	width: 650px;
	margin: 0 0 20px 0;
	z-index: 2;
}

#page #main #content #title
{
	width: 650px;
	margin: 10px 0 10px 0;
	padding: 20px 0 5px 0;
	background-color: #241b40;
	color: #ccc;
	font-size: 14px;
	letter-spacing: 2px;
}

#page #main #content #title .title
{
	margin: 0 0 0 10px;
}

#page #main #content .instructions
{
	width: 100%;
	font-size: 11px;
	color: #eaeaea;
	padding: 5px 0 10px 10px;
	letter-spacing: 1px;
}

.column1
{
	float: left;
	width: 216px;
	margin: 8px 0 0 0;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: left;
}

.column2
{
	float: left;
	width: 412px;
	margin: 20px 20px 0 0;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
}

.column1 .title, .column2 .title
{
	width: 100%;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #621D23;
	font-weight: bold;
	color: #621D23;
	letter-spacing: 2px;
}

/*project page formatting*/

#page #main #content #projects
{
	float: left;
	color: #333;
	font-size: 10px;
	letter-spacing: 1px;
}

#page #main #content #projects .project
{
	/*clear: both;*/
	float: left;
	width: 115px;
	/*width: 425px;*/
	padding: 7px 0;
	/*border-top: 1px solid #999;
	border-bottom: 1px solid #999;*/
	opacity: 0.6;
	MozOpacity: 60;
	KhtmlOpacity: 60;
	filter: alpha(opacity=60);
}

#page #main #content #projects .projectOver
{
	/*clear: both;*/
	float: left;
	width: 115px;
	/*width: 425px;*/
	padding: 7px 0;
	/*border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;*/
	background-color: #9e99a8;
	cursor: pointer;
}

#page #main #content #projects .project .img
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 7px 7px 7px;
	overflow: hidden;
	border: 2px solid #dadbe2;
	background-color: #dadbe2;
}

#page #main #content #projects .projectOver .img
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 7px 7px 7px;
	overflow: hidden;
	border: 2px solid #fff;
	background-color: #dadbe2;
}


/*project page?*/

#page #main #content #projects .project .title, #page #main #content #projects .projectOver .title
{
	float: left;
	width: 270px;
	font-size: 13px;
	color: #621D23;
	letter-spacing: 2px;
	margin: 1px 0 0 0;
}

#page #main #content #projects .project .description
{
	float: left;
	width: 270px;
	margin: 10px 0 0 0;
	line-height: 14px;
	color: #333;
}

#page #main #content #projects .projectOver .description
{
	float: left;
	width: 270px;
	margin: 10px 0 0 0;
	line-height: 14px;
	color: #fff;
}

#page #main #content #project img
{
	float: right;
	margin: 0 75px 20px 0;
}

#page #main #content #project #photos
{
	float: right;
	width: 650px;
}

#page #main #content #project #details
{
	float: left;
	width: 650px;
}

#page #main #content #project .title
{
	color: #621D23;
	font-size: 14px;
	letter-spacing: 2px;
}

#page #main #content #project .description
{
	width: 280px;
	margin: 10px 0 0 0;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}



#footer
{
	position: absolute;
	float: left;
	width: 100%;
	color: #878D4E;
	/*background-color: #000;*/
	text-align: center;
	letter-spacing: 1px;
	font-size: 11px;
	padding: 10px 0;
	z-index: 0;
}

.testimonial
{
	font-size: 11px;
	color: #414421;
	margin: 0 0 20px 0;
}

.testimonialName
{
	margin: 5px 0 0 0;
	font-size: 9px;
	color: #621D23;
	font-weight: bold;
}

.testimonialName a, .testimonialName a:link, .testimonialName a:visited, .testimonialName a:hover
{
	text-decoration: underline;
	color: #621D23;
	font-weight: normal;
}

.highlight
{
	color: #241b40;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 20px 0 20px 0;
}

/*
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \
* html .clearfix {height: 1%;}
 End hide from IE-mac */


