@charset "utf-8";


/*	Defaults	*/
body {
	font-family: 'Lucida Grande','Lucida Sans Unicode', Arial, sans-serif;
	color:#4E3D0E;
	background-color:#FFFFFF;
	font-size:12px;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:link, a:visited {
	color:#4E3D0E;
}
a:active, a:hover {
	color:#4E3D0E;
}
form {
	margin:0px;
	padding:0px;
}

/* Modal */

#modal {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -290px;
    width: 571px;
    color: #4E3D0E;
    border:none;
    padding: 12px;
	z-index: 9999;
	display: none;
}
#slideshownull {
	display:none;
	width:663px;
	height:200px;
}

/*	Layout	*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:664px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
	min-height:100%; /* real browsers */
}
#header {
	margin-bottom:20px;
}
#footer {
	font-size:10px;
	text-align:right;
}
#headerlinks {
	position:absolute;
	z-index:1;
	top:30px;
	width:100%;
	text-align:right;
	padding-right:1px;
}
#headerlinks, #headerlinks a {
	font-size:10px;
	line-height:46px;
}
#facts {
	width:663px;
	height:37px;
	text-align:center;
	line-height:37px;
	font-size:10px;
	color:#FFFFFF;
	background-image:url(images/facts.jpg);
}
#facts a {
	color:#FFFFFF;
}
#partnerscontent, #teamcontent, #servicescontent, #aboutcontent {
	display:none;
}
.sectionbar {
	border-bottom:1px solid #A8A59C;
	padding-top:20px;
	margin-bottom:1px;
	cursor:pointer;
	background-color:#FFFFFF;
}
.sectionbarhover {
	border-bottom:1px solid #A8A59C;
	padding-top:20px;
	cursor:pointer;
	background-color:#EFEEEC;
}
.sectionbar div {
	text-align:right;
}
.leadin {
	margin-top:20px;
	font-size:22px;
	font-weight:300;
	width:65%;
	height:auto;
}
.headerlrg {
	font-size:26px;
}
.header {
	font-size:18px;
}
.copy, .copyext {
	margin-top:15px;
	width:65%;
	height:auto;
	font-size:13px;
}
.copyext {
	margin-bottom:15px;
}
.extlabel img {
	margin-bottom:-3px;
	padding-right:5px;
}
.extcopy {
	display:none;
	padding-bottom:20px;
}
.small {
	font-size:10px;
}
.med {
	font-size:11px;
}
.author {
	font-size:11px;
	font-style:italic;
}
.form input, .form textarea {
	border:solid 1px #E1DDD5;
	background-color:#F8F7F3;
	width:180px;
	padding:6px;
	color:#4E3D0E;
}
.form textarea {
 	height:auto;
}
.modaltable {
	margin-left:35px;
	width:85%;
}
#profile td {
	font-size:10px;
}
.profilelinks {
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
.tdunderline strong {
	border-bottom:dotted 1px #43340C;
}
.modallabel {
	margin-top:5px;
}
.medtable {
	font-size:11px;
	border-collapse:collapse;
	padding-left:0px;
}
.medtable td {
	padding:8px;
	padding-left:0px;
}
.medtable .tdunderline strong {
	padding-bottom:4px;
}
ul {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:25px;
	font-size:11px;
}
li {
	margin-top:4px;
	margin-bottom:4px;
}
#howwedoit {
	cursor:pointer;
	text-decoration:underline;
}
