/* Begin CSS Drop Down Menu */


#menuh-container
	{
	background-color:#B7C6B4;
	position: absolute;		
	left: 20em;
	top:15.8em;
	}

#menuh
	{
	background-color:#B7C6B4;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	margin-top:-25px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	background-color:#B7C6B4;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color:  #861111;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #113B86;
	text-decoration:underline;
	}	
			
#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
	{
	background-color:#B7C6B4;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* 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 */
    border-left: thin solid #ffffff;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding-top: 1em;
	
	width:13em;	/* width of all menu boxes */
	}

#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 */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color:#000000;
	background: url(images/top_bg.png) repeat-x;
	margin: 0;
}
p{margin:12px 0;}
img{border:0;}
a{
	color:#861111;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
h2{
	margin:12px 0;
	font-size:18px;
	font-weight:normal;
}
#page_con {
	margin: 0 auto;
	width: 90%;
}


#header_left{
	float:left;
	text-align:left;
	height:200px;
	z-index:1;
}
#top_links{
	margin-top:100px;
	padding: 0px 0 0 0;
	list-style:none;
}
#top_links li{display:inline}
#top_links a{
	text-decoration:none;
	color:#3A3A3A;
	padding: 0 20px 0 15px;
	font-size:11px;
	background: url(images/top_links.gif) no-repeat left center;
}

#left_col{
	width:75%;
	float:left;
	line-height: 1.5em;
}
#right_col{
	width:20%;
	padding:8px;
	float:right;
}

.side_title{
	line-height: 26px;
	font-weight: bold;
	font-size:13px;
/*	background: url(../img/side_bar_header.gif) no-repeat;*/
	padding: 0 0 0 18px;
	height: 26px;
}
.side_menu{
	margin:0;
	padding: 10px 0 25px 15px;
	list-style:none;
}
.side_menu li{display:inline;}
.side_menu a{
	display:block;
	text-decoration:none;
	color:#861111;
	padding: 0 0 0 15px;
	line-height:20px;
	font-size:13px;
	background: url(images/blue_bullet.gif) no-repeat left center;
	padding-bottom:10px;
}
.side_menu a:hover{
	text-decoration:underline;
	background: url(images/gold_bullet.gif) no-repeat left center;
}
#footer{
	font-size: 11px;
	color: #d2e9f6;
	background: #282857 url(images/footer_top.jpg) repeat-x;
	text-align:center;
}
.clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}

.register {
	font-size:15px;
	float:right; 
	padding-right:10px; 
}
.register a {
	color:#FFFF99;
}
.terms td {
	padding-left:20px;
	padding-right:20px;
}