@import url("../css/reset.css");
@import url("../css/navmenu.css");
@import url("../css/superfish.css");

/*  
#272727 = charcoal grey
#412627 = burgundy maroon

Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1 Arial, Helvetica, sans-serif;
    background: url(../gfx/pinstripes.gif) repeat #fff;
    color:#272727;
	margin: 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

.small {
	font-size: 11px;
}
blockquote .small {
	font-weight: bold;
}

a {
	color: #412627;
	text-decoration: underline;
}
a:hover {
	color: #666;
}

.hiddenFields, .hidden { display: none; }

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 930px;  
	position: relative;
	padding: 114px 0 0 0;	
}
#contentarea {
	background: url(../gfx/bg_container_mid.png) repeat-y 0 0;
	padding: 0 15px 0 14px;
}
#contentWrap {
	background: url(../gfx/bigarrow.png) no-repeat 190px 60px;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	z-index: 9000;
}
#headWrap {
	height: 75px;
	width: 930px;
	margin: 0 auto;
	position: relative;
}
#footer {
	clear: both;
	background: url(../gfx/bg_container_foot.png) no-repeat 0 0;
	padding: 58px 0 20px 0;
	text-align: center;
	line-height: 1.4em;
}

#primary {
	float: right;
	width: 668px;
	background: url(../gfx/bordergradient.png) no-repeat 0 365px;
}
#secondary {
	float: left;
	width: 230px;
	padding: 0 0 30px;
	
}

.colA {
	float: left;
	width: 320px;
}
.colB {
	float: right;
	width: 293px;
}
.contentColumns {
	padding: 0 20px;
}

/* Logo
--------------------------------------------------------------------------------------------------- */
#logo {
	position: absolute;
	top: 12px;
	left: 26px;
	display: block;
	width: 204px;
	height: 51px;
	text-indent: -9999px;
	background: url(../gfx/logo.gif) no-repeat 0 0;
	z-index: 2000;
}

/* Navigation
--------------------------------------------------------------------------------------------------- */
#utilityNav {
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 3000;
}
#navigation {
	position: absolute;
	top: 0;
	left: 0;
	height: 116px;
	width: 100%;
	z-index: 1000;
	background: url(../gfx/navbar.png) repeat-x 0 100%;
}

/* --- UtilityNav --- */
#utilityNav ul {
	padding: 0;
	margin: 0 0 5px;
}
#utilityNav li {
	list-style: none;
	display: inline;
	border-right: 1px solid #666;
	margin: 0 0 0 10px;
	padding: 0 11px 0 0;
}
#utilityNav li.last {
	padding: 0;
	border: none;
}
#utilityNav li a {
	text-decoration: none;
}
#utilityNav li a:hover {
	text-decoration: underline;
}

#btn_newsletter, #btn_newsletter a {
	display: block;
	margin: 0;
	padding: 0;
	width: 191px;
	height: 37px;
	text-indent: -999em;
	background: url(../gfx/btn_emailsignup.png) no-repeat 0 0;
}
#btn_newsletter a:hover {
	background-position: 0 -37px;
}

/* Typography
--------------------------------------------------------------------------------------------------- */
#primary h1 {
	color: #412627;
	font-size: 24px;
	margin: 10px 0 15px;
	font-weight: bold;
}
#primary h2 {
	color: #999;
	font-size:18px;
	margin: 10px 0 15px;
	font-weight: bold;
}
#primary h3 {
	color: #999;
	font-size:16px;
	margin: 0 0 15px;
	font-weight: bold;
}
#primary h4 {
	color: #333;
	font-size:14px;
	margin: 0 0 15px;
	font-weight: bold;
}
#primary h5 {
	color: #333;
	font-size:12px;
	margin: 0 0 15px;
	font-weight: bold;
}
#primary p {
	margin: 0 0 15px;
	line-height: 1.6em;
	color: #767C7E;
}
#primary img {
	border: 8px solid #E0E0E0;
	margin: 0 0 5px;
}
#primary ul {
	margin: 0 0 15px;
}
#primary ul li {
	list-style: disc;
	margin: 0 0 10px 20px;
	line-height: 1.4em;
	color: #767C7E;
}
#primary ul li ul {
	margin-top: 10px;
}
#primary p.instructions {
	font-style: italic;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 1.2em;
	color: #999;
}
#primary p.more {
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	text-align: right;
}

#footer p.copyright {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 5px;
}

/* Components
--------------------------------------------------------------------------------------------------- */

/* email signup */
#updatesSignup {
	position: absolute;
	top: 65px;
	right: 50px;
	background: #fff;
	color: #666;
	width: 335px;
	height: 80px;
	display: none;
	z-index: 9000;
	border: 4px solid #999;
}
#updatesSignup form {
	padding: 10px 20px 0 10px;
}
#updatesSignup.on {
	display: block;
}
#updatesSignup button {
	border: none;
	outline: none;
	float: right;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#updatesSignup label {
	float: left;
	width: 100%;
	display: block;
	margin: 0 0 10px;
	padding: 0;
}
#updatesSignup input {
	display: block;
	border: 1px solid #333;
	background: #B5B7B7;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin: 5px 0 0 0;
	width: 130px;
	float: left;
	
}

