@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #000000;
	font-size: 15px;
	color: #000000;
}
.container{
	width: 950px;
	background-image: url(images/glow.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
.borderall {
	border: 10px solid #b78300;
}
.border-top {
	border-top: 2px solid #00000;
}
.border-btm {
	border-bottom: 10px solid #b78300;
}
.footer {
	font-size: 12px;
	color: #ffffff;
}

/**** Menu *****/
.menu a {
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	height: 30px;
	display: block;
	line-height: 30px;
	font-weight: bold;
}

.menu a:hover, .menu a:hover:visited {
	background-image: url(images/menu-bg-ov.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
/************/

.content {
	font-size: 14px;
	color: #000;
}
.content12 {
	font-size: 12px;
	color: #000;
}
.lightenup {
	color: #ffffcc;
}
.photo-border {
	border: 2px solid #000;
}
.formtxt {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.phone {
	font-size: 32px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sitemech a {
	font-size: 12px;
	color: #ff6600;
	text-decoration: none;
}

.sitemech a:hover, .sitemech a:hover:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.borderall-gray {
	border: 1px solid #ccc;
}
.topic{
	font-size: 24px;
	text-decoration: underline;
	}