/* CSS Document */


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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:19px;
	background-color: #343434;
	color: #333333;
	margin-top: 10px;
	}

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


#pgcontainer {
	width: 780px;
	margin: auto;
	background: url(../images/basic-bk.jpg) repeat-y;
	min-height: 570px;
	}

	#pgcontainer .padding {
		padding: 30px;
		}



/*formatting for index only*/
	#index-image {
		height: 340px;
		background: url(../images/index-image.jpg) no-repeat;
		}
	
	#index-copy {
		padding-top: 15px;
		}

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

	#index-nav {
		width: 720px;
		height: auto;
		text-align: center;
		font-size: 16px;
		line-height: 25px;
		}

	#index-nav .padding {
		padding: 0px;
		padding-top: 295px;
		margin-left: 280px;
		}

	#index-nav a {
	color: #333333;
	text-decoration: none;
	}

	#index-nav a:hover {
	color: #5B1E28;
	text-decoration: underline;
	}
/*end formatting for index only*/


/*begin formatting for left column including navigation panel*/
#left {
	width: 380px;
	float: left;
	}

	#page-banner {
	width: 380px;
	height: 285px;
	background-color: #FFFFFF;
	}

	#page-logo {
	clear: both;
	width: 380px;
	height: 55px;
	background: url(../images/page-logo.jpg) no-repeat;
	}

	#nav {
	clear: both;
	width: 380px;
	height: 180px;
	}

	#nav .padding {
	padding: 7px;
	padding-left: 130px;
	}

	#nav p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
	font-size: 16px;
	}

	#nav a {
	color: #333333;
	text-decoration: none;
	}

	#nav a:hover {
	color: #5B1E28;
	text-decoration: underline;
	}

/*end formatting for left column*/

/*begin formatting for right column with copy*/
#right {
	width: 305px;
	margin-left: 410px;
	}

	#right p {
	color: #333333;
	padding-top: 0px;
	margin-top: 0px;
	}

		.head {
		font-weight: bold;
		font-size: 13px;
		padding-bottom: 7px;
		}

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

		.stress {
		font-weight: bold;
		}


		.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: 780px;
	margin: auto;
	color: #999999;
	font-size: 10px;
	line-height: 10px;
	}

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

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

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


.logo {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
	}
/*end footer*/