/* These are standard layout styles and do not need modification*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font: normal 90%/135% Arial, Helvetica, sans-serif;
	color: #666666;
	background: #E1E1E1 url(../images/bg-page.gif) repeat-x;
}
a {
	color: #13527D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0A8BC2;
	text-decoration: underline;
}
 a.more {
	padding:0px 0px 0px1px;
	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%;
}

div.hr {
	height: 2px;
	background: url(../images/hr.gif) repeat-x scroll center;
	padding: 1em;
}
div.hr hr {
  display: none;
}

 
.clearboth { 
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
 

/* ~~~~~~~~ Action Items ~~~~~~~~~ */

#ActionItems {
	text-align: left;
	position: relative;
	display: block;
	padding-left: 10px;
	color: #2A2716;
}

#ActionItems h2 {
	margin: 8px 0px 0px 34px;
}

#ActionItems p {
	margin: 5px 20px 15px 34px;
}

#ActionItems a {
	color:#ffffff;
	text-decoration:underline;
}

#ActionItems a:hover {
	color: #2A2716;
	text-decoration: none;
}

#ActionItems #Item1 {
	width: 32%;
	position: relative;
	background: #705D33 url(../images/actionItem1Background.jpg) no-repeat;
	float: left;
	border-left: 6px solid #4A3A17;
}

#ActionItems #Item2 {
	width: 32%;
	position: relative;
	background: #A28F65 url(../images/actionItem2Background.jpg) no-repeat;
	float: left;
	border-left: 6px solid #645433;
}

#ActionItems #Item3 {
	width: 32%;
	position: relative;
	background: #D6C399 url(../images/actionItem3Background.jpg) no-repeat;
	float: left;
	border-left: 6px solid #927E53;
}

/* ~~~~~~~~ Footer~~~~~~~~~ */

#Footer {
	float: left;
	font-weight: bold;
   width: 823px;
	text-align: center;
}

#Footer #TextLinks {
	padding: 10px;
	float: left;
	color: #FFFFF0;
	width: 800px;
	background: #CCCCCC;
}

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

#Footer #TextLinks a:hover {
	color: Black;
}


#Footer #Disclaimer {
	color: #EDEDED;
	font-size: 100%;
	padding: 10px;
	font-weight: normal;
	width: 800px;
	background: #AB9C80 url(../images/bg-footerDisclaimer.gif) repeat-x;
}

#Footer #Disclaimer p {
	padding-top: 30px !important; padding-top: 5px;
}


/* 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 h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size: 20px;
}

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