/* 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: #FFEBC3;
}
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%;
}

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: #333;
}

#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: #4A3A17;
	text-decoration: none;
}

#ActionItems #Item1 {
	width: 32%;
	position: relative;
	background: #8E8164 url(../images/actionItem1Background.jpg) no-repeat;
	float: left;
	border-left: 6px solid #685835;
}

#ActionItems #Item2 {
	width: 32%;
	position: relative;
	background: #C2B497 url(../images/actionItem2Background.jpg) no-repeat;
	float: left;
	border-left: 6px solid #84775B;
}

#ActionItems #Item3 {
	width: 32%;
	position: relative;
	background: #DFD5C1 url(../images/actionItem3Background.jpg) no-repeat;
	float: left;
	border-left: 6px solid #B6AA8D;
}

/* ~~~~~~~~ Footer~~~~~~~~~ */

#Footer {
	float: left;
	font-weight: bold;
   width: 823px;
	text-align: center;
}

#Footer #TextLinks {
	padding: 10px;
	float: left;
	color: #FFFFF0;
	width: 800px;
	background: #8A95A1 url(../images/bg-footerLinks.gif) repeat-x;
}

#Footer #TextLinks a {
	color: White;
	text-decoration: none;
	padding: 1%;
	font-size: 90%;
}

#Footer #TextLinks a:hover {
	color: #121212;
}


#Footer #Disclaimer {
	color: #EDEDED;
	font-size: 100%;
	padding: 10px;
	font-weight: normal;
	width: 800px;
	background: #807B6E 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;
}
