	/* SITE WIDE FOUNDATIONAL STYLES */
	body 
	{
	    background: #003F72;
		font: 11px/18px verdana, arial, helvetica, sans-serif;
		color: #000;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	a:link 
	{
		border:0;
		color: #AA542D;
		text-decoration: none;
	}
	a:visited
	{
		border: 0;
		color: #AA542D;
		text-decoration: none;
	}
	a:hover
	{
		border: 0;
		color: #003F72;
		text-decoration: underline;
	}
	a:active
	{
		border: 0;
		color: #003F72;
		text-decoration: underline;		
	}
	img
	{
		border: 0;
		margin: 0;
	}
	hr {
		height: 1px;
		color: #0e3a51;
	}
	
	/* HOMEPAGE CONTAINTERS/CONTENT */
	
	
	
	
	#outer-container 
	{
		width: 800px;
		padding: 0;
		position: absolute;
		left: 50%;
		margin-left: -380px;
	}
	

#animation
	{
		
		position:relative;
        top:50px;
		width: 800px;

	}
	
	#hometitle
	{
		font: 16px Georgia, "Times New Roman", times, serif;
		position:relative;
        left:435px;
        top:50px;
		width: 300px;
		height: 1%;
		color: #AA542D;
		}
	
	#homesub-copy-box
	{
		float: left;
		width: 570px;
		height: 1%;
		margin-top: 20px;
		padding: 60px 20px 24px 14px;
	
	}
	

	#homesub-sidebar
	{
		float: left;
		clear: none;
		width: 120px;
		height: 1%;
		margin-top: 20px;
		padding: 60px 18px 28px 28px;

	}
	

	
	/* SUBPAGE CONTAINTERS/CONTENT */
	
	#sub-content
	{
		width: 800px;
		margin: 0;
		padding: 0;
		background-position: 0px 0px;
		background-color: #FAF3DC;
		
	}
	.subtop1 {
		background:  url("/assets/images/top1.jpg") no-repeat;
	}
		.subtop2 {
		background: url("/assets/images/top2.jpg") no-repeat;
	}
		.subtop3 {
		background: url("/assets/images/top3.jpg") no-repeat;
	}
		.subtop4 {
		background: url("/assets/images/top4.jpg") no-repeat;
	}
	
	.subtop5 {
		background: url("/assets/images/top5.jpg") no-repeat;
	}
	
	
	
	#title
	{
		font: 16px Georgia, "Times New Roman", times, serif;
		position:relative;
        left:435px;
        top:228px;
		width: 300px;
		height: 1%;
		color: #AA542D;

	}
	
	#sub-copy-box
	{
		float: left;
		width: 570px;
		height: 1%;
		margin-top: 200px;
		padding: 60px 20px 24px 14px;
	
	}
	

	#sub-sidebar
	{
		float: left;
		clear: none;
		width: 120px;
		height: 1%;
		margin-top: 200px;
		padding: 60px 18px 28px 28px;

	}
	#footer
	{
		width: 800px;
		height:78px;
		margin-bottom: 0;
		background-color: #fff;
		padding: 0;
		background:  url("/assets/images/bottom.jpg") no-repeat;
	}
	
	li {

font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
list-style-image: url("/assets/images/bullet.jpg"); 
color: #000000;
margin-top: 15px;

}


	
	/* SITE-WIDE TYPE AND HEADERS */
	h1
	{
		font: 22px Georgia, "Times New Roman", times, serif;
		color: #AA542D;
		margin: 10px 0 4px 0;
	}
	h2
	{
		font: 14px/20px Georgia, "Times New Roman", times, serif;
		color: #AA542D;
		margin: 0 0 -10px 0;
	}
	h3
	{
		font: 18px/20px Georgia, "Times New Roman", times, serif;
		color: #AA542D;
		margin: 21px 0 0 0;
	}
	h4
	{
		font: 14px/20px Georgia, "Times New Roman", times, serif;
		color: #AA542D;
		margin: 21px 0 0 0;
	}
	h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 
	em	{font-weight: bold;}
	i {font-style: italic;}
	
	
	.cfloat-r 
	{
		float: right;
		margin-top: 10px;
		margin-right: 20px;
		margin-left: 40px;
		margin-bottom: 10px;
		border-style: solid;
		border-color: #BDE0EB;
		border-width: 1px;
	}
	
	.clear {
		clear: both;
		margin-bottom: 0px;
	}

