/* RESET */
BODY, UL, UL UL, LI, LI LI, P, OL, H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px;
	behavior: url("csshover.htc");
	}
A, IMG {
	border: none;
	text-decoration: none;
	}
UL,OL,LI {
	list-style: none;
	}

/* DEFAULT */
H1, H2, H3, H4, H5 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	}
H2, H3, H4, H5 {
	margin: 0px 0px 5px;
	}
UL, OL {
	margin: 10px 0px;
	}
P {
	color: #555;
	padding: 0px 0px 10px;
	}

P, A, A:HOVER {
	font-size: 12px;
	line-height: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	}
A {
	color: #2D5899;
	}
A:HOVER {
	text-decoration: underline;
	color: #CC3333;
	}

/* LAYOUT */
body {
	text-align: center;
	}
#header, #content {
	margin: 0px auto;
	text-align: left;
	}
#header {
	width: 800px;
	height: 105px;
	display: block;
	}
#header h1 {
	height:85px;
	}
#nav {
	height: 20px;
	position: relative;
	 z-index: 1000;
	}
#nav li {
	float: left;
	position: relative;
	z-index: 50;
	}
#nav li:hover {
	z-index:1000;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#content .stock p embed {
	z-index: 0;
	position: relative;
	}

#nav li a {
	display: block;
	height: 20px;
	font-size: 11px;
	padding: 0px 10px;
	}
#nav ul {
	display: none;
	width: 200px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1000;
	}
#nav ul li {
	display: block;
	float: none;
	position: relative;
	z-index: 1000;
	}
#nav ul li a {
	height: auto;
	padding: 3px 5px;
	display: block;
	}

#content {
	width: 760px;
	padding: 20px;
	}


#main li {
	font-size: 12px;
	line-height: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	color: #555;
	padding: 5px; 
	list-style: outside square;
	}

#main ul {
	margin: 0px 20px;
	}

#sidebar {
	float: right;
	width: 250px;
	margin: 0px 0px 0px 0px;
	}
#sidebar ul {
	margin-top: 0px;
	}
#sidebar li {
	padding: 0px 0px 5px;
	}

#main {
	width: 490px;
	padding-right: 20px;
	}
#footer {
	clear: both;
	width: 760px;
	margin: 0px auto;
	padding: 6px 20px;
	text-align: left;
	}
#footer a {
	float: right;
	}
#footer p {
	padding-bottom: 0px;
	}
	
/* DESIGN */
body {
	background: #EBEAEA;
	}
H2 {
	font-size: 18px;
	line-height: 22px;
	color: #2C5898;
	font-weight: bold;
	text-transform: none;
	}

H3 {
	font-size: 14px;
	line-height: 18px;
	color: #2C5898;
	text-transform: uppercase;
	}
H3.subtitle {
	background: #CCC;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	padding: 5px 10px;
	margin-top:15px;
	clear: both;

	}
 
H4 {
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	color: #666;
	}
	
/* header */
#header {
	background: url(/images/backgrounds/header_bg.jpg) no-repeat;
	}
#header h1 {
	background: url(/images/backgrounds/logo.gif) 20px 5px no-repeat;
	}
#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 150px;
	margin: 0px 0px 0px 30px;
	outline: none;
	}

#nav {
	background: #2C5898;
	margin: 0px;
	}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: .2px;
	border-right: solid 1px #204982;
	border-left: solid 1px #2A60AC;
	}
#nav li a:hover {
	background: #204982;
	border-right: solid 1px #204982;
	border-left: solid 1px #304F8D;
	}
#nav ul {
	background: #204982;
	}
#nav li ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 13px;
	font-size: 11px;
	}

#nav li ul li a:hover {
	background: #2C5898;
	}

#content {
	background: #FFF;
	}

/* DOCUMENTS */
#documents {
	width: 100%;
	}
#documents thead tr {
	background: #CCC;
	}
#documents thead th {
	color: #2C5898;
	font-size: 14px;
	font-weight: normal;
	border: none;
	padding: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	} 
#documents .even {
	background: #E8E8E8;
	}
#documents td {
	vertical-align: top;
	padding: 10px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
	}

.stock {
	width: 760px;
	overflow: hidden;
	}

/* SIDEBAR */
#sidebar b {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-transform: uppercase;
	}

#sidebar a, #sidebar li {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:	.1px;
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}

	
#footer {
	background: #999;
	}
#footer p, #footer a {
	font-size: 10px;
	line-height: 10px;
	color: #333;
	text-transform: uppercase;
	}
	
.credit {
	text-align: center; 
	width: 760px; 
	padding: 5px 20px 10px; 
	margin: 0px auto;
	}
.credit a {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .5px;
	color: #555;
	}