/* @override http://iwonderphone.com/css/general.css
   ================================================== */

// FIXME: html5 style for sucker browsers
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

body {
	color: #333;
	background-color: #fff;
}

img { border: 0 }

pre {
	font-family: Monaco, Menlo, "Andale Mono", monospace;
}

a { position: relative }

a:link {
	color: #69a933;
	text-decoration: underline;
}

a:visited {
	color: #69a933;
	text-decoration: underline;
}

a:active {
	color: #69a933;
	text-decoration: underline;
}

a:hover {
	color: #1f471b;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 1.4em;
	margin: 0em 0em 0.4em 0em;
}

h2 {
	font-size: 1.3em;
	margin: 1.2em 0em 0.4em 0em;
}

h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 0.4em 0em;
}

#top-nav {
	margin: 0em auto;
	width: 765px;
	padding: 10px 0 17px 0;
}

#top-nav .logo { float: left }

#top-nav .logo img {
	width: 122px;
	height: 84px;
}

#top-nav .content {
	padding-top: 50px;
	padding-bottom: 17px;
}

#top-nav ul {
	display: inline;
	list-style: none;
	padding-left: 0px;
}

#top-nav li {
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #A7A7A7;
	padding-left: 65px;
}

#top-nav li.selected a {
	color: rgb(31, 71, 27);
	text-decoration: none;
}

#top-nav li a:active { top: 1px }

#pageheader {
	background-color: #bee08c;
	padding: 10px 0;
	clear: both;
}

#pageheader .content {
	margin: 0em auto;
	width: 765px;
}

#pageheader h1 {
	font-size: 1.6em;
	color: #1f471b;
	margin: 0;
}

#container {
	margin: 0em auto;
	width: 765px;
	padding: 20px 0 20px 0;
}

#container .content { padding: 0px }

#container .content p {
	margin: 1.2em 0em 1.2em 0em;
}

#container .content ol,
#container .content ul {
	margin: 0.4em 0 0.4em 2.0em;
}

footer {
	background-image: url('/img/bg_dot.gif');
	background-repeat: repeat-x;
	background-position: left top;
	color: #9A9CA0;
	padding: 7px 0 3px 0;
	clear: both;
}

footer a:link,
footer a:visited,
footer a:active {
	color: #9A9CA0;
	text-decoration: none;
}

footer a:hover {
	color: #1F471B;
	text-decoration: underline;
}

footer .content {
	margin: 0em auto;
	width: 765px;
	padding: 5px 0px;
}

#footer-legal {
	color: #333;
	text-align: center;
}

#footer-legal a:link,
#footer-legal a:visited,
#footer-legal a:active,
#footer-legal a:hover {
	color: #333;
	text-decoration: underline;
}

#footer-nav ul {
	margin: 0;
	padding: 0;
}

#footer-nav li {
	float: left;
	margin: 0 0 10px 0;
	display: block;
	padding: 0;
	width: 33%;
	font-weight: bold;
	text-align: center;
}

#footer-nav a {
	text-decoration: none;
	color: #9A9CA0;
}

#footer-nav a:hover {
	text-decoration: underline;
	color: #000;
}

#footer-nav li.selected a {
	text-decoration: none;
	color: #000;
}

/* ===[ Help ]=== */

#help {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 30px;
	margin-top: -1.2em;
}

#help .col1 {
	float: left;
	width: 49%;
	padding-right: 2%;
}

#help .col2 {
	float: left;
	width: 49%;
}

#help li { margin-bottom: 0.3em }

#helpnav { padding: 1em 0 2em 0 }
