@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers 	the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "helvetic neue", arial, helvetica, sans-serif;
	font-size: 98%;
}


#content, #foot { font-size: 90%; }

img { border: 0; }


h1 	{
	margin-top: 0;
	margin-bottom: .2em;
	font-family: "helvetic neue", arial, helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}
h2 	{
	margin-top: 2em;
	margin-bottom: .2em;
	font-family: "helvetic neue", arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
h3 	{
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-family: "helvetic neue", arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h4 	{
	margin-top: 1em;
	margin-bottom: .2em;
	font-family: "helvetic neue", arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic
}
h5 	{
	margin-top: 1em;
	margin-bottom: .2em;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "helvetic neue", arial, helvetica, sans-serif;
}
h6 	{ 	margin-top: 1em; margin-bottom: .2em; font-size: .9em; font-weight: bold;}
h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {margin-top: 20px;} /*IE6 Hacks added*/
p	{ 	margin-top: 2em; margin-bottom: .2em;}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{margin-top: 0px;}/*IE6 Hacks added*/
ul, ol {
	margin-top: 1.1em;
	margin-bottom: 0;
}
p + ul, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, p + ol, h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol  { margin-top: 1.4em; margin-bottom: 1.4em; } /*IE6 Hacks added*/

ul {
	list-style: square;
	margin: 10px 0px 5px 40px;
}

#content li + li {
	margin-top: 1em;
	line-height: 125%;
}


blockquote {
	margin: 10px 5px 25px 25px;
	background-color: #eee;
	padding: 0px 10px 10px 10px;
}

blockquote p { margin-top: 8px;}
.hidden { top: -9999px; left: -9090px; overflow: hidden; position: absolute; }


/*tables */

th { font-weight: bold; background: #ccc; }

td, th {
	
	padding: 5px;
	border-bottom: 1px solid #666;
}

tr.other { background: #eee; }

/*jquery related colors styles are in theme css*/


/* the goods */ 

.wrap { width: 960px; margin: 0px auto; position:relative; }


#skip {
	height: 12px;
	padding: 2px 10px;
	text-align: left;
}

#top {
	width: 100%;
	margin: 0px;
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #toper instead of text, you may want to remove the padding. */
}

#logo { 
	margin: 0 auto;
	padding: 15px;
}

#title {
	width: 960px;
	margin: 0px auto;
	
}


#title h1, #title h2 {
	margin-top: 52px;
	margin-right: -142px;

}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	claer: both; 
	overflow: hidden;

}


/* navigation area */ 

#nav {
	float: left;
	width: 200px;
	padding-top: 48px;
}

#nav div {
	margin-bottom: 28px;
}

#globalnav, .localnav {
	margin: 0px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav h2 {
	display: block;
	margin: 0px;
	padding: 8px;
	text-align: center;
}

#nav a, #nav a:visited, #nav a:active { 
	text-decoration: none;
	display: block;
	padding: 5px;
}


#nav li li { margin-top: 0px; }

/* Main content area */

#content {
	padding: 48px 20px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	xmargin-top: 34px;  /* See IE Hack in fixbill7.css */
}

#spacer {
	clear: both;
	height: 3em;
}

/*  Here we have a real mess on our hands! */

div.feature #content { width: 480px; }
div.normal #feature { display: none;}

#feature {float: left; width: 200px; padding: 18px 4px 4px 4px;}

#foot {
	width: 100%;
	height: 100px;
	padding: 0px 10px 5px 0px;
	text-align: left;
}

#foot p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#foot p.update {
	width: 350px;
	padding: 0px;

}

