@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
body {
	text-align: center;
	padding: 0px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEEE;
}

#projectmenu {
	border-right-width: 1px;
	border-right-style: solid;
	width: 150px;
	clear: left;
	height: 800px;
}
#projectpictures table {
	background-color: #FFFFFF;
}
#mainbody p {
	text-align: justify;
	margin-top: 10px;
	width: 480px;
	padding: 10px;
}


#popup {
	width: 150px;
	font-weight: bold;
	color: #000000;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#popup a, #popup a:visited {
	color: #3300FF;
	display: block;
	width: 150px;
	line-height: 20px;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	text-indent: 0; /* added the default value */
	color: #333399;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.bio {
	float: left;
	width: 300px;
	text-align: justify;
	padding: 15px;
}
#infobox {
	margin: 0px;
	width: 250px;
	height: 350px;
	clear: left;
	padding: 15px;
}


#popup a span {display: none;}


#popup a:hover { background-color: #e9e9e2; }

/* the IE correction rule */
#popup a:hover	{
	color: #000000;
	background-color: #ffff66;
	text-indent: 0; /* added the default value */
	position: relative;
}

#popup a:hover span{
	display: block;
	position: absolute;
	top: 0px;
	left: 160px;
	width: 100px;
	margin: 0px;
	padding: 10px;
	color: #000000;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}


#wrapper {
	text-align: left;
	width: 1024px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#completion {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	float: right;
	clear: right;
	width: 300px;
}


#topmenu {
	color: #FFFFFF;
	background-color: #666666;
	margin: 0px;
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
#topmenu a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	margin-right: 15px;
}
#projectpictures {
	float: right;
	text-align: right;
	width: 480px;
	clear: right;
}
#projectlocation {
	float: left;
	clear: left;
	width: 300px;
}


#projectdescription {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	clear: left;
	float: left;
	text-align: justify;
	margin-left: auto;
	width: 340px;
}


#header {
	margin: 0px;
	padding: 0px;
}

#mainbody {
	margin: 0px;
	padding: 0px;
	width: 1024px;
}
#projectwrapper p {
	text-align: justify;
}

#projecttitle {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	float: left;
	width: 320px;
}
#projectvalue {
	float: left;
	clear: left;
	width: 300px;
}

#projectsize {
	clear: left;
	width: 300px;
}



a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#projectwrapper {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	width: 850px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
