/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background: url(../images/footer-bk.gif) repeat-y center;
	background-color:  #627A87;
	color: #000000;
	text-align: center;
	}

	body a {
		color: #990000;
		text-decoration: underline;
		}
		
	body a:hover {
		color: #444444;
		border-bottom: none;
		text-decoration: underline;
		}

#top-container {
	width: 100%;
	background-color:  #627A87;
	}

#top {
	width: 800px;
	margin: auto;
	height: 130px;
	}

#nav-container {
	width: 100%;
	background-color:  #627A87;
	height: 30px;
	}

#nav {
	width: 800px;
	margin: auto;
	height: 30px;
	text-align: right;
	background: #627A87 url(../images/nav-bk.gif) no-repeat;
	}

	#nav  .padding {
	padding-top: 5px;
	padding-right: 23px;
	}	

	#nav  a {
	padding: 8px;
	color:#FFFFFF;
	text-decoration: none;
	}

	#nav  a:hover {
	text-decoration: none;
	background-color: #394851;
	}

	#nav  a:active {
	background-color:#627A87;
	text-decoration: none;
	}


#middle {
	width: 100%;
	background-color: #718D99;
	}

#middle #w {
	width: 800px;
	margin: auto;
	text-align: left;
	background: url(../images/middle-bk.gif) repeat-y;
	}

	#w-index {
	width: 800px;
	margin: auto;
	height: 400px;
	text-align: left;
	background: url(../images/middle-bk.gif) repeat-y;
	}

	#middle #w #leftpad {
	margin-left: 5px;
	}

	#left {
	width: 305px;
	margin-right: 490px;
	text-align: center;
	}

	#left .padding {
	padding-left: 5px;
	}

#floatsection {
	width: 490px;
	float: right;
	clear: none;
	}

* html #floatsection {
display: inline;
margin-left: -310px;
}

	#pagetitle-padding {
	padding-right: 5px;
	}

	#pagetitle {
	height: 65px; 
	width: 100%;
	font-size: 18px;
	color: #990000;
	text-align: left;
	background-color: #DFE1E3;
	}

	#pagetitle .padding {
	padding: 20px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 0px;
	}

	#content {
	float: right;
	text-align: left;
	}

	#content .padding {
	padding: 35px;
	}

	.aboutpadding {
	padding: 35px;
	}

	#content .properties-padding {
	padding: 35px;
	padding-top: 10px;
	}


	.expertise-rowshell {
	height: 210px;
	}

	.expertise-image {
	float: left;
	width: 190px;
	font-size: 11px;
	line-height: 16px;
	}

	.expertise-image-spacer {
	float: left;
	width: 25px;
	height: 100px;
	}

	.expertise-image p {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	margin-left: 10px;
	}


.clear {
	clear: both;
	height: 0px;
	}

#footercontainer {
	background-color:  #627A87;
	}

#footer {
	margin: auto;
	height: 150px;
	width: 800px;
	background:url(../images/footer-bk.gif) repeat-y;
	color: #999999;
	font-size: 80%;
	text-align: left;
	clear: both;
	}

#footer .padding {
	padding: 25px;
	padding-top: 5px;
	}

#footer .mm {
	float: right;
	}

#footer a {
	color: #999999;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}


.stress {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	}

.subhead {
		color: #990000;
	}

.left-indent {
	margin-left: 30px;}

.about {
	font-size: 10px;
	line-height: 14px;}

.top-pad {
	padding-top: 12px;
	}

.logo {
	text-align: right;
	float: right;
	}

.center {
	text-align: center;
	}


.missing-copy { /*for draft purposes only to highlight missing copy sections for client*/
	color: #FFCC00;
	}

.image-bordertop {
	border-top: 1px solid #EFEFEF;
	width: 305px;
	}

.float-left {
	float: left;
	width: 170px;
	}

h1 {
	display:none;
	}
