/* CSS Document */
body{
background: #ED1B24;
	margin: 0;
	padding: 0;
	font-family: arial, helvetical, sans-serif;
	font-size: 12px;
	color: #737373;
	text-align: center;
}

#body-inner{
background: #FFFFFF url(../images/bg.jpg) repeat-x;
padding-bottom: 70px;
}

p{
	margin: 1em 0 1em 0;
	line-height: 1.5em;
        margin-bottom: 1.6em;
}

a{
	color: #f2002e;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
  width: 840px;
  margin: 0 auto 0 auto;
  text-align: left;
}

h2{
	background: #423e3f;
	height: 45px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 47px;
	text-indent: 10px;
	margin: 0 0 18px 0;
	padding: 0;
}

h3{
	color: #f2002e;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	margin: 20px 0 0 0;
}

#header{
	background: url(../images/watermark.gif) no-repeat top right;
	height: 152px;
}

#logo h1{
	text-indent: -2000px;
	padding: 0;
	margin: 0;
}

#logo{
	width: 248px;
	height: 61px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
	display: inline;
	margin-top: 73px;
}

#navigation{
	width: 590px;
	float: right;
	font-size: 11px;
	font-family: Tahoma, arial, helvetical, sans-serif;
	position: relative;
	margin-top: 73px;
	display: inline;
	height: 25px;
}

#navigation ul{
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
	float: right;
}

#navigation li{
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

#navigation ul li a{
	color: #a8a8a8;
	text-decoration: none;
	display: block;
	line-height: 25px;
	height: 25px;
	padding: 0 10px 0 10px;
	float: left;
}

#navigation ul li a:hover{
	color: #FFFFFF;
}

#navigation ul .active{
	background: url(../images/red_btn_left.gif);

}
#navigation ul .active a{
	color: #FFFFFF;
	background: url(../images/red_btn_right.gif) no-repeat center right;

}

#breadcrumbs{
	height: 30px;
	line-height: 28px;
	color: #a8a8a8;
	margin-bottom: 20px;
	font-size: 11px;
}

#breadcrumbs a{
	color: #a8a8a8;
	text-decoration: none;
}

#breadcrumbs a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#content .leftcolumn{
	width: 600px;
	margin-right: 20px;
	float: left;
	display: inline;
}

#content .rightcolumn{
	width: 220px;
	float: left;
	display: inline;
}

#content img{
	border: 1px solid #423e3f;
}

.slideshow{
	margin-bottom: 20px;
}

.newspost{ 
	margin-bottom: 15px;
	font-size: 11px;
}

#clientlogin_btn a{
	display: block;
	color: #FFFFFF;
	background: #882a2e;
	width: 42px;
	height: 26px;
	font-size: 11px;
	line-height: 10px;
	text-align: center;
	padding-top: 3px;
	float: right;
	clear: both;
}


#footer{
	background: url(../images/bg_footer.jpg) repeat-x;
	height: 87px;
}

#footer-inner{
	width: 840px;
	margin: auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 87px;
}

#footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	left: -10px;
}

#footer li{
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #FFFFFF;
}

#footer .last{
	border-right: 0px;
}

#footer a{
	color: #FFFFFF;
}

#footer .left{
	width: 670px;
	float: left;
	
}

#footer .right{
	width: 150px;
	float: right;
	text-align: right;
}

.B_currentCrumb{
      color: #FFFFFF;
      font-weight: bold;
}

.thumbscontainer{
     width: 600px;
position: relative;
left: -5px;
top: -5px;
}