body{
	font-family: "Verdana", "Arial";
	font-size: 14px;
	background-color: #FFFFFF;
}

p{
	margin-bottom: 60px;
	margin-top: 0px;
}

.container{
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -522px;
}

.content {
		position:absolute;
		left:50%;
		margin-left: -512px;
		top:500px;
		width:1024px;
		padding-top:25px;
		padding-bottom:0px;
		background-image:url(../images/contentBG.jpg);
		background-repeat:repeat-y;
		background-color:#FFFFFF;
		}
		
.textPad {
		margin-left: 400px;
		width:575px;
		margin-top:10px;
		}
	


.highlightColumn {
	width: 330px;
	height: auto;
	top: 518px;
	position: absolute;
	left: 50%;
	margin-left: -485px;
	padding: 0px;
}	
		
.textPadHighlight {
		margin-left: 25px;
		width:330px;
		margin-top:0px;
		}
		
.textPadShort{
		width:575px;
		height: auto;
		top: 525px;
		position: absolute;
		left: 50%;
		margin-left: -112px;
		padding: 0px;
}
		
.header{
	top: 0px;
	width: 1024px;
	height: 150px;
}

.footer a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5 10 5 10;
}

.footer a:hover{
	font-size: 12px;
	color: #e8edaa;
	text-decoration: none;
	padding: 5 10 5 10;
}


.footer{
	background-color: #0e8385;
	width: 1024px;
	height: 43px;
	text-align: center;
}


.footer p{
	color: #6b4b3b;
	font-size: 11px;
	margin-top: 10px;
}

.footer2{
	background-color: #FFFFFF;
	width: 1024px;
	height: 35px;
	text-align: center;
	padding-top: 20px;
}

.footer2 p{
	color: #6b4b3b;
	font-size: 11px;
	margin-top: 10px;
}

.animation{
	background-color: #d7ccae;
	width: 1024px;
	height: 298px;
	position: absolute;
	top: 190px;
}


.highlightColumn li{
	list-style: url(../images/bullet.gif);
	margin-bottom: 20px;
	margin-left: -25px;
	margin-top: 0px;
}

.content li{
	list-style: url(../images/bullet.gif);
	margin-bottom: 20px;
	margin-left: -25px;
	margin-top: 0px;
}

.highlightColumn ul{
	margin-top: 0px;
}

.content ul{
	margin-top: 0px;
}


h1{
	color: #c08446;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h2{
	color: #1e846c;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h3{
	color: #1e846c;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h4{
	color: #1e846c;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 12px;
}

ul.tabs{
			margin:0px; padding:0px;
			margin-top:2px;
			margin-bottom:0px;
			}
			
ul.tabs li {
			list-style:none;
			display:inline;
			}
			
ul.tabs li a{
			background-color:#0e8385;
			color:#FFFFFF;
			padding:6px 32px 6px 32px;
			text-decoration:none;
			font-size:12px;
			text-transform: uppercase;
			}
			
ul.tabs li a:hover {
			background-color:#bc874f;
			}
			
ul.tabs li a.active{
			background-color: #6b4b3b;
			}