@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffcc;
}
.twoColFixLt #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0e7d7;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height:300px;
	background: #262620; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLt #leftsidebar a {
	text-decoration:none;
	color:#800000;
}
.twoColFixLt #leftsidebar a:hover {
	text-decoration:underline;
}
#address {
	margin:10px 15px;
	color:#666;
	text-align:justify;
}
#address h3 {
	color: #800000;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 248px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftsidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #leftsidebar space when the content in #leftsidebar ends. */
	border-left:6px solid #663333;
} 
.twoColFixLt #mainContent #contentCenter {
	position:relative;
	background:#4d627f url(../images/blue_dome.jpg) no-repeat;
	padding:1em 2em 2em 2em;
	overflow:auto;
	min-height:500px;
}
.twoColFixLt #mainContent #contentCenter #runner {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	margin:0 0 1em 0;
	background:#ccc;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}
.twoColFixLt #mainContent #contentCenter #runner h1 {
	margin:0;
	padding:0;
	text-align:center;
	color:#262620;
}
.twoColFixLt #mainContent #contentCenter p {
	text-align:justify;
}
.twoColFixLt #mainContent #contentCenter #first {
	margin-top:3em;
}
.twoColFixLt #mainContent #contentCenter a {
	color: #ffffcc;
	text-decoration:none;
}
.twoColFixLt #mainContent #contentCenter a:hover {
	color:#fff;
	text-decoration:underline;
}
h1, h2{
	color:#666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.2em;
}
.twoColFixLt #mainContent #contentCenter h2 {
	color:#000033;
}
.twoColFixLt #mainContent #contentCenter #bio_photo {
	float:left;
	width:200px;
	padding:0 1em 0.5em 0;
}

#leftsidebar #headerLeft, #mainContent #headerCenter {
	position:relative;
	border-bottom:6px solid #663333;
	height:162px;
}
#mainContent #headerCenter {
	background:#ffffff;
}
#mainContent #headerCenter img {
	display:block;
	margin:0 auto;
	width:397px;
	padding-top:18px;
}
#leftsidebar #headerLeft img {
	display:block;
	margin:0;
	width:248px;
}
#leftsidebar #bodyLeft {
	position:relative;
}

#footer {
	width: 760px;
	margin:1em auto;
	color:#333;
	font-size:0.8em;
	text-align:center;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#800000;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* CSS Tabs */
#navcontainer {
        background: #f0e7d7;
        width: 100%;
        margin: 0 auto;
        padding: 1em 0;
        font-size: 0.8em
        text-align: center;
        /*text-transform: lowercase;*/
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 99%;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 2em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #f0e7d7;
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}

/* Contact form */
#contactForm .formWrapper {
border: 1px solid #ffffcc;
width: 95%;
margin:1em 2em 0 0;
padding:0.5em 1em;
text-align:right;
}
#contactForm .formWrapper p {
	clear:both;
	padding:5px 0;
	color:#ffffcc;
}
#contactForm .formWrapper fieldset {
padding:0.5em;
}
#contactForm .formWrapper fieldset.checkbox , #contactForm .formWrapper fieldset.submit {
width:50%;
border:0;
padding:0 0.5em 0 0.7em;
}
#contactForm .formWrapper fieldset.submit {
	float:right;
}
#contactForm .formWrapper fieldset.checkbox input {
width:auto;
background:none;
border:0;
}
#contactForm legend {
color: #fff;
/*border: 1px solid #ffffcc;*/
padding: 2px 6px;
} 

#contactForm .formWrapper label, #contactForm .formWrapper .label  {
float:left;
width: 100%;
font-size:90%;
text-align: right;
color:#ffffcc;
font-weight:bold;
margin: 0 0.5em 0 0;
display:inline-block;
}

#contactForm .formWrapper .comment {
text-align: right;
color:#ffffcc;
font-style:italic;
font-weight:100;
line-height:normal;
margin:0 0 7px 0;
}

#contactForm .formWrapper legend, #contactForm .formWrapper label, input, select {
font-size:0.85em;
}

#contactForm .formWrapper fieldset.submit input {
	width:24%;
	margin-left:0.6em;
	cursor:pointer;
}

#contactForm input, #contactForm select, #contactForm textarea {
color:#000;
background:#eeeeee;
border: 1px solid #ccc;
width:50%;
font:1em, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}



