/* 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);
	background-repeat:inherit;
}

#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_page {
	width: 714px;
	height: 260px;
}

/* Company Background header */
#headertop{
	width: 714px;
	height: 115px;
	border-top: 2px solid #ECECEC;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
}

#headerbottom {
	width: 714px;
	height: 143px;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;

}

#navigation_page {	
	width: 714px;
	vertical-align: bottom;
	margin-top: -121px;
	margin-left: 0px;
	position:absolute;
	z-index:10;
}


#navigation_page ul {
	margin: 5px 0px 0px -15px;
	float:right;
}

#navigation_page li {
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 0px;
	margin: 0px 20px 0px 0px;
}

#navigation_page a:link, #navigation a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

#navigation_page a:hover {
	background-color:#181818;
	border-bottom: 1pt solid #ffffff;
}


a:link, a:visited {
	color:#336699;
}

a:hover {
	color:#336699;
}



#content {
	width: 100%;
	background-color: #FFFFFF;
	background-image:url(images/bg_content.jpg);
	background-repeat: repeat-x;
	border: .1em solid #787878;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-variant:small-caps;
	color:#4d5e78;
}

h2 {
	width: 530px;
	border: 1px solid #BBBBBB;
	padding-left: 3px;
	font-variant:small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d5e78;
	line-height: 18px;
	vertical-align: middle;

}

li {
	list-style:square;
	margin-bottom:8px;
}

th {
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	font-size: 11px; 
}

td {
	font-size: 10px; 
}

#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;
}

