@charset "utf-8";
.news_date, .news_date_crucial {
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #0066CC;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		padding: 2px;
		text-decoration: none;
}
.news_date_crucial {
	background-color: #F30;
}
.news_headline {
		background-color: #ffffcc;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
		padding: 2px;

}
a {
color:#06C;
}

a:hover {
color:#FC3C03;
}
*{
	margin:0;
}
.cls  {
	padding-left:40pt;
}
img {border:0}
h1{
	font-size: 24px;
}
h2{
	font-size: 17px;
}
.button {
	margin-right:20px
}
.button2 {
	margin-top:10px
}
.buyimg { float:right }
p {color:#555555}
.clear{clear:both;font-size:1px;visibility:hidden;width:1px;line-height:1px!important;}
.intro {
	line-height:1.3em;
	z-index:0;
}
.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
.spacer{
	background: #33607f;
	height: 1%;
	padding: 5px 25px;
	text-align: center;
}
.small {
	font-size: 0.5em;
	font-weight:bold;
}
h2.block2 {
	padding: 0 15px;
	margin: 0 0 10px 0;
	line-height: 32px;
	background: url(img/newstrip.gif) no-repeat 100% 0 #244487;
	font-weight: normal;
	color: #fff;
	font-size: 138.5%;
}
body {
	color: #000000;
	background-color: #D3D3D3;
	background-position: top;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	line-height: 22px;
}
#wrapper {
	width:900px;
	background-image: url(img/shdw1.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 9px;
	padding-left: 9px;
}
#wrapper #header {
	height: 80px;
	position: relative;
}
#wrapper #header #logo {
	float: left;
}
#wrapper #content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#wrapper #content #posts {
	margin-top:25px;
	margin-bottom:10px;
	padding-right: 14px;
	padding-left: 14px;
}
#wrapper #content #posts .entry {
	height: 212px;
	padding-bottom: 35px;
}
#wrapper #content #posts .buyentry {
	margin-top:15px;
	background-image: url(img/backgray.gif);
	background-repeat: repeat-x;
	padding: 7px;
}
#wrapper #content #promo1 {
	margin-top:10px;
	margin-bottom:10px;
}
#wrapper #content #leftb {
	width:650px;
	float:left;
}
#wrapper #content #rightb {
	width:220px;
	float:right;
}
#footer {
	width:900px;
	background-image: url(img/bg_foote.gif);
	background-color: #FFF;
	height: 68px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 9px;
	padding-left: 9px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
.footerlink {color:#FFF }
A.footerlink {color:#FFF}
A.footerlink:hover {color:#FFF}


/*=== Navigation ===*/
/*- Nav1 -*/

/*=== Page Nav ( alternative with dropdowns) == */

#nav1 {
	font-size:15px;
	font-weight:bold;
	height:30px;
	letter-spacing:-1px;
	float:right;
	text-transform:uppercase;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px;
}
#nav1, #nav1 ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav1 a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	z-index: 100;
}

#nav1 li {
	float: left;
	line-height: 30px;
	margin: 0 4px 0 0;
}
#nav1 li a{
	color: #3f3f3f;
	padding: 0 0 0 13px;
	text-decoration: none
}
#nav1 li a span{
	display: inline-block;
	height: 30px;
	padding: 0 13px 0 0;
}

#nav1 li a:hover,
#nav1 li.active a, 
#nav1 li.current_page_item a{
	background: url(img/btn-rouo.gif) no-repeat left;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: url(img/btn-rouo.gif) no-repeat right; 
}


/* Style drop down list */

#nav1 li ul {
	position: absolute;
	left: -999em;
	width: 168px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
	border-top: 1px solid #F7F6F6;
}
#nav1 li ul li {
	border: 1px solid #F7F6F6;
	border-width:0 1px 1px;
	background: #FFF;
	float: none;
}

#nav1 li.current_page_item ul li a{
	background: #FFF;
}

#nav1 li ul li a:hover,
#nav1 li ul li.active a, 
#nav1 li ul li.current_page_item a{
	background: #F6F6F6;
}

#nav1 li ul li a span,
#nav1 li ul li.active a span,
#nav1 li ul li.current_page_item a span,
#nav1 li ul li a:hover span {
	background:none !important;
	color: #000;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}

#nav1 li ul li a span{
	display:inline;
	height: 30px;
	padding: 0 13px 0 0
}

#nav1 li ul li a {
	line-height: 30px;
	font-size: 11px;
	color: #555555;
	width: 150px;
}

#nav1 li ul li ul li a {
	border-width:0 1px 1px 0px;
}
#nav1 li ul ul {
	margin: -31px 0 0 163px;
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

html>body #nav1 li ul li { *margin-top:-2px; }
