/* this line imports the css for the IE png fix */
@import "htc.css";

/* this CSS file sets up the design of the site */

/* -- General Layout Design -- */

body {
	background-color:#fff;
	color:#000;
	margin: 0;
	padding: 0;
	background: url(../images/page-bg.gif) repeat-x 0 98px;

}
#pageWrapper {
	width: 100%;
	position: relative;
	float: left;

}
#content {
	max-width: 960px;
	padding: 30px 30px;

}
body#privacy, body#contact{ /* unique background for partners section */
	background: none;
}
.partners #pageWrapper { /* unique background for partners section */
	background: url(../images/page-bg-partners.gif) no-repeat 40% 98px !important;
}

#container {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: url(../images/footer-bg.gif) repeat-x 0 100%;
	padding-bottom: 250px;
}

/* Flash Container -- */

#flashcontent {
	width: 960px;
	position: relative;
}
#flashcontent #excentric{
	width: 960px;
	float: left;
	display: block;
}

#footer {
	width: 960px;
/*	border-top: 1px dashed #ccc;*/
	padding: 10px 0;
	float: left;
}

/* -- General Text Design -- */

h1 a{
	width: 220px;
	height: 60px;
	display: block;
	background: url(../images/excentric-logo.gif) no-repeat;
	clear: both;
	margin-bottom: 20px;
	text-indent: -9999px;
}

h2{
	font-size:131%;
	color:#000;
	font-weight:bold;
	margin: 0 0 10px 0;
}

h3{
	font-size:100%;
	color:#000;
	font-weight:bold;
	margin: 20px 0 10px;
}

h4{
	font-size:93%;
	color:#fff;
	font-weight:bold;
}

h5{
	font-size:93%;
	color:#fff;
	font-weight:normal;
}

h6{
	font-size:12;
	color:#fff;
	font-weight:normal;
	font-style: italic;
}

p{
	font-size: 12;
	color: #000;
	margin: 0 0 10px 0;
	line-height: 120%;
}

a {
	text-decoration: none;
	color: #231F20;
}

#mainNav a {
	color: #F8E344;
}

#secondaryNav, #secondaryNav a {
	color: #071CBB;
}

a:link, a:visited {}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
	font-size: 93%;
	color: #666;
}

li {
	margin: 0 0 10px 20px;
}

ul ul {
	font-size: 100%;
	margin: 0 0 0 10px;
}

ul ul li{
	margin: 0;
}

/*=clear fix
--------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* -- Specific Text Design -- */

#header h1 {
	text-align: left;
	padding:20px 0 0 180px;
	line-height: 100px;
}

#mainNav ul{
	list-style: none;
	font-size: 100%;
	font-weight: bold;
	margin: 6px 0 0 30px;
}

#mainNav ul li{
	margin: 0 20px 0 0;
	display: inline;
}

#secondaryNav, #secondaryNav ul {
	margin: 5px 10px;
	list-style: none;
}

#secondaryNav li {
	margin: 5px 10px;
}

.footerNav {
	list-style: none;
	font-size: 85%;
	margin-top: 6px;
	margin-left: 6px;
}

.footerNav li{
	margin: 0 6px 0 0;
	display: inline;
	color: #636467;
	padding-right: 6px;
	border-right: 1px solid #999;
}

.footerNav li.last{
	padding-right: 0;
	border-right: none;
}

.footerNav li a{
	color: #636467;
}

#footer p{
	margin: 6px 30px 0 0;
	color: #636467;
	text-align: center;
}
