body {
}

li {
}


h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 16px;
 font-weight: bold;
 color: #007EC4;
}

.subhead {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 20px;
 font-weight: bold;
 color: #000000;
}

.copy {
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 15px;
 color: #000000;
}

.copy a:link {
 font-weight: bold;
 color: #007EC4;
}

.copy a:visited {
 font-weight: bold;
 color: #007EC4;
}

.legal {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 12px;
 color: #000000;
}

.legal a.link {
 text-decoration: underline;
 color: #007EC4;
}

.legal a.visited {
 text-decoration: underline;
 color: #007EC4;
}

#polaroid {
	padding: 0px;
	width: 157px;
	height: 150px;
	float:left;
	background-image: url(images/polaroid_large.gif);
}

#photo {
  margin: 10px 0px 0px -7px;
  padding: 0px;
}

#content {
	width: 34em;
	background-color: #f4ecd9;
	padding: 1em 0;
	border: 6px double #7d6340;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 42em;
}

#content {
	width: 42em;
} 

a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}

#nav li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 2px solid #007EC4;
	border-width: 1px 0;
}

#nav li#first {
	border-left-width: 3px;
}

#nav li#last {
	border-right-width: 3px;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 2px #007EC4;;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
}