/* CSS Document */

body {
	background: #F4DDB1;
	margin: 0;
	font: 10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif; 
	}

A: link, fauxLink { 
	color: #275A78; text-decoration: none; 
	}
A: hover { 
	color: #333333; text-decoration: underline; 
	}
A: active { 
	color: #275A78; text-decoration: none; 
	}
A: active: hover { 
	color: #333333; text-decoration: underline; 
	}
A: visited { 
	color: #275A78; text-decoration: none; 
	}
A: visited: hover { 
	color: #333333; text-decoration: underline; 
	}
h2 {
	line-height: 120%;
	color: #8C7364;
	}
h3 {
	font-size: 21px;
	font-weight: bold;
	color: #8C7364;
	margin: 2em 0 .5em 0;
	line-height: 120%;
	}
h4 {
	font-size: 110%
	font-weight: normal;
	color: #8c6469;
	text-align: left;
	padding-left: 1.5em;
	margin: 2.5em 0 0 0;
	}
h5 {
	font-weight: normal;
	font-size: 50%;
	line-height: 100%;
	padding-left: 30px;
	}
h6 {
	font-size: 35%;
	line-height: 150%;
	padding-left: 30px;
	}
h6.return {
	padding-left: 10px; 
	font-weight:normal;
	}

#header {
	background: url(headerbg.gif) no-repeat #F4DDB1 top left;
	width: 282px;
	height: 439px;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 0;
	float: left;
	position: fixed;
	}

#wrap {
	width: 882px;
	}

#container {
	background: #F8EBD2;
	width: 585px;
	/*margin-left: 282px; 
	margin-top: -452px; */
	float: right;
	padding: 10px 15px 70px 0;
	}

#navcontainer {
	position: absolute;
	margin-top: 450px;
	margin-left: 21px;
	width: 250px;
	}

#navlist li {
	margin-left: 15px;
	list-style-type: none;
	text-align: right;
	padding-right: 20px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}

	#navlist li a: link { color: #666666; text-decoration: none; }
	#navlist li a: visited { color: #999999; text-decoration: none; }
	#navlist li a: hover {color: #7394A0; text-decoration: none; }

.topComment {
	width: 80%;
	/* background: #F4DDB1; */
	font-weight: 200;
	margin: auto;
	padding: .5em 1em .5em 1em;
	text-align: center;
	font-style: italic;
	width: 200px;
	position: fixed;
	left: 884px;
	top: 2em;
	opacity: 0.25;             /* Safari, Opera, FF */
	filter: alpha(opacity=25); /* IE */	
	}
.topComment img {
	border-width: 0;
	border-style: solid;
	text-decoration: none;
	}
.topComment:hover, .botComment:hover, .googVoice:hover {
	opacity: 1;
	filter:  alpha(opacity=100);
	}
.botComment {
	/* background: #F4DDB1; */
	margin: auto;
	padding: .5em 1em .5em 1em;
	text-align: center;
	opacity: 0.25;             /* Safari, Opera, FF */
	filter: alpha(opacity=25); /* IE */	
	}
.contact {
	/* Need stuff here?? */
	}
.googVoice {
	opacity: 0.15;             /* Safari, Opera, FF */
	filter: alpha(opacity=15); /* IE */	
	}
p.co2widget img {
		/* teest position of hidden img by turning border on...
	border: solid thick black;
		*/
	}
.a2a_container {
	padding-top: 1em;
	}
#google_translate_element { 
	margin-top:0; 
	padding-top:0;
	}

div.holdExp {
	margin: 0 0 0 282px;
	background: #F8EBD2; 
	padding:4em 0 1.25em 3em;
	}
div.Exp {
	width:75%;
	border:thin black solid;
	margin:2em auto;
	padding:2em;
	}


.content {
	padding: 21px;
	text-align: justify;
	font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}

#footer {
	padding-top: 0.5em;
	background: transparent;
	height: 180px;
	text-align: center;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height: 130%;
	}

#title {
	position: absolute;
	top: 440px; 
	left: 9px;
	padding-left: 9px;
	font: 14pt/12pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #275A78;
	font-size: 200%;
	line-height: 90%;
	}

ul.bold1stLevel li {
	font-weight: bold;
	color: #647e8c;
	}
ul.bold1stLevel li li {
	font-weight: normal;
	color: black;
	}

.halfBefore {
	padding-top: .75em;
	}
.smaller {
	font-size: 75%;
	}


li p {
	font-size: 95%;
	font-weight: 600;
	margin: .05em 2.5em 0 1.5em;
	text-align: left;
	}

p.aside {
	font-size: 90%;
	font-style: italic;
	margin: .5em 4em 1.5em 4em;
	}

.discontinued {
	text-decoration: line-through;
	color: #3592af;
	}
.lowLight {
	color: #3592af;
	}