/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/bg_page.jpg);
}

#pagebg {
	width: 800px;
	margin: 0 auto 0 auto;
	background-repeat:repeat;
}	

#page {
	width: 714px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;	

}

#header {
	width: 714px;
	height: 388px;
}

#header_page {
	width: 714px;
	height: 260px;
}


#headertop {
	width: 714px;
	height: 115px;
	border-top: 2px solid #ECECEC;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	margin: 0px;
	padding: 0px;

}

#headertop_page {
	width: 714px;
	height: 117px;
	border-top: 2px solid #ECECEC;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
}

#headerbottom {
	background-color:#00FFCC;
	width: 714px;
	height: 273px;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
}

#headerbottom_page {
	background-image:url(images/bg_headerbottom_page.jpg);
	width: 714px;
	height: 141px;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
}

#navbar {
	margin-top: -277px;
	width: 712px;
	height: 42px;
	border-top: 2px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	border-left: 2px solid #787878;
	border-right: 2px solid #787878;
	vertical-align: middle;
	position:absolute;
	z-index:2;

}

#navigation {	
	width: 714px;
	vertical-align: bottom;
	margin-top: -251px;
	margin-left: 0px;
	position:absolute;
	z-index:10;
}


#navigation ul {
	margin: 5px 0px 0px -15px;
	float:right;
}

#navigation li {
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 0px;
	margin: 0px 20px 0px 0px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color:#FFFFFF;
}


#navigation a:hover {
	background-color:#181818;
	border-bottom: 1pt solid #ffffff;
}

#content {
	width: 100%;
	background-color: #FFFFFF;
	background-image:url(images/bg_content.jpg);
	background-repeat: repeat-x;
	border: .1em solid #787878;
}

#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 17px;
	letter-spacing: 1px;
	margin-top:20px;
	margin-left:85px;
	margin-right:85px;
	margin-bottom:30px;
}

#footer {
	width: 714px;
	height: 40px;
	background-color: #000000;	
	border: .1em solid #787878;
}

#footer p {
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	margin-top: 0px;
	padding-top: 13px;
}

.address, .citystatezip, .ph {
	padding-right: 20px;
}
