/*
	Construction West Stylesheet
*/

body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url('images/bg.gif') top left repeat-x #a9acb0;
}

.container {
	width: 770px;
	margin: 40px auto 40px auto;
	padding: 0px;
	text-align: left;
	background: #ffffff;
	border: 5px solid #bdc4c8;
}

.frame {
	padding: 5px 5px 0px 5px;
	background: #ffffff;
}

#imageT {
	width: 760px;
	height: 120px;
	background: url('images/header1.jpg') bottom left no-repeat;
}

#imageB {
	width: 760px;
	height: 280px;
	background: url('images/header2.jpg') top left no-repeat;
}

#imageB #menu {
	float: left;
	margin-left: 20px;
	margin-top: 140px;
}

#imageB #menu ul {
	list-style: none;
}

#imageB #menu a:link, #imageB #menu a:visited {
	display: block;
	width: 140px;
	height: 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	vertical-align: bottom;
}

#imageB #menu a:hover {
	width: 135px;
	height: 19px;
	border-right: 5px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#imageB #menu a:active {}

#sidebar {
	padding: 10px;
	margin: 0px;
	height: 100%;
	border: 5px solid #ffffff;
	border-right: 0px;
	vertical-align: top;
	background: url('images/sidebarbg.gif') top left repeat-x #d4d8db;
}

	#sidebar p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
	}
	
	#sidebar .heading {	
		font-size: 13px;
		font-weight: bold;
		color: #ffffff;
	}
	
	#sidebar .heading1 {
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
	}
	
	#sidebar .heading2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
	}

#content {
	background: url('images/profile.gif') top left no-repeat;
	width: 515px;
	padding: 10px;
	border: 5px solid #ffffff;
	vertical-align: top;
}

#portfolio {
	width: 530px;
	padding: 5px;
	border: 0px solid #ffffff;
	vertical-align: top;
}
	
	#portfolio dt {
		width: 83px;
		height: 55px;
	}
	
	#portfolio .desc {
		width: 525px;
		padding: 0px 5px 0px 5px;
		background: #e5e5e5;
	}
	
	#portfolio .title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #333333;
	}
	
	#portfolio .desc p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #333333;
		text-align: justify;
		line-height: 150%;
	}
	
	#portfolio .image {
	
	}

	#content p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #333333;
		text-align: justify;
		line-height: 150%;
	}

#pmenu {
	width: 523px;
	margin-top: -25px;
	height: 114px;
	padding: 6px;
}
	
dl {
	float: left;
	position: relative;
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
}
	
.space {
	width: 540px;
	height: 40px;
}

p.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}

.listHead {
	font-weight: bold;
}