/* This will be the Home Page Header Css */

#page_header {
	height: 110px;
	background-image: url(../images/Backgrounds/HeaderBacker%20Main%20Page.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
	width: 100%;
}
#page_header h1 {
	line-height: 100%;
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	padding-left: 300px;
	padding-top: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
}
#short_menu a:hover {
	color: #993300;
	text-decoration: none;
}
/*Short Link table that fits into the Header Contact_About_and stuff*/
#short_menu {
	height: 20px;
	width: 280px;
	position: absolute;
	left: 516px;
	top: 3px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
#short_menu a {
	color: #333333;
	font-weight: lighter;
	text-decoration: none;
}
.about {
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/dt_button_about_backer.jpg);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 70px;
	text-decoration: none;
	background-image: url(../images/dt_button_email_backer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-left: 25px;
}
.hme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 45px;
	background-image: url(../images/dt_button_home_backer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-weight: lighter;
}

