/*
File:			custom.css
Description:	Custom styles for Thesis

*/

body.custom {
  background: #000;
  background:url(images/bbc2.jpg) top left repeat-x #000;
}

.custom #page{
  margin-top:0;
  padding-top:0;
}
.custom #content_box {
 /*background:url(images/cb-bg-bg.jpg) top left no-repeat #FFF;*/
background-color: #FFF;
}
.custom #content{


}
.custom #header{
 background:url(images/headerbb.jpg) top left no-repeat;
 border:none;
 height: 90px;
}
.custom #header #logo{
	font-size: 12px;
	text-indent: -19999px;
	/*padding-left:99px;
	padding-top:15px;
	text-align: right;*/
}
.custom #header #logo a {
	color: #004A71;
	font-weight: normal;
}
 .custom #header #tagline {
	font-size: 12px;
	text-indent: -19999px;
/*	font-size: 32px;
	color: #004A71;
	padding-left:89px;
	margin-top:-20px;*/
 } 
.custom a {
color: #004A71;
}


.custom #feature_box { 
background:none;
 }  

.custom #sidebars {
background:url(images/cc-bg-sb.jpg) bottom left no-repeat #E5E5E5;
}
.custom #footer {
 background:#FFF url(images/bbfoot.jpg) no-repeat left top;

	text-align: center;
}
.custom #feature_box {
	background:url(images/cb-bg-bg.jpg) top left no-repeat #FFF;
}
.custom #bgwel {
	background-color: #DEE0E6;
}
.custom #footer H3{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.custom #image_box {
background: none;
padding-top: 1.6em;
}
.custom #tabs {
/*border:none;*/
	border:0;
	top: 108px;
	position: absolute;
}
.custom #tabs li {
border:none;
background:none;
}
.custom #tabs li a{
	color: #91D3DF;
	background-color: #004A71;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	margin-right: 7px;
	

}
.custom #tabs li a:hover{
	color: #FFFFFF;
	background-color: #004A71;

}

.custom #tabs li.current_page_item a{
	color: #FFFFFF;
	background-color: #004A71;
}

.custom #tabs li.current_page_item a:hover{
	color: #004A71;
	background-color: #91D3DF;
}



.custom .sidebar_list h3 {
font: bold 14px Verdana;
text-align:left;
}