/* Tables */
table {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 0 30px;
	width: 100%;
}
table thead {
	width: 100%;
}
table th {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background: #fff url(../gfx/bg_th.gif) repeat-x 0 100%;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding: 6px;
	background: #eee;
	line-height: 1.4em;
}
table tr td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
	font-size: 11px;
	line-height: 1.4em;
	color: #999;
}
table th.date, table tr td.date {
	width: 120px;
	text-align: right;
	font-weight: bold;
}
table tr td.date {
	color: #666;
}

/* definition lists */
#primary dl {
	margin: 15px 0;
}
#primary dl dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	color: #666;
}
#primary dl dd {
	font-size: 12px;
	margin: 0 25px 10px;
	padding: 0 0 10px;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
	color: #999;
}

/* forms */
#primary #contact_form button {
	outline: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
#primary #contact_form .radios {
	margin: 0 0 15px;
}

#primary #contact_form p label {
	font-size: 16px;
	margin:  5px 0 10px;
	color: #666;
}
#primary #contact_form p label {
	display: block;
	height: 16px;
	margin: 0;
	padding: 0;
}
#primary #contact_form p input,
#primary #contact_form textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 3px;
	background: #eee;
	border: 1px solid #666;
	width: 480px;
}
#primary #contact_form textarea {
	background: #fff;
	color: #333;
}

/* photo gallery */
#primary ul.gallery li {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* search */
#searchbar form {
    float: right;
	padding: 9px 0 0 0;
	width: 270px;
	position: relative;
}
#searchbar form button {
	display: block;
	float: right;
	border: none;
	outline: none;
	background: url(../gfx/searchicon.png) no-repeat 5px 0;
	height: 20px;
	line-height: 20px;
	width: 50px;
	cursor: pointer;
	text-indent: -999em;
	font-size: 11px;
}
#searchbar form input {
	display: block;
	border: 1px solid #333;
	background: #B5B7B7;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #412627;
	text-align: left;
}
#searchbar form label {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	width: 100px;
	color: #333;
	float: left;	
	text-align: left;
}
#searchbar form label.overlabel {
	color: #333;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
#searchbar form label.overlabel-apply {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
#stockquote {
	border: 1px solid #939393;
	margin: 0 45px 20px 15px;
	padding: 10px;
}
#stockquote h3 {
	display: block;
	text-indent: -999em;
	background: url(../gfx/hd_stockreport.png) no-repeat 0 0;
	height: 32px;
	width: 110px;
}
#stockquote ul {
	margin: 10px 0;
	padding: 0 0 0 35px;
	background: url(../gfx/arrow_grey.png) no-repeat 3px 0;
	color: #412627;
}
#stockquote ul li {
	margin: 0 0 3px;
	line-height: 1.4em;
}
#stockquote .btn_investorinfo {
	display: block;
	width: 144px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
}
#stockquote .btn_investorinfo a {
	display: block;
	width: 144px;
	height: 36px;
	background: url(../gfx/btn_investorinfo.png) no-repeat 0 0;	
	text-indent: -999em;
}
#stockquote .btn_investorinfo a:hover {
	background-position:  0 -36px;
}


#newsreleases h3 {
	display: block;
	text-indent: -999em;
	background: url(../gfx/hd_newsreleases.png) no-repeat 0 0;
	height: 42px;
	width: 182px;
}
#secondary #presentations_reports h3 {
	display: block;
	text-indent: -999em;
	background: url(../gfx/hd_reports_sm.png) no-repeat 0 0;
	height: 40px;
	width: 181px;
}

#primary #presentations_reports ul {
	margin: 10px;
}
#primary #presentations_reports.databox ul li {
	margin: 15px 0;
	padding: 0 0 15px;
}
#primary #presentations_reports.databox ul li span {
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
}
#primary #presentations_reports h3 {
	display: block;
	text-indent: -999em;
	background: url(../gfx/hd_presentations_reports.png) no-repeat 0 0;
	height: 42px;
	width: 293px;
}

#headerphoto {
	margin: 0 0 2px;
	padding: 0;
}
#headerphoto img {
	border: none;
	margin: 0;
}
#searchbar {
	height: 40px;
	background: #767C7E;
	margin: 0 0 20px;
}

/* --- MULTI-PURPOSE CLASSES --- */
#secondary .databox {
	margin: 0 45px 25px 10px;
}
#secondary span.newsarchive {
	display: block;
	padding: 0 0 0 38px;
}
#primary span.newsarchive {
	display: block;
	float: right;
}
#secondary .button {
	margin: 0;
	padding: 0;
	display: block;
	width: 141px;
	height: 35px;
	line-height: 35px;
}
#secondary .databox ul {
	margin: 15px 0 15px 5px;
}
.databox ul li {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #787D7F;
	line-height: 1.4em;
	list-style: none !important;
}
.databox ul li span {
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	color: #999;
}
.databox ul li a {
	display: block;
	margin: 0;
	padding: 0 0 3px 30px;
	background: url(../gfx/arrow_burgundy.png) no-repeat 5px 0;
	text-decoration: none;
	line-height: 1.2em;
}
.databox ul li a:hover {
	background: url(../gfx/arrow_grey.png) no-repeat 5px 0;
	color: #999;
}

.button {
	display: block;
	width: 141px;
	height: 35px;
	line-height: 35px;
	background: url(../gfx/btn_blank.png) no-repeat 0 0;	
	color: #999;
	/* text-transform: uppercase; */
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.button:hover {
	background-position: 0 -35px;
	color: #fff;
}

/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	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 */
