@charset "utf-8";
/* CSS Document */

body
{
	background-color:#FFFFF;
	/*background-image:url(../images/bg.jpg);
	  background-repeat:repeat-x;*/
	background-image:url(../images/outer_bg.gif);
	background-repeat:repeat;
	margin-top:0px;
	padding-top:0px;
	
}

#header-container
{
	margin-left:auto;
	margin-right:auto;
	width:970px;
	background-color:#FFFFFF;
	margin-top:0px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}

.footer-def
{
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	width:100%;
	height:210px;
}

#search
{
	padding-top:7px;
	width:100%;
	/*margin-top:5px;*/
	margin-bottom:5px;
}

#search #searchTitle
{
	margin-right:4px;
	background-color:#FFFFFF;
	border:1px solid #A6A6A6;
	display:block;
	height:17px;
	padding:0px;
	width:240px;
}

#search2
{
	height:15px;
	border:none;
}

#search #searchTitle #labelDiv
{
	float:left;
	height:100%;
	margin:0px;
	overflow:hidden;
	width:220px;
}

#search #searchTitle #labelDiv img
{
	float:left;
}

#txtSearchContactsMain
{
	border:0px none;
	font-size:12px;
	height:15px;
	margin:1px;
	padding:0px;
	float:left;
	width:120px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#6C6C6C;
}

#logo
{
	width:100%;
	height:135px;
}

