@charset "UTF-8";
/* CSS Document 
Contains all styles that are consistent throughout all pages.
Such as the header, footer etc...
*/
table td{vertical-align:top;}
a{color:#532020;}
li.clear {float:none !important;font-size:0;height:0;line-height:0;margin:0;overflow:hidden;padding:0;width:0; clear:both; display:none;}

img{
	border:none;
}
img.banner{
	width:919px;
	height:135px;
	display:block;
}
body.home img.banner{
	width:919px;
	height:230px;
}
body{
	background:url('../images/bgPattern.jpg') #E1CFAC ;
	background-repeat:repeat;
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
#superContainer{
	width:959px;
	margin:0px auto 0px auto;
	padding:0px 10px 0px 10px;
	background:url('../images/patternedShadowSides.jpg');
	background-repeat:repeat-y;
}
#mainArea{
	background:#F5EDDC;
	padding:0px 15px 0px 15px;
}
#mainArea div.bottomShadow{
	height:8px;
	background:url('../images/innerBottomShadow.jpg');
	padding:0;
	line-height:0px;
	max-height:8px;
	overflow:hidden;
	width:919px;
}
div.bottomShadow{
	height:9px;
	background:url('../images/patternedShadowBottom.jpg');
	padding:0;
	line-height:0px;
	max-height:9px;
	overflow:hidden;
	width:100%;
	min-height:8px;
	z-index:1;
	margin:0px;
}
#header{
	padding:0px 5px 0px 5px;
	background:url('../images/innerShadowSides03.jpg');
	margin-bottom:15px;
}
#header #banner{
	background:#009900;
}
#bannerImage{
	width:919px;
	display:block;
	border:none;
}
#topNav{
	position:relative;
	background:url("../images/redCurveBG.jpg") #532020;
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	height:35px;
}
#topNav a{
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 15px;
	display:block;
}
#topNav a:hover, #topNav a:active, #topNav a.active{
	background-color:#936538;
	background-image:url('../images/yellowCurveBG.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
}
#topNav ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	min-height:1px;
	font-size:12px;
	
}

#topNav li {
	float:left;
	position:relative;
	padding:0;
	margin:0;
}
#topNav li.spacer{
	height:15px;
	width:1px;
	background-color:#FFFFFF;
	margin:9px 0px 9px 0px;
}
#topNav ul ul {
	position:absolute;
	left:0px;
	filter: alpha(opacity = 95);
	opacity:0.95;
	border-bottom:solid 1px #000000;
	visibility:hidden;
}
#topNav ul ul a{
	color:#000000;
	background:#FFFFFF;
	width:150px;
	border:solid 1px #000000;
	border-top:none;
	border-bottom:none;
	height:auto;
	padding-top:4px;
	padding-bottom:4px;
	max-height:none;
	text-transform:none;
}
#topNav ul ul a:hover{
	text-decoration:underline;
	background:#FFFFFF;
}
#topNav ul ul a.last{
	border-bottom:solid 1px #000000;
}
#topNav ul ul li{
	float:none;
}
#topNav li#searchItem{
display:block;
}
br.clear{
	clear:both;
}
h1{
	font-family:"Times New Roman", Times, serif;
	color:#66271A;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	font-size:25px;

}
h2{
	background:url('../images/yellowCurveBG.jpg') #946539;
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;
	padding:7px 10px 7px 10px;
	margin:0px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
}
#content h2{color:#66271A;font-family:"Times New Roman",Times,serif;font-size:18px;font-weight:normal;margin:0;padding-bottom:10px; background:none;padding:20px 0 10px 0;}

h6{
	color:#66271A;
	margin:0px;
	font-size:14px;
}
h4, .rightCopy h2{
	margin:0px;
	color:#FFFFFF;
	background:#532020 url("../images/redCurveBG.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
	font-family:"Times New Roman", Times, serif;
	padding:7px;
	font-weight:normal;
	padding-left:10px;
	font-size:14px;
	margin-bottom:1px;
}
#pageContent .rightCopy ul{padding-left:20px; padding-right:10px;}
#pageContent .rightCopy ul ul{padding-left:15px;}

