/* Cascading Style Sheet for edmurphystv.com */

html, body, td {
	font-family: verdana, georgia, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 0px 0px 0px 0px;
	height: 100%;
	}

#title_logo {
	text-align: center;
	color: white;
	background-image: url("images/bg_top_02.jpg");
	background-repeat: repeat-x;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	}

#title_menu {
	text-align: center;
	background-image: url("images/bg_menu_04.jpg");
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding-top: 4px;
	}

.align_img {
	float: right;
	}

.align_text {
	float: right;
	font-size: 12pt;
	font-weight: bold;
	color: red;
	}

/* Image Padding Home Page*/
.pad_img {
	float: right;
	margin: 0px 0px 0px 25px;
	}

table {
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	background-image: url("images/background17.jpg");
	background-repeat: repeat-x;
	background-color: black;
	}

#div_center {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	background: white;
	border-top: 25px solid white;
	border-bottom: 25px solid white;
	border-left: 25px solid white;
	border-right: 25px solid white;
	}

.bold {
	font-size: 10pt;
	font-weight: bold;
	}

/* Title Ed Murphy's */
h4	{
	font-size: 14pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}

/* Page Title */
h1	{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	}

/* Page Section */
h2	{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	color: #43525e;
	}

/* Map */
object {
	width: 525px;
	height: 350px;
	border: 0px;
	overflow: visible;
	margin: 0px 0px 0px 0px;
}

/* Company Address */
.company_addr {
	font-size: 10pt;
	font-weight: bold;
	border-top:1px solid gray;
	/* background-color: gray;
	color: white;
	margin: 0px -25px 0px -25px; */
	}

/* Copyright Notice */
#copyright {
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	/* background-color: gray;
	color: white;
	margin: 0px -25px -25px -25px; */
	}

/* Horizontal Line */
.horiz_line {
	border-top: 1px solid gray;
	padding-top: 1em;
	}

/* Page Link */
a:link {
	color: #43525e;
	font-size: 10pt;
	border: none;
	}

a:visited {
	color: #43525e;
	font-size: 10pt;
	border: none;
	}

a.active {
	color: #43525e;
	font-size: 10pt;
	border: none;
	}

a:hover {
	color: green;
	font-size: 10pt;
	border: none;
	}

/* Menu Link */
.menu_link:link {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}

.menu_link:visited {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
/*
.menu_link:active {
	color: red;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	}
*/
.menu_link:hover {
	/* color: #18164C; */
	color: #e1e1e1;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}

/* Footer Link */
.footer_link:link {
	color: #43525e;
	font-size: 8pt;
	text-decoration: none;
	}

.footer_link:visited {
	color: #43525e;
	font-size: 8pt;
	text-decoration: none;
	}

.footer_link:hover {
	color: green;
	font-size: 8pt;
	text-decoration: none;
	}

