/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color:#eceae5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	/*	color:#75736c;	*/
	color:#333333;
	margin:10px;
	text-align:center;
}
a.button {
    background: transparent url('buttonback.jpg') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('buttonback.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

<a class="button" href="#" onclick="this.blur();"> … </a> 


a:link,a:visited {
	/*	color:#75736c;	*/
	color:#990000;
	text-decoration: underline;
}
a:hover {
	color:#003399;
	text-decoration:none;
}
a:active {
	color:#990000;
	text-decoration: underline;
}

#wrap {
	width:770px;
	font-size:90%;
	background-color:#FFFFFF;
	margin:0 auto;
	padding-bottom:20px;
	text-align:left;
}

#clientLinks {
	background-color:#eceae5;
	margin:0;
	padding:10px 0 5px 0;
	text-align:right;
	font-size:80%;
}
#clientLinks li {
	list-style:none;
	display:inline;
	padding:0 10px;
	border-left:1px solid #75736c;
}
#clientLinks li.first {
	border-left:none;
}
#clientLinks a {
	text-decoration:none;
}

#header {
	padding:10px 20px;
	margin-top:20px;
}
#header.banner {
	text-align: center;	
}
img#logo {
	margin-top:10px;
}
#dateformat {
	font:12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0.2em;
	margin-bottom: 1em;
	font-weight: bold;
	background-color: #999999;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;
	background-color: #FFCC66;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
#redbar {
	margin:0px;
}

#redbarpreslet {
	margin:0 20px 5px 0;
	width:470px;
	background:url(../images/redspot.gif) repeat-x;
}
#mainNav {
	list-style:none;
	border-bottom:1px solid #a25a60;
	text-align:left;
	background-color: #F2202D;
}
#mainNav li {
	float:left;
	padding:2px 0 2px 0;
	background-color: ##F2202D;
	text-align:center;
	width:108px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}
#mainNav li.first {
	background:none;
}
#mainNav li.sourcedir {
	background:none;
	background-color: #990000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #FFFFFF;
}
#mainNav li.membdir {
	background:none;
	background-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #FFFFFF;
}
#mainNav li a:link, #mainNav li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#mainNav li a:hover, #mainNav li a:active {
	color:#FFFF99;
	text-decoration:none;
	font-weight:bold;
}
#mainNav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#mainGraphic {
	margin:0 20px;
}



#content {
	margin:0  20px;
}
#content p, #content h1 {
	margin-bottom:10px;
	clear:both;
}
#content h1, #content h2 {
	color:#780610;
	font-size:150%;
}
#content h3 {
	color:#405B8A;
	font-size:150%;
}
#content h4 {
	color:#780610;
	font-size:125%;
}
#content ul {
	margin:0 0 10px 30px;
}
#content:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#imageleft {
	float: left;
	padding: 6px 6px 6px 6px;
	text-align: left;
}
#imageright {
	float: right;
	padding: 6px 6px 6px 6px;
	text-align: right;
}

#leftColumn {
	width:95px;
	float:left;
	margin:20px 0 0 3px;
	text-align: center;
}

#leftColumn p {
	margin: 0 0 0 0; 
	clear: both; 
    }
	
p.redbacktext {
	background-color: #990000;
	color: #FFFFFF;
    }
	
#leftColumn a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	}
	
#leftColumn a:hover {
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	}	
	
#leftColumn img {
	display:block;
	margin:20px 0 0 0;
}
#leftColumn blockquote {
	margin:20px;
	font-weight:bold;
	font-size:130%;
	text-align:right;
}
#rightColumn {
	width:465px;
	margin:20px 0 0 0;
	float:left;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: thin;
}

#rightColumn p {
	margin: 1px 1px 8px 10px;
	}
	
	#rightColumn h1 {
	margin: 1px 1px 15px 10px;
	}
	
#rightColumn blockquote {
	margin:5px 20px 10px 20px;
	font-weight:bold;
	font-size:130%;
	text-align:left;
	float:left;
	width: 325px;	
}
dl.subNav {
	margin:20px;
}
dl.subNav dt {
	font-size:120%;
	font-weight:bold;
	color:#780610;
	margin-bottom:10px;
}
dl.subNav dd {
	margin-bottom:5px;
	padding-left:10px;
}

#btmBar {
	list-style:none;
	margin:0 20px;
	padding:6px 0;
	border-bottom:1px solid #a25a60;
	text-align:center;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #c9c2b5;
}
#btmBar dt, #btmBar dd {
	display:inline;
	color:#a25a60;
	padding:0 10px;
}
#btmBar a:link, #btmBar a:visited {
	color:#a25a60;
	text-decoration:none;
}
#btmBar a:hover, #btmBar a:active {
	color:#000000;
	text-decoration:none;
}

#footer {
	width:770px;
	padding-left: 10px;
	margin-left: 10px;
	text-align:left;
}
#footer dl {
	font-size:80%;
	float:left;
	margin-top:10px;
	width:192px;
}
#footer dt {
	font-weight:bold;
	border-bottom:1px solid #75736c;
	padding-bottom:3px;
}
#footer dd {
	margin-top:3px;
}
#headlines {
	margin: 0px 3px 3px 3px;
	padding:1px 5px 5px 5px;
	background-color: #FDFEFC;
	border-top: 10px solid #75736c;
	border-left: 1px solid #75736c;
	border-right: 1px solid #75736c;
	border-bottom: 3px solid #75736c;
}
#headlines2 {
	margin: 0px 3px 3px 3px;
	padding:1px 5px 3px 5px;
	background-color: #FBFBFB;
	border-top: 10px solid #006699;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 3px solid #006699;
}
#headlines3 {
	margin: 0px 3px 3px 3px;
	padding:1px 5px 3px 5px;
	background-color: #DDF4FF;
	border-top: 10px solid #006699;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 3px solid #006699;
}
#footer:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.rowBox {
	margin-bottom:10px;
}
.rowBox:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul.bullet li {
	list-style-image:url(../images/bullet.gif);
}
.testimonial {padding-right:10px;
}


.shadeform	{
	FONT: 13px arial, verdana, sans-serif;
	background-image: url(../images/shadeform.gif);
	text-align: left;
	WIDTH: 250px;
	BORDER: #000000 1px solid;
}
#newsponsors {
	width:150px;
	margin:20px 0 0 1px;
	float:right;
	padding-left: 6px;
	clear:right;
}
#newsponsors img {
	display:inherit;
	margin:10px 0px 0px 0px;
	text-align: center;
}

.clearit{
clear: both;
}

.boardposition {
	color: #990000;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	line-height: 12px;
}
.boardpersonname {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	margin: 0px 0px 10px 14px;
}
.boardjobtitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	margin: 0px 0px 10px 14px;
}
.boardcompany {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-style: italic;
	line-height: 12px;
	margin: 0px 0px 10px 14px;
}
.smallertext {
	font-size: 90%;
}



/* =========================== */
/* IE HACKS */

/* Hides from IE-mac \*/
* html #mainNav {height: 1%;}
* html #content {height: 1%;}
* html #footer {height: 1%;}
* html .rowBox {height: 1%;}
/* End hide from IE-mac */


/* IE7 Hacks */
html > body #content, html > body #mainNav {
	height:auto;
	max-height:12000px;
}
#wrap #content #rightColumn img {
	float: left;
	margin-bottom: 10px;
}
