﻿/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*color: #FFFFFF;*/
}
html {
	background: #33689F;
}
body {
	margin: 0 auto;
	width: 800px;
	text-align: center;
}
#wrapper {
	padding: 8px;
	background: url('../Images/wrapper_bg.gif') repeat-y center top;
}
#container {
	margin: 0 auto;
	width: 744px;
}



#header_bg {
	padding: 33px 30px 30px 0;
	text-align: right;
	color: #FFFFFF;
	background-image: url('../Images/header_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
}


/* Holiday Logo - put this section back when putting in holiday logo
#header_bg {
	height:100%;
	padding: 33px 30px 30px 0;
	background: url("../css_img/header_bg_holiday.gif") top left no-repeat;
	text-align: right;
	color: #FFF;
}*/


#footer {
	margin: 6px 0 0 0;
	height: 24px;
	background: #33689F;
	color: #FFF;
	text-align: right;
}
#footer p {
	padding: 5px 4px 0 0;
	font-size: 11px;
	color: #C1D1E2;
}
#page_bottom {
	width: 800px;
	height: 20px;
	background: url('../Images/footer_bg.gif') no-repeat center top;
}
/* ----- Navigation Definitions -------------------- */
a:link, a:active, a:hover, a:visited {
	color: #000;
	text-decoration: none;
}
#header_bg a:link, #header_bg a:active, #header_bg a:visited {
	color: #FFF;
}
#header_bg a:hover {
	color: #FEDF67;
}
/* ----- Navigation Definitions -------------------- */
#navigation {
	margin: 3px 0 0 0;
	width: 744px;
	height: 27px;
	background: #33689F;
	text-align: left;
}
#navigation ul {
	padding: 6px 0 0 0;
	list-style-type: none;
}
#navigation ul li {
	padding: 0 0 0 15px;
	display: inline;
}
#navigation ul li a:link,
#navigation ul li a:active,
#navigation ul li a:visited {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	font-size: 11px;
	color: #FEDF67;
}
/* ----- Breadcrumb Definitions -------------------- */
#container>#breadcrumbs {
	height: 14px;
}
#breadcrumbs {
	margin: 3px 0 0 0;
	padding: 43px 0 3px 8px;
	width: 744px;
	height: 60px;
	background: url('../Images/breadcrumb_bg.jpg') no-repeat left top;
}
#breadcrumbs p {
	font-size: 11px;
	text-align: left;
	color: #6B747C;
}
#breadcrumbs p a:link,
#breadcrumbs p a:active,
#breadcrumbs p a:visited {
	font-size: 11px;
	text-align: left;
	color: #6B747C;
}
#breadcrumbs p a:hover {
	color: #1568B2;
}
/* ----- Clear Floats --------------------------*/
.clear {
	clear: both;
}
