/* CSS Document */
	
body { 
	margin: 0px;
	padding: 0px;
	color: #2d4271;
	font-family:Georgia, Times, serif;
	background: #4d618c url("images/background2.jpg") no-repeat top left; 
	}

#header {
	float:left;
	left: 0px;
	top: 0px;
	position:absolute;
	z-index: 1000;
	width: 100%;
}

#subNav { 
	margin: 10px -20px 0px 0px;
	float: right; 
	font-size: 10px;
	}
	
	#subNav a, #subNav a:visited {
		text-decoration: underline;
	}
		
	#subNav a:hover {
		text-decoration: none;
	}
	

.photo-bio{
	float:left;
	padding: 0px 0px 10px 0px;
	left: -40px;
	position:relative;
}	

.photo {
	margin: 0px 0px 10px 10px;
	float:right;

}	


#nav {	
 float:left;
	}

	#nav a, #nav a:visited {
		color: #ffffff;
		text-decoration: none;
		letter-spacing: 1px;
		}
		
	#nav a:hover {
		color: #162a52;
		text-decoration: none;
		}
		

	
	#nav td {
		font-size: 12px;
		text-decoration: none;
		}
		
	#nav td.active {
		background-color: #2d4271;
		}
		
	#nav td.first {
		background-color: #a9b3c6;
		}
		
	#nav td.second {
		background-color: #7684a5;
		}
		
	#nav td.third {
		background-color: #596991;
		}
		
	#nav td.fourth {
		background-color: #485b83;
		}
		
	#nav td.fifth {
		background-color: #3e517c;
		}
	
	#nav a.active {
		color: #396F35;
		}	




	

#home-body-image {
	position: absolute;
	left: 67px;
	top: 176px;
}

#home-body-link {
	position: absolute;
	left: 400px;
	top: 500px;
	color:#FFFFFF;
	font-size: 24px;
	font-weight:normal;
}

	#home-body-link a, #home-body-link a:visited {
		color: #ffffff;
		text-decoration: none;
		}
		
	#home-body-link a:hover {
		color: #162a52;
		text-decoration: none;
		}

#home-footer {
	position: absolute;
	left: 0px;
	top: 580px;
	width: 730px;
	color:#a9b3c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:right;
}

#home-footer  a, #home-footer a:visited {
	color:#a9b3c6;
	text-decoration: none;
}


#home-footer  a:hover {
	text-decoration: underline;
}

	
#copy-body {
	position:absolute;
	z-index: 0;
	left: 0;
	top: 113px;
	width: 601px;
	background-color:#F2F3F7;
	padding: 40px 90px 0px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	#copy-body a, #copy-body a:visited {
		color: #6a7c97;
		}
		
	#copy-body a:hover {
		text-decoration: none;
		}


#copy-body p {
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 10px;
}
#copy-body td {
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 10px;
}

#copy-body h1 {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight:normal;
	text-transform: uppercase;
	padding: 0px;
	padding-bottom: 10px;
	color : #7684a5;
}

#copy-body h2 {
	font-size: 18px;
	line-height: 16px;
	font-family:Georgia, Times, serif;
	font-weight:normal;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
}


#copy-body h3 {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-transform: capitalize;
}

#copy-body strong {
	font-size: 18px;
	line-height: 16px;
	font-family:Georgia, Times, serif;
	font-weight:normal;
	text-transform: capitalize;
}


#copy-body ul {
	font-size: 11px;
	line-height: 14px;
}

#copy-body li {
	padding-top: 6px;
}

#sub-body-image {
	position: absolute;
	left: 678px;
	top: 0px;
	z-index: 500;
}


#footer {
	color: #CCCCCC;
	font-size: 9px;
	font-weight:normal;
	text-align:right;
}



/* This is stuff that should be on every page */



/* Clearfix */ 
.clearfix:after { 
        clear: both; 
        display: block; 
        content: "."; 
        height: 0; 
        visibility: hidden; 
}

* html > body .clearfix { 
        width: 100%; 
        display: block; 
}

* html .clearfix { 
        height: 1%; 
}

/* Firefox Scrollbar Hack - Do not remove */ 
html { 
        margin-bottom: 1px; 
        height: 100%!important; 
        height: auto; 
}