@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #482E23;
	background-color: #F6F1DD;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/webBkg.jpg);
	background-repeat: repeat;
}

#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #666666;
}
/*header section*/

#header {
	background-color: #000000;
	background-image: url(images/grand.png);
	background-repeat: no-repeat;
	height: 135px;
	background-position: 439px bottom;
	padding-top: 116px;
	padding-left: 54px;
}

#header_restoration {
	background-color: #000000;
	background-image: url(images/restoration.png);
	background-repeat: no-repeat;
	height: 135px;
	background-position: 372px bottom;
	padding-top: 116px;
	padding-left: 54px;
}

#header_support {
	background-color: #000000;
	background-image: url(images/support.png);
	background-repeat: no-repeat;
	height: 135px;
	background-position: 422px bottom;
	padding-top: 116px;
	padding-left: 54px;
}
#header_press {
	background-color: #000000;
	background-image: url(images/press.png);
	background-repeat: no-repeat;
	height: 135px;
	background-position: 404px bottom;
	padding-top: 116px;
	padding-left: 54px;
}
#header_neighbors {
	background-color: #000000;
	background-image: url(images/neighbors.png);
	background-repeat: no-repeat;
	height: 135px;
	background-position: 464px bottom;
	padding-top: 116px;
	padding-left: 54px;
}
#header_about {
	background-color: #000000;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	height: 135px;
	background-position: 536px bottom;
	padding-top: 116px;
	padding-left: 54px;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Navigation*/
#navBar {
	background-color: #880120;
	height: 26px;
}
#navBar ul {
  list-style: none;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 306px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
#navBar ul.secondary {
	padding-left: 0px;
	text-transform: none;
	letter-spacing: .08em;
}
#navBar li {
  float: left;
  position: relative;
  width: 135px;
}
#navBar li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #880120; /*Add background so line items do not disappear after rolling over first item*/
}
#navBar li:hover ul, #navBar li.over ul { 
	display: block;
}
#navBar #navTop a:link, #navBar #navTop a:visited {
	text-decoration: none;
	color: #bc9a55;
	background-color: #880120;
	display: block;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-size: 0.9em;
	padding-top: 6px;
}
#navBar #navTop a:hover {
	color: #f7dba1;
}

/*content section: holds sidebar and main sections, allowing bkg img to show through in sidebar*/

#content {
	background-image: url(images/sidebarBg.gif);
	background-repeat: repeat;
}



/*sidebar section*/

#sidebar {
	float: left;
	width: 252px;
}

#sidebar ul {
	list-style-type: none;
	padding-top: 25px;
	padding-left: 60px;
}

#sidebar li {
	text-transform: uppercase;
}

#sidebar a:link {
	color: #880120;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: bolder;
	line-height: 2em;
	font-size: 0.9em;
}

#sidebar a:visited {
	color: #880120;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: bolder;
	line-height: 2em;
	font-size: 0.9em;
}

/*main section*/


h1 {
	margin: 0px;
	font-style: normal;
	font-weight: bolder;
	color: #BC9A55;
	font-size: .9em;
	letter-spacing: .1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

/*same style as nav menu items*/

h2  {
	text-transform: uppercase;
	color: #880120;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

h3  {
	margin: 0px;
	font-size: small;
	font-weight: bold;
	padding-top: 6px;
}

#main {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 63px;
	margin-left: 252px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}

.fixedHeight {
	height: 300px;
}

#main p {
	color: #482E23;
	line-height: 1.5em;
	text-align: left;
	margin-top: 3px;
}

#main li {
	line-height: 1.5em;
	padding-bottom: 0.5em;
}

#main p.restoration {
	margin-top: 3px;
	padding-bottom: 20px;
}

#main  p.footer  {
	font-size: x-small;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

#main a:link {
	color: #880120;
	text-decoration: none;
}

#main a:visited {
	color: #880120;
	text-decoration: none;
}

.button {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

#main img.imagehead {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#form1 {
	padding-bottom: 30px;
	padding-top: 5px;
}

#footer {
	margin-left: 252px;
	background-color: #FFFFFF;
	font-size: x-small;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

#footer a:link, a:visited {
	color: #880120;
	text-decoration: none;
}

.address {
	margin: 0px;
	padding: 0px;
}

#caption {
	text-align: left;
	padding-left: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
