body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
}
img{border: none;}
a{text-decoration:none; color: #1965b1;}
a:hover{color:#333;}
a:focus{outline:none;}
form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
input{
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}
.holder{
	width: 100%;
}
#wrapper .inner-wrapper{
	margin: 0 0 140px;
}
.shadow-bottom{
	display: block;
	height: 23px;
}
#header {
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: solid 1px #fff;
}
/* logo styles */
.logo {
	position: absolute;
	top: 18px;
	left: 19px;
	width: 253px;
	height: 58px;
	z-index:1;
}
.logo a {
	display: block;
	height: 100%;
}
#header .form-holder, .nav, #sub, .services, .breadcrumbs, #sidebar, #footer .info-area, .shadow-bottom{
	display:none;
}
#main{
	height:1%;
	margin: 0 2px;
	padding: 9px 18px 0 17px;
	min-height: 300px;
}
* html #main{
	height: 300px;
	overflow: visible;
}
#content {
	width: 90%;
}
/* tabs block styles start */
.tabs{
	margin: 0 0 2px;
}
.tabs .tabset{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.tabs .tabset:after {
	display: block;
	content: "";
	clear: both;
}
.tabs .tabset li{
	float: left;
	text-align: center;
	margin: 0 1px 0 0;
}
.tabs .tabset .tab{
	float: left;
	font-size: 15px;
	color: #fff;
	padding: 6px 13px;
	min-height: 34px;
}
* html .tabs .tabset .tab{
	height: 34px;
}
.tabs .tabset .tab span{
	display: block;
}
.tabs .tabset .tab .less{
	font-size: 11px;
}
.tabs .tabset .active{
	font-weight: bold;
}
.tabs .tabs-content{
	padding: 8px 0 0;
}
.tabs .tabs-content .frame{
	padding: 15px 17px 18px 22px;
	background: #fff;
	border: solid 1px #cecece;
	border-top: none;
}
.tabs .columns{
	width: 100%;
}
.tabs .columns .left{
	float: left;
	width: 374px;
}
.tabs .columns .right{
	float: right;
	width: 240px;
}
#content h2{
	margin: 0 0 3px;
	font-weight: normal;
	font-size: 17px;
	color: #1965b1;
}
.tabs p{
	margin: 0 0 14px;
	line-height: 20px;
}
#footer {
	position: relative;
	width: 958px;
	padding: 0 6px;
	height: 120px;
	font-size: 11px;
	color: #666;
}
#footer .text{
	float: left;
	width: 315px;
}
#footer .text p{
	margin: 0 0 4px;
}
/* bottomnav Styles */
.bottomnav{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bottomnav li{
	float: left;
	margin: 0 7px 0 -1px;
	padding: 0 0 0 9px;
	background: url(../images/bullet.gif) no-repeat 0 2px;
}
.bottomnav li a{
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.bottomnav li a:hover{
	text-decoration: underline;
}
.content-box{
	border: solid 1px #ccc;
	height: 1%;
	padding: 15px 15px 16px 19px;
}
.content-box p{
	margin: 0;
	font-size: 11px;
	line-height: 20px;
}
.content-box .right{
	float: right;
}
.top-holder{
	width: 100%;
	padding: 0 0 25px;
}
.top-holder:after{
	content:"";	display:block;	clear:both;
}
.photos{
	float: left;
	width: 40%;
	margin: 0 21px 0 0;
}
.photos .general{
	border: solid 1px #ccc;
	padding: 1px;
	margin: 0 0 9px;
}
.photos .general .img{
	padding: 42px 1px 37px 6px;
}
.photos .general img{
	display: block;
}
.photos .name{
	display: block;
	border-top: solid 1px #d1e0ef;
	padding: 4px 16px;
	font-size: 11px;
	color: #fefefe;
}
.photos .small{
	width: 100%
}
.photos .small img{
	float: left;
	margin: 0 7px 0 0;
	border: solid 1px #ccc;
}
.descr{
	float: left;
	width: 50%;
	margin: 0 17px 0 0;
}
.services{
	float: left;
}
.services a{
	display: block;
	margin: 0 0 10px;
}
.services a img{
	display: block;
}
.tbl{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.tbl tr.odd{
	background: #e7f3ff;
}
.tbl td{
	padding: 6px 0 5px 16px;
	font-size: 11px;
}
.tbl td.short{
	width: 185px;
}