body { background-image: url(../images/bg-h.jpg); background-repeat: repeat-x; margin: 0; padding: 0; border-top: 0 solid #e0ad12; }
#container { width: 800px; margin: 0 auto; padding: 0; }
#masthead {
	background-image: url(../images/masthead.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 800px;
	height: 116px;
	margin: 0;
	padding: 0;
}
#ad-left {
	float: left;
	width: 430px;
}
#ad-right { float: left; clear: right; }
h1 { color: #595959; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; }
li { line-height: 20px; }
h2 { color: #595959; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 10px; padding-bottom: 4px; border-bottom: 1px solid #e0ad12; }
h3 { color: #960; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
h4 { color: #e0ad12; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
p { color: #595959; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; }
a:link { color: #c2940a; }
a:visited { color: #c2940a; }
a:hover { color: #595959; }
a:active { color: #c2940a; }
#spacer { clear: both; padding-top: 10px; }
#spacer2 { padding-top: 10px; clear: both; }
#left-content { width: 200px; float: left; padding-right: 10px; }
#right-content { width: 560px; float: left; padding-bottom: 25px; padding-left: 15px; border-left: 1px solid #ccc; }
#footer { text-align: center; border-top: 1px solid #ccc; }
.pad { margin-top: 7px; margin-bottom: 7px; }
.thumb { margin-right: 10px; margin-bottom: 8px; border: solid 1px #c2940a; }
#col1 { width: 270px; float: left; padding-right: 10px; }
#col2 { width: 270px; float: left; padding-left: 10px; }
/* Begin CSS Drop Down Menu */
#nav
	{
	font-weight: normal;
	position: absolute;
	left: 220px;
	bottom: 0;
	width: 574px;
}
		
#nav a
	{ color: #fff; font-size: 12px; font-family: Arial, Helvetica, Geneva; font-weight: bold; text-align: center; width: auto; display:block; white-space:nowrap; margin:0; padding: 6px 20px 7px; }
	
#nav a, #menuh a:visited	/* menu at rest */
	{ background-color: #666; text-decoration:none; border-right: 1px solid #999; }
	
#nav a:hover	/* menu at mouse-over  */
	{
	color: #e0ad12;
	}	
			
#nav 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;
	}
	
#nav 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;
	}

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

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

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

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

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

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

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

/* End CSS Drop Down Menu */
ul { color: #595959; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-position: inside; }
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	float: none;
	display: block;
}
.form-type {
	display: block;
	padding-right: 5px;
	width: 80px;
	float: left;
}
.form-type2 {
	display: block;
	padding-right: 5px;
	width: 100px;
	float: left;
}
.outine {
	border: 1px solid #666666;
}
