/*
File:			custom.css
Description:	Custom styles for Thesis

*/

body.custom {
  background:#0f67b5 url(images/y-body-bg.jpg) repeat-x center top;
}

.custom #container{
  margin-top:1em;
}

.custom #page{
/* background:#FFF;*/
 padding: 1em;
}

.custom #header{
  background:url(images/logo.gif) no-repeat;
  width:100%;
  margin:0;
  border:0;
  padding:0;
  height: 220px;
}

.custom #header #logo a{
  font-size: 8px;  
  text-indent:-9999px;
  display:block;
  	color: #0F3C71;
	width:246px;
	height: 206px;
}

.custom #logo{
	color: #0F3C71;
 }
 .custom #header  #tagline  {
	font-family: Georgia,Arial,sans-serif;
	font-size: 32px;
	color: #fff;
	top: 25px;
	color: #0F3C71;
	text-indent:250px;
	position: absolute;
 } 


.custom #content_box {
background:#BFDFFF;

}
.custom #content {

}
.custom #image_box {
background: none;
border:none;
}
.custom #multimedia_box {
background: #FFF;
border:none;
}
.custom #custom_box {
background: #FFF;
border:none;
}

.custom #footer{
border-top:1px solid #C1D7EF;
	padding:0 25px;
	height:64px;
}
.custom #tabs{
 border:0;

}
.custom #tabs li {
  margin-left:12px;
  text-align:center;
  background:none;
  border:0;
  font-weight: bold;
}
.custom #tabs li a{
text-align:center; text-decoration:none; color:#003166; width:138px; padding:27px 0 0 0; height:24px; background:url(images/nav-bg.gif) no-repeat left 18px;
}
.custom #tabs li a:hover{
background:url(images/nav-act.gif) no-repeat left top; padding-top:19px; height:32px;

}

.custom #tabs li.current_page_item a {
background:url(images/nav-act.gif) no-repeat left top; padding-top:19px; height:32px;

}

.custom #tabs li.current_page_item a:hover{
background:url(images/nav-act.gif) no-repeat left top; padding-top:19px; height:32px;
}

.custom #sidebar_2 h3, #sidebar_1 h3 {
	font-family: Verdana, sans-serif;
	color: #BFDFFF;
	font-variant: normal;
	text-transform: capitalize;
	background-color: #143D95;
	font-weight: bold;
	padding: 5px;
}
.teaser {
	color: #FFF; 
 }
.newsletter_submit input {
	background-color: #143D95;
	color: #FFF; 
	padding: 3px;
}