
/*  GLOBAL -------------------------------------------    */

* {
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0px;
padding:0px;
}

:-moz-any-link:focus {outline:none;}
form {margin:0px;}
textarea,select,input {font-family:arial;}
img {border:0px; }

ul {
margin: 5px 0px 5px 18px;
}

td {vertical-align:top;}

body  {
margin:0px;
padding:0px;
text-align:center;
background: #777777;
}

.maincontainer {
width:1000px;
margin-left:auto;
margin-right:auto;
text-align:left;
padding-top:0px;
}

.homecontainer {
position:relative;
background: #ffffff; 
float:left;
width:1000px;
  min-height:445px;
  height:auto !important;

}

/*  TEXT -------------------------------------------    */

body, div, .plaintext  {
font: 12px Arial,helvetica,MS san-serif;
text-decoration:none;
color:#505050;
line-height:18px;
}

a {
text-decoration:underline;
color : #49929c;
}

a:hover {
text-decoration:none;
color : #49929c;
}

/*  TOPNAV -------------------------------------------    */

.topbanner {
width:1000px;
height:129px;
}

.linklogo {
float:left;
display:inline;
width:286px;
height:120px;
margin: 0px 0px 0px 19px;
}


.bannertext  {
font: 11px arial, helvetica, sans-serif;
text-decoration:none;
color:#d0ebef;
width:416px;
height:52px;
margin: 30px 0px 0px 0px;
float:right;
display:inline;
}

.homecontent {
width:1000px;
float:left;
display:inline;
height:auto;
background:#ffffff url(images/homegraybackbar.gif) bottom no-repeat;
}

.homenews {
width:1000px;
float:left;
display:inline;
background-color:#e4e1d2;
height:auto;
padding: 0px 0px 30px 0px;
}



/*  TOP  NAV HORIZONTAL-------------------------------------------    */

.topnavbox {
float:left;
display:inline;
height:47px;
width:653px;
margin: 0px 0px 0px 10px;
background:  url(images/navback.gif) bottom repeat-x; 


}

.topnav,.topnavon  {
float:left;
display:inline;
font:bold 15px Arial,helvetica,MS san-serif;
padding: 0px 0px 0px 0px;
height:47px;
line-height:48px;

}

.topnav a,.topnav a:hover,.topnavon a:hover,.topnavon a  {
text-decoration:none;
text-align:center;
padding: 0px 22px 0px 22px;
height:47px;
display:block;
}

.topnav a {
color:#2d818d;
}

.topnav a:hover {
color:#165f69;
background: #aed7dd; 
}

.topnavon a:hover,.topnavon a  {
color:#2d818d;
background: #ffffff; 
}

/*  FOOTER -------------------------------------------    */

.footer {
	width:1000px;
	height:110px;
	padding: 30px 0px 0px 0px;
	display:inline;
	float:left;
	background: #3f221a;
}

.footerleft,.footerright {
font: 11px Arial,helvetica,MS san-serif;
line-height:22px;
color : #858484; 
text-align:left;
display:inline;
float:left;
}

.footerleft {
width:600px;
margin: 14px 0px 0px 78px;
}

.footerright {
width:250px;
margin: 0px 0px 0px 20px;
}

.footerleft a  {
	color : #858484; 
	text-decoration:none;
}

.footer a:hover {
	color : #858484;
	text-decoration:underline;
}

div.news2ndhead,.news2ndhead a   {
	font-size : 15px;
	color : #3b8995;
	font-weight : bold;
	font-family : Arial,helvetica, MS san-serif;
	text-decoration:none;
}

.news2ndhead a:hover  {
	font-size : 15px;
	color : #3b8995;
	font-weight : bold;
	font-family : Arial,helvetica, MS san-serif;
	text-decoration:underline;
}



