@charset "UTF-8";
/* CSS Document */
#textBox p {
	margin: 1.25em 0;
	}
		
/* layout */
#headerBox {
	/*background: url(../images/homeMenuLine.gif) 0 68px repeat-x;
	margin-top: 27px;
	padding-top: 68px;
*/	
	background: url(../images/homeMenuLine.gif) 0 84px repeat-x;
	margin-top: 2px;
	padding-top: 0px;
	height: 450px;
	width: 220px;
	display: block;
	float: left;
	border-right: 1px solid gray;
	}

#textBox {
	width: 473px;
	display: block;
	margin-left: 50px;
	float: left;
	}
	
#menu {
	position: relative;
	z-index: 5;
	width: 204px;
	height: 201px;
	top: 16px;
	float: left;
	}

#footerBox {
	margin-top: 20px;
	}
/* end layout styles */
	
#slogan {
	background: url(../images/getNoticedOff.gif) no-repeat;
	margin: 0;
	float: none;
	}
	
#pagePhoto {
	width: 69px;
	height: 68px;
	position: relative; 
	z-index: 10;
	top: 16px;
	left: 187px;
	}
	
dl.newsList {
	margin: 1em 0;
	clear: both;
	}
.newsList dt, .newsList dd {
	margin: .35em 0;
	}
.newsList dt {
	text-align: right;
	width: 60px;
	display: block;
	float: left;
	margin-right: .35em;
	font-weight: bold;
	}
.newsList dd {
	width: 400px;
	float: left;
	}

h3.pStart {
	margin-bottom: 0;
	}	
#textBox h3.pStart + p, #textBox h3.pStart + ul {
	margin-top: 0;
	}
	
/* portfolio page */
#portfolioPage #mainContainer {
	width: 750px;
	/*padding-top: 38px;*/
	}

#portfolioPage #headerBox {
	background: url(../images/homeMenuLine.gif) 0 84px repeat-x;
	border: 0;
	width: 220px;
	padding-top: 68px;
	}
#portfolioNav {
	background: url(../images/homeMenuLine.gif) 0 86px repeat-x;
	width: 530px;
	padding-top: 38px;
	float: left;
	}