#top-menu
{
	width:100%;
	height:46px;
	margin-bottom:0px;
	background-image:url(../images/mainnav_bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#top-menu .item
{
	height:46px;
	float: left;
	width:145px;
	padding-top:14px;
}

#top-menu a
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

#top-menu .spacer
{
	height:46px;
	width:10px;
	background-image:url(../images/mainnav_divide.gif);
	float:left;
}

#top-menu .left
{
	height:46px;
	width:20px;
	background-image:url(../images/mainnav_left.gif);
	float:left;
}

#top-menu .right
{
	height:46px;
	width:20px;
	background-image:url(../images/mainnav_right.gif);
	float:right;
}

#sub-menu
{
	clear:both;
	width:100%;
	margin-top:0px;
	height:38px;
	background-image:url(../images/subnav_bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#sub-menu .item 
{
	float:left;
	height:38px;
	width:145px;
	padding-top:8px;
	
}

#sub-menu a
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#7E7E7E;
	text-decoration:none;
	cursor:pointer;
}

#sub-menu .left
{
	width:20px;
	height:38px;
	background-image:url(../images/subnav_left.gif);
	float:left;
}

#sub-menu .right
{
	width:20px;
	height:38px;
	background-image:url(../images/subnav_right.gif);
	float:right;
}

#sub-menu .spacer
{
	height:38px;
	width:10px;
	background-image:url(../images/subnav_divide.gif);
	float:left;
}







#sub-menu-tools
{
	display:block;
	clear:both;
	width:100%;
	margin-top:0px;
	height:38px;
	background-image:url(../images/subnav_bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#sub-menu-tools .item 
{
	float:left;
	height:38px;
	width:225px;
	padding-top:8px;
	background-image:url(../images/subnav_bg.gif);
	background-repeat:repeat-x;
	
}

#sub-menu-tools a
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#7E7E7E;
	text-decoration:none;
	cursor:pointer;
}

#sub-menu-tools .left
{
	width:20px;
	height:38px;
	background-image:url(../images/subnav_left.gif);
	float:left;
}

#sub-menu-tools .right
{
	width:20px;
	height:38px;
	background-image:url(../images/subnav_right.gif);
	float:right;
}

#sub-menu-tools .spacer
{
	height:38px;
	width:10px;
	background-image:url(../images/subnav_divide.gif);
	float:left;
}


#sub-menu-contacts
{
	clear:both;
	width:100%;
	margin-top:0px;
	height:38px;
	background-image:url(../images/subnav_bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#sub-menu-contacts .item 
{
	float:left;
	height:38px;
	padding-top:8px;
	
}

#sub-menu-contacts a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#7E7E7E;
	text-decoration:none;
	cursor:pointer;
}

#sub-menu-contacts .left
{
	width:20px;
	height:38px;
	background-image:url(../images/subnav_left.gif);
	float:left;
}

#sub-menu-contacts .right
{
	width:20px;
	height:38px;
	background-image:url(../images/subnav_right.gif);
	float:right;
}

#sub-menu-contacts .spacer
{
	height:38px;
	width:10px;
	background-image:url(../images/subnav_divide.gif);
	float:left;
}

#flash-container
{
	padding-left:20px;
	padding-right:20px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding-top: 3px;
	/*padding-bottom:10px;*/
}

.content
{
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:auto;
	background-color:#FFFFFF;
}

.content .title
{
	width:966px;
	color:#97123f;
	font-size:x-large;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	background-image:url(../images/title_bg.gif);
	height:25px;
}

#two-col-container
{
	width:100%;
	padding-top:3px;
}

.sub-title
{
	/*width:966px;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	color:#666666;
	font-size:12px;
	padding-left:2px;
	padding-right:23px;
	width:720px;
	margin-top:0px;
}

#content-about
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	color:#666666;
	font-size:14px;
	font-weight:normal;
}

#panel
{
	width:225px;
	float:right;
	background-image:url(../images/panel_bg.gif);
	background-repeat:repeat-y;
}

#panel #top
{
	width:225px;
	height:20px;
	background-image:url(../images/panel_top.gif);
}

#panel #bottom
{
	width:225px;
	height:20px;
	background-image:url(../images/panel_bottom.gif);
}

#panel-content .panel-title
{
	padding-left:15px;
	font-weight:bold;
	color:#97123f;
	cursor:pointer;
}

#panel-content .panel-title-about
{
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#97123f;
	padding-bottom:3px;
	font-size:14px;
}


#panel-content .panel-text
{
	padding-left:16px;
	padding-right:10px;
	font-weight:bold;
	color:#666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#panel-content .panel-text-about
{
	padding-left:16px;
	padding-right:10px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}




#map_canvas
{
	float:left;
	width:729px;
	min-height:605px;
	margin-top:5px;
	/* color:#FFFFFF; */
	margin-left:5px;
}

#search_canvas
{
	float:left;
	width:729px;
	min-height:486px;
	margin-top:5px;
	/* color:#FFFFFF; */
	margin-left:5px;
}

#first-col-about
{
	float:left;
	width:737px;
	height:100%;
	margin-top:3px;
	padding-right:5px;
	background-color:#FFFFFF;
	padding-left:2px;
}

.sub-block-title
{
	padding-bottom:7px;
	font-weight:bold;
	color:#97123f;
	padding-left:1px;
	
}

.sub-block-title-red
{
	padding-bottom:7px;
	font-weight:bold;
	color:#97123f;
	padding-left:1px;
}

.sub-block-title-blue
{
	padding-bottom:7px;
	font-weight:bold;
	color:#333366;
	padding-left:1px;
}

/*4 col container */

.four-col
{
	float:left;
	width:245px;
	height:100%;
	font:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	background-color:#FFFFFF;
	background-image:url(../images/col_spacer.gif);
	background-repeat:repeat-y;
	
}

#content-text
{
	padding-right:15px;
	font-size:14px;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.four-col #title
{
	color:#97123f;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:3px;
}

.contact-table
{
	font:Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	padding-left:2px;
	display:inline-table;
	color:#666666;
}

.contact-table tr td
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.table-header
{
	font-weight:bold;
	color:#97123f;
}

.table-even
{
	background-color:#ECECEC;
}

.whiteCol
{
	background-color:#FFFFFF;
	height:25px;
	width:95px;
	float:left;
	padding-left:2px;
}

#red-panel
{
	background-image:url(../images/panel_red_bg.gif);
	background-repeat:repeat-y;
	width:225px;
	float:left;
	padding: 0px;
	margin: 0px;
}

#red-panel #top
{
	background-image:url(../images/panel_red_top.gif);
	width:225px;
	height:20px;
}

#red-panel #buttom
{
	background-image:url(../images/panel_red_bottom.gif);
	width:225px;
	height:20px;
}

.white-title
{
	font-size:12px;
	font-weight:600;
	padding-bottom:3px;
	margin-bottom:5px;
	padding-left:16px;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#val-box
{
	margin-left: 15px;
	padding: 0px;
	border:#7B7B7B solid 2px;;
	width:173px;
	height:17px;
	background-color:#FFFFFF;
	display: block;
}

#red-arrow
{
	width:17px;
	height:17px;
	float:left;
	margin-left:4px;
	cursor:pointer;
}

.textboxContainer
{
	float:left;
	width:152px;
	margin: 0px;
	overflow:hidden;	
}

#txtAmount
{
	height:17px;
	width:100%;
	padding: 0px;
	margin: 0px;
	font-size:12px;
	border:0px;
}

.calc-table-title
{
	font-size:18px; 
	font-family:'Times New Roman', Times, serif;
	color:#97123f;
}

.calc-table tr td  
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	
}

#blue-panel
{
	background-image:url(../images/panel_blue_bg.gif);
	background-repeat:repeat-y;
	float:left;
	margin:0;
	padding:0;
	width:225px;
}

#blue-panel-a
{
	background-image:url(../images/panel_bg.gif);
	background-repeat:repeat-y;
	float:left;
	margin:0;
	padding:0;
	width:225px;
}


#blue-panel #top
{
	height:20px;
	width:225px;
	background-image:url(../images/panel_blue_top.gif);
}

#blue-panel-a #top
{
	height:20px;
	width:225px;
	background-image:url(../images/panel_top.gif);
}

#blue-panel #buttom
{
	height:20px;
	width:225px;
	background-image:url(../images/panel_blue_bottom.gif);
}

#blue-panel-a #buttom
{
	height:20px;
	width:225px;
	background-image:url(../images/panel_bottom.gif);
}

#fontsContainer
{
	width:200px;
	height:70px;
	margin-left:12px;
}

#fontsContainer .fontItem
{
	width: 22px;
	height: 22px;
	font-weight: bold;
	float: left;
	color: white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

#editor-html
{
	text-align:justify;
	width:729px;
	float:left;
	margin-top:0px;
	min-height:486px;
}

.colapseHeaderContainer
{
	width:100%;
	margin-top:0px;
	height:38px;
	background-image:url(../images/subnav_bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	cursor:pointer;
}

.colapseHeaderStart
{
	width:20px;
	height:38px;
	background-image:url(../images/subnav_left.gif);
	float:left;
}

.colapseHeaderContent
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#7E7E7E;
	text-decoration:none;
	width:569px;
	display:block;
	float:left;
	padding-top:8px;
}

.colapseNavigator
{
	width:100px;
	height:17px;
	float:left;
	padding-top:10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7E7E7E;
}

.colapseHeaderEnd
{
	width:20px;
	height:38px;
	background-image:url(../images/subnav_right.gif);
	float:right;
}

.dblArrow
{
	width:20px;
	height:38px;
	display:block;
	float:left;
	padding-top:7px;
}

.marketTable tr
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
}

.mreportTitle
{
	font-weight:bold;
	color:#97123F;
	font-size:14px;
	text-transform:uppercase;
}

.mreportDownload a
{
	font-weight:bold;
	color:#333366;
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
}

#marketStatusPanel
{
	width:730px;
	background-image:url(../images/mdlStatusPanel.gif);
	background-repeat:repeat-y;
}

#marketStatusPanel #top
{
	width:730px;
	height:20px;
	background-image:url(../images/topStatusPanel.gif);
}

#marketStatusPanel #content
{
	width:730px;
	height:100px;
	padding-left:15px;
}

#marketStatusPanel #bottom
{
	width:730px;
	height:18px;
	background-image:url(../images/botomStatusPanel.gif);
}


#reportsResults
{
	margin-top:0px;
}


.five-col-container
{
	width: 962px;
	float: left;
	height: 190px;
	margin-bottom: 20px; 
}


.five-col
{
	background-color: white;
	color: #666666;
	float: left;
	border-right: dotted;
	border-right-color: black;
	border-right-width: 1px;
	width:193px;
	height: 100%;
}

.five-col-title
{
	width: 183px;
	height: 20px;
	padding-left: 10px;
	padding-right: 5px;
	font-family:'Times New Roman', Times, serif; 
	font-size:large;
	color:#97123F;
	cursor: pointer;
}

.title-red-arrow
{
	height: 10px;
	width: 14px;
	float: right;
	padding-top: 6px;
	
}

.content-text-dep
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
	font-size:13px;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	height:160px;
}

#newsItemsContainer
{
	padding-left: 2px;
	padding-right: 8px;  
}

#newsTitle
{
	color:#333366;
	font-family:'Times New Roman', Times, serif; 
	font-size: x-large;
	padding-top: 10px;  
}

#newsDatePublished
{
   font-family:Geneva, Arial, Helvetica, sans-serif; 
   font-size:12px;
   font-weight: bold;
   color:#97123F;
   text-align: right;
   background-color:#EDEDED;
   padding-right: 5px;   
}

.blueBulletArrow
{
	width:15px;
	height: 9px;
	float: left;
	padding-top: 3px;
	padding-left: 20px;
}

.stockArrow
{
	float: left;
	width: 23px;
	padding-top:7px;
	padding-right:4px;
}

#stockPrice
{
	float: left;
	display: inline;
	width: 100%;
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	padding-left: 43px;
}

#stockTitle
{
	color:#97123F;
	font-size: 14px;
	padding-left: 12px;
	padding-bottom: 10px;
}

#stockTime
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	width: 82px;
	float: left;
}

#stockChange
{
	padding-left: 12px;
}

#stockDate
{
	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	width: 90px;
	float: left;
}

#editor-html p
{
	margin-top: 13px;
	margin-bottom: 13px;
	
}

#more
{
	width:30px;
	padding-left:27px;
}

#more a
{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#97123F;
}

.click-for-contacts
{
	float:left;
	width:800px;
	padding-top:20px;
	color:#97123F;
	font-weight:bold;
	cursor:pointer;
}


.department-pic
{
	width:228px;
	height:209px;
	float:right;
	padding-left:10px;
}

.depMore
{
	width:100px;
	float:left;
	padding-left:11px;
	padding-top:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333366;
	font-weight:bold;
	cursor:pointer;
}

.department-image
{
	float:left;
	width:355px;
	height:300px;
}

.department-info
{
	width:213px;
	min-height:300px;
	float:left;
	padding-left:10px;
	color:#666666;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
}


#printIcon
{
	width:30px;
	height:25px;
	float:right;
	background-color:#FFFFFF;
}

#printIcon img
{
	float:left;
	width:16px;
	height:16px;
	padding-left:4px;
	padding-top:2px;
	cursor:pointer;
}
a.bigone, a.bigone:visited{
color:#97123F;
cursor:pointer;
font-family:'Times New Roman',Times,serif;
font-size:large;
text-decoration:none;
}
a.bigone:hover{
color:#97123F;
cursor:pointer;
font-family:'Times New Roman',Times,serif;
font-size:large;
text-decoration:underline;
}
a.thickone, a.thickone:visited{   
color: rgb(151, 18, 63); 
font-family: Arial,Helvetica,sans-serif; 
font-size: 14px; 
font-weight: bold; 
padding-bottom: 4px; 
cursor:pointer;
text-decoration:none;
}
a.thickone:hover{   
color: rgb(151, 18, 63); 
font-family: Arial,Helvetica,sans-serif; 
font-size: 14px; 
font-weight: bold; 
padding-bottom: 4px; 
cursor:pointer;
text-decoration:underline;
}
a.readm, a.readm:visited{
color:#333366;
cursor:pointer;
float:left;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
padding-left:11px;
padding-top:5px;
width:100px;
text-decoration:none;  
}
a.readm:hover{
color:#333366;
cursor:pointer;
float:left;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
padding-left:11px;
padding-top:5px;
width:100px;
text-decoration:underline;       
}
