body, html/* CSS Document */

 {
	height: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.center {
	text-align: center;
}
.thumbnails img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



#mainWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	min-height:99%;
	height:auto !important;
	height: 99%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
	background-image: url(images/corner_sides.gif);
	background-repeat: repeat-y;
	margin-bottom: 100px;
	padding-bottom: 1em;
}
#header {
	text-align: center;
	height: 250px;
	padding: 0px;
	position: relative;
	z-index: 1;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
}
#header h1 {
	background-image: url(images/img_header.jpg);
	height: 250px;
	width: 760px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
	font-size: 1px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #seal_left {
	width:140px;
	height:300px;
	position:absolute;
	left:-140px;
	top:0px;
	border-width:0px;
	background-image:url(images/img_seal_left.jpg);
	background-repeat:no-repeat;
}
/* The following selector controls the DIV holder for the Menu*/
#header div {
	background-color: transparent;
	position: absolute;
	height: 10px;
	width: 760px;
	font-weight: normal;
	left: 0px;
	top: 205px;
	margin: 0px;
	padding: 0px;
}
/*
#header ul {
	background-color: 003e7e;
	position: absolute;
	width: 740px;
	color: #fbb040;
	font-weight: bold;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
#header ul li {
	list-style-type: none;
	text-align: left;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
	border-top-style: groove;
	padding: 0px;
}
#header ul li#currentpage {
	background-color: #342;
}

#header  ul  a  {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 1em;
	display: block;
}
#header  ul  a:hover  {
	background-color: #668844;
}
*/
#menu {
	background-color: transparent;
	position: relative;
	width: 760px;
	left: 0px;
	margin: 0px;
	top: 0px;
	text-align: center;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu ul {	/* This postions the text for the main menu*/
	margin: 0px;
	padding: 3px 0px;
	position:relative;
	z-index:500;
	top: -35px;
	left: 40px;
}
#menu ul li {
	display: inline;
	padding: 0px;
	list-style-type: none;
}
#menu ul a {
	color:#999999;
	font-weight: bold;
	display: inline-block;
	padding: 3px 1.5em;
	text-decoration: none;
}
#currentPage a {
	text-decoration: underline;
}
#menu ul a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
/* Popup Menu Code*/

#menu ul ul {
	position:absolute;
	top:1.7em;
	left:210px;
	text-align:left;
	padding:0px;
	background-color: #333333;
	border:#000 1px solid;
	display:none;
	font-size: .85em;
}
#menu ul li ul a {
	font-weight: bold;
	display: block;
	padding: 3px 1em;
}
#menu ul li:hover ul {
	display:block;
}
#menu ul li ul li {  /*This defines the line items for the individual buttons in the submenus.*/
	display:block ;
	padding:0px;
	border-bottom:1px solid black;
}
#menu ul ul,
#menu  ul li:hover ul ul,
#menu  ul ul li:hover ul ul
{display: none;}

#menu  ul li:hover ul,
#menu  ul ul li:hover ul,
#menu  ul ul ul li:hover ul
{display: block;}
/*End Popup Menu Code*/




#content {
	margin-top:-7px;
	padding: 15px;
	position:relative;
	z-index: 0;
	top:0px;
	clear: both;
	padding-bottom: 2em;
	background-image: url(images/img_content_bg.gif);
	background-repeat: no-repeat;
	background-color: #464646;
	color: #CCCCCC;
}
#content.nomark {
	background-image: none !important;
}

#content #seal_btm {
	width:140px;
	height:57px;
	margin-left:-15px;
	margin-top:-15px;
	background-image:url(images/img_seal_btm.gif);
	background-repeat:no-repeat;
	float: left;
	position: relative;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
}
#content a:hover {
	color: #FFC20F;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	font-family: "Trajan Pro", Arial, Helvetica, sans-serif;
}

h4, h5, h6    {
	background-color: #93BB6A;
	display: inline;
	color: #FFFFFF;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #334422;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #334422;
	clear: both;
	float: none;
	margin-top: 0.5em;
	margin-left: 0px;
}
.experience {
	clear: left;
	padding: 10px;
}
.experience ul {
	margin: 0px;
}
.darker {
	background-image: url(images/black_50.png);
}
#content #welcome {
	width: 350px;
	float: left;
}

#content .specialties {
	width:300px;
	float:right;
	padding:3em 0em 3em 5em;
	background-image: url(images/specialties_bg.gif);
}
#content .specialties a {
	color:#595;
}
#content .specialties a:hover {
	color:#FFC20F
}
p {
	margin-top: .5em;
}
.terrace {
	font-size: 1.1em;
	font-weight: bold;
	color: #7b7;
}

.small {
	font-size: .75em;
}
.floatleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
#allProjects {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	padding: 0px;
}
#allProjects img {
	margin: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: left;
}




/*
#middle a {
	color: #342;
	text-decoration: none;
}
 This should be able to be deleted
#middle a:hover {
	color: #692;
	text-decoration: underline;
}
*/
#footer {
	font-size: 0.7em;
	text-align: center;
	position: absolute;
	width: 100%;
	background-color: #222;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #666666;
	left: 0px;
	background-repeat: no-repeat;
	height: 26px;
	background-image: url(images/footer_bg.gif);
	background-position: bottom;
}
#footer table {
	margin-right: auto;
	margin-left: auto;
}
#footer td.table1even {
	text-align: center;
}

#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