h5{
	font-size:11px;
	margin:0px;
	font-weight:bold;
}
h3{
	font-size:18px;
	color:#66271A;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin:0px;
	padding-bottom:10px;
}

#footer{
	margin:10px 5px 0px 5px;
	padding:6px 14px 6px 14px;
	background:url("../images/redCurveBG.jpg") #532020;
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;
	font-size:10px;
	height:13px;
}
#footer div.companyName{
	float:left;
	width:270px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
#footer div.bottomNav{
	float:right;
	text-align:right;
	width:620px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#searchForm #searchButton{
	border:solid 1px #FFFFFF;
	background:none;
	color:#FFFFFF;
	margin-left:5px;
	font-family:"Times New Roman", Times, serif;
	margin-right:5px;
}
#searchForm #searchButton:hover{
	background:#734040;
}
#searchForm #searchBox{
	width:140px;
}
#searchForm{
	margin:6px 0px 0px 0px;
	text-align:right;
	width:260px;
}
div#stockInfo{
	width:199px;
	color:#000000;
}

div#stockInfo span.increase{
	color:#006600;
}
div#stockInfo span.decrease, div#stockInfo span.increase{
	font-weight:bold;
	font-size:12px;
}
div#stockInfo span.decrease{
	color:#CC0000;
}
div#stockInfo span.timeStamp{
	font-size:9px;
	color:#604843;
}
div#stockInfo td{
	padding-right:5px;
	padding-bottom:2px;
}
div#stockInfo table{
	font-size:11px;
}
div.boxContent{
	background:#FFFFFF;
	border-left:solid 1px #B78048;
	padding:10px;
}

#sideNav{
	list-style-type:none;
	width:200px;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
#sideNav ul{
	list-style-type:none;
	margin:1px 0px 0px 0px;
	padding:0;
	display:none;
}
#sideNav ul.active{
	display:block;
}
.increase img{
	width:8px;
	height:8px;
}
#sideNav li{
	margin:0px 0px 1px 0px;
	padding:0px;
}
#sideNav a{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#AD6617;
	display:block;
	background:#FFFFFF;
	padding:5px 0px 5px 10px;
	text-decoration:none;
	width:190px;
	border-left:solid 1px #AD6617;
	
}
#sideNav a:hover, #sideNav a.active, #sideNav a.selected{
	color:#FFFFFF;
	background:url("../images/yellowCurveBG.jpg") #936538;
	background-position:bottom;
	background-repeat:repeat-x;
}
#sideNav ul a{
	color:#532020;
	background:#EBDFC8;
	border-left:solid 1px #532020;
	padding-left:20px;
	width:180px;
}
#sideNav ul a:hover, #sideNav ul a.active{
	color:#FFFFFF;
	background:url("../images/redCurveBG.jpg") #532020;
	background-repeat:repeat-x;
	background-position:bottom;
}
#breadCrumbs{
	display:block;
	margin-bottom:15px;
	font-size:9px;
	color:#745E55;
}
#breadCrumbs a{
	color:#745E55;
	text-decoration:none;
}
#breadCrumbs a:hover{
	text-decoration:underline;
}
#breadCrumbs a:active{
	background:none;
}
.partialBox{
	border-left:solid 1px #532020;
} 
.partialBox p{
	padding:10px;
	margin:0px;
	
}
#pageContent p, #pageContent li{
font-family:Arial, Helvetica, sans-serif;
	margin:10px 0px 10px 0px;
	font-size:13px;
	line-height:150%;
}
#pageContent li{margin:0;}
#pageContent ul, #pageContent ol{padding:10px 0 15px 25px; margin:0;}

#pageContent strong{
	color:#532020;
}
#pageContent p.overview, #pageContent div.overview p{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top:0px;
}

img.directorImage{float:left; margin:0 5px 5px 0;/*float:right;margin-right:-207px;*/}
