/* 
CREATED BY HOTWIRE ADVERTISING AND WEB DESIGN 
http://www.hotwireindustries.com
*/

/* Default style for the BODY */
body {
	margin: 9px 0 0 0;
	padding: 0;
	background: url(../images/body-bg.jpg) repeat #f4f1e8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1d1d1d;
	text-align: center;
	text-transform: none;
}


/* DEFAULT style for any LINKS */
a:link, a:visited, a:active { 
	color: #0e3872;
	text-decoration: underline;
}
	
a:hover {
	color: #ba3d1a;
	text-decoration: none;
}

a:link.financialsNavigation, a:visited.financialsNavigation {
	background: url(../images/nav-financials-bg.jpg) repeat-x #FFF;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #FFF;
	padding: 6px 8px;
	display: block;
	width: 280px;
	text-decoration: none;
}

a:hover.financialsNavigation {
	background: url(../images/nav-financials-bg-hover.jpg) repeat-x #e4e4e4;
}

a:link.lastNav, a:visited.lastNav {	
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}


/* Default style for H1 */
h1 {
	font-size: 23px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0e3872;
	margin: 0 0 3px 0;
	padding: 0;
}

h2 {
	font-size: 17px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0e3872;
	word-spacing: -.125px;
	margin: 0 0 3px 0;
	padding: 0;
}

h3 {
	font-size: 12px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #B51215;
	word-spacing: -.125px;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4c4c4c;
	word-spacing: -.125px;
	margin: 0;
	padding: 0;
}
	

p {
	margin: 0 0 15px 0;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

small {
	font-size: 10px;
}

blockquote {
	background-color: #f7f6f6;
	padding: 10px 20px;
	margin: 0 0 15px 0;
	border-left: 3px solid #6a95ad;
	font-size: 15px;
	line-height: 20px;
}


/* DEFAULT style for IMAGES */
img {
	border: 0;
}

.imgBorder {
	border: 1px solid #CCC;
	margin:15px;
	padding: 15px;
	text-align: center;
}

.floatLeft {
	float: left;
	margin-right: 15px;
}

#contentLeft img {
	margin-bottom: 15px;
}

.border {
	padding: 3px;
	border: 1px solid #ccc;
}

/* TO CLEAR ANY FLOATS USE THIS */
.clear	{
	clear: both;
}


/* STRUCTURE - Wrappers and Container Divs */
#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #d3cfc4;
	border-top: none;
	background-color: #FFF;
}

#header {
	background: #313131;
}

#navigation {	
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #FFF;
	background: #245174;
	border-top: 1px solid #163a56;
}

#navigation ul {
	padding: 0 0 5px 20px;
	margin: 3px 0 0 0;
	_margin: 3px 0 3px 0;
	#margin: 3px 0 3px 0;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0 2px 0 0;
	_padding: 0 2px 5px 4px;
	#padding: 4px 2px 5px 4px;
	background: url(images/nav_fade.jpg) no-repeat right;
}

#navigation li a {
	color: #FFF;		
	padding: 5px 5px;
	_padding: 5px 5px;
	#margin: 5px 5px;
	margin: 0;
	text-decoration: none;
}

#navigation li a:hover {
	color: #e9e9e9;
	text-decoration: none;
	background: #163a56;
}

#content {
	padding: 15px 25px;
	background: url(../images/nav-financials-bg.jpg) repeat-x #FFF;
}

#contentLeft {
	float: left;
	width: 600px;
	margin-bottom: 10px;
	padding-right: 10px;
	background: url(../images/dotted-line.jpg) top right no-repeat;
}

#content-lyrics {
	float: left;
	width: 600px;
	margin: 0 0 0 0;
	padding: 40px 0 0 100px;
	background: url(../images/dotted-line.jpg) top right no-repeat;
}
iframe {
	float: left;
	width: 950px;
	height: 700px;
	margin-bottom: 10px;
	padding-right: 10px;
	background: url(../images/dotted-line.jpg) top right no-repeat;
}

#contentRight {
	float: right;
	width: 315px;
}


/* Financials Styles */
#contentLeftFinancials {
	float: left;
	width: 585px;
	margin-bottom: 10px;
	padding: 15px 25px 0 0;
	border-right: 1px dotted #a9a9a9;
}



/* Misc Text and Div Styles */
.starterText {
	font-size: 18px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}

.uppercase {
	text-transform: uppercase;
	font-size: 11px;
	color: #594827;
}

.name {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .125em;
}

.position {
	font-size: 10px;
	letter-spacing: .05em;
	font-style: italic;
}

.ticker {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

.tickerHeader {
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
	float: left;
	padding: 2px 5px 0 0;
}

.columnOneTwoLeft {
	float: left;
	width: 285px;
}

.columnOneTwoRight {
	float: right;
	width: 270px;
}

.printButton {
	float: right;
	width: 100px;
	text-align: right;
	margin-top: 5px;
	font-size: 10px;
}


/* Default style for FOOTER content and links */
#footer {
	font-size: 11px;
	line-height: 15px;
	color: #efefef;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background: #515050;
	border: 1px solid #c7c7c7;
	border-top: none;
	padding: 10px 25px;
}

#footerRight {
	color: #2b2a2a;
	float: right;
	width: 200px;
	text-align: right;
}

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

#footer a:hover {
	color: #b6b6b3;
	text-decoration: none;
}