@charset "utf-8";
/* CSS Document */

body, table, td, div, img, a, p
	{
		margin:0;
		padding:0;
		border:none;
		}
		
body
	{
	background-image:url(../images/bg-main.jpg);
	background-repeat:repeat-x;
	background-color:#4E6768;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a
	{
	color:#fff;
	text-decoration:none;
	
	}

a:hover
	{
	text-decoration:underline;
	}
			
	

p
	{
	line-height:1.3ems;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}

img.right
	{
	float:right;
	padding:5px 0 5px 5px;
	
	}
		

.wrapper
	{
	margin:0 auto;
	width:765px;
	}
		
.headerNav
	{
	text-align:right;
	font-size:10px;
	padding:10px 5px;
	}
	
.header
	{
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	width:755px;
	height:167px;
	padding:5px 0 0 10px;
	}

.subheader
	{
	background-image:url(../images/bg-subheader.jpg);
	background-repeat:no-repeat;
	width:545px;
	height:167px;
	padding:5px 0 0 220px;
	}

ul.nav	
	{
	list-style-type:none;
	margin:0;
	padding:40px 0 10px 0;
	}
	
ul.nav li	
	{
	list-style-type:none;
	margin:0;
	padding:0;
	}
		
.contentLeft
	{
	float:left;
	}

.contentLeft.home
	{
	width:240px;
	text-align:right;
	}

.contentLeft.home p
	{
		padding:0 0 0 10px;
		
	}

.contentRight
	{
	float:left;
	}
	
.contentLeft.sub
	{
	width:200px;
	text-align:right;
	}


.contentRight.sub
	{
	background-image:url(../images/bg-subcontent.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:20px 24px;
	width:515px;
	}
	
	

.footer
	{
	clear:both;
	float:none;
	padding:10px 0;
	text-align:center;
	font-size:10px;

	}

ul.footerNav
	{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
ul.footerNav li
	{
	list-style-type:none;
	display:inline;
	padding:0 20px;
	}
	
	
