/* These are standard layout styles and do not need modification */

html, body {
	margin:0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
	font: normal 90%/135% Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	background: #5DAAAA url(../images/bg.gif) repeat-x;
}
a {
	color: #FAD529;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 100%;
}

#Page {
	margin: 0 auto; 
	width: 710px;
	background-color: White;
	border-top: Black solid 20px;
}

#Buttons {
	left: 60%;
	position: absolute;
	text-align: right;
	font-size: 9px;
	height: 15px;
	color: #000;
	width: 150px;
	padding: 20px;
	background: #CA3333 url(../images/ButtonsBackground.gif) repeat-x;
}

hr {
	margin-top: -10px;
	color: #a9a7a6;
	height: 1px;
}

#Date {
	top: 30px;
	left: 18%;
	position: absolute;
	text-align: left;
	font-size: 9px;
	color: Black;
	width: 200px;
}

#ActionItems {
	margin-top: 2%;
	width: 100%;
	text-align: left;
}

#ActionItems h4 {
	padding-left: 3%;
	margin-top: 20px;
	font-size: 15pt;
}

#ActionItems p {

}

#ActionItems a {
	color:#5e5e50;
	text-decoration:underline;
}

#ActionItems a:hover {
	color:#958d86;
	text-decoration:none;
}

#ActionItems #Item1 {
	background: #AD2B2B url(../images/actionItem1Background.gif) repeat-x;
	border: 10px solid #AD2B2B;
	padding: 6px;
}
#ActionItems #Item2 {
	background: #DEA800 url(../images/actionItem2Background.gif) repeat-x;
	border: 10px solid #DEA800;
	padding: 6px;
}



#Footer {
	width: 76%;
	font-weight: bold;
	margin-top: 10px;
	float: left;
	color: #3b3b3b;
	background-color: #bbb;
}

#Footer #TextLinks {
	padding: 10px 15px 10px 15px;
	text-align: right;
	width: 100%;
	background: #FAD529 url(../images/FooterBackground.gif) repeat-x;
}

#Footer #TextLinks a {
	color: #3b3b3b;
	text-decoration: none;
	padding: 1%;
	font-size: 85%;
}

#Footer #TextLinks a:hover {
	color: Gray;
}


#Footer #Disclaimer {
	padding: 2px 15px 2px 15px;
		text-align: right;
	width: 100%;
	color: White;
	font-size: 85%;
	font-weight: normal;
	background: #CA3333 url(../images/ButtonsBackground.gif) repeat-x;
}

#Footer #Disclaimer p {
	width: 70%;
	margin-left: 30%;
}

div.hr {
	height: 2px;
	background: url(../images/actionItemHR.png) no-repeat scroll center;
	margin-top: -8px;
}
div.hr hr {
  display: none;
}

.map{
	border: 6px solid #8E2323;
}

.button {
	background-image: url(../images/button.gif);
	text-align: center;
	float: right;
	width: 87px;
	height: 20px;
	font-size: 85%;
	font-weight: bold;
	color: White;
	margin: 2% 2% 10px 0;
}
.button a {
	color: White;
	text-decoration: none;
}
.button a:hover {
	color: #FAD529;
	text-decoration: none;
}


/* These are standard sIFR styles... please 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: 22pt;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 18pt;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 15pt;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 15pt;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size: 15pt;
}