/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, tr { vertical-align: top; }

h1 { font-family: Arial, Helvetica, sans-serif; }

a {
	color: #003B6A;
	cursor: pointer;
	text-decoration: none;
}

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

#blue_coverup {
	background-image: url(../_images/blank_blue.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 40;
	top: 0px;
	display: none;
}

#header {
	height: 165px;
	width: 100%;
	background-image: url(../_images/proofing/hearder_top_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header #logo {
	position: absolute;
	z-index: 2;
	margin-left: 10%;
	width: 80%;
	margin-right: 10%;
}
#header #header_right {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu {
	height: 53px;
	width: 100%;
	background-image: url(../_images/menu_background.jpg);
	background-repeat: repeat-x;
}
#menu ul#menu_links {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 80%;
	display: block;
	overflow: hidden;
}
#menu ul#menu_links li {
	display: inline;
}
#menu ul#menu_links li a {
	display: block;
	float: left;
	padding: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul#menu_links li a:hover, #menu ul#menu_links li a.testlink:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F79621;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	color: #A8BCCD;
}

#footer {
	width: 80%;
	background-image: url(../_images/footer_box.gif);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 76px;
	background-position: right top;
	padding-top: 73px;
	background-repeat: no-repeat;
	min-width: 800px;
}
#footer #footerbox {
	width: 85%;
	padding: 10px;
	color: #FFFFFF;
	background-color: #CCC;
}

ul.footerMenu {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.footerMenu li {
	display: inline;
	list-style-type: none;
}

#footer #footerbox a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 4px;
	margin-left: 4px;
}
#footer #footerbox a:hover {
	color: #F15C37;
}
#footer #footerbox #copyright{
	margin-left: 5px;
}
