/* CSS for Everette Harp */

html {
margin:0px;
padding:0px;
width:100%;
height:100%;
}
table.full-height {
  height:100%;
  width:100%;
}
	p, form, table, select
	{
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#242b2e;
		border-color:#ffffff;
	}
body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color: #e5e6e7;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	color: #242b2e;
}
.main {
background-image:url(images/main-bg.gif);
background-repeat:repeat-y;
background-color:#242b2e;
}
.style5 {color: #e5e6e7;
font-weight:bold;
}

h1{ font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#242b2e;
}
h2{ font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#242b2e;
}

.album{ font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#8f754a;
font-weight:bold;
font-style:italic;
}
.album2{ font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#242b2e;
font-weight:bold;
}

img.body {
margin:5px;
}

/*HEADER FORM*/

#headerform form { position:absolute; width: 200px; margin: -12px 0 0; }
#headerform .btn { width: auto; border: none; background: transparent; margin-right: 0; }
.headerform { font-family:Arial, Helvetica, sans-serif; color:#242b2e; }
.bottom_menu {
	font-size:12px;
	color: #99ac9a;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.hideshow {
	background-color:#CCCCCC;
	padding:5px;
}

.hideshowBtn {
	position:absolute;
	top: 0px;
}	

.content {
padding-left:30px;
padding-right:30px;
}

/* Links */
.content a:link, a:visited, a:active {
	color: #36435d;
	text-decoration: none;
	font-weight: bold;
}
.content a:visited {
	color: #36435d;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	color: #8f754a;
	text-decoration: none;
}
.footer a:link, a:visited, a:active {
	color: #e5e6e7;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	color: #8f754a;
	text-decoration: none;
}

/* Footer Style */
.footer {
	font-family: Arial;
	font-size: 10px;
	color: #e5e6e7;
}


img { behavior: url(iepngfix.htc); }


dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
 /* position: fixed; Menu position that can be changed at will */
float:left;
top: 0;
left: 0;
z-index:100;
/*width: 100%;  precision for Opera */
}
#menu dl {
float: left;
/*width: 12em;*/
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border:none;
margin: 0px;
}
#menu dd {
display: none;
border: 1px white;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
ul {
list-style-position: outside;
list-style-image: url(../images/bullet.gif);
list-style-type: square;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px white; 
}

/* HR */
div.hr {
  height: 15px;
  background: #ffffff url(../images/hr.gif) repeat-x center;
}
div.hr hr {
  display: none;
}

/* Portfolio Overlay */
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
#thought{
margin:5px;
}

/* Fix swf spacing in FF3 */
object {
display:block;
}