/* CSS Document */


body {
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:left; /* Hack for IE5/Win */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	color:#000000;
	line-height: 18px;
	}

#Content {
	width:auto;
	background-color:#fff;
	height: 100%;
	margin-top: -40px;
	margin-left: 0px;
	padding-left:0px;
	}	

	
#Header{ background-image:url(images/bg.gif); background-repeat:repeat-x; background-position: 0% 16% }

img.highlight{
	border: 4px #FFFFFF solid;
}
img.highlightmain{
	border: 16px #fff solid;
}
h1{
		color:#000;
		font-size: 2em;
		text-align: left;
		display: block;
		padding-left: 25px;
		margin: 5px 0px 10px 0px;
}
.lft_pic{
	float: none;
	border: #70b8e1 6px solid;
	width: 225px;
	margin:0px auto;
}
.lft_hdr{
	padding-left: 20px;
	text-align:left;
}
#right_column p {
	margin-left: 35px;
	margin-right: 25px;
	text-align: left;
}
#section_links a{
text-decoration:none;
color:#000000;
}
#section_links a:hover{
text-decoration:none;
color:#70b8e1;
}
/* Begin CSS Drop Down Menu */


#menuh
	{
	width:100%;
	float:left;
	margin: 0 0 0 40px;
	padding: 0 0 0 0;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;

	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #edd188;
	border-bottom: 2px #000 solid;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #DCA921;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-color: #FFFFFF;
	font-size:1.1em;
	font-weight: 800;
	color: #8b8b8b;
	text-transform:uppercase;
	border-bottom: none;
	}
	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
	}

#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;
	width: 100px;
	}

#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 */
