@charset "utf-8";
body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 109px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Spy_Header.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation {
	height: 27px;
	background-image: url(images/Burgandy_Phone.jpg);
}
#navigation ul   {
	margin: 0,
	list-style: none;
	float: left;
	margin: 0px;
	height: 100%;
}
#navigation ul li {
	display: block;
	float: left;
	list-style: none;
}
#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 0.45em;
	padding-right: 2.8em;
	padding-bottom: 0.35em;
	padding-left: 2.8em;
	float: right;
}

#navigation ul li a:hover {
	color: #293f70;

	background-image: url(images/SG_Yellow_Tab3
.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/SG_Yellow_Tab.png);
}
#navigation ul li a.current, #navigation ul li a.current:hover, 
#navigation ul li a.current:active {
	background-image: url(images/SG_Yellow_Tab3.png)
.png)
.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	color: #293470;
	background-image: url(images/SG_Yellow_Tab.png);
}
.current {
	color: #293f70;
	background-image: url(images/SG_Yellow_Tab.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtrHdr #navigationBar {
	height: 5px;
	background-image: url(images/NavigationBar.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentHeader {
	background-image: url(images/Spy_Blue_Bar.jpg);
	height: 261px;
	padding-left: 40px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffe576;
	font-weight: normal;
	line-height: 1.5em;
}
.oneColFixCtrHdr #container #mainContentHeader img {
	padding-top: 25px;
	padding-right: 30px;
	float: left;
}




.oneColFixCtrHdr #mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	list-style-position: outside;
}
.oneColFixCtrHdr #mainContent List {
	color: #666;
}

.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #fff;
}
.oneColFixCtrHdr #footer p {
	font-size: 10px;
	color: #666;
	text-align: right;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.list {
	color: #666;
	line-height: 1.75em;
}
.ContentTitles {
	font-weight: bold;
}

.HeaderSubText {
	color: #FFF;
	font-style: italic;
	font-weight: normal;
}
