html, body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: helvetica, arial, sans-serif;
}

body {
	font-size: 62.5%;
	text-align: center;
}
	

a {
	color: #666;
	text-decoration: none;
}

a:hover,
a:active {
	color: #ff6600;
}

#wrapper {
	position: relative;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}

#wrapperFix {
	position: relative;
	padding-bottom: 20px; /* vertical space from footer */
}


#frame {
	padding: 20px 0 10px; /* add vert padding to top to space nav + brand from top */
}

#brand {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
/*	padding-top: 20px; */ /* remove and use top padding in #frame instead - IE6 issue */
	width: 100%;
	font-family: Times New Roman, Times, serif;
	color: #f60;

	z-index: 100;
	
	text-align: left;

}

#brandLogo {
	float: left;
	display: block;
/*	margin-left: 10px; */
/*	margin-left: 20px; */ 
	padding-left: 30px; /* increase left margin - compensate for IE6 using padding and not margin */
}

#brand p {
	display: inline;
	margin: 0;
	padding: 0;
/*	font-size: 72px; */
/*	font-size: 60px; */ /* bring down size of mark */
	font-size: 6em; /* bring down size of mark - use ems */
	font-weight: normal;
}

#brand a.mark {
	color: #f60;
}

#nav {
	display: block; 
	float: left;
 	margin-left: 15px; 
 	margin-bottom: 5px;
	color: #666;
	font-family: helvetica, arial, sans-serif;
	z-index: 3000;
}	

#nav a {
	border-bottom: 1px solid #fff;
}

div#nav a:hover,
#nav a:active {
	border-bottom: 1px solid #f60; 
}

#nav a.selected {
	border-bottom: 1px solid #f60;
	color: #f60;
}

.biocontent {
        width: 800px;
}

#bioimage {
        float: left;
        padding-right: 30px;
        width: 300px;
}

#biotext {
        float: left;
        width: 470px;
}

#content {
	margin: 0px auto;
	padding: 20px 0; /* used padding for vert spacing due to rendering in FF */
	text-align: left;
}

#content h1, #content h2 {
	padding-bottom: 12px;
	color: #f60;
	text-transform: lowercase;
	font-family: times new roman, times, serif;
	font-size: 2em;
	font-weight: normal;
}

#content p {
	padding-bottom: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
}

#content a {
	color: #f60;
}

#content a:hover,
#content a:active {
	text-decoration: underline;
}

.citation {
	color: #666;
}

#hero {
	display: block;
	width: 100%; 
	margin: 0; 
	padding: 0;
	visibility: hidden; 
}

#hero.sidebar {
	margin-left: 240px;
}

#caption {
}

#caption.sidebar {
	margin-left: 240px;
}

#captionBG {
}

#captionText {
}

#captionText p {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #000;
}

#prev.sidebar {
	margin-left: 240px;
}

#footer {
	width: 100%;
	position: relative;
	visibility: hidden;
	text-align: center;
}

#copyright {
	position: absolute;
	bottom: 0;
/*	left: 10px; */
	left: 30px; /* increase left margin */
}

#noticediv { 
	text-align: left;
	line-height: 15px;
}

#footer {
	position: relative;
	margin-top: 5px;	
	font-size: 1.2em;
}

#footerText {
	position: relative;
	margin-top: -41px;	
	font-size: 1.2em;
	height: 20px;
}

#mask {
	position: absolute;
	display: block;
	margin: 0 auto;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 8000;
	text-align: center;
}

#maskWrapper {
	display: none;
}

#brandMask {
	position: relative;
/*	display: block; */
	width: 100%;
	font-family: Times New Roman, Times, serif;
	color: #f60;
	text-align: center;
}

#brandMaskLogo {
	display: block;
}

#brandMaskLogo p {
	margin: 0;
	padding: 0;
	font-size: 7.2em; /* bring down size of mark - use ems */
	font-weight: normal;
}

#taglineMask {
	font-family: Times New Roman, Times, serif;
	color: #666;
	font-size: 2em;
	line-height: 1.3em;
}

#sidebar {
	float: left;
	display: inline-block;
	margin: 0 10px 0 30px;
	width: 200px;
	text-align: left;
}

#sidebar h1 {
	padding-bottom: 12px;
	color: #f60;
	text-transform: lowercase;
	font-family: times new roman, times, serif;
	font-size: 2em;
	font-weight: normal;
}

#sidebar p {
	padding-bottom: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
}

#sidebar ul {
	font-size: 1.2em;
	line-height: 1.4em;
/*	list-style: disc; */
}

#sidebar li {
	margin-bottom: 2px;
	padding-left: 16px;
	background: url(/media/images/list-bullet.gif) no-repeat left 2px;
}

#sidebar li a:active,
#sidebar li a:hover,
#sidebar li a.selected {
	color: #f60;
	text-decoration: underline;
}

#navHidden {
	display: none;
}

.gray {
	color: #666;
}

.clearIt {
	clear: both;
}

hr { border:none; background-color:#ddd;margin-bottom:24px;height:1px; }
select, input[type=text], textarea, p input#id_name,p input#id_email,p input#id_url,p textarea#id_comment { width:75%; float:right;border:1px solid #ccc; }
p.submit { float:right; }
select#id_inquiry, input[type=submit], p.submit input.submit-post, p.submit input.submit-preview { border:1px solid #ccc; background-color:#eee; }
#noticediv{position:absolute;z-index:10000;width:230px;border:1px solid #dfdfdf;background:#efefef;padding:5px;overflow:hidden;}
#noticediv span{color:#000;}
#noticediv a{color:#FF6600;}
