* {margin: 0; padding: 0;}

body{	
	color: #000000;
	background: #009da0 url(images/bg.gif) repeat-x;
	font: 12px Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a{
	color: #006d6f;
}

a:HOVER{
	text-decoration: none;
}

p{
	padding: 5px;
}

h1{
	color: #006d6f;
	background: url(images/underline.gif) 0px bottom repeat-x;
	width: 100%;
	padding: 0px 0px 15px 0px;
	display: block;
	font-size: 22px;
}

h2{
	color: #006d6f;
	background: url(images/underline.gif) 0px bottom repeat-x;
	width: 100%;
	padding: 0px 0px 15px 0px;
	display: block;
	font-size: 17px;
}


h4{
	font-size: 16px;
	font-weight: bold;
}

h5{
	font-size: 14px;
	font-weight: normal;
}

input.button{
	cursor: pointer;
}

/*-- MAIN ELEMENTS --*/

.clear{
	clear: both;
}

.wrapper{
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.header{
	background: url(images/header.gif) no-repeat;
	width: 980px;
	height: 88px;
}

.header a.logo{
	width: 249px;
	height: 88px;
	display: block;
	float: left;
	text-indent: -9999px;
}

.footer{
	color: #ffffff;
	background: url(images/footer_back.gif);
	text-align: center;
	padding: 20px 0px 5px 0px;
}

.footer a{
	color: #ffffff;	
}

.footer_2{
	background: url(images/footer_2.gif) no-repeat;
	width: 980px;
	height: 19px;
}

ul.list{
	list-style: none;
	margin: 15px 0px 0px 20px;
}

ul.list li{
	background: url(images/bullet.gif) 0px 2px no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}


/*-- NAVIGATION --*/

ul.nav{
	height: 43px;
	list-style: none;
}

ul.nav li{
	float: left;
	display: block;
}

ul.nav li a{
	color: #000000;
	padding: 15px 10px 14px 10px;
	display: block;
	font: 12px tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}


ul.nav li a:HOVER, ul.nav li a.selected{
	color: #ffffff;
	background: url(images/nav_over.gif);
}

/*-- MAIN --*/

.header_2{
	width: 980px;
	height: 26px;
}	

.content{
	background: url(images/main_back.gif) repeat-y;
	width: 980px;
	padding: 20px 0px 8px 0px;
}

.home .content .c1, .sub .content .c1{
	width: 384px;
	float: left;
	margin: 0px 0px 0px 15px;
	display: inline;
}

.home .content .c2{
	width: 545px;
	float: right;
	margin: 0px 15px 0px 0px;
	display: inline;
}

.home .content .c2 .pic{
	text-align: center;
	float: right;
	margin: 20px 20px 0px 0px;
}

.home .content .c1 .pic{
	text-align: center;
	float: left;
	margin: 20px 20px 0px 0px;
}

.home .content .c2 .pic img{
	border: 2px solid #dfe6f0;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.home .content .c1 .pic img{
	border: 2px solid #dfe6f0;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.home .content .c2 p{
	margin-top: 12px;
}

.image img{
	border: 2px solid #dfe6f0;
	padding: 10px;
	margin: 10px;
	float: right;
}

/*-- NEWSLETTER --*/

.newsletter{
	background: url(images/news-back.gif);
	float: right;
	margin: 5px 5px 0px 0px;
	padding: 5px 8px 5px 8px;
	border: 1px solid #d5d9df;
}

.newsletter h4{
	color: #006d6f;
	margin: 0px 0px 4px 0px;
}

.newsletter input{
	height: 18px;
	margin: 0px;
	padding: 0px;
}

.newsletter input.email{
	font: 12px Trebuchet MS, tahoma, arial, helvetica, sans-serif;
	width: 140px;
}	

.newsletter input.button{
	height: 22px;
	margin: 0px 0px 0px 5px;
}

.newsletter .email_address{
	color: #00afb2;
	font-size: 11px;
	font-weight: bold;
}

/*-- SUB --*/

.sub .content .c1{
	width: 950px;
}

.style1 {font-size: 10px}