/*
blue: 4c74a1
green: 788a06
*/
html, body {
	background: #ececed url(_images/bg.gif) no-repeat top center;
	font: 11px 'Lucida Sans', Verdana, Arial, sans-serif;
	color:#555;
	margin:0;
	padding:0;
}
a, a:active {
	color:#993300;
	text-decoration:none;
}
a:visited {
	/*color:#4c74a1; Blue*/
	color:#993300;
}
a:hover {
	color:#555;
	text-decoration:underline;
}

strong {
	/*color:#993300;*/
}

h1, h2, h4 {
	color:#D08B00;
	font-weight:normal;
}
h2 {
	font-size:14px;
}
h3 {
	/*color:#993300;*/
	color:#666;
	font-size:12px;
	/*margin-top:32px;*/
}
#wrapper {
	width:999px;
	margin:0 auto 0 auto;
}
#header {
	width:949px;
	padding:0 25px;
}
div#topNav ul li {
	display: inline;
	float:left;
	position: relative;
	padding: 0;
	margin: 0;
	/*height: 35px;*/
	z-index: 10;
}
.menu {
	height: 100%;
	padding:6px 25px 0 35px;
	margin: 0;
	clear:both;
	z-index:10;
}
.menu:after {
	content: ".";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	visibility: hidden;
}
.menu li {
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
.menu li a, .menu li a:visited {
	height:17px;
	width: 1%;
	overflow: visible;
	display: block;
	padding:8px 18px;
	font-size:12px;
	color:#4b4b4b;
	text-decoration:none;
	white-space: nowrap;
}
.menu li a:hover, .menu li:hover, ul.menu li.menuhover {
	color:#a44c0e;
	background:#9fa0a2;
	text-decoration: none;
}
.menu li a.current {
	color:#a44c0e;
}

/*Menu Drop Downs*/
ul.menu li ul {
	background: transparent url(_images/bg_menuDrop.png) repeat top;
	padding: 0px 5px 5px 5px !important;
	display: none;
}
ul.menu li.menuhover ul {
	position: absolute;
	z-index: 20;
	display: block;
}
ul.menu li.menuhover ul.about { width: 120px; }
ul.menu li.menuhover ul.highlights { width: 140px; }
ul.menu li.menuhover ul.projects { width: 150px; }
ul.menu li.menuhover ul.working { width: 191px; }

/*Drop down links*/
ul.menu li ul li a, ul.menu li ul li a:active, ul.menu li ul li a:visited {
	height:16px !important;
	color:#414141;
	font-size:10px;
	font-weight:bold;
	display:block;
	padding:4px 13px 0px 13px;
	background:transparent;
}
ul.menu li ul li a:hover, ul.menu li ul li.active {
	color:#fff;
}




/*BEGIN MAIN CONTENT*/
#wrapper_content {
	width:949px;
	background: #ececed url(_images/bg_content.gif) repeat-y;
	padding:0 25px;
	margin:0;
}
#wrapper_content:after { 
    content: '';
 	color:#fff;
    width: 100%;
 	height:0px;
    clear: both; 
    display: block; 
    visibility: none;
}


#left { /*White Block*/
	width:602px;
	float:left;
}
#menuSub {
	width:127px;
	margin-top:25px;
	float:left;
}
#menuSub li a, #menuSub li a:active, #menuSub li a:visited {
	width:100px;
	font-size:9px;
	font-weight:bold;
	color:#4d4d4f;
	padding:5px 5px 6px 22px;
	display:block;
}
#menuSub li a:hover {
	color:#a44c0e;
	background: #f4f4f4 url(_images/bg_menuSub_over.gif) no-repeat top left;
	text-decoration:none;
}
/*#menuSub li.weblinkclass a:hover {
	color:#a44c0e;
	background: #fff;
	background-image:none;
	text-decoration:none;
}*/
#menuSub ul li.active {
	color:#a44c0e;
	background: #f4f4f4 url(_images/bg_menuSub_current.gif) no-repeat top left;
	text-decoration:none;
}
#menuSub ul, #menuSub ul ol {
	margin: 0;
	padding: 0;
}

#menuSub ul li {
	list-style-type: none;
	list-style-image: none;
}


#content { /*Main Body Content*/
	width:435px;
	line-height:16px;
	padding:13px 24px 24px 16px;
	margin-left:127px;
}

#content ul li ul {
	padding-left:16px;
	margin-left:0;
	list-style: none;
}

#content ul li ul li {
	background: url(_images/bg_ul_li.gif) no-repeat -3px 4px;
	padding-left:10px;
}


#sidebar { /*Red Block*/
	width:303px;
	padding:0 0 24px 0;
	float:right;
	margin:0 auto 0 auto;
}
#sidebar_home { /*Red Block HOME*/
	width:302px;
	padding:0;
	float:right;
	margin:0 auto 0 auto;
}
#sidebar table {
	margin-top: 14px;
}
.quicklink {
	padding-bottom:5px;
}

.quote {
	background:#ab613d;
	width:227px;
	font: 16px 'Myriad Pro','MS Trebuchet',Helvetica,Arial, sans-serif;
	color:#ffcc99;
	line-height:20px;
	margin:14px auto 0 auto;
	padding: 14px;
}
.quote p {
	padding: 0;
	margin: 0;
}
.quote img {
	margin-top: -14px;
	margin-left: -14px;
	margin-bottom: -16px;
	margin-right: -14px;
	display: block;
}
.quote em {
	font-size:14px;
}

.quote h3 {
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.quote a, .quote a:active, .quote a:visited {
	color:#ffcc99;
	font-size:11px;
}
.quote a:hover {
	color:#fff;
	text-decoration:none;
}

#footer {
	width:915px;
	height:48px;
	font-size:9px;
	color:#919395;
	background: #ececed url(_images/bg_footer.gif) no-repeat top center;
	padding:0 48px 0px 36px;
	clear:both;
}
#footer_links {
	padding-top:14px;
	width:auto;	
	float:left;
	text-indent:10px;
}
#footer_links a, #footer_links a:active, #footer_links a:visited {
	color:#919395;
	text-decoration:none;
}
#footer_links a:hover {
	color:#333;
}
#copyright {
	padding-top:14px;
	width:auto;
	float:right;
}


/*//////CONTACT///////*/

form {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 300px;
}
legend {
	display: none;
}
textarea {
	width: 50%;
}
input:hover, textarea:hover {
	border-color: #333;
}
label {
	width: 40%; /* adjust */
	float: left;
	padding: 0 5px;
	text-align: right;
	clear: left;
	margin: 5px 0;
}
input, textarea, select {
	width: 45%;
	float: left;
	background-color: #EEE;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	padding: 1px;
	font: 10px/11px Verdana, Geneva, sans-serif;
	color: #333333;
	margin: 5px 0;
}
#submit {
	width: 150px;
	margin: 10px 0 0 60px;
	float: none;
	clear: both;
}
#commentsLabel {
	width: 100%;
	text-align: left;
}
#comments {
	width: 95%;
	height: 100px;
}
#state {
	width: 50px;
}
#zip {
	width: 45%;
}
#notice {
	color: red;
	font-style: italic;
	border: 1px solid red;
	background-color: beige;
	padding: 10px;
	margin-bottom: 15px;
	width: 261px;
}
#notice li {
	color: red;
	margin: 0;
	padding: 0;
}

#space li {
       margin-bottom:8px;
}


.caption {
	padding:24px 20px 10px 0px;
	font-size:11px;
	line-height:15px;
	clear:both;
}

.red_text {
	color:#993300;
}
.gold {
	color:#D08B00;
}
.clear:after {
	content:".";
	display:block;
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
