* {
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ol, dl, 
address {
    margin:0px;
}
dd, blockquote {
    margin-left: 40px;
}
fieldset {
    padding:10px 0;
    margin:10px 0;
}

ul { margin:0px;}


body{ 
    background:url(images/c3p_page_backer.jpg);  
    margin:3px 0px 3px 0px; 
	color:#ddf8dd;
	color:#c0c0c0; 
}

table#page_body {
    width:780px; 
	background-color:#000000;
}
  
   
a#main { color:#8d8; text-decoration:none; }   
a#main:hover { color:#ffd700; }   
   
div.home_menu {
 
  
}   

div.menu_home_selected a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background:url(images/menu/home_menu_home.jpg) 0px 0px no-repeat;
	}
div.menu_home_selected a:hover {
	background-image: none;
	}







div#menu_about a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background:url(images/menu/home_menu_about.jpg) 0px -50px no-repeat;
	}
div#menu_about a:hover {
	background-image: none;
	}






div#menu_about_dropdown a#bio {
	display: block;
	margin: 0; padding:0;
	text-decoration: none;
	background:url(images/menu/home_menu_about_dropdown_backer.jpg) 0px 0px no-repeat;
	width:150px; 
	overflow:hidden; text-align:left;
	}
div#menu_about_dropdown a#bio:hover {
	background:url(images/menu/home_menu_about_dropdown_backer.jpg) -150px 0px no-repeat;
	}


div#menu_about_dropdown a#policies {
	display: block;
	margin: 0; padding:0;
	text-decoration: none;
	background:url(images/menu/home_menu_about_dropdown_backer.jpg) 0px -25px no-repeat;
	width:150px; 
	overflow:hidden; text-align:left;
	}
div#menu_about_dropdown a#policies:hover {
	background:url(images/menu/home_menu_about_dropdown_backer.jpg) -150px -25px no-repeat;
	}


div#menu_about_dropdown a#topic3 {
	display: block;
	margin: 0; padding:0;
	text-decoration: none;
	background:url(images/menu/home_menu_about_dropdown_backer.jpg) 0px -50px no-repeat;
	width:150px; 
	overflow:hidden; text-align:left;
	}
div#menu_about_dropdown a#topic3:hover {
	background:url(images/menu/home_menu_about_dropdown_backer.jpg) -150px -50px no-repeat;
	}








div.menu_galleries a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background:url(images/menu/home_menu_galleries.jpg) 0px -50px no-repeat;
	}
div.menu_galleries a:hover {
	background-image: none;
	}



div.menu_proofs a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background:url(images/menu/home_menu_proofs.jpg) 0px -50px no-repeat;
	}
div.menu_proofs a:hover {
	background-image: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0;
	margin-top:0;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding:0;
	}





	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
/*	background-color: royalblue; */   
	text-decoration:none;
	}


#menuh a#home_menu_home:link, #menuh a#home_menu_home:visited, #menuh a#home_menu_home:active	/* menu at rest */
	{
    background:url(images/menu/home_menu_home.jpg) 0px 0px no-repeat;
	}

#menuh a#home_menu_home:hover	/* menu at mouse-over */
	{
    background:url(images/menu/home_menu_home.jpg) 0px -25px no-repeat;
	}




#menuh a#home_menu_about:link, #menuh a#home_menu_about:visited, #menuh a#home_menu_about:active	/* menu at rest */
	{
    background:url(images/menu/home_menu_about.jpg) 0px 0px no-repeat;
	}

#menuh a#home_menu_about:hover	/* menu at mouse-over */
	{
    background:url(images/menu/home_menu_about.jpg) 0px -25px no-repeat;
	}








	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
