.background1 {
	background-attachment: fixed;
	background-image: url(images/bgpic_withpicture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.background2 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.defaulttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
.subhead {
	color: #336666;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.background3 {

	background-attachment: fixed;
	background-image: url(images/bgpic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.orangelink {
	color: #006699;
}
.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9933;
	font-size: 23px;
	font-weight: bold;
}





/* CSS Menu */

#menuh
	{
	position: absolute;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	float: left;
	margin: 0px;
	left: 0px;
	top: 480px;
	}
		
#menuh a
	{
	text-align: center;
	display: block;
	border: 1px solid #666666;
	white-space:nowrap;
	margin: 0px;
	padding: 0em;
	}
	
#menuh a, #menuh a:visited
	{
	color: #466675;
	background-color: white;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
	}
	
#menuh a:hover
	{
	color: #ff5a26;
	background-color: #466675;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  
	{
	background-image: url(images/navdown_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 6.8em;	
	}

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position: absolute;
	z-index: 500px;
	top: auto;
	display: none;
	padding: 1em;
	margin:-1em 0px 0px -1em;
	}

#menuh ul ul ul
	{
	top: 0px;
	left: 100%;
	}

div#menuh li:hover
	{
	cursor: pointer;
	
	z-index: 100px;
	}

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;}


