html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: gillsans light, gill sans light, gill sans, gill sans mt, helvetica neue, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height:15px;
	background-color:#E4D6B9;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#map {
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#navigation {
	width:100%;
	background: #E4D6B9;
	border: solid white 7px;
	line-height:22px;
	
}

.infoTable td {
	vertical-align:top;
}

#textline {
	font-size:13px;
}


#navigation {
	padding:0;
	padding-bottom:4px;
	padding-top:4px;
}

#navigation a, #navigation .select {
	/*display:block;*/
	
}

#navigation a.inactive, #navigation a.inactive:link, #navigation a.inactive:active, #navigation a.inactive:visited {
	color: #000000;
	text-decoration: none;
}

#navigation a.inactive:hover, #navigation a.active, #navigation a.active:link, #navigation a.active:active, #navigation a.active:visited, #navigation a.active:hover {
	color: #000000;
	text-decoration: underline;
}

#mainNavTable {
	margin-bottom:5px;
	width:98%;
}
#mainNavTable td {
	padding:8px;
	padding-bottom:8px;
	padding-top:6px;
	padding-left:0;
	font-family: gillsans light, gill sans light, gill sans, gill sans mt, helvetica neue, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height:15px;
	border-bottom:solid black 1px;
	/*border: solid black 1px;*/
}

#mainNavTable td.noBorder {
	border-bottom:none;
}
#mainNavTable td.noTopPadding {
	padding-top:0;
}
#mainNavTable td.list {
	line-height:20px;
}
td.logo {
	padding-top:0px;
}


#disable {
	z-index: 3;
	position: absolute;
	background: #000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: none;
}

#info {
	/*z-index: 4;
	position: absolute;
	left: 50px;
	top: 280px;*/
	position:relative;
	background-image:none;
	background-color:white;
	padding: 15px;
	padding-top:5px;
	display: none;
}

#info a, #info a:hover, #info a:visited, #info a:link {
	color:black;
	text-decoration:underline;
}

#infoContent {
	line-height:15px;
}

#bio {
	max-height:100px;
	overflow:auto;
}

div.column {
	float: left;
	width:330px;
	margin-right: 1em;
}


#photo {
	width: 500px;
	padding: 0;
	vertical-align: top;
}

#desc {
	width: 295px;
	padding-top: 35px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#desc_clipper {
	position: relative;
	width: 295px;
	overflow: auto;
}

#title {
	color: #000000;
	margin: 0;
	margin-bottom:20px;
}

#content p {
	color: #000000;
	margin-top: 18px;
}

#footer {
	color: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 268px;
	height: auto;
	padding-top: 12px;
	background-image: url('images/hr.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#close {
	position:absolute;
	top:15px;
	right:15px;
}

#close a, #close a:link, #close a:visited, #close a:active {
	color:black;
	text-decoration: none;
}

#close a:hover {
	color: #E4D6B9;
	text-decoration: underline;
}

#copyright {
	z-index: 1;
	position: absolute;
	left: 12px;
	bottom: 11px;
	color: #000000;
	font-family: gillsans light, gill sans light, gill sans, gill sans mt, arial, sans-serif;
	font-size: 9pt;
}

span.bold {
	font-weight: bold;
}

/**** FORM ****/

form {
	/*border:red solid 1px;*/
}

table.formTable {
	border:none;
	width:380px;
}

#info input {
	border:none; /*solid black 1px;*/
	width:200px;
	font-family:gillsans light, gill sans light, gill sans, gill sans mt, helvetica neue, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 100;
	text-transform:uppercase;
	background-color:#E4D6B9;
}
#info a.link {
	display:block;
	margin-bottom:8px;
	text-decoration:none;
}
#info a.link:hover {
	text-decoration:underline;
}
#info a.submitLink {
	background-color:#E4D6B9;
	padding:3px;
	text-align:center;
	text-decoration:none;
	width:100px;
}
#info a.submitLink:hover {
	text-decoration:underline;
}

