@charset "utf-8";
/* CSS Document */

/* CSS Document 
*{behavior: url(scripts/iepngfix.htc)}
*/
body{
	margin: 0;
	padding: 0;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#ffffff;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul{
	width:450px;
	margin-left:20px;
}
li{
	font-size:12px; 
	line-height:170%;
}

h1, h2, h3, h4, h4 {
	margin: 10px 10px 0px 0px;
	color:#6B5C2E;
}
strong{
	font-size:14px;
}
span{
	font-size:24px;
	font-weight:bold;
	color:#4C361A;
}


#container{
	width:760px;
	position:relative;
	left:50%;
	margin-left:-380px;
	height:101%;
}

#header{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:760px;
	text-indent:-2000px;
	font-size:24px;
	font-weight:bold;
	margin-top:24px;
	height:214px;

}
#header h1{
	margin:0px;
	padding:0px;
}
.navcontainer {
	width:760px;
	height:45px;
	margin:0px;
	padding:0px;
	background-color:#231F21;
}

.navlist {
	text-align: center;
	background-color: #231f21;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	width:760px;}

.navlist li { 
	display: inline;
	float: left;
}

.navlist a {
	color:#EABC33;
	text-decoration:none;
	float: left;
	height: 25px;
	background-color: #231f21;
	text-align: center;
	padding: 10px 27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	
} 

.navlist a:hover{
	background-color: #EABC33;
	color: #231f21;
}



#nav{
	float:left;
	width:190px;
	padding-top:15px;
	min-height:335px;
}
#nav ul {
	margin:0;
	padding:0px 0px 12px 0px;
	list-style:none;
	text-align:center;
	width:190px;
}
#nav li {
	display: inline;
	margin:0px;
	padding:0px;
	line-height:125%;
}
#nav a {
	margin:0px;
	text-decoration:none;
	color:#ffffff;
}
#nav a span {
	float:left;
	display:block;
	padding:2px 0px 8px 0px;
	color:#ffffff;
	font-size:12px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span {
	text-decoration:underline;
	color:#ffffff;
}

/**********************Index Properties********************/
#content{
	width:760px;
	background-color:#FFFFFF;
	background-image:url(images/navbg.png);
	background-repeat:repeat-y;
	min-height:350px;
}

#contenttext{
	overflow:auto;
	padding:20px;
	min-height:310px;
	width:530px;
}

#contenttext p{
	padding:15px 0px 10px 0px;
	color:#000000;
	font-size:12px;
}

#contenttext img{
	margin:15px 15px;
	border:none;

}

.projecttext{
	overflow:auto;
	padding:20px;
	min-height:310px;
	width:295px;
	float:left;
}

.projecttext p{
	padding:5px 0px 5px 0px;
	color:#000000;
	font-size:12px;
}
.projecttext b{
	font-size:12px;}

.projectimages{
	width:200px;
	margin-left:535px;
	padding-top:20px;


}
.projectimages img{
	margin:3px 0px;
	border:1px solid #000;
	padding:5px;
}
#caption{font-size:16px; color:#666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal;}
#footer{
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	height:35px;
	margin-bottom:25px;
	background-color:#003366;
}
#footer p{
	width:760;
	text-align:center;
	padding-top:7px;
	font-size:14px;
}
#footer a{
	color:#ffffff;
	font-size:14px;
	text-decoration:underline;
}
#footer a:hover{
	color:#CCCCCC;
	text-decoration:overline;
}
.cleared{
	width:530px;
	clear:both;
}

.contactinfo span{
	color:#000000;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	width:125px;
	display:block;

}
.contactinfo input, textarea{
	color:#000000;
/*	border-bottom-style:solid;
	border-bottom:1px;
	border-bottom-color:#999999;
	font-weight:bold;*/
	}
.contactinfo button{
	padding:2px 0px;
	background-color: #D5C79D;
	color:#6B5C2E;
	margin-right:25px;
}
	
.vcard span{
	color:#000000;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	width:125px;
}
