﻿/*
$Id: main.css,v 1.130.2.5 2009/06/15 08:03:34 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

html,body {
  	height: 100%;
  	background-color: #ffffff;
  	margin: 0px;
  	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
  	border: 0px none;
  	color: #5a595c;
	background-color: #ffffff;
}

.fade-container {
	position:relative;
	width: 1059px;
	margin: 0px auto;
  	background-image:url('images/background.jpg');
	background-repeat:repeat-y;
}
.fade {
	position:relative;	
	margin: 0px auto;	
	width: 909px;
}

.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	margin:0px;
}
a {
	color: #5a595c;
	text-decoration:none;			
}

.hidden{
	display:none;
}

/*==============================================================================

Header

==============================================================================*/

.header {
	height: 157px;
	position: relative;
	width: 909px;
	float: left;
  	background-image:url('images/header.jpg');
}

/*==============================================================================

Menu

==============================================================================*/

.menu {
	height: 28px;
	margin: 0px;	
	position: relative;
	float:right;
	width: 909px;
  	background-color: #a4b438;
	border-bottom: solid #ffffff 3px;
}

.menu_padding {
	padding: 7px 0px 0px 0px;
}
.main_menu {
	height: 15px;
	margin: 0px;
	position: relative;
	width: 550px;
	float: right;
}
.main_menu ul{
	margin:0px;
	padding: 0px;
	float:right;
	height: 15px;
}
.main_menu li{
	list-style:none;	
	float:left;
}

.main_menu li a{
	color:#ffffff;
	font-size:13px;
	line-height: 13px;
	font-weight:normal;
	text-decoration:none;
	padding: 0px 25px 0px 25px;	
	border-right:1px #ffffff solid;	
	display: block;
}

.main_menu li#end a{
	border-right:0px;		
}

.main_menu .active a{
	color: #fcf7bb;
}

.main_menu a:hover{
	color: #fcf7bb;
}


/*==============================================================================

Banner

==============================================================================*/

.banner {
	height: 362px;
	border: 0px;
	margin:0px;	
	position: relative;
	width: 909px;
	float: left;
}


/*==============================================================================

Main Contents Area

==============================================================================*/


.content-container {
	float: left;
	position: relative;
	width: 939px;
}
.content {
	float: left;
	min-height: 150px;	
	position: relative;
	width: 909px;
	padding-bottom: 0px;
	background-color: #ffffff;	
}
.content-padding {
	padding: 18px 0px 18px 0px;
}
.text{
	width:660px;
	float:right;
}
.text span.title{
	display:block;
	line-height:180%;
}
.text span.title span.small{
	font-size:10px;
}

.text div.title{
	color:#140b52;
	font-size:16px;
	font-weight:bold;
}
.sidebar{
	width:156px;
	float:left;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	line-height: 30px;	
	font-weight:normal;	
}
h2#sub {
	line-height: 20px;		
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 33px;
	line-height: 38px;	
	color: #0b3b6f;	
	font-weight:normal;	
}
h1#blue {
	color: #17b5ff;			
}
a.grey {
	color: #252525;				
}

/*==============================================================================

Contact

==============================================================================*/

#contactbox, #contactbox a {
	color: #fff;
}
#contactbox .box {
	width: 659px;
	height: auto;
	background-color:#2a1e5e;	
}
#contactbox input {
	width: 170px;
	font-size: 14px;
}
#contactbox textarea {
	width: 555px;
	height: 150px;
}
#contactbox .padding{
	padding: 16px;	
}
#contactbox .padding2{
	padding: 16px 16px 16px 190px;	
}
#contactbox .box1{
	width: 100%;
	height:auto;
	background-color:#a4b438;	
	border-bottom: 9px solid #2a1e5e;
}
#contactbox .box2{
	width: 100%;
	height:auto;
	background-color:#a4b438;	
	border-bottom: none;
}

/*==============================================================================

Footer

==============================================================================*/


.footer {
	float: left;
	position: relative;
	width: 909px;
	height: 65px;	
	border-top: solid #a4b438 3px;	
	font-size: 13px;
}
.footer_padding {
	padding: 0px 0px 10px 0px;
}
.footer-blue{
	color: #07284d;
	font-weight:bold;
}






/*==============================================================================

margins / padding

==============================================================================*/

.padding_top8 {
	padding-top: 8px;				
}
.padding_top20 {
	padding-top: 20px;				
}
.padding_all_10 {
	padding: 10px 10px 10px 10px;				
}




/*==============================================================================

tabs

==============================================================================*/
.pics .jcarousel-control{
	width:650px;
	padding:5px 5px 2px 5px;
	background:#c4c3c3;
}
.pics .jcarousel-control a{
	padding:0px;
	margin:0px 2px 0px 0px;
	display:inline;
}
.pics .jcarousel-clip{
	background:#c4c3c3;
}
	
