  /* CSS Document */

/* basic elements */

body {
	font: 100% helvetica, Verdana, arial, sans serif;
	background: #fff;
	background-image: url(../i/bg/bg_5.jpg);
	/*background-image: url(../i/doomers_cohen1-sm.jpg);*/
	background-repeat: repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
.oneColLiqCtr #container {
	width: 940px;  /* this will create a container 80% of the browser width */
	background: transparent;
	margin: 50px 0 0 50px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



/*	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
*/
	
td { 
	font: 11px helvetica, Verdana, arial, sans serif;
	color: #212931;
	margin: 0px; 
	}
	

	
p { 
	font: 11px helvetica, Verdana, arial, sans serif;
	color: #212931;
	line-height: 11px;
	margin: 0px; 
	}	
	
img {
	background-color:none;
	border: 0px;
	link-style: none;
	}	
		
H1 { 
	font-family: helvetica, Verdana, arial, sans serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bolder;
	color: #534640;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	}
	
H2 { 
	font-family:helvetica, Verdana, arial, sans serif;
	font-size: 15px;
	color: #4f3d3f;
	padding-bottom: 6px;
	margin-bottom: 10px;
	
	}
	
 H3 { 
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;  
	font-size: 16px;
	font-weight: bolder;
	color: #5f5359;
	
	}
	
H4 { 
	font-family:helvetica, Verdana, arial, sans serif;
	font-size: 20px;
	color: #fff;
	padding-bottom: 6px;
	margin-bottom: 10px;
	
	}
	
	
H5 { 
	font-family: helvetica, Verdana, arial, sans serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bolder;
	color: #534640;
	margin-top: 20px;
	padding: 0 0 0 0;
	}
	



 
 a:link { 
	 
	text-decoration: underline; 
	color: #534741;
	}
a:visited { 
	
	text-decoration: underline; 
	color: #534741;
	}
a:hover, a:active { 
	
	text-decoration: underline; 
	color: #c53f66;
	}
	
	
a.work:link {
	text-decoration: none; 
	color: #534640;

}
a.work:visited {
	text-decoration: none; 
	color: #534640;
	}


a.work:hover {
	text-decoration: underline; 
	color: #534640;
}	


/* BACKGROUNDS */

 #textblock {
 	font: 12px helvetica, Verdana, arial, sans serif; 
	color: 5d5d5d;
	/*
	border-left: 10px solid #f0ede6;
	border-right: 10px solid #f0ede6;
	*/
	background-color: #f0ede6;
	line-height: 13px;
	padding: 20px 40px 20px 40px;
	margin: 0 0 30px 0; 

 } 
 
  #clearblock {
 	font: 12px helvetica, Verdana, arial, sans serif; 
	color: 5d5d5d;
	line-height: 13px;
	padding: 20px 40px 20px 40px;
	margin: 0 0 30px 0; 

 } 


.biodate  {
	margin-right: 25px;
	font-weight: bolder;
	}
	
.biodatetab  {
	margin-right: 50px;
	font-weight: bolder;
	}	



/* MAIN NAV */

 #navcontainer ul
 {
16px Arial, "Helvetica Neue", Helvetica, sans-serif;
 
 margin: 10px 0 10px 0;
 padding: 0 0 0 0;
 list-style-type: none;
 
 }

 #navcontainer ul li { display: inline; }
 #navcontainer ul li a
 {
 text-decoration: none;
 padding: 0 0 0 0; 
 color: #fff;
 }

 #navcontainer ul li a:hover
 {
 color: #fff;
 /*
 background-color: #005a92;*/
 }

 #navlist a { padding: 0 0 0 0; }
 #navlist #current { border-bottom: 7px solid #fce737;}

 #navlist a:link, #navlist a:visited
 {
 color: #c53f66;
 text-decoration: none;
 }

 #navlist a:hover
 {
 border-bottom: 7px solid #fce737;
 text-decoration: none;
 } 
 

/* SUB NAV */


 #subnavcontainer ul
 {
 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
 font-weight: bolder;
 font-size: 12px;
 color: #534640;
 padding: 0 0 10px 0;
 margin: 0 0 10 0px;
 /* border-bottom: 1px solid #5d5d5d; */
 list-style-type: none;
 }

 #subnavcontainer ul li { display: inline; }
 #subnavcontainer ul li a
 {
 text-decoration: none;
 padding: 3px 3px; 
 color: #534640;
 
 }

 #subnavcontainer ul li a:hover
 {
 color: #c53f66
 background-color: #fff;
 border-bottom: 4px solid #c53f66

 }


 #subnavlist #current { color: #666;font-style:italic; }

 #subnavlist a:link, #subnavlist a:visited
 {
 color: #534640
 text-decoration: none;
 }

 #subnavlist a:hover
 {
 color: #c53f66
 background-color: #fff;
 border-bottom: 4px solid #c53f66;
 text-decoration: none;
 }
 
 
 
/* SUB NAV 2 */


 #subnavcontainertoo ul
 {
 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
 font-weight: bolder;
 font-size: 12px;
 color: #fff;
 padding: 0 0 10px 0;
 margin: 0 0 10 0px;
 /* border-bottom: 1px solid #5d5d5d; */
 list-style-type: none;
 }

 #subnavcontainertoo ul li { display: inline; }
 #subnavcontainertoo ul li a
 {
 text-decoration: none;
 padding: 3px 3px; 
 color: #5d5d5d;
 background-color: #fff;
 
 }

 #subnavcontainertoo ul li a:hover
 {
 color: #c53f66
 background-color: #fff;
 border-bottom: 4px solid #c53f66

 }


 #subnavlisttoo #current { background-color: #fff;color: #c53f66;font-style:italic; }

 #subnavlisttoo a:link, #subnavlist a:visited
 {
 color: #fff
 text-decoration: none;
 
 }

 #subnavlisttoo a:hover
 {
 color: #c53f66
 background-color: #fff;
 border-bottom: 4px solid #c53f66;
 text-decoration: none;
 }


