body, html {
	background: #ffffff;
	font-family: Corbel, Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #979797;
	
}

body#personal a#plines,
body#commercial a#commlines,
body#history a#historynav,
body#family a#familynav,
body#request a#requestnav {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}



#wrapper {
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
    width: 990px;
}

#header {
	width: 990px;
	height: 160px;
	margin-bottom: 0px;
}

#headleft {
	float: left;
	width: 370px;
}

#headright {
	float: right;
	margin-right: 17px;	
	width: 431px;
}

#address {
	float: left;
	margin-top: 30px;
	margin-left: 265px;
	font-family: Corbel, Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #979797;
}

.green {
	color: #10abaf;
	font-family: Corbel, Tahoma, Arial, sans-serif;
	font-size: .9em;
}

.tahoma {
	font-family: Tahoma, Tahoma, Arial, sans-serif;
	font-size: .9em;
	color: #979797;
}

/* ----------content-------------- */

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	color: #302d28;
	margin-top: .7em;
	margin-bottom: .5em;
}

p {
	font-family: Corbel, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #979797;
	
}

.space {
	margin-top: 2em;
}

.space2 {
	margin-top: 1.5em;
}

.dashes {
border-top: 1px dashed #10abaf;
border-right: 0;
border-bottom: 0;
border-left: 0;
margin-top: 2em;
margin-bottom: 2em;
}

#content {
	float: left;
	margin-left: 200px;
	width: 600px;
}

#content p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05em;
	font-weight: normal;
	font-style: italic;
	color: #787878;
	line-height: 1.8em;
	text-align: justify;
	margin-right:1em;
	margin-bottom:1em;
}

.bold {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05em;
	font-weight: normal;
	font-style: italic;
	color: #444444;
}
	
#content ul {
	list-style-type:disc;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content li {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	color: #787878;
	line-height: 2em;
}

/* ----------left nav-------------- */

#navigation {
	float: left;
	width: 150px;
	height: 450px;
	margin: 0px 0px 0px 17px;
	font-size: 12px;
}

#navigation ul {
	list-style: none;
	margin-bottom: 3em;

}

#navigation li {
	font-family: Corbel, Tahoma, Arial, sans-serif;
	list-style: none;
	color: #10abaf;
	font-weight: bold;
	line-height: 2em;
}

#navigation a {
		font-family: Corbel, Tahoma, Arial, sans-serif;
		font-size: 10px;
		text-decoration: underline;
		font-weight: bold;
		color: #979797;
		line-height: 3em;	
}

#navigation a:hover {
		font-family: Corbel, Tahoma, Arial, sans-serif;
		font-size: 10px;
		text-decoration: underline;
		font-weight: bold;
		color: #10abaf;
		line-height: 3em;
}
		

/* ----------form-------------- */

label {
	float: left;
	text-align: left;
	margin-right: 0px;
	width: 80px;
	padding-top: 5px;
	font-size: 1em;
}

#contact-area {
	width: 360px;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	color: #787878;
}

#contact-area input {
	padding: 0px;
	height: 15px;
	width: 250px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: .9em;
	font-style: italic;
	color: #787878;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	background: transparent url("../images/textfield.jpg") no-repeat;
}

#contact-area textarea {
	padding: 0px;
	height: 100px;
	width: 250px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	color: #787878;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	background: transparent url("../images/textarea.jpg") no-repeat;
}

#contact-area input.submit-button {
	cursor:pointer;
	padding: 0px;
	background: #ffffff;
	border: 0px;
	width: 65px;
	height: 20px;
	float: left;
	margin-left: 78px;
	text-align: left;
	font-family: Georgia, "Times New Roman", serif;
	font-style: normal;
	font-size: 1.3em;
	color: #10abaf;
}

/* ----------footer-------------- */


.clear {
	clear:both;
	
}	

#footer {
	width: 990px;
	height: 100px;
	
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	
}

#footer a {
		text-decoration: none;
		width: 6em;
		font-weight: normal;
		color: #10abaf;
}

#footer a:hover {
		text-decoration: none;
		width: 6em;
		font-weight: normal;
		color: #10abaf;
}

#footerleft {
	float: left;
	width: 550px;
	margin: 10px 0px 0px 17px;
}

#footerright {
	float: right;
	margin-top: 10px;
	margin-right: 17px;
}


#footerright p {
	font-family: Corbel, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #828282;
}




