body {
	min-width:960px;
	margin:0px;
	background: url('../images/body_bg.png') 0 0 repeat-x #FFFFFF;
	font-family: sans-serif;
}

body.home{
	background: url('../images/home_body_bg.png') 0 0 repeat-x #fff;
} 

#header {
	background: url(../images/header_bg.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 99px;
	width: 100%;
	background-color: #243c5b;
}
#container {
	background: url(../images/content_top_bg.png) repeat-x 0 -2px #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	width: 960px;
}
#logo {
	height: 99px;
	position: relative;
	z-index: 100;
}
#nav {
	position: absolute;
	top: 94px;
	z-index: 102;
}
body.home #navMain {
	position: relative;
	top: 5px;
}
#navMain div {
	background: url(../images/nav_bg.png) repeat-x 0 0;
	height: 41px;
	position: absolute;
	top: 0;
}

.slider_caption {
	width: auto;
	height: auto;
	margin-top:30px;
	float:left;
}

.slider_description {
	background: none repeat scroll 0 0 rgba(0,0,0,0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	position: relative;
	width: 480px;
	height: auto;
	padding: 20px 30px;
    text-align: left;
    line-height: 36px;
    font-family:'Teko';
    font-size: 35px;
    text-transform: uppercase;
    color: #FFFFFF; transform:perspective(0px);
}

.slider_link {
	background: none repeat scroll 0 0 rgba(0,0,0,0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	position: relative;
	margin: 10px 0px;
	padding: 5px;
	float:right;
}

.slider_link a{
	display: block;
	font: 12px Arial,sans-serif;
	color: #fff;
	text-decoration:none;
	transform:perspective(0px);
}
.slider_link a:hover{
	text-decoration:underline;
}

#content-body {
	margin: 10px 0px;
}

#content-body .breadcrumb {
	background: none;
	font-size: 11px;
}

#content-body .breadcrumb> li + li:before {
content: '>\00a0';
}


#bottom_container {
	background: url(../images/container_bottom_bg.png) repeat-x 0 0;
	position: relative;
	top: 0px;
	left: 0;
	z-index: 0;
	height: 330px;
	width: 100%;
}

#bottom_container_wrapper {
	width:960px;
	height:100%;
	margin: 0 auto;
}

.news_content {
	margin:20px;
}

.news_content h1{
	font: normal 14px arial;
	color: #03254d;
	padding: 0px 0;
}

.news_content ul{
	list-style-type: none;
	padding:0px;
}

.news_content p{
	color: #696a6c;
	font: 12px/16px sans-serif;
}

.news_content a{
	color: #074187;
	font: 12px/16px Arial, sans-serif;
	text-decoration: none;
}

.news_content a:hover{
	text-decoration: underline;
}

.bottom_content {
	background-color: #ffffff;
	margin: -20px 10px;
	width: 250px;
	height: 100%;
	display: inline-block;
	vertical-align:top;
}

#footer {
	background-color: #0f6eb1;
	width:100%;
	height:50px;
	vertical-align: middle;
	display: table;
}

.footer_wrapper {
	display: inline-block;
	vertical-align: middle;
	display: table-cell;
	margin:auto;
}

.footer_wrapper a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.footer_wrapper a:hover{
	text-decoration:underline;
}

.footer_wrapper table tr td{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 15px;
}

#content-wrapper{
	clear:both;
	display:block;
}

#category-list{
	display: inline-block;
	width:230px;
	float:left;
	padding:10px 30px 10px 10px;
}

#category-tree li.collapsable > a, #category-tree li.expandable > a{
	color:black;
}

#category-tree > li {
	padding-top:8px;
	padding-bottom:8px;
}

#main-content {
	padding:0px 20px 20px 230px;
}

#main-content > h2 {
	margin-top:0px;
	padding-bottom: 20px;
	color:#084690;
}
