/**************** Body and tag styles ****************/
body
{
    font: 12px "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
    text-align: center;
    color: #303030;
    background: #C6C7C9;
    margin: 10px 0 0 0;
    padding: 0;
}

img
{
    border: 0;
    vertical-align: top;
}

a
{
    color: #003366;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

a:hover
{
    color: #003366;
}

hr
{
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

/**************** Headings ****************/
h1
{
    font-size: 20px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 13px;
}

h6
{
    font-size: 12px;
}

/**************** Spacing ****************/
p, hr, h1, h2, h3, h4, h5, h6, pre, address, fieldset 
{
    /*
    margin-bottom: 0.5em;
    */
}

ol
{
    list-style: decimal;
    margin: 1em 0 1em 0.5em;
}

ul
{
    list-style: square;
    margin: 1em 0 1em 0.5em;
}

li
{
    margin: 0 0 0.5em 1.5em;
}

dl
{
    margin: 1em 0 1em 0.5em;
}

dt
{
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

dd
{
    margin: 0 0 0.5em 1.5em;
}

/**************** Theme page, header, search bar, and navigation styles ****************/
#theme_page_container
{
    width: 886px;
    margin: auto;
    padding: 0;
    text-align: left;
}

#theme_container
{
    width: 886px;
    padding: 0;
    margin: 0;
    background:#ffffff;
}

#theme_header
{
    width: 886px;
    height: 139px;
    position: relative;
    background: #C6C7C9 url(../images/header1.png) no-repeat;	
}

#theme_header .logo
{
    position: absolute;
    top: 50px;
    left: 40px;
}

#theme_header .logo img
{
    width: 400px;
    height: 76px;
}

#theme_header .bar
{
	position:absolute;
	right:0px;
	top:20px;
	/*width:100px;*/
	width:75px;
}

#theme_header .search_bar {
    position:absolute; 
    right: 20px; 
    bottom: 20px; 
    width: 210px; 
    height: 29px; 
    border: none; 
    background: url('../images/searchbar.png');
}

#theme_header .search_bar input {
    background:transparent; 
    border: none; 
    height: 25px; 
    width: 160px; 
    padding: 2px 5px 2px 15px;
}

#theme_header .search_bar a {
    position:absolute;
    top:4px;
    right:0;
}

#theme_header #font_resizer
{
	position:absolute; 
	left:680px;
	top:20px;
}

#theme_header img
{
	float:left;
	margin-right:10px;
}

#theme_navigation_bar
{
    height: 44px;
	padding:1px ;
    text-align: center;
	width:870px;
	margin:0 8px 7px 8px;    
	background-image:url(../images/menu_pattern_roll.png);
	background-repeat:repeat-x;
	background-position:center center;	
	display:block;height:auto;
}

/**************** slider ****************/
#slider_container{
	position:relative;
}

#slider_container .slider_banners
{
	position: absolute;
	top: 180px;
	text-align: center;
	z-index: 2;
}

#slider_container .slider_banners img
{
	float:left;
	margin-left: 9px;	
}

#slider_container #slider-wrapper
{
	position:relative;
	width:870px;
	height:268px;
	margin:5px auto 5px;		
	z-index:1;
}

/**************** Content styles ****************/
#theme_content 
{
   /* put background image here for top-to-bottom line */
    width:870px;	
	margin:0 8px;
	padding:0;
}

#theme_content.onecolumn 
{
    margin-top:2px;
    background: none;
}

#theme_content h2
{
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #003366;   
}

#theme_content #theme_maincontent 
{   
	width:870px;
    display: inline;
    float: left;
    margin:0;    	
}

#theme_content #theme_centercol
{
	width:577px;
	float:left;
	padding:0px 0 15px 0px;
	min-height:400px;

}

#theme_content #theme_rightcol
{
    width: 288px;
    padding: 0;    
	margin:0 0 15px 5px;  
    float: left;		
}

#theme_content.onecolumn #theme_maincontent 
{
    width: 967px; /* 990px */
    margin: 15px 15px 15px 8px;
    background: #ffffff;
}

/**************** Footer styles ****************/
#theme_footer
{
    text-align: center;
    padding:0;
    margin: 0;
    color: #676767;  
    font-size: 12px;	
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
	height:18px;	
	background-color:#C6C7C9;
}

#theme_footer .content
{
    position: relative;
}

