/* CSS Document */


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

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
	background-color: #524949;
	color: #524949;
	margin-top: 25px;
	}

	body a {
		color: #009966;
		text-decoration:underline;
		}
		
	body a:hover {
		color: #333333;
		text-decoration: underline;
		}


#pgcontainer {
	width: 760px;
	margin: auto;
	background-color: #FFFFFF;
	min-height: 525px;
	}

	#pgcontainer .padding {
		padding: 10px;
		}



/*formatting for index only*/
	#index-image {
		height: 400px;
		width: 740px;
		background: url(../images/index-image.jpg) no-repeat;
		}
	
	#index-copy {
		padding-top: 240px;
		padding-left: 300px;
		padding-right: 45px;
		}

	#index-copy p {
		margin: 0px;
		padding: 0px;
		padding-bottom: 5px;
		}

/*end formatting for index only*/

/*begin nav formatting*/

	#nav {
	clear: both;
	width: 740px;
	height: 115px;
	background-image:url(../images/nav-image.jpg);
	text-align: right;
	}

	#nav .padding {
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 0px;
	}

	#nav p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
	}

	#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	}

	#nav a:hover {
	background-color: #FFFFFF;
	color: #666666;
	}

/*end nav formatting*/

#page-banner {
	background-color: #8BB5B7;
	height: 70px;
	width: 740px;
	text-align: right;
	}

/*container just for adding a thin gray line at the bottom of the content for both right and left columns*/
#content-box {
	width: 740px;
	background: url(../images/box-bk.gif) repeat-y;
	border-bottom: 1px solid #69ADA6;
	}

#left {
	width: 290px;
	float: left;
	}

/*begin formatting for right column with copy*/
#right {
	background:url(../images/copy-bk.gif);
	margin-left: 290px;
	}

#right .padding {
	padding-left: 55px;
	padding-right: 45px;
	padding-top: 20px;
	padding-bottom: 10px;
	}

	#right p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
	}

		.head {
		font-weight: bold;
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 15px;
		}

		.dek {
		color: #009966;
		font-style: italic;
		padding-bottom: 7px;
		}
		
		.subhead {
		color: #009966;
		}

		.stress {
		font-weight: bold;
		}

		.image {
		float: left;
		padding: 0px;
		margin: 0px;
		padding-right: 15px;
		padding-top: 5px;
		}

		.contact-name {
		font-weight: bold;
		padding-bottom:4px;
		line-height: 20px;
		}
		
		.contact-position {
		font-style:italic;
		padding-bottom:4px;
		line-height: 20px;
		}
/*end formatting for right column*/



/*begin footer*/
#footer {
	width: 760px;
	margin: auto;
	color: #999999;
	font-size: 10px;
	line-height: 12px;
	}

.clear {
	clear:both;
	}

.no-clear {
	clear: none;
	}

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

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

#footer a:hover {
	color: #FFFFFF;
	}


.logo {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
	}

.tenant-logo {
	float: left; 
	width: 150px;
	height: 70px;
	text-align: right;
	padding-top: 5px;
	}

.tenant-name {
	height: 70px;
	margin-left: 170px;
	border-bottom: 1px solid  #CCCCCC;
	padding-top: 5px;
	}

.hr {
	width: 740px;
	border-bottom: 1px #666666 solid;
	}

ul {
	padding: 10px;
	padding-left: 50px;
	padding-top: 5px;
	margin: 0px;
	}
/*end footer*/