* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Palatino Linotype","Book Antiqua", Palatino, serif;
	font-size: 0.9em;
}

#sub-nav {
	background: #303030 none no-repeat scroll 0 0;
	height: 0;
}

#navbar {
	height: 30px;
	background: #3C3C3C none /*url(gradient3.gif)*/ no-repeat scroll 0 0;
}

#navbar, #sub-nav {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	text-transform: uppercase;
}

#navbar-ul {
	/*padding-top: 6px;*/
	height: 100%;
}

#navbar-ul li {
	display: inline;
	height: 100%;
}
#navbar-ul li#first {
	margin-left: 7px;
}

#navbar-ul li a {
	font-size: 1em;
	padding-top: 4px;
	color: #EEEEEE;
	padding: 0 8px 5px;
}

#footer a {	
	text-decoration: none;
	color: inherit;
}

.sub-nav-links {
	display: none;
	color: #EEEEEE;
	position: absolute;
	width: 100%;
	text-align: left;
	padding: 3px 0;
	top: 0;
}

.sub-nav-links a {
	margin: 0 6px 0;
}

.active {
	background: #666 url('gradient4.gif') repeat-x 0 0;
}

#header {
	margin: 40px 0 20px 10px;
	width: 304px;
	height: 97px;
	background: #FFF url('header.png') no-repeat scroll 0 0;
}

.border {
	height: 15px;
	background: url('gradient3.gif') repeat-x 0 0;
	margin-bottom: 10px;
}

h1 {
	font: normal normal 1.7em "Times New Roman",Times,serif
}

h2 {
	font-family: "Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 1.4em;
}

p {
	margin-bottom: 15px;
}

a {
	text-decoration: underline;
	color: inherit;
}

p a:hover {
	color: #666666;
}

#navbar a {
	text-decoration: none;
}

a img {
	border: none;
}

#footer {
	width: 100%;
	text-align: center;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
}

#abovefooter {
	margin: 0 2em;
	height: 40px;
	background: #BBBBBB url('gradient6.gif') repeat-x 0 0;
}

#abovefooter p {
	padding: 10px 0 0 0;
	color: #666666;
}

#footer-back {
	background: #222222 /*url('gradient2.gif')*/ none repeat-x scroll 0 0;
	height: 125px;
}

#subfooter {
	color: #AAAAAA;
	background: #444444 url('gradient5.gif') repeat-x scroll 0 0;
	height: 90px;
	margin: 0 2em;
}

#footer dl {
	padding: 5px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
}

#footer dt, dd {
	display: inline;
}

dt.faq {
	font: bold italic 1.6em Georgia,"Times New Roman",Times,serif;
	color: #333333;
}

span.q {
	font: normal normal 1.6em "Times New Roman",Times,serif;
	color: #666666;
}

/*
Keeps the footer in its place
*************************************************/
html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 165px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -165px; /* negative value of footer height */
	height: 165px;
	clear:both;
} 

.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 */
/*
http://www.cssstickyfooter.com/
*************************************************/
