html{
	margin:0;
	padding:0;
	font-size:100.01%;
}
body{
	margin:0;
	vertical-align: top;
	padding:0;
	font:12px/14px arial,sans-serif;
	background:#dcdcdc;
	min-width: 770px;
	margin: 0 auto;
}
a{
	color:#000;
	text-decoration:none;
	cursor: pointer;
}
a:hover{text-decoration:underline;}
a:focus{outline:none;}
form{display:inline;}
img.left{float: left;}
img{
	display:block;
	border: none;
}
form, 
fieldset{display:inline;}
label,select,textarea,input{vertical-align:middle;}
select, input, textarea{
	font: 12px/14px Arial, sans-serif;
	color: #000;
}
.header{
	background: url(../images/bg-header.jpg) no-repeat;
	height: 173px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.logo{
	display: block;
	background: url(../images/logo.gif) no-repeat;
	width: 258px;
	height: 153px;
	overflow: hidden;
	text-indent: -3000px;
	position: absolute;
	left: 20px;
	top: 11px;
}
.txt{
	display: block;
	position: absolute;
	left: 285px;
	top: 73px;
}
.main-holder{
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 4px;
}
.main{
	background: #fff;
	width: 100%;
}
#content-outer{
	overflow: hidden;
	width: 100%;
}
.content-holder{
	width:100%;
	float:left;
	border-top: 19px solid #333;
}
.content{
	padding:0 0 0 23%;
	font-size: 12px;
	line-height: 24px;
	background: white;
}
.frame{
	width: 184px;
	float: left;
	margin-right: 18px;
}
.frame img{float: left;}
.frame div{
	position: relative;
	height: 0;
	width: 100%;
	line-height: 0;
	font-size: 0;
	clear: both;
}
.frame span{
	position: absolute;
	color: #000;
	background: #919191;
	left: 0px;
	bottom: 0px;
	font-size: 10px;
	line-height: 12px;
	padding: 3px 9px 4px 6px;
}
.content-inner{padding: 15px 38px 20px 68px;}
.content h1{
	margin: 0 0 -14px 0;
	padding: 5px 0 12px 16px;
	font-size: 18px;
	line-height: 20px;
	color: #4F4F4F;
	border-bottom: 1px solid #6b6b6b;
	position: relative;
	background: url(../images/border1.gif) no-repeat 0 6px;
}
.content p{
	margin: 0;
	padding: 24px 0 0;
}
.content .list{
	margin: 0;
	padding: 20px 0 0 20px;
	line-height: 16px;
	list-style: none;
}
.content .list li{
	margin: 0;
	padding: 0 0 3px 12px;
	background: url(../images/marker.gif) no-repeat 0 7px;
}
.content .list li a{text-decoration: underline;}
.content .list li a:hover{text-decoration: none;}
.datestamp {font-size:80%; color:#d4d4d4;}
.newdatestamp {font-size:80%; color:#FF9203;}
.newishdatestamp {font-size:80%; color:#E1B070;}
.list-holder, 
.list-holder1{
	overflow: hidden;
	padding-top: 36px;
	padding-left: 30px;
}
.list-holder1{padding-top: 0;}
.list-holder1 div, 
.list-holder div{
	float: left;
	width: 49%;
}
.column{
	width:23%;
	float:left;
	background: #333;
	margin: 20px 0 0 -100%;
}
.nav{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width:100%;
}
.nav li{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width:100%;
	vertical-align:top;
}
.nav a{
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	display: block;
	height:1%;
	background: url(../images/border.gif) no-repeat 0 100%;
	padding:4px 10px 4px 15px;
	position: relative;
	text-transform: uppercase;
}
.nav a:hover{text-decoration: none;}
.nav li.hover, .nav li:hover{
	left: -4px;
	background: #000;
	border-right: 4px solid #000;
	margin-right: -4px;
}
.nav li .active, .nav li.hover a, .nav li:hover a{
	background: #000 url(../images/border.gif) no-repeat 0 100%;
	border-left: 4px solid #ff9203;
}
.nav li.hover, .nav li:hover{position: relative;}
.nav li.hover ul, .nav li:hover ul{display: block;}
.nav li ul{
	margin: 0;
	padding: 0;
	padding-left: 4px;
	list-style: none;
	position: absolute;
	width: 113px;
	top: 0;
	left: 100%;
	display: none;
	background: none;
	z-index: 10;
}
.nav li li{
	background: url(../images/bg-nav-sub.png);
	width: 113px;
}
.nav li.hover li a, .nav li:hover li a{
	padding-left: 12px;
	background: url(../images/border.gif) no-repeat 0 100%;
	padding: 4px 0 4px 11px;
	width: 98px;
	position: relative;
	margin: 0;
	border-left: 4px solid #fff;
}
.nav li.hover li, .nav li:hover li{position: static;}
.nav li.hover li, .nav li:hover li{border-right: none;}
.nav li.hover li a:hover, .nav li:hover li a:hover{border-left: 4px solid #ff9203;}
.footer{
	clear:both;
	border-top: 1px solid #fff;
	background: #000;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 4px 0 5px 250px;
}
.footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footer ul li{
	margin: 0;
	padding: 0 15px;
	display: inline;
}
.footer a{
	color: #fff;
}
.footer .copyright{
	float: left;
	margin-left: -239px;
	text-align: left;
}
/* 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;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] { display: none !important;}
/* 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 {font-size: 18px;}
.sIFR-hasFlash .header .txt span {font-size: 19px;}