.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */


<!--[if IE]>
.clearfix {
   zoom: 1;     /* triggers hasLayout */
   display: block;     /* resets display for IE/Win */
   }  /* Only IE can see inside the conditional comment
   and read this CSS rule. Don't ever use a normal HTML
   comment inside the CC or it will close prematurely. */


@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	background: #21304A;
}
body {
	color: #FFFFFF;
	font: 85% Helvetica, "Arial", sans-serif;
	text-align: center;
	background: url(../images/bg.png) no-repeat left top;
}
/* =============================== Begin Header Styles ========================================*/
#header h1   {
	text-indent: -9999em;
	background: url(../images/bctgmbg.png) no-repeat center top;
	height: 300px;
	width: 955px;
}
#mainNav ul {
	background: #092163;
	position: relative;
	float: left;
	width: 791px;
	list-style: none;
	margin-top: -55px;
	margin-left: 118px;
	margin-bottom: 10px;
	border-top: none;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px double #FFFFFF;
}
#mainNav ul li{
	float:left;
	font-weight: bold;
}
#mainNav ul a:link, #mainNav ul a:visited {
	font-size: 16px;
	line-height: 1.5em;
	margin-left: 80px;
	text-decoration: none;
	float: left;
	display: block;
	color: #FFFFFF;
	padding: 0em 1em;
}
#mainNav ul a:hover, #mainNav ul a:active {
	color: #E7E7E7;
	background: url(../images/mainNav-hover.png) no-repeat center center;
}
#mainNav ul li a.current{
	color: #E7E7E7;
	cursor: default;
	background: url(../images/mainNav-hover.gif) no-repeat center center;
}

/* =========================== Begin Main Styles ========================*/
#mainContent {
	background: #890000;
	width: 797px;
	margin-left: 118px;
	margin-top: -27px;
}
#mainContent h3 {
	font-size: 1.5em;
	background: #890000;
	color: #FFFFFF;
	word-spacing: 0.1em;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	text-align: center;
}

#mainContent p {
	background: #890000;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	line-height: 1.5em;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}

#mainContent ul {
	list-style-type: none;
	}
	

	
#mainContent iframe {
	margin-left: auto;
	margin-right: auto;
}

#mainContent a {
    color: #FFFFFF;
	text-decoration: none;
}

#mainContent a:hover{
	color: #508BBC;
	text-decoration: underline;
}

#mainContent table{
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: Helvetica, "Arial", sans-serif;
}

#image img{
	width: 525px;
	height: 375px;
	border: 4px solid #FFFFFF;
	margin-bottom: 20px;
	}
	

table.leaders { 
font-family: Helvetica, "Arial", sans-serif;
width: 545px;
background-color: #fafafa;
border: 1px #FFFFFF solid;
border-collapse: collapse;
border-spacing: 0px; 
}


td.leadership { 
background-color: #890000;
border: 1px #FFFFFF solid;
font: Helvetica, "Arial", sans-serif;
font-weight: bold;
font-size: 20px;
color: #FFFFFF; 
}


td.info
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Helvetica, "Arial", sans-serif;
font-weight: normal;
font-size: 14px;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; 
}

table.leader {
padding-bottom: 100px:
}


#spacer {
height: 85px;
}


#footer {
	background: #890000;
	width: 797px;
	margin-left: 118px;
	margin-bottom: 10px;
	border-top: 3px solid #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #FFFFFF;
}
#footer p {
	text-align: center;
	padding-top: 5px;
	padding-left: 20px;
	font-size: .9em;
}
#footer a:link, #footer a:visited {
	color: #508BBC;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #7DA3B7;
	text-decoration: underline;
}

#artisanPixel  {
	color: #333;
	background: #F8F8FB;
	position: fixed;
	bottom: 0px;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
	left: 0px;
	right: auto;
	width: 100%;
}
#artisanPixel h1 {
	font-size: 9px;
	font-weight: normal;
	display: block;
	vertical-align: middle;
	line-height: 1.5em;
}

#artisanPixel a:link, #artisanPixel a:visited {
	color: #666;
	text-decoration: none;
}
#artisanPixel a:hover, #artisanPixel a:active {
	text-decoration: underline;
	color: #333;
}


