/* Ossian:Type.css */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 22px;
	/*font-variant: small-caps;*/
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #8C693E;
	margin-bottom: 12px;
	color: #000;
}

h1.resume {
	border-bottom: none;
}


h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

h2.resume {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 4px 0;
}

h2.projects {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 99%;
	border-bottom: 1px dotted #595945;
	margin-bottom: 4px;
	color: #F2f2f2;
	padding: 0 2px;
}

p {
	padding: 4px;
	line-height: 1.5em;
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #8C693E;
}

hr {
	margin:0px;
	padding:0px;
	border-bottom:1px dotted #777;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

th {
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	letter-spacing: 1px;
	border-bottom: 2px solid #8C693E;
}

table {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr {
	background-color:white;
}

.banner {
	border: 1px solid #595945;
	margin-bottom: 1em;
}

.image {
	border: 1px solid #595945;
	padding: 1px;
	background: #8C693E;
	display: inline-block;
}

.center{
	text-align: center;
}
	
.left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
}
	
.right {
	margin-top: 10px;
	margin-left: 10px;
	float: right;
}
	
.right2 {
	margin-bottom: 10px;
	margin-left: 10px;
}
	
.formtext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-variant: bold;
	border-top: 1px solid #8C693E;
	width: 100%;
	}
	
.even {
	background-color: white;
}

.odd{
	background-color: silver;
}

hr.resume {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #8C693E;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

hr.form {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #8C693E;
	height:1px;
	display:block;
}

td.subhead {
	background-color: #000;
	text-align: center;
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 14px;
	color: white;
}

label{
	display: block;
	padding: 2px 0;
}

input, textarea{
	border: 1px solid #595945;
	background: #f2f2f2;
}

input.submit {
	background: #595945;
	color: #BEBFA8;
	border-bottom: 2px solid #8C693E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
	border-top: #f2f2f2;
	border-left: #f2f2f2;
	border-right: #f2f2f2;
}

input.submit:focus{
	color: #f2f2f2;
	background: #8C693E;
	border-bottom: #000;
}

.vertbar {
	color: #8C693E;
	font-weight: 700;
}
/*
.style4 {
	color: #CC6633;
}

.style9 {
	color: #CC6600;
}

.sr44 {
	margin-bottom:50px; 
	line-height:1.5em
}

.lima {
	margin-bottom:36px; 
	line-height:1.5em;
}
.anson {margin-bottom:26px; line-height:1.5em}
.honda {line-height:1.5em}

.style10 {color: #CC6633}
*//* CSS Document */
*{
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url('../img/body.gif');
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	margin: 0px auto 0;
	border-width: 1px;
	overflow: visible;
}

#header {
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	height: 174px;
}

#address {
	width: 100%;
	margin: 0px;
 	padding: 2px;
	background: transparent;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #f2f2f2;
	line-height: 2.3em;
}

#main {
 	margin: 0 auto;
 	display: inline; /* IE Hack */
 	width: 100%;
 	float: left;
 	min-height: 300px;
 	padding: 0;
	background: transparent;
	/*border-top: 2px solid #574e3b;*/
	border-bottom: 1px solid #8C693E;
} 

#sidebar { /* Parent Wrapper for inside boxes */
 	margin: 0 auto;
 	display: inline; /* IE Hack */
 	width: 16%;
 	float: left;
 	min-height: 300px;
 	padding: 2px;
}

#navbar{
	padding: 12px 0 8px 0px;
}

ul#nav {
	margin-left: 2px;
	list-style-type: square;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	text-indent: 10px;
}

ul#nav li {
	display: inline;
}

ul#nav a {
	display: block;
	text-decoration: none;
	background: #595945;
	color: #BEBFA8;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 2px solid #8C693E;
	width: 95%;
	margin-bottom: 18px;
	padding: 2px 4px;
}

ul#nav a:hover {
	background-color: #8C693E;
	border-bottom: 2px solid black;
	color: white;
}

#content { /* Parent Wrapper for inside boxes */
 	margin: 0;
 	/*border-right: 1px solid black;*/
 	/*border-left: 1px solid #f2f2f2;*/
 	display: inline; /* IE Hack */
 	padding: 14px;
	width: 80.24%;
	/*width: 71.5%;*/
 	float: left;
 	min-height: 300px;
}

#banner{
	background: url('../img/mound.jpg');
	width: 720px;
	height: 92px;
	border: 1px solid #595945;
	margin-bottom: 1em;
}

.para{
	display: inline-block;
	padding: 10px;
	margin-bottom: 20px;
	background: url('../img/para.png');
}

.para p{
}

#content .text {
	float: left;
	width: 200px;
	height: 440px;
}

#emptyspace {
	width: 100%;
	height: 333px;
}




/*
#rightContent {
 	margin: 0px auto;
 	right: 0px;
 	padding: 0px;
 	display: inline;
 	width: 5.5%;
 	float: left;
 	background-image: url(../img/sidepanel.gif);
 	background-repeat: repeat;
 	min-height: 300px;
}
*/

#footer {
	background: transparent;
	margin-top: 6px;
	margin-bottom: 6px;
 	display: inline; /* IE Hack */
 	padding-top: 4px;
	padding: 2px;
	float: left;
 	width: 100%;
	text-align: center;
	color: #000;
	/*border-bottom: 1px solid black;*/
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #8C693E;
}

#footer a:visited {
	color: #CCCCCC;
}


/* end of stylesheet */

