/* General Look */

html,body{margin:0;padding:0;font-size:95%}/*added: font-size:95%;*/
body {background: #FFFFFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #767941}		
div#header{position:relative}
div#header h1{height:80px; line-height:80px; margin:0; padding-left:10px; background:#EEE; color:#79B30B}
div#header a{position:absolute;right:0;top:23px}
div#content p{line-height:1.3}
div#navigation{background:#FFFFFF}
div#extra{background:#FFFFFF}
div#footer{background:#767941;color:#FFF}

/* Structure */

div#wrapper{float:right;width:100%;margin-left:-200px}
div#content{margin-left:200px; border-left: thin dotted #CCCC99; padding: 10px 10px;}
div#navigation{float:left;width:200px}
div#extra{float:left;clear:left;width:200px}
div#footer{clear:both;width:100%}

/* Header */

#header {
	height: 200px;
	padding: 0 0 0 200px;
	background: url(../img/hdr7.jpg) no-repeat;
		}
#logo {
	height: 80px;
	padding: 120px 0 0 10px;
	background: url(../img/logo7.jpg) no-repeat;
}
		
/* Navigation */

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 26px;
	padding: 3px 0 3px 6px; /*changed from: 6px 0 6px 10px; */
	border-bottom: thin dotted #CCCC99;
	text-decoration: none;
	font-size: 1.2em;
	font-style: italic;
	color: #767941;
}

#menu a:hover {
	color: #F08F02;
}

#menu-top {
padding-top: 7px; /*changed from: 10px*/
margin-bottom: 0.7em;
color: #ADB07C;
border-bottom: thin dotted #CCCC99;
}

/* Testimonial */

#testimonial {
	font-size: 0.9em;
	padding: 0px;
}

#testimonial a{
	font-size: 0.9em;
}

blockquote.testimonial {
	margin-left: 0.5em;
	padding-left: 0.25em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

/* Tables */

table#names { width: 100%; border: 0px;}
table#updates { width: 100%; border: 0px; background-color: #FFFFFF;}
table#updates td { padding: 0 3px 0 0; border-bottom: 1px dotted #CCCC99;} /*changed: padding: 0; border-bottom: thin */
table#updates p { font-size: 0.75em; margin: 0;} /*added font-size */
.change { color: #996600; font-weight: bold; text-align: left; text-transform: uppercase;}
.data { color: #000000; text-align: left;}
.toprow { font-weight: bold; text-align: left; text-transform: uppercase;}
.leftcol { text-align: left; width: 3em;}
.numbers { text-align: right; color: #990000;}
table#family { width: 100%; border: 0px; background-color: #FFFFFF;}
table#family td { padding: 0 3px 0 0; border-top: 1px dotted #CCCC99;} /*changed: padding: 0; border-bottom: thin */
table#family p { font-size: 0.75em; margin: 0;} /*added font-size */
table#babblers { width: 100%; border: 0px; background-color: #FFFFFF;}
table#babblers td { padding: 3px;}
table#babblers p { font-size: 0.9em; margin: 0;}


/* Footnote */

#footnote {
	margin: 0;
	font-size: .8em;
}


/* Footer */

#footer {
	clear: both; 
	padding: 10px 10px;
	background: #767941
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #FFFFFF
}

#footer a {
	color: #FFFFFF
}	

/* Text attributes */		

h1{
	font-size: 2em;
	color: #F08F02;
}

h2 {
	margin-bottom: -0.25em;
	font-size: 1.4em;
	color: #663300;
}


h3 {
	margin: 0.5em 0 -0.1em 0;
	font-size: 1.3em;
	color: #F08F02;
}

h4 {
	font-size: 0.95em;
	color: #999900;
	margin: 0.5em 0 0.25em 0;
}
h5 {
	font-size: 1em;
	color: #996600;
}
h6 {
	font-size: 1em;
	color: #666633;
}
h5, h6 {
	margin-top: 0em;
	margin-bottom: 0em;
}

h2, h3, h4, h5 {
	text-transform: uppercase;
}

p, blockquote {
	margin-bottom: 1em;
}
li, ul, ol {
	margin-bottom: .3em;
}

li {
	margin-left: 2em;
}

ul, ol {
	margin-left: 1.5em;
}

blockquote {
	margin-left: 3em;
	padding-left: 1.5em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}


/* Link attributes */		

a:link {
	text-decoration: none;
	color: #cc9933;
}
a:visited {
	text-decoration: none;
	color: #adad00;  /*old: #666633*/
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* Image attributes */		

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}
