/* CSS Document */
/*Header Tags*/
#header_parent{
	width:800px;
	height:140px;
	margin:auto;
	position:relative;
	background-image:url(images/Frank_Haney_Header_Background.jpg);
}
#buttons {
	Width: 736px;
	Height: 33px;
	border: 0px;
	border-color:#000000;
	Margin-top: 107px;
	Margin-left: 17px;
	position: absolute;
}
/*End Header Tags*/
/*Begin content Tags*/
#content_parent{
	margin:auto;
	width:800px;
	height:auto;
	position:relative;
}
#content_picture_strip{
	width:182px;
	height:auto;
	margin:auto;
	position:absolute;
	background-image:url(images/Content_Picture_Strip.gif);
	background-repeat:repeat-y;
	z-index:5;
}
#content_header{
	margin:auto;
	width:618px;
	height:76px;
	margin-left:182px;
	position:relative;
	background-image:url(images/Content_Header.gif);
}
#content_header_image {
	Width: 324px;
	Height: 61px;
	Margin-top:14px;
	Margin-left:148px;
	position: absolute;
}
#content{
	margin:auto;
	width: 613px;
	padding-left:177px;
	position:relative;
}
/*Begin tags for left, right and middle bar content pages*/
#content_parent2{
	Width: 613px;
	height:350px;
	position:relative;
	background-color:#000;
}	
#content_text_left {
	Width: 243px;
	Height: 298px;
	Margin-top: 20px;
	Margin-left: 32px;
	position:absolute;
}
#content_middlebar {
	Width: 30px;
	Height: 294px;
	Margin-top: 22px;
	Margin-left: 309px;
	border-left-color:#424242;
	border-left-width:2px;
	border-left-style: solid;
	position:absolute;
}

#content_text_right {
	Width: 246px;
	Height: 298px;
	border: 0px;
	border-color:#000000;
	Margin-top: 20px;
	Margin-left: 342px;
	position:absolute;
}
/*End tags for left, right, and middle bar pages*/
/*Begin tags for full page content*/
#content_parent3{
	Width: 613px;
	height:auto;
	position:relative;
	background-color:#000;
}	
#content_full_page {
	Width: 542px;
	Height:auto;
	Margin-top: 0px;
	Margin-left: 32px;
	position:relative;
}
/*End Tags for full page content*/
/*Begin Footer Tags*/
#content_footer {
	margin:auto;
	Width: 618px;
	Height: 83px;
	margin-left:182px;
	position: relative;
	background-image:url(images/Content_Footer.gif);
}
#content_footer_links{
	margin-top: 17px;
	margin-left: 85px;
	width: 520px;
	height: 30px;
	position:absolute;
}
#sub_footer{
	margin:auto;
	width:800px;
	height:30px;
	position:relative;
}
#sub_footer_content{
	margin-left: 267px;
	width:520px;
	height:30px;
	position:absolute;
}
/*End Footer Tags*/

/*End Content Tags*/
/*Begin Text Styles*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838182;
}
.text a:link {
	color:#8e8c8d;
}
.text a:visited {
	color:#8e8c8d;
}
.text a:hover {
	color:#8e8c8d;
}
.text a:active {
	color:#8e8c8d;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #838182;
}
.largetext a:link {
	color:#8e8c8d;
}
.largetext a:visited {
	color:#8e8c8d;
}
.largetext a:hover {
	color:#8e8c8d;
}
.largetext a:active {
	color:#8e8c8d;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #838182;
	display:inline;
}
.copyright a:link {
	color:#8e8c8d;
}
.copyright a:visited {
	color:#8e8c8d;
}
.copyright a:hover {
	color:#8e8c8d;
}
.copyright a:active {
	color:#8e8c8d;
}
