/* 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: #0F425B;
}
a {
	color: #13527D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0A8BC2;
	text-decoration: underline;
}
 a.more {
	background:url(../images/linkBullet.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	font-weight: bold;
	margin: 2em 0 0 1em;
	color:#000000;
}

 a:hover.more {
	background:url(../images/linkBulletOver.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:underline;
}


p {
	font-size: 85%;
}

#nav {
	width: 320px;
	float: left;
	margin-left: 50%;

}

#NewsItems {
	background: #075F84 url(../images/bg-content.jpg) repeat-x;
	width: 190px;
	margin-left: 85px;
	margin-top: 10px;
	padding: 1em;
	color: #CACAD4;
}
.NewsItem a{
	color: #CACAD4;
}

#ActionItems, #Newsitems {
	color: white;
	width: auto;
	height: 117px;
	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 #9F8D40;
}

#ActionItems #Item3 {
	border-top: 8px solid #064b67;
	width: 100%;
	position: relative;
	background-image: url(../images/actionItem1Background.jpg);
	float: left;
}

#Footer {
	float: left;
	font-weight: bold;
	width: 822px;
	margin-top: -10px;
	background: #10465F;
}

#Footer #TextLinks {
	padding: 10px;
	float: left;
	color: #CBB24C;
	width: 800px;
}

#Footer #TextLinks a {
	color: #FFF7D8;
	text-decoration: none;
	padding: 1%;
	font-size: 90%;
}

#Footer #TextLinks a:hover {
	color: #0CA3E0;
}


#Footer #Disclaimer {
	color: #49627D;
	font-size: 90%;
	padding: 10px;
	font-weight: normal;
	width: 800px;
}

.button {
	background: url(../images/button.gif) 0 0 no-repeat;
	padding: 0 0 0 3em; /* left padding moves the text away from the bullet */
	font-weight: bold;
	color: White;
	cursor: pointer;
	margin-top: .5em;
	height: 16px;
}
.button a {
	color: White;
	text-decoration: none;
}
.button a:hover {
	color: #c9b150;
	text-decoration: underline;
}


/* 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: 20px;
}

.sIFR-hasFlash h5 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 14px;
}
