/* CSS Document */

body {
	background: #FFF;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #333;  
	margin: 0;
	padding: 0;
	text-align: center;
}
p{
	margin-top: 1.2em;
	margin-bottom: .5em;
	font-size: 1em;
}
td, tr {
	font-size: 1em;
}
a:link{
	text-decoration: underline;
}	
a:visited{
	text-decoration: underline;
}	
a:hover, a:active{
	text-decoration: none;
}
h1{
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1.3em;
}
h2{
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1.3em;
}
h3{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1.3em;
}
h4{
	font-size: 13pt;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h5{
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h6{
	font-size: 1em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}

/*layout*/
#shadows{
	width: 980px;
	margin: 10px auto;
	background: #FFF url(../images/bg-body-shadow-repeat.jpg) repeat-y;
}
#page{
	width: 960px;
	text-align: left;
	margin: 0 10px;
	text-align: justify;
/*	text-justify: newspaper; */
}
#page h1{
	text-align: left;
/*	text-justify: newspaper; */
}
#footer{
	width: 980px;
	background: #FFF url(../images/bg-body-shadow-bottom.jpg) no-repeat top;
	clear: both;
}
#footer p{
	text-align: left;
	padding: 5px 35px;
	margin: 0;
	text-transform: uppercase;
	font-size: xx-small;
}
/*home specific*/
#page.home{
	background: url(../images/bg-page-blur-swirl.jpg) no-repeat;
	height: 600px;
}
#holder-logo{
	width: 960px;
	height: 145px;
	text-align: right;
}
#holder-logo img{
	padding: 40px 45px 0 0;
}
#holder-nav-home{
	width: 960px;
	margin-top: 15px;
}
#holder-nav-home img{
	padding: 0;
	margin: 0;
	float: left;
}
/*general template*/
#holder-header{
	width: 960px;
	height: 145px;
	background: #231F20;
}
#holder-nav-int{
	width: 960px;
	padding-top: 35px;
}
#holder-content{
	padding: 25px 30px;
	background: url(../images/bg-header-shadow.jpg) top no-repeat;
	position: relative;
}
#clear-all{
	width: 100%;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*trick the browser inbto displaying the button at bottom of page*/
#test{
	display: block;
	width: 300px;
	height: 30px;
	position: relative;
	bottom: 1px;
	left: 10px;
}
#test p {
	width: 200px;
	height: 30px;
	background: #F60;
}


.column{
	float: left;
	clear: none;
}
.column-left{
	width: 180px;
}
.column-mid{
	width: 442px;
	padding-bottom: 1em;
	margin-bottom: 30px;
}
div.block{
	display: table;
	width: 405px;
}
.column-right{
	width: 245px;
	padding-bottom: 30px;
}
.column-space{
	width: 32px;
	height: 416px;
}
.column-left p{
	margin: 0;
	font-size: 13px;
	padding: 0 0 1em 0;
}
.dotted{
	border-left: dashed 1px #CCC;
}
/*column specific styles*/
.column-left ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	width: 170px;
}
.column-left ul li{
	padding: 0;
	margin-bottom:1px;
}
.column-left a:link,
.column-left a:visited{
	text-decoration: none;
	border-bottom: dashed 1px #CCC;
}
.column-left a:hover, .column-left a:active{
	text-decoration: none;
	border-bottom: dashed 1px #231F20;
}
.column-left a.home img{
	padding-top: 30px;
}
.column-left a:link.home,
.column-left a:visited.home{
	text-decoration: none;
	border-bottom: solid 1px #CCC;
}
.column-left a:hover.home,
.column-left a:active.home{
	text-decoration: none;
	border-bottom: solid 1px #231F20;
}
/*management template*/
#holder-nav-int-mgmt{
	width: 960px;
	padding-top: 20px;
}
#holder-header.mgmt{
	background: #C2BC85;
}
/*projects page*/
#holder-pics{
	padding: 0 0 10px 0;
}
#holder-pics img{
	margin: 0;
}
#holder-pics img.space{
	margin-right: 24px;
}
#holder-text-projects{
	border: dashed 1px #CCC;
	padding: 10px;
}
/*footer*/
#footer a:link{
	text-decoration: none;
	color: #000;
	border
}
#footer a:visited{
	text-decoration: none;
	color: #000;
}
#footer a:hover, #footer a:active{
	text-decoration: underline;
	color: #C2BC85;
}
.photo-credit{
	font-size: 80%;
}
