/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff repeat-x top;
	color: #7a7a7a;
	font: .75em Tahoma,Arial,Helvetica,Sans-Serif
}
a{
	color: #5e9fd6;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #5399d3;
	font-size: 1.3em;
	margin: 0 0 .5em
}
h3{
	color: #215a93;
	font-size: 1.2em;
	margin: 0 0 .8em
}
h4{
	color: #215a93;
	font-size: 1em;
	margin: 0 0 .3em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 960px
}
#page-top{
	height: 62px;
	overflow: hidden;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat center top;
	height: 85px;
	padding: 67px 0 0
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 340px
}
#header h1 a{
	display: block;
	height: 65px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 39px;
	letter-spacing: -1px
}
.nav1 li{
	display: inline;
	line-height: 39px;
	padding: 0 19px 0 0
}
.nav1 li a{
	color: #ffffff
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #9cdcf9;
	text-decoration: none
}
/*- Nav1 Submenu -*/
.nav1-sub{
	font: 10px Arial, Helvetica, sans-serif;
	height: 21px
}
.nav1-sub li{
	display: inline;
	line-height: 21px;
	padding: 0 17px 0 0
}
.nav1-sub li a{
	color: #0052a2
}
.nav1-sub li a:hover,
.nav1-sub li.active a{
	color: #000000
}
/*=== Title Placeholder ===*/
.title{
	background: #2b9bd3;
	clear: both;
	color: #ffffff;
	height: 254px;
	margin: 0 0 25px;
	overflow: hidden
}
.title h2{
	color: #ffffff;
	font: bold 24px Arial, Helvetica, sans-serif;
	margin: 0 0 25px
}
.title .pic img{
	border-right: 3px solid #ffffff;
	float: left
}
.title .content{
	float: right;
	padding: 175px 0 0;
	text-align: center;
	width: 222px
}
.title .tbtn{
	padding: 0 20px 0 0;
	text-align: right
}
/*=== All Columns ===*/
#columns{
	display: table-cell;
	display: block;
	height: auto !important;
	height: 650px;
	min-height: 650px;
	padding: 0 11px 15px 0
}
.home #columns{
	height: auto !important;
	min-height: 100px;
}

.homeflash {
  margin: 0 0 2em;
}

/*=== Center Column ===*/
#centercol{
	background: url(../images/centercol-bgr.jpg) no-repeat left top;
	float: left;
	padding: 30px 27px 0 21px;
	width: 605px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 278px
}
/*=== Custom Text Styles ===*/
/*- Welcome Text -*/
.welcome-text{
	color: #215a93;
	font-size: 1.3em
}
.welcome-text p{
	line-height: 1.4em
}
/*- Highlight Text -*/
.highlight-text{
	color: #5399d3
}
/*- Headline Text -*/
.headline{
	background: #2b9bd3;
	color: #ffffff;
	height: 23px;
	line-height: 23px;
	margin: 0 0 10px;
	padding: 0 5px
}
.headline img{
	float: right;
	margin: 6px 0 0
}
/* added bm */ 
.news-date
{
    color:#999999;
    font-size:0.8em;
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.jpg) no-repeat top;
	color: #000000;
	font-size: 12px;
	height: 39px;
	padding: 25px 0 0 17px;
	width: 636px
}
#footer a{
	color: #5399d3
}
#footer p{
	line-height: normal;
	padding: 0
}
#footer ul{
	float: left;
	margin: 0 0 0 -.4em
}
#footer li{
	border-right: 1px solid #5399d3;
	display: inline;
	line-height: 1em;
	padding: 0 .4em
}
#footer li.last{
	border: 0
}
#footer img{
	float: left;
	margin: 0 9px 0 0
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
