/* These are standard layout styles and do not need modification*/
 
.clearboth { clear: both; }
 
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font: normal 90%/135% Arial, Helvetica, sans-serif;
	color: #666666;
	background: #0D2024 url(../images/bg.jpg) repeat-x;
}
a {
	color: #555555;
}
p {
	font-size: 85%;

}


hr {
	margin-top: -10px;
	color: #a9a7a6;
	height: 1px;
}

#Date {
	top: 30px;
	left: 50%;
	position: absolute;
	text-align: right;
	font-size: 9px;
	color: #666;
	width : 300px;
}

#FlashMovie1 {
	margin-left: 237px;
	border-bottom: 8px #262422 solid;
}
#FlashMovie2 {

}

#ActionItems {
	width: auto;
	background-color: #447981;
	text-align: left;
	font-size: 80%;
	line-height: normal;
}

#ActionItems h2 {
	margin: 0 0 0 1em;
}

#ActionItems p {
	margin: 5px 20px 15px 10px;
	color:#cacad4;
}

#ActionItems a {
	color:#cacad4;
	text-decoration:underline;
}

#ActionItems a:hover {
	color:#958d86;
	text-decoration:none;
}

#ActionItems #Item1 {
	margin-left: 0 !important; margin-left: -2px;
	width: 50%;
	background-image: url(../images/actionItem1Background.jpg);
	float: left;
	border-top: 8px solid #3B6C80;
}

#ActionItems #Item2 {
	width: 50%;
	background-image: url(../images/actionItem2Background.jpg);
	float: left;
	border-top: 8px solid #427E87;
}

#ActionItems #Item3 {
	border-top: 8px solid #064b67;
	width: 100%;

	position: relative;
	background-image: url(../images/actionItem1Background.jpg);
	float: left;
}

#ActionItems #Item4 {
	visibility: hidden;
}

#ActionItems #Item5 {
	visibility: hidden;
}

#Footer {
	float: left;
	font-weight: bold;
}

#Footer #TextLinks {
	padding: 10px;
	background-color: #573A05;
	float: left;
	width: 350px;
}

#Footer #TextLinks a {
	color: White;
	text-decoration: none;
	padding: 1%;
	font-size: 90%;
}

#Footer #TextLinks a:hover {
	color: #AF770E;
}

#Footer #Disclaimer {
	color: White;
	font-size: 90%;
	padding: 10px;
	width:350px;
	font-weight: normal;
	background: #034963 url(../images/actionItem1Background.jpg) no-repeat;
}

#Footer #Disclaimer p {
	
}

.button {
	background-image: url(../images/button.gif);
	text-align: center;
	float: right;
	width: 87px;
	height: 20px;
	font-size: 85%;
	font-weight: bold;
	color: White;
}
.button a {
	color: White;
	text-decoration: none;
}
.button a:hover {
	color: Silver;
}




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 25px;
}

.sIFR-hasFlash #Link #NavigationList li {
	visibility: hidden;

}

.sIFR-hasFlash h2 {
	visibility: hidden;

}

.sIFR-hasFlash h3 {
	visibility: hidden;

}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 10px;
}

.sIFR-hasFlash h5 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 14px;
}
