/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

img
{
border: 0px;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

body {
	
	background: #172473;
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	width: 961px;
	background: url(images/back_all.gif) repeat-y;
}


#header {
	height: 114px;
	width: 961px;
}
/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 135px;
	left: 250px;
	}

#menuh
	{
	font-size: 14px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	font-weight:bold;
	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;
	width:12em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#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 */


.more
{
text-align: right;
}

#main
{
background: url(images/table_back.jpg) no-repeat bottom;
}

#page
{
width: 885px;
background: url(images/table_back2.png) repeat-y;
margin: 0 auto;
}

#top
{
background: url(images/top.png) no-repeat top;
margin: 0 auto;
height: 17px;
width: 885px;
}

#bottom
{
background: url(images/bottom.png) no-repeat bottom;
margin: 0 auto;
height: 19px;
width: 885px;
}

#right
{
float: left;
width: 750px;
margin-left: 75px;
color: #ffffff;
}


#right_text
{
width: 750px;
margin-left: 25px;
}

#page #right .box
{
padding: 10px;
color: #ffffff;
}

#right ol, #right ul
{
margin-left: 30px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
}

#right a
{
color:#99ffcc;
font-weight:bold;
text-decoration:underline;
}

#right a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
} 

.right_top
{
   	height: 11px;
    background: url(images/top.gif) no-repeat;
}

.right_bottom
{
	height: 13px;
	margin-bottom: 10px;
}

#page #right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #ffffff;
}

#right h3 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #ffffff;
}

.maps {
	color:#000000;
}

#footer {
	height: 40px;
	clear: both;
	padding-top: 30px;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}