@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial;
	color: white;
}
a {
	text-decoration: none;
	color: white;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1.phone {
	font-size: 48px;
	font-weight: normal;
}
#menubar li {
	display: inline;
	background-image: url(images/menu.jpg);
}
#menubar {
	background-color: #262727;
	text-align: center;
	height: 35px;
	padding-left: 130px;
}
#content {
	background-image: url(images/content-shade.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#menubar  div {
	width: 131px;
	float: left;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: 50%;
	text-align: center;
	padding-top: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #3F3F3F;
}
#menubar div.active {
	background-image: url(images/menu-active.jpg);
	color: #FE9100;
}

#menubar  a:hover  {
	color: #FE9100;
}
#pagecontent {
	padding: 10px 80px;
}
#pagecontent h1 {
	color: #B9DEEC;
	font-size: 21px;
}
#pagecontent h2 {
	font-size: 15px;
	color: #B9DEEC;
	display: inline;
}

#pagecontent a {
	color: #CCFFCC;
	text-decoration: underline;
}
#pagecontent {
	font-size: 13px;
}
.inline {
	display: inline;
}
.16font {
	font-size: 16px;
}
.24font {
	font-size: 24px;
}
#footer {
	background-color: #2D2D2D;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B4B1B1;
	font-size: 13px;
}
#foot a:hover {
	text-decoration: underline;
}
#contacttable table {
	border: 0;
}
#contacttable td {
	font-size: 11px;
}

#contacttable   input   {
	width: 200px;
	font-family: arial;
	font-size: 11px;
}
