/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(images/bgr.gif) #ffffff repeat-x top;
	color: #000000;
	font: 14px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	letter-spacing: -1px;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #777777;
	text-decoration: underline;
}
input,select,textarea{
	border: #969696 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
h2{
	font-weight: normal;
}
/*=== Layout ===*/
#page,#footer{
	margin: 0 auto;
	width: 900px;
}
/*=== Header ===*/
#header{
	color: #ffffff;
	height: 121px;
}
/*- Logo -*/
#header h1{
	float: left;
	font-size: 34px;
	font-weight: normal;
	line-height: 26px;
	margin: 33px 0 0;
	width: 400px;
}
#header h1 a{
	color: #ffffff;
	display: block;
	text-decoration: none;
}
#header h1 small{
	font-size: 18px;
}
/*- Top Menu -*/
#header ul{
	float: right;
	margin: 85px 0 0;
}
.page_item,.current_page_item {
	background: url(images/tab-bgr.gif) no-repeat;
	float: left;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
}
.page_item a,.current_page_item a{
	color: #ffffff;
	display: block;
	height: 36px;
	line-height: 36px;
	margin: 0 -2px 0 0;
	width: 93px;
}
.page_item a:hover,.current_page_item a{
	background: url(images/tab-hover.gif) no-repeat;
	color: #d80000;
	display: block;
	text-decoration: none;
	}
.current_page_item a:hover{
	text-decoration:underline;
	}

/*=== Columns ===*/
#columns{
	margin: 15px 0;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 20px 0 0;
	width: 550px;
}
#centercol h2{
	font-size: 26px;
	padding: 0px 0px 0px 0px;
}
#centercol h2 a{
	color:#000;
}
#centercol p{
	clear: both;
	padding: 0 0 20px;
}
.entry {
	padding-bottom:20px;
	text-align:justify;
	line-height:18px;
	}
.pagetitle{
	background: url(images/hl-dot.gif) repeat-x left bottom;
	border-top: 2px solid #000000;
	font-size: 18px !important;
	line-height:40px !important;
	margin: 0 0 20px !important;
	padding: 10px;
	text-transform: uppercase;
}
/*- Links / Tags,Posted,Comments - */
.links{
	float: left;
	margin: 0 0 10px;
}
#centercol .links p{
	clear: both;
	height: 22px;
	padding: 0;
}
.comment,.posted,.tags{
	background: url(images/ico-comment.gif) no-repeat left;
	display: block;
	float: left;
	line-height: 26px;
	margin: 0 15px 0 0;
	padding: 0 0 0 22px;
	color: #b2b2b2;
}
.posted{
	background: url(images/ico-user.gif) no-repeat left;
}
.tags{
	background: url(images/ico-tag.gif) no-repeat left;
}
/*- Date -*/
.date{
	background: url(images/date-bgr.gif) no-repeat left;
	float: left;
	height: 86px;
	margin: 0 15px 0 0;
	text-align: center;
	width: 70px;
}
#centercol .date p{
	color: #ffffff;
	font-size: 18px;
	padding: 5px 0 0;
}
.date p em{
	color: #b2b2b2;
	display: block;
	font-size: 36px;
	font-style: normal;
	padding: 10px 0 0;
}
/*--- Right Column ---*/
#rightcol{
	float: right;
	width: 300px;
}
#rightcol h2{
	background: url(images/hl-dot.gif) repeat-x left bottom;
	border-top: 2px solid #000000;
	font-size: 18px;
	margin: 0 0 13px;
	padding: 10px;
	text-transform: uppercase;
}
#rightcol h2 span{
	color: #d60000;
}
/*- Lists -*/
#rightcol ul{
	margin: 0 0 20px;
}
#rightcol li{
	background: url(images/ico-list.gif) no-repeat left;
	font-size: 16px;
	margin: 0 0 9px;
	padding: 0 0 0 20px;
}

/*- Search -*/
.search{
	background: url(images/search-bgr.gif) no-repeat;
	height: 38px;
	margin: 0 0 20px 0;
}
.search input{
	background: none;
	border: 0;
	float: left;
	font-size: 14px;
	letter-spacing: 0px;
	margin: 9px 0 0 10px;
	padding: 2px;
	width: 228px;
	font-weight:bold;
}
.search .btn{
	margin: 9px 0 0 24px;
	padding: 0;
	width: auto;
}
/*=== Footer ===*/
#bottom{
	background: #000000;
	line-height: 30px;
}
#footer{
	color: #ffffff;
	line-height: 36px;
	font-weight:bold;
}
#footer a{
	color: #ffffff;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: -1px 0 0;
}
.fix span{
	clear: both;
}
/*- Navigation -*/
.navigation{
	float:left;
	padding-bottom:15px;
	}
.alignleft{
	display:inline;
	float:left;
	}
.alignright{
	display:inline;
	float:right;
	}
/*-BANS layout stuff-*/
#sitemap {
	width: 450px;
	padding-left: 5px;
	list-style-type: none;
}
#sitemap .title{
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#sitemap a{
	width: 450px;
	padding-left: 5px;
	list-style-type: none;
}
#sitemap ul li.li1 a{
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
}
#sitemap ul li.li2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-left-style: none;
	color: #333333;
	text-decoration: underline;
}

#sitemap ul li.li3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#sitemap ul li.li4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#sitemap ul li.li5 a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: underline;

}

#sitemap ul li.li6 a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#sitemap .info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;

}
#sitemap .info2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;

}
#sitemap .info3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 33px;

}
#sitemap .info4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;

}

.item-layout4 {
	text-align: center;
	float: left;
	background-color: #efefef;
	height: 240px;
	width: 28%;
	margin-left: 6px;
	margin-top: 6px;
	display: block;
	padding: 10px;
	border-style: solid; 
	border-color: #cccccc; 
	border-width: 1px; 
}
.item-layout5 {
	text-align: left;
	float: left;
	background-color: #efefef;
	height: 110px;
	width: 45%;
	margin-left: 6px;
	margin-top: 6px;
	display: block;
	padding: 10px;
	border-style: solid; 
	border-color: #cccccc; 
	border-width: 1px; 
}
.itemname a {
	font-size: 10pt;
	font-family: Arial;
	color: #0000ff;
	text-decoration: underline;
	}
.itemname a:hover {
	font-size: 10pt;
	font-family: Arial;
	color: #0000ff;
	text-decoration: none;
	}
.itemname a:visited {
	font-size: 10pt;
	font-family: Arial;
	color: #ae0000;
	text-decoration: none;
	}