#theme_footer .content #copyright
{	
    position: absolute;
    top: 25px;
    left: 0px;
    width: 250px;
    height: 30px;
	color:#676767;
}

#theme_footer .content #tessera 
{	
	font-size:11px;
    position: absolute;
    right: 0px;
    top: 25px;
    width: 250px;
    height: 15px;
}

#theme_footer .content #tessera img
{
	margin:2px 0 0 3px;
}


/************************ tables in content ****************************/
#z-maincontent
{
    font-size: 14px;
}

#z-maincontent table
{
    width: 100%;
}

#z-maincontent table caption
{
    text-align: left;
    color: #163753;
    font-size: 18px;
    padding-bottom: 8px;
}

#z-maincontent table th
{
    background: #1c3e5b;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 14px;
    vertical-align: middle;
}

/**************** Misc classes and styles ****************/
.z-block.z-blockposition-right.z-bkey-events .theme_blockcontent
{
	background:#fff;
	color:#000;

}

dl.search_results dt.search_hit
{
	border-bottom:1px solid #D0D5D7;

}
dl.search_results dt.search_hit  a
{
	font-weight:bold;
}


dl.search_results dd
{
	padding:0;
	margin:0;
	font-size:12px;
}

/* Blocks general */
.z-block div.listitem.odd{background:#F1F2F4;}
.z-block div.listitem.even{background:#D8DCE0;}

.z-block div.listitem a {color:#003366; font-size:11px;}
.z-block div.listitem{padding: 10px 15px 10px 15px;}



#theme_content #theme_centercol h1
{
	color:#2B669E;
	font-size:18px;
	text-align:left;
	margin-bottom:8px;
	padding:6px 0 5px 10px;
	border-bottom:5px solid #688CC6;
}

#theme_content #theme_centercol h3
{
	font-size:15px;
	color:#656768;
	margin:0px 0 0px 0;
}


#theme_content #theme_centercol #search_form h3{color:#fff;}

.z-block.z-blockposition-right.z-bkey-extmenu ul{background:#333333;margin:0;padding-left:0px; list-style-type: none;margin:0;padding:0;background:#333333;margin:0;padding-left:0px; list-style-type: none;}
.z-block.z-blockposition-right.z-bkey-extmenu ul li{border-bottom:1px solid #fff;background-position:left center;;display:block;margin:0;background-image:url(../images/bullet.png);background-repeat:no-repeat;padding:5px 24px;}

.z-block.z-blockposition-right.z-bkey-extmenu h1{background:#1F416D;}

.z-block.z-blockposition-right.z-bkey-extmenu  ul li a
{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
	background:#333333;
}

.z-block.z-blockposition-right.z-bkey-extmenu{margin-bottom:10px;}

.z-blockposition-right.z-bkey-extmenu  ul li.inactive,.z-blockposition-right.z-bkey-extmenu  ul li a.inactive{background:#1F416D; cursor:default;}
.z-blockposition-right.z-bkey-extmenu  ul li.inactive{padding:10px 5px 10px 15px;}


.general_table_td
{
	background:#F4F5F7;
	padding:10px;
	vertical-align:middle;
}
.general_table_td_02
{
	background:#F4F5F7;
	padding:10px;
	vertical-align:middle;
	text-align:center;
}
.home-page-box-01-part-01
{
	background:#39547F;
	color:#ffffff;
	padding:10px;
}
.home-page-box-01-part-02
{
	background:#F1F2F4;
	color: #003366;
	padding:10px;
}
.home-page-box-01-part-03
{
	background:red;
	color:#ffffff;
	text-align:center;
	padding:10px;
	margin-bottom:4px;
}
.home-page-box-01-part-03 a
{
	color:#ffffff;
}

.main_buttons_style_01
{
	width:190px; height:33px; padding-top:17px; margin:0px 0px 0px 20px; display:inline-block; color:#ffffff; border:1px solid #ffffff; border-radius:25px; box-shadow: 1px 1px 5px #000000; text-align:center; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,1f3f6d+60,1e5799+100 */
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 0%, #1f3f6d 60%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#1f3f6d 60%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7db9e8 0%,#1f3f6d 60%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

#column2 .z-block.z-blockposition-frontpage_column2.z-bkey-importantpages.z-bid-73{
		margin-bottom: 0px !important;
		}
		


