/* CSS Document */
body {
	background-color: #595b54;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../_img/_interface/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
p {
	line-height: 20px;	
}
a {
	color: #bb2200;
}
ul {
	list-style-image:url(../_img/_interface/grenade.gif);
	list-style-type: square;
}
li {
	margin-bottom:6px;
}
a:hover {
	color:#000000;
}
#center {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#bgtop {
	float:left;
	width: 840px;
	height: 32px;
	background-image: url(../_img/_interface/background_top.gif);
	background-repeat: repeat-y;
}
#bg {
	float:left;
	width: 840px;
	min-height: 100px;
	background-image: url(../_img/_interface/background.gif);
	background-repeat: repeat-y;	
}
#bgbottom {
	float:left;
	width: 840px;
	height: 90px;
	background-image: url(../_img/_interface/background_bottom.gif);
	background-repeat: repeat-y;	
}
#wrapper {
	margin-left: 59px !important;
	margin-left: 29px;
	padding-left: 0 !important;
	padding-left: 1px;	
	float: left;
	width: 722px;
}
#title {
	float: left;
	background-image: url(../_img/_interface/title.jpg);
	height: 100px;
	width: 722px;
}
#nav {
	float: left;
	background-image: url(../_img/_interface/menu.jpg);
	height: 28px;
	width: 722px;
}
#head {
	float: left;
	background-image: url(../_img/_interface/head.jpg);
	height: 100px;
	width: 722px;
}
#banner {
	float: left;
	height: 202px;
	width: 722px;
}
#content {
	float: left;
	background-image: url(../_img/_interface/main.jpg);
	min-height: 500px;
	width: 722px;
	background-repeat: no-repeat;
	padding-top: 24px;
}
#col0 {
	float: left;
	width: 722px;
	width: 658px;
	padding: 0 32px 0 32px;
}
#col1 {
	float: left;
	width: 432px;
	width: 392px;
	padding: 0 8px 0 32px;
}
#col2 {
	float: left;
	width: 290px;
	width: 258px;
	padding: 0 24px 0 8px;
}

/*.search {
	text-align: right;	
	margin: 2px 8px 2px 8px;
	display: block;
	border: 1px solid #ff0000;
}
.search input {
	background-color: #b2b2b7;	
	border: 1px solid #595b54;
}*/
/* Navigation / Menu ******************************************/
#menu{
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}
#menu ul {
	list-style-type: none;
	list-style-image: none;
}
#menu li {
	float: left;
}
#menu li a {
	padding: 7px 14px 7px 14px;
	margin: 0px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	width: 200px !important;
	width: 140px;
	height: 28px;
	line-height: 28px;
}
#menu li a:hover {
	color: #cccccc;
	text-decoration: none;
}
#menu li .active {
}

/* Font Styles ******************************************/
h1 {
	font-size: 32px;
	color: #aeb0ba;
	margin: 32px 0 0 32px;
}
h2 {
	font-size: 16px;
	color: #2a2b30;
	margin: 0 0 8px 32px;
}
.date {
	color: #687073;
	font-size: 14px;
	margin: 0;
}
h3 {
	font-size: 28px;
	color: #344349;
	margin: 0;
}
h4 {
	font-size: 18px;
	color: #687073;
	margin: 0;
}
h5 {
	font-size: 18px;
	color: #687073;
	margin: 0 0 -8px 0;
	padding-bottom: 0px;
}
.alert {
	color: #ee0000;
}
.subcontent {
	padding: 5px 8px 5px 8px;
	width: 234px;
	background: #BEBBAB;
	border: 1px solid #888475;
	margin: 0 0 16px 0;
}
.subcontent2 {
	padding: 5px 8px 5px 58px;
	width: 184px;
	background: #BEBBAB;
	border: 1px solid #888475;
	margin: 0 0 16px 0;
}
.subcontent h1,.subcontent2 h1 { font-size: 18px; color: #344349; margin: 0;}
.subcontent h2,.subcontent2 h2 { font-size: 13px; color: #000000; margin: 0;}
.subcontent p,.subcontent2 p  { font-size: 11px; color: #333230; margin: 8px 0 8px 0; line-height: 16px;}
.subcontent2 .icon {
	float: left;
	margin: 0 0 0 -50px;
}
.break-solid {
	margin-bottom: 8px;
	margin-left: -50px;
	padding: 3px 0px;
	border-bottom: 1px #b2b2a4 solid;
} 
.sidebreak {
	width: 658px;
	margin-bottom: 10px;
	border-bottom: 1px #b2b2a4 dashed;
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
} 

.break {
	float:left;
	width: 90%;
	margin-bottom: 10px;
	margin-left: 32px;
	padding: 3px 0px;
	border-bottom: 1px #b2b2a4 dashed;
} 
.breaknews {
	width: 392px;
	margin-bottom: 10px;
/*	margin-left: 32px;*/
	border-bottom: 1px #b2b2a4 dashed;
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
} 

.ttabs {
	margin-left: 32px;
}
.tooltip {
	position: absolute;
	display: none;
	width: 210px;
	height: 150px;
	background-image: url(../_img/_interface/tooltipbg.gif);
	background-repeat: no-repeat;
}
.tooltip h1 {
	margin: 20px 20px 16px 20px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #b5be94;	
}
.tooltip p {
	margin: 4px 20px 4px 20px;
	font-size: 10px;
	color: #b5be94;
	line-height: 11px;
}
