@charset "utf-8";
/* CSS Document */
body{
	background-color:#17595b;
	margin:0px auto;
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;}
	
.banner{
	background-image:url(../images/banner2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:247px;}
	
.top_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	padding-right:50px;
	padding-top:225px;}
	
.top_menu a:link , a:visited{
	color:#12484a;
	text-decoration:none;
	border-left:dotted 1px #12484a;
	padding:0px 4px;}
	
.top_menu a:hover{
	color:#12484a;
	text-decoration:underline;
	padding:0px 4px;}
.main
{
  background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center; 
	min-height:600px; }
	
.left_menu li{
	background-image:url(../images/li.png);
	background-repeat:no-repeat;
	list-style-type:none;
	margin-left: 40px;
    padding-left: 20px;
    padding-top: 10px;
    vertical-align: middle;
	height:29px;}

.left_menu li a:link , a:visited{
	text-decoration:none;
	color:#12484a;}
	

.left_menu li a:hover{
	color:#333;
	text-decoration:none;}
	
.content{
	background-image:url(../images/large_shadow.png);
	background-repeat:no-repeat;
	min-height:500px;
	padding-right:60px;
	padding-left:20px;
	padding-top:10px;}
	
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#166262;
	margin:0px 0px -20px;
	font-weight:normal;
	}
*+ html h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#166262;
	margin:0px 0px -5px;
	font-weight:normal;
	}
.forthcoming{
	width:430px;
	text-align:justify;
	height:222px}
	.img
	{
	    float:right;}
	
.news
{
    width:300px;
	text-align:justify;
	float:left;
	}	
	
.quote_teller
{
	font-style:italic;
	color:#d95d03; }
	
.date
{
    font-size:11px;
    color:#999;
    }
    
 a:link , a:visited
 {
     color:#166262;
     text-decoration:none;}
     
 a:hover
 {   color:#D95D03;
     text-decoration: underline;}
     
.more
{
    float:right;}