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


/***********************************************************/
/* menu links */
/***********************************************************/

#quoteLine {
	font: bold normal 110% Arial, Helvetica, sans-serif;
	color: #3542AC;
	padding-bottom: 10px;
	padding-top: 8px;
	text-align: center;
}


#columnOne {
	color: #000;
	background: #aaaaaa url(../images/work/drawing-for-projects.png) no-repeat left bottom;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 210px;
	height: 812px;
}

#photoBox {
	border-top: 6px solid #8c8c8c;
	border-right: 6px solid #8c8c8c;
	border-bottom: 6px solid #8c8c8c;
	border-left: 6px solid #8c8c8c;
	background: url(../images/architecture/architecture.jpg) no-repeat 0px 0px;
	margin-right: auto;
	margin-left: auto;
	height: 245px;
	width: 766px;
}

#photoBox p {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	padding-top: 2px;
	color: #FFF;
}

#textBox {
	background: #FFF;
	height: auto;
	width: 736px;
	margin-top: 15px;
	padding: 0px 24px 0px 30px;
	margin-bottom: 26px;
}

#textBox p {
	font-size: 95%;
	line-height: 1.5em;
	margin-bottom: 5px;
}

ul {
	list-style: disc inside;
	padding-left: 6px;
	font-size: 95%;
	padding-top: 8px;
	line-height: 1.5em;
}

#credits {
	font-size: 75%;
	width: 300px;
	display: block;
	margin-top: 50px;
	line-height: 140%;
	color: #AAA;
}

#credits a:link {
	color: #AAA;
	margin: 0px;
	text-decoration: none;
}
#credits a:visited {
	color: #AAA;
	text-decoration: none;
}
#credits a:hover {
	color: #AAA;
	text-decoration: underline;
}
#credits a:active {
	color: #AAA;
	text-decoration: none;
}

/***********************************************************/
/* H tag code */
/***********************************************************/
h1 {
	font: bold normal 100% Arial, Helvetica, sans-serif;
	color: #3542AC;
	padding-bottom: 2px;
	padding-top: 8px;
}
