/* These are standard layout styles and do not need modification */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#Page {
	margin: 0 auto; 
	width: 710px;
	background-color: White;
	border-top: Black solid 20px;
}

#Header {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 65px;
}


#HeaderButtons {
	top: 30px;
	left: 570px;
	position: absolute;
	text-align: right;
	font-size: 9px;
	color: #666;
	width : 200px;
}

hr {
	margin-top: -10px;
	color: #a9a7a6;
	height: 1px;
}

#Date {
	top: 30px;
	left: 490px;
	position: absolute;
	text-align: right;
	font-size: 9px;
	color: #666;
	width : 300px;
}

#FlashMovie1 {
	margin-left: 237px;
	border-bottom: 8px #262422 solid;
}
#FlashMovie2 {

}


#ActionItems {
	width: 25%;
	text-align: left;
  
	margin:27px;
	float: left;
	background-color: #800000;
    
}

#ActionItems h2 {
	margin: 0em 0em .5em 22px;
	padding-top: 8px;
    font-size:12px;
    
   

}

#ActionItems p {
	margin: 5px 20px 15px 22px;
    color:#FFFFFF;

}

#ActionItems a {
	color:#5e5e50;
	text-decoration:underline;
    color:#FFFFFF;
    font-size:15px;
    margin: 5px 20px 15px 22px;
    
}

#ActionItems a:hover {
	color:#FF8000;
	text-decoration:underline;
    
}

#ActionItems #Item1 {
	border-top: 8px #FF8000 solid;
    
    
}

#ActionItems #Item2 {
	border-top: 8px #FF8000 solid;

}

#ActionItems #Item3 {
	border-top: 8px #FF8000 solid;

}

#ActionItems #Item4 {
	visibility: hidden;
}

#ActionItems #Item5 {
	visibility: hidden;
}

#NewsItems {
	width: 237px;
	background: url(../images/newsItemsBackground.jpg) no-repeat;
	display: none;
	text-align: left;
	padding-bottom: 3em;
	background-color: #dacec4;
}

#NewsItems .item {
	padding-bottom: 1em;
}

#NewsItems h3 {
	margin: 20px 0px 0px 34px;
}

#NewsItems p {

	margin: 10px 34px 10px 34px;
}

#NewsItems a,#BodyContent a {
	background:url(../images/linkBullet.gif) no-repeat;
	padding:0px 0px 0px 18px;
	text-decoration:none;
	margin: 2em 0 0 2em;
}

#NewsItems a:hover,#BodyContent a:hover {
	background:url(../images/linkBulletOver.gif) no-repeat;
	padding:0px 0px 0px 18px;
	text-decoration:none;
}

#BodyContent {
	text-align: left;
	color: #666666;
	background-color: #55472c;
}

#BodyContent #Content {
	background-color: #ffffff;
	padding:  40px 34px 3em 34px;
	margin-left: 236px;
	width: 401px;
}

#BodyContent h2 {


}

#BodyContent p {
	
	
}

#Footer {
	clear: both;
	font-weight: bold;
}

#Footer #TextLinks {
	padding: 10px 15px 10px 15px;
	text-align: center;
}

#Footer #TextLinks a {
	
}

#Footer #Disclaimer {
	padding: 2px 15px 2px 15px;
}

#Footer #Disclaimer p {
	
}

input.submit
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-color: #FFFFFF;

background-repeat: repeat-x;
color: #333333;
font-size: 75%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

input.submit:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}


#sociallink{
    position:fixed;
    padding-left:820px;
	margin:4px 20px 20px 20px;
  }


/* 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;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 14px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
