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

html {
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	overflow-y:auto;
}
body {
	text-align: center;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	color: #31482e;
	background-image: url(../images/main_bg.jpg);
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	text-align: left;
}
h3 {
	font: italic bold 1.6em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 2px;
	color: #2c5229;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #870349;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #870349;
}
a:hover, a:active {
	text-decoration: underline;
	color: #870349;
}
acronym {
	border-bottom: none;
}

ul {list-style: square; color:#006633;  }

.proj-indent{
   padding-left:30px;
}


/**** background images ****/

#container {
	width: 951px;
	height: 546px;
	margin: 0 auto;
	text-align: left;
}
#flash_bg {
	background-image: url(../images/flash.jpg);
	background-repeat: repeat;
	width: 951px;
	height: 199px;
}
#nav {
	background-image: url(../images/topnav.gif);
	background-repeat: no-repeat;
	height: 63px;
	width: 951px;
}
#nav_bg {
	background-image: url(../images/main_nav.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 951px;
}
body.splash_information #contents_bg {
	height: 197px;
}
#contents_bg {
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	width: 951px;
	padding: 6px;
	position: relative;
}
#contents_main {
	background-image: url(../images/content_text_bg.gif);
	background-repeat: no-repeat;
	height: 195px;
	width: 442px;
	float:left;
}
#contents_recent_projects {
	/*background-image: url(../images/recent_projects.jpg); */
	background-repeat: no-repeat;
	height: 195px;
	width: 243px;
	float:left;
	margin-left:4px;
	z-index:1;
}
#contents_experience {
	background-image: url(../images/unforgettable.gif);
	background-repeat: no-repeat;
	height: 195px;
	width: 260px;
	position:absolute;
	top:6px;
	right:4px;
	z-index:1000;
	margin-left:4px;
}
#splash_content_layout {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	position: relative;
	color: #fff;
}
#content_layout {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	position: relative;
}
#footer_bg {
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 951px;
}
#footer_content {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	position: relative;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: .90;
	color: #d5b9c8;
}
#content_page {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 18px;
	padding-right:18px;
	width: 890px;
}
