﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
Red: #B5121B
Blue: #002D56
Lt. Blue: #D9E0E6
Lt. Red: #F0D0D1
Text: #323232
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #323232;
	line-height: 1.35em;	
	background: transparent url(../images/tbBg.gif) center top repeat;
	text-align: center;
}

a {
	color: #B5121B;
	text-decoration: underline;
	font-weight: bold;
}

a:visited :hover, a:hover {
	color: #002D56;
}

dfn {
	font-style: normal;
	border-bottom: 1px dashed #DA9D37;
}

form {
	margin-bottom: 20px;
}

h1{
	font-size: 21px;
	margin-bottom: 5px;
}

h2{
	font-size: 18px ;
}

h3{
	font-size: 16px;
	margin: 7px 0 0 10px;
}

p {
	margin: 0 10px 10px 0;
}

small {
	font-style: italic;
	font-size: 11px;
	margin-left: 20px;
	line-height: 1.35em;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

td {
	padding: 2px 10px 2px 0;
	vertical-align: top;
}

ul {	
	margin: 0 0 10px 25px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 786px;
	text-align: left;
	margin: 0 auto;
	padding-top: 335px;
	background: url('../images/tbNFbg.gif') repeat-y center top;
}

#banner {
	position: absolute;
	top: 0;
	left: 3px;
	width: 780px;
	height: 312px;
	background: url('../images/tbBanner.jpg') no-repeat center top;
}

#button {
	position: absolute;
	top: 315px;
	left: 595px;
}

#menu {
	position: absolute;
	top: 312px;
	left: 3px;
	width: 780px;
	height: 34px;
	background: transparent url(../images/tbMenuBG.gif) left center repeat-x;
}

#mainContent {
	width: 780px;
	min-height:160px;
	height:auto !important;
	height:160px;
	margin: 0 auto 0;
	padding-top: 10px;
	background: url('../images/clarksMCbg.jpg') repeat-x left top;
}

#copy {
	width: 575px;
	margin: 25px 0 15px 15px;
	float: left;
}

#copyWide {
	width: 760px;
	margin: 25px 0 15px 15px;
}

#subContent {
	width: 780px;
	margin: 0 3px;
	border-top: 10px solid #B5121B;
	clear: both;
}

#copyright{
	width: 780px;
	height: 34px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	background: #B5121B;
	clear: both;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#banner img {
	margin: 7px 0 0 20px;
}

#copyright a {
	color: #FFF;
}

#copyright a:visited :hover, #copyright a:hover {
	color: #002D56;
}

#copyright p {
    padding: 0;
    line-height: .5em;
    font-size: 11px;
}

#menu ul {
	list-style: none;
	float: right;
	margin-right: 300px;
}

#menu ul li { 
 	float: left;
	margin: 5px 1px 0 2px;
	padding: 1px 12px 0;
}

#menu li a { 
	display: block;
	float: left;
	height: 22px;
	color: #FFF;
	text-decoration:none;
	font-size: 15px;
	font-weight: normal;
	font-variant:small-caps;
}

#menu li a:hover,
#home #menu li.home a,
#biography #menu li.biography a,
#issues #menu li.issues a,
#contributions #menu li.contributions a, 
#volunteer #menu li.volunteer a, 
#contact #menu li.contact a {
	border-bottom: 8px solid #B5121B;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
td.w20 {
	width: 20%;
}

.w75 {
	width: 75px;
}

.w150 {
	width: 150px;
}


.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 0 10px 5px 0;
}

span.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	line-height: 1.15em;
	margin-bottom: 18px;
	display:block;
}

.yin {
	background: #01529C;
}

.yang {
	background: #47AA42;
}

.yangBoxes, .yinBoxes {
	width: 260px;
	height: 260px;
	background: #F0D0D1;
	float: left;
	margin: 0;
	padding-top: 15px;
}

.yangBoxes {
	background: #D9E0E6;
}

.yangBoxes h2, .yinBoxes h2 {
	color: #002D56;
	font-size: 14px;
	margin: 0 0 0 10px;
	line-height: 1.2em;
}

.yangBoxes p, .yinBoxes p {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 10px 10px;
	line-height: 1.25em;
}

.yangBoxes ul, .yinBoxes ul {
	font-size: 12px;
	margin: 5px 10px 5px 25px;
	line-height: 1.35em;
}
