/* 
--CSS STRUCTURE--
body declaration
Layout elements - All pages
Layout elements - Home Page only
Layout elements - Lower Level pages
Text elements
Classes
*/

body {
	font-family: sans-serif;
	text-align:center;
	margin:0px auto;
	background: url(http://jeffreyhannan.com/dev/images/headerBG.png) repeat-x top left;	
}

div {
	display: block;
	padding: 0;
	margin: 0;
}

/* Layout IDs - ALL PAGES*/

#header
{
		width: 900px;
		height: 120px;
		background: url(http://jeffreyhannan.com/dev/images/headerBG.png) no-repeat top left; 
		padding-top: 0px;  /* 20px */
		margin-top: -10px;  /* new */
		overflow: hidden;
}

#footer
{
	width: 900px;
	margin: 0px auto;
	padding-top: 8px;
	position: relative;
	text-align: right;
}		

/* Layout IDs - HOME PAGE*/

#contentHome
{
	text-align: left;
	margin: 0px auto;
/*	border: 1px solid #8585AB;	*/
	width: 900px;
	background-color: #ffffff; 
	display: block; 
	overflow: hidden;			
}


#bodyLeftHome
{
		width: 620px;
		padding-left: 0px;		
		margin: 0;
		padding-top: 0;
		float: left;
}

#contentHome img
{
		margin-right: 14px;
}

#contentHome img a:hover
{
	background-image: url(images/img1-home-mouseover.png);
}

#bodyRightHome
{
		width: 260px;
		padding-left: 0px;	
		padding-right: 20px;	
		margin: 0;
		padding-top: 0;
		float: right;
		position: relative;
		top: 0px;
		vertical-align:text-top;
		text-align: left;		

}

/* Layout IDs - LOWER LEVEL PAGES*/

#content 
{
	text-align: left;
	margin: 0px auto;
/*	border: 1px solid #8585AB;	*/
	width: 900px;
	background-color: #ffffff;
}


#bodyLeft
{
		width: 234px;
		padding-left: 26px;		
		margin-top: 20px;
		padding-top: 0;
		float: left;
		display: block; 
		overflow: hidden;
		text-align: left;
}

#bodyLeft img
{
		margin-bottom: 8px;		
}
	
#bodyLeft .caption

{
		width: 200px;		
		font-size: 11px;
		font-weight: normal;
}

#bodyMiddle
{
		width: 540px;
		padding-left: 0px;
		padding-right: 0px;		
		display: block; 
		overflow: hidden;
}

#bodyMiddleContentNo
{
		margin-right: 120px;		
}

#bodyRight
{
		width: 5px;
		padding-left: 0px;		
		float: right;		
		border: 0px solid red;		
		display: block; 
		overflow: hidden;
}
		


/* TEXT ELEMENTS */

p
{
		font-family: arial, sans-serif;
		font-weight: normal;
		color: #4D4F56; /* 5D5F67 383838*/
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 12px;
}

p  a:link, p a:visited
{
		text-decoration: underline;		
		color: #19192D;		
}

p  a:hover
{
		text-decoration: none;	
		color: #4D4F56;			
}

h1
{
		font-family: century gothic, arial, sans-serif;	
		font-size: 18px;
		font-weight: bold;	
		color: #4E4E6B; /* 8585AB*/
		margin-top: 0px;
		margin-bottom: 12px;
		padding: 0px;
}

h2
{
		font-family: century gothic, arial, sans-serif;	
		font-size: 22px;
		font-weight: normal;	
		color: #4E4E6B; /*6E6E8E 8585AB*/
		line-height: 24px;
		padding-top: 0px;
		margin-top: 20px;
}

h2 a:link, h2  a:visited
{
		text-decoration: none;	
		color: #ffffff;					
}

h2  a:active
{
		text-decoration: underline;	
		color: #ffffff;				
}

h2 a:hover
{
		text-decoration: none;
		background-color: #ffffff;		
		color: #8585AB; /* 6E6E8E*/				
}

#headerNav {
	height: 100px;
	width: 550px;
	margin-left: 20px;
	float: left;
	overflow: hidden;
	padding-top: 17px;
	color: #FFFFFF;
	font-family: century gothic, arial, sans-serif;	
	font-size: 22px;
	font-weight: normal;	
	line-height: 22px;
}

#headerNav a:link, #headerNav a:visited {
		font-family: century gothic, arial, sans-serif;	
		font-size: 22px;
		font-weight: normal;	
		color: #ffffff;
		text-decoration: none;	
		line-height: 24px;
}
#headerNav a:active {
		text-decoration: underline;	
		color: #ffffff;				
}

#headerNav a:hover {
		text-decoration: none;
		background-color: #ffffff;		
		color: #8585AB; /* 6E6E8E*/				
}

#headerRight {
	height: 79px;
	width: 300px;
	margin-top: 9px;
	margin-right: 20px;
	float: right;
	overflow: hidden;
	text-align: right;
}

#headerRightImg {
	margin-left: 0;
	padding: 0;
	float: right;
}

#headerRightImg img {
	padding: 0;
	margin: 0;
}

#headerRightTxt {
	width: 200;
	float: right;
}

#headerRightTxtInner {
	font-family: century gothic, arial, sans-serif;	
	font-size: 22px;
	font-weight: normal;	
	line-height: 22px;
	color: #4D4F56;
	text-align: right;
	margin-right: 18px;
	margin-top: 10px;
	height: 40px;
}

h3
{
		font-family: arial, sans-serif;	/*century gothic -->*/
		font-size: 16px;
		font-weight: normal;	
    color: #6E6E8E;		/* D4F56 4E4E6B4  */
}

h3 a:link
{
		text-decoration: underline;	
    color: #D8AD2B;		/*4E4E6B 6E6E8E 4D4F56 */	
}

h3  a:active
{
		text-decoration: none;	
    color: #D8AD2B; /*4E4E6B 6E6E8E 8585AB*/		
}

h3 a:hover
{
		text-decoration: none;
/*		background-color: #CCCCFF; */
    color: #6E6E8E; /* 6E6E8E 8585AB*/				
}

h3  a:visited
{
		text-decoration: underline;	
    color: #D8AD2B; /*6E6E8E */					
}
hr
{
	height: 1px;
    color: #4E4E6B; /*6E6E8E 8585AB*/
}

ul
{
		font-family: arial, sans-serif;
		font-weight: normal;
		color: #4D4F56; /* 5D5F67 383838*/
		font-size: 12px;
		margin-top: 6px;
		margin-bottom: 6px;
		text-align: left;
}

/* CLASSES */
.copyright
{
	margin-left: 0px;
	margin-top: 0px;
	color: #4E4E6B;
	font-size: 10px;
}

.quote
{
	padding-left: 20px; 
	padding-right: 20px; 
	text-align: justify;
	font-style: italic;
	margin-top: 0px;
}

.subhead
{ 
	margin-top: 18px;
	margin-bottom: 8px;
}
