* {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
}

img {border: none !important;}

html, body {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#000;
	background-color: #bbbca9;
	text-align: center;
	
}
#container {
	background-color: white;
	color:#333;
	width: 850px;
	margin: auto;
}

#header {
	width:100%;
	height:200px;
	text-align: left;
	margin-bottom: 2em;
	
}


#page {
	width: 100%;
	margin: 0 auto 0 auto;
	background-color: #fff;
	/*border:1px solid red;*/
}
	


#wrapper {
	float: left;
	width: 100%;
/*	margin-left: -200px;*/    /* 200 */
	/* border: 5px solid green; */
}

#content {
/*	margin-left: 200px;*/    /* 200 */
/*   border: 1px solid blue;  */
	text-align: left;
	float: left;
	margin: 1em .5em;
	width: 66%;
}

#sidebar {
	float: right;
	width: 250;        /* 180 */
	/* border: 1px solid red; */
	background-color: #ccc;
	text-align: left;
} 
#footer {
	clear:both;
	font-size: 10px;
	text-align: center;
	width: 100%;
	background-color: #bbbca9;
	padding-top: 1em;
}


#content p {
	margin: 0 0 .5em 0;
}

#content a.nav_tree {
	font-size: 8pt;
}

#content ul {
	padding-left: 2em;
}

#content img {
	margin: 5px;
	border: solid thin;
	padding: 1px;
}

#content h3 {
	background-color: #036;
	color: #ccc;	
	padding: .2em;
	text-transform: lowercase;
	letter-spacing: .1em;
	margin-bottom: .5em;
	font-size: 1.5em;
}

#content h4 {
	background-color: #669;
	color: #ccc;	
	padding: .5em;
	text-transform: lowercase;
	margin: 0 0 .5em 0;
}

#content dl {
	padding: .5em;
	color: #000;
	margin-bottom: 1em;
}

#content dt {
	font-weight: bold;
	border-bottom: solid thin;
}

#content dd {
	padding: 0 0 .75em 1em;
}	


#sidebar h3 {
	background-color: #999;
	color: #fff;
	padding: .5em .5em 0 .5em;
	text-transform: lowercase;
	font-size: 1em;
	letter-spacing: .1em;
}

#sidebar div.panel {
	margin-bottom: 1em;
}

#sidebar dl {
	padding: .5em;
	color: #000;
	margin-bottom: 1em;
}

#sidebar dt {
	font-weight: bold;
}

#sidebar dd {
	padding: 0 0 .75em .5em;
}	

#search_box {
	margin: .5em;
	float: right;
}

#search_box p {
	color: #000;
	font-style: italic;
}

#search_box .input {
    border: 1px solid #006;
    background: #ffc;
    margin-right: 2em;
}
#search_box .input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
#search_box .button {
    border: 1px solid red;
    background: #ccf;
}
#search_box .button:hover {
    border: 1px solid #f00;
    background: #eef;
}

#footer ul {
	list-style:none;
	margin-top:.7em;
}

#footer p {
	margin: .5em;
}

#footer li {
	display:inline;
	padding: .3em 2%;
	text-transform: lowercase;
}


#bio {
	float: right;
	width: 35%;
	border: outset;
	margin: 0 0 1em 1em;
	background-color: #f1f1f1;
	padding: .75em;
}

#bio p.name{
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	margin-top: 1em;
}

#bio p.title {
	font-style: italic;
	font-size: 1.2em;
}

#bio h3 {
	color: #990033;
	text-transform: uppercase;
	background: none;
	clear: both;
	font-size: 1em;
	letter-spacing: 0;
	margin: 0;
	padding: 0;	
	
}

#bio hr {
	border: solid 1px #ccc;
	margin: .5em 0;
}

#bio p {
	margin: 0;
	padding: 0;
}

#content h4 a {
	color: #ccc;
	text-decoration: none;
}

#content h4 a:focus, #content h4 a:hover, #content h4 a:active {
	text-decoration: underline;
	color: #fff;
}

a {
	color: blue;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}



p.more {
	font-size: 9px;
	text-transform: uppercase;
	margin: 0 0 1em 1em;
}
	
p.form_label, a.form_label {
	font-style: italic;
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}

.underline {
	text-decoration: underline;
}

.fauxlink, .bubbletooltip, .searchfauxlink {
	-moz-user-select: none;
	cursor: pointer;
	cursor: hand;
}

.searchfauxlink {
	color: blue;
	text-decoration: underline;
}

p.error {
	background: transparent url("images/alert.gif") no-repeat left top;
	color: red;
	padding: 0px 0 5px 25px !important;
	margin: 0 1em 1em !important;
}
p.warning {
	background: transparent url("images/iwarn.gif") no-repeat left top;
	color: red;
	padding: 0px 0 5px 25px !important;
	margin: 0 1em 1em !important;
}

.italic {
	font-style: italic;
}


#swapfade {
}

#swapfade img {
	filter:alpha(opacity=100);
	margin: 0;
	padding: 0;
	border: 0;
}


#form input {
    border: 1px solid #006;
    background: #ffc;
//    margin-right: 2em;
}
#form input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

#form input.button {
    border: 1px solid red;
    background: #fff;
}
#form input.button:hover {
    border: 1px solid #f00;
    background: #eef;
}

#form input.error {
    background: #f33;
    color: #fff;

}

#form textarea {
    border: 1px solid #006;
    background: #ffc;
    margin-right: 2em;
}

#form textarea:hover {
    border: 1px solid #f00;
    background: #ffc;
}

#form textarea.error {
    border: 1px solid #006;
    background: #f33;
    margin-right: 2em;
}


#form select {
    border: 1px solid #006;
    background: #ffc;
    margin-right: 2em;
}

#form select:hover {
    border: 1px solid #f00;
    background: #ffc;
}

#form select.error {
    border: 1px solid #006;
    background: #f33;
    margin-right: 2em;
}

table th {
	text-align: left;
	border-bottom: solid thin;
}

#mapsearch {
	width: auto;
	text-align; center;
}

p.search {
	letter-spacing: .1em;
	font-style: italic ;
	font-weight: bold ;
	border-bottom: groove thin ;
	background-color: #fff ;
	text-align: right ;
	font-size: 1em ;
}

#notice {
	background-color: #600;
	color: #fff;
}

#notice h3 {
	background-color: #c03;
}

#notice dl {
	color: #fff;
	margin-bottom: 0em;
}
#notice a {
	color: #fff;
}
#notice a:focus, #notice a:hover, #notice a:active {
	text-decoration: underline;
}
#notice dt {
	text-decoration: underline;
}
