body {
		background-color: #ebe9e5;
		font-family:Arial, Helvetica, sans-serif;
		width: 900px;
  		margin-left: auto;
  		margin-right: auto;
		font-size: 16px;
}

/****************************** 
             DIV's 
*******************************/

#header {
	    background-image: url(images/banner.png);
		width: 900px;
		height: 105px;
		border-style: solid solid none solid;
		border-width: 1px;
}

#header1 {
	    background-image: url(images/banner_rev_1.png);
		width: 900px;
		height: 105px;
		border-style: solid solid none solid;
		border-width: 1px;
}

#body {
		background-color: #9c8973;
		width: 900px;
		border-width: 1px;
		border-style: solid;
}

#body1 {
		background-color: #9c8973;
		width: 900px;
		border-width: 1px;
		border-style: solid;
}

#main {
		background-color: #f9f5e2;
		border-width: 1px;
		border-style: solid;
		margin: 25px 25px 0px 25px;
		height: inherit;
}


/*Should match the #main div, it is just adding white space to the main page with a defined height */
#about {
		background-color: #f9f5e2;
		border-width: 1px;
		border-style: solid;
		margin: 25px 25px 0px 25px;
		height: inherit;
}
/************ ABOUT 1 ***************/
#about1 {
		background-color: #f9f5e2;
		border-width: 1px;
		border-style: solid;
		margin: 25px 25px 0px 25px;
		height: inherit;
}


#contact {
		background-image: url(images/mailphone.png);
		background-repeat: no-repeat;
		background-position: right;
		background-color: #f9f5e2;
		border-width: 1px;
		border-style: solid;
		margin: 25px 25px 0px 25px;
}

#footer {
		color: white;
		font-size: 12px;
		text-align: center;
}

#footer a{color: white;}
#footer a:hover{color: #cccccc;}
#footer a:hover, a:visited:hover { font-weight: bold; color: #4e3212; text-decoration: none;}

/************** FOOTER 1 ***************/
#footer1 {
		color: #ffffff;
		font-size: 75%;
		text-align: center;
}

#footer1 a{color: #ffffff;}
#footer1 a:hover{color: #cccccc;}
#footer1 a:hover, a:visited:hover { font-weight: bold; color: #4e3212; text-decoration: none;}




#nav {
		background-image: url(images/nav.png);
		width: 900px;
		height: 46px;
		border-style: none solid none solid;
		border-color: black;
		border-width: 1px;
}

#nav img {
		margin: 10px 1px 10px 0px;
		border: none;
		float: right;
		
}


/************ NAV 1 ************/
#nav1 {
		background-image: url(images/nav_rev_1.png);
		width: 900px;
		height: 46px;
		border-style: none solid none solid;
		border-color: black;
		border-width: 1px;
}

#nav1 img {
		margin: 10px 10px 10px 0px;
		border: none;
		float: right;
		
}

#nav1 img {
		float: right;
		
}


/************* #siteInfo styles ***************/
#siteInfo{
clear: both;
border: 1px solid #cccccc;
font-size: 75%;
color: #cccccc;
padding: 10px 10px 10px 10px;
}
#siteInfo img{
padding: 4px 4px 4px 10px;
vertical-align: middle;
}


/****************************** 
             Paragraph's 
*******************************/

p.main {
		color: black;
		margin: 10px 10px 10px 25px;
}

p.contact {
		margin-left: 50px;
}
/*******
p.contact a{
		text-decoration: underline;
		color: #887057;

}
*******/
p.map {
		color: black;
		margin-top: 25px;
		margin-right: 25px;
		margin-bottom: 25px;
		margin-left: 25px;
}

p.links {
		color: black;
		margin-top: 25px;
		margin-right: 25px;
		margin-bottom: 25px;
		margin-left: 50px;
}

h1 {
		color: black;
		margin-left: 10px;
		font-size: 24px;
}

h2 {
		color: black;
		margin-left: 10px;
		font-size: 18px;
}

h3 {
	color: black;
	margin-left: 50px;
	font-size: 14px;
}

/* Get rid of this later */
p.header 
		{
		color: white;
		font-size: 20px;
		font-weight: bold;
		text-align: right;
		padding: 112px 10px 0px 20px;
}

img.staff_photo {
		margin: 0px 10px 10px 10px;
		border-color: black;
		border-style: solid;
		border-width: 1px;
}

img.button {
			margin: 10px 10px 10px 0px;
			border: none;
}


img.kkacpa {
			margin: 5px 0px 0px 10px;
}

img.image {
			display: block;
			border-style: solid;
			border-width: 1px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 10px;
			margin-top: 10px;
}

/****************************** 
             Link's and Lists 
*******************************/

a:link { font-weight: none; color: #887156; text-decoration: none;}
a:visited { font-weight: none; color: #887156; text-decoration: none;}
a:hover{ font-weight: bold; color: #4e3212; text-decoration: none;}

a.map {
			color: #887057;
			text-decoration: none;
			text-align: center;
}

ul {
	margin-bottom: 25px;
	margin-left: 75px;
}
