@charset "utf-8";

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML Elements */
body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #F60;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 15px 0;
	color: #F60;
}

h2 {
	font-size: 1.7em;
	text-transform: uppercase;
	border-bottom: 1px solid #F60;
	margin: 15px 0;
	color: #F60;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 15px 0;
	color: #000;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 15px 0 -10px 0;
	color: #000;
}

hr {
	border: none;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #ffffff;
	color: #ffffff;
	border-bottom: 1px solid #516834;
}

/* Classes */

.footer {
	color: #333333;
	text-decoration: none;
	font-size:0.9em;
}
.footer:visited {
	text-decoration: none;
}
.footer:hover {
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}


/* IDs */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	line-height: 1.5em;
}

#main {
	float: left;
	width: 940px;
	padding: 20px 10px;
}

#wrapallcontent {
	float: left;
}

#content {
	float: left;
	width: 640px;
	margin: 0 20px 0 0;
}

#footer {
	float: left;
	width: 960px;
	padding: 10px 0;
	border-top: 1px dotted #666666;
	color: #999999;
	font-size: 0.7em;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #999999;
	text-decoration: none;
	font-weight: none;
}

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

#footer img {
	padding: 10px 10px 10px 0;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 5px 20px;
	background-color: #ececec;
}

#sidebar h2 {
	margin-top: 5px;
	padding: 10px 0 0 0;
}

#sidebar ul {
	list-style: disc outside;
	line-height: 1.4em;
	margin: 15px 0 15px 20px;
}

#sidebar ol {
	list-style: decimal outside;
	line-height: 1.4em;
	margin: 15px 0 15px 20px;
}

#sidebar em {
	font-style: normal;
	color: #516834;
}

#sidebar em a {
	color: #516834;
	text-decoration: none;
}

#sidebar2 {
	float: left;
	width: 240px;
	padding: 5px 20px;
	background-color: #ececec;
}

#sidebar2 h2 {
	margin-top: 5px;
	padding: 10px 0 0 0;
}

#sidebar2 ul {
	list-style: disc outside;
	line-height: 1.4em;
	margin: 15px 0 15px 20px;
}

#sidebar2 ol {
	list-style: decimal outside;
	line-height: 1.4em;
	margin: 15px 0 15px 20px;
}

#sidebar2 em {
	font-style: normal;
	color: #516834;
}

#sidebar2 em a {
	color: #516834;
	text-decoration: none;
}

#ticker {
	margin: 0;
	vertical-align: top;
}

#kite {
	color: #FF6600;
	font-size: 1.3em;
	float: right;
	padding: 25px 10px 0 0;
}
#kite label {
	display: block;
	color: #FF6600;
	font-weight: bold;
	font-size: 0.9em;
}
#kite #kite_email {
	background-color: #e3e3e3;
	font-size: 0.9em;
}
#kite #kite_button {
	position: relative;
	top: 6px;
}

#nav {
	position: relative;
	float: right;
	z-index: 10000;
	width: 590px;
	font-size: 1em;
	padding: 35px 10px;
	font-weight: bold;
}

#nav ul {
	float: right;
	border-right: 1px solid #ff6600;
}

#nav ul li {
	float: left;
	display: block;
	border-left: 1px solid #ff6600;
}

#nav ul li a {
	display: block;
	padding: 0 10px;
	color: #ff6600;
	text-decoration: none;
	line-height: 0.9em;
}

#nav ul li.selected a, #nav ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#nav ul ul {
	/* Do not put border or background properties here due to bug in IE. */
	/* Put them in individual level definitions instead */
	display: none;
	float: none;
	z-index: 10000;
	position: absolute;
	background-color: #ffffff;
	border-right: none;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 0 0;
}

#nav ul ul li {
	float: none;
	border-left: none;
	border-top: 1px solid #cccccc;
	padding: 10px;
	font-size: 0.9em;
	white-space: nowrap;
}

/* First level */
#nav ul li:hover ul {
	display: block;
}

#nav ul li:hover ul li a {
	color: #ff6600;
}

#nav ul li:hover ul li.selected a, #nav ul li:hover ul li a:hover {
	color: #000000;
}

#header {
	position: relative;
	float: left;
	width: 960px;
	height: 300px;
	overflow: hidden;
}

#header .element {
	position: relative;
	width: 960px;
	height: 300px;
}

#header .element .content {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: #000000;
	padding: 20px 20px 5px 20px;
	color: #fff;
	width: 580px;
}

#header .element .content a {
	color: #fff;
}

#header .element .content h3 {
	margin-top: 0;
}

#logo {
	float: left;
	padding: 5px 20px;
}

hr#header {
	height: auto;
	overflow: visible;
}

/* SIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
