@charset "utf-8";
body  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #f0f0f0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size:11px;
	line-height:18px;
}
.thrColFixHdr{
	margin: 0; 
	padding:0;
}
.thrColFixHdr #container { 
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/gui/bg_base.gif);
	background-repeat:repeat-y;
	
} 
.thrColFixHdr #header { 
	padding: 0 30px 0 30px; 
	/*height: 376px;*/
	height: auto;
} 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #mainContent { 
	margin: 0 50px 0 265px; 
	padding: 0; 	
} 
.thrColFixHdr #mainContent.company { 
	margin: 0 30px 0 265px; 
} 



.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*******************************************************/
[if IE 5]>
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar_left { padding-top: 10px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
/*******************************************************/

/*
blue: #2f90bb
green: #70ce9b;
*/

/* GENERAL LINK */
a, a:active, a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#008751;
}
a.ulink, a:visited.ulink, #content a.ulink,
#content#mainContent a:visited.ulink,
#content#mainContent a.ulink,
#content#mainContent a:active.ulink {
	text-decoration:underline;
}
a.greenlink, a.active.greenlink{
	color:#008751;
}
a:hover.greenlink{
	color:#2f90bb;
}

#logo{
	float:left;
	background-image:url(../images/gui/logo.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	width: 120px;
	height: 105px;
	padding-left: 50px;
}
#main_nav{
	float:right;
	margin: 74px 30px 0 10px;
}
#header_home{
	/*background-image:url(../images/img_home/header_home.jpg);
	background-repeat:no-repeat;
	height:345px;*/
	height: 492px;
}


#header_photo{
	height:270px;
	background-repeat:no-repeat;
}

#header_photo_sub{
	height:149px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#subhead{
	height:70px;
	background-repeat:no-repeat;
	/*margin-bottom:24px;*/
}
#companies_header_detail{
	width: 700px;
	height: 383px;
	padding:20px 0 10px 10px;
}
.horizontal_line{
	border-bottom:solid #f3f3f3 1px;
	margin-top:10px;
}

/* HOME */
/*
#header_homebase{
	background-image:url(../images/img_home/header_bottom.gif);
	background-repeat:no-repeat;
	height:138px;
	padding-left:580px;
}
#header_homebase a:link,#header_homebase a:visited,
#header_homebase a:active{
	color:#FFFFFF;
	font-weight:bold;
}
#header_homebase a:hover{
	color:#338fba;
}
//*/
.home_vline{
	/*border-left:dotted #464f59 1px;*/
	height:90px;
	width:1px;
	margin-top:20px;
	background-image:url(../images/gui/footer_dot.gif);
	background-repeat:repeat-y;
	padding: 0 5px;
}

.home_col{
	float:left;
	display:inline;
	width:auto;
	margin-top:15px;
	padding-right:30px;

}

#home_news{
	float:left;
	padding:20px 30px 0 82px;
	width:490px;
}
.home_sep{
	height:147px;
	width:10px;
	margin-top:20px;
	background-image:url(../images/img_home/vseparator.gif);
	background-repeat:no-repeat;
	padding: 0 5px;
}
.home_bleft{
	float:left;
	margin-top:20px;
	width: 316px;
	height:116px;
}
#home_stock{
	 width:175px;
	 margin:24px 20px 0 0; 
	 line-height:normal;
}

/* TEXT */

.green{
	color: #008751;
}
.grey_dark{
	color: #333;
}
.grey{
	color: #999;
}
.grey_light{
	color: #ccc;
}
.blue{
	color:#2f90bb;
}
.red{
	color:red;
}
.white{
	color:white;
}
.small{
	font-size:9px;
	line-height:normal;
}
.h1{
	font-size:18px;
}
.h2{
	font-size:14px;
}
/* CONTENT */
#content{
	width:470px;
	padding: 0 0 0 16px;
	margin:0;
}
#content.wide{
	width:665px;
	padding: 0 0 0 16px;
	margin:0;
}

#content a:link,#content a:visited,
#content a:active{
	color:#666;
}
#content a:hover{
	color:#2f90bb;
}

/* SIDEBAR LEFT */
.thrColFixHdr #sidebar_left {
	float: left; 
	width: 235px; 
	padding: 20px 0 15px 30px; 
}
#leftnavselected {
	color:#008751;
}
.ltop{
	background-repeat:no-repeat;
	height:47px;
}
.lmid{
	background-image:url(../images/gui/left_mid.jpg);
	background-repeat:repeat_y;
	height:auto;
	padding-left:33px;
	margin:0;
}
.lbottom{
	background-image:url(../images/gui/left_bottom.jpg);
	background-repeat:no-repeat;
	height:12px;
}
.normal_lineheight{
	line-height:normal;
}

/* SIDEBAR RIGHT */
#sidebar_right{
	float:right;
	display:inline;
	width:181px;
	margin-top:10px;
	margin-left:10px;
	background-image:url(../images/gui/right_mid_fill.gif);
	background-repeat:repeat-y;
	color: #9d9f9f;
}
#sidebar_right2{
	width:181px;
	background-image:url(../images/gui/right_mid_fill.gif);
	background-repeat:repeat-y;
	margin-top:15px;
	color: #9d9f9f;
}
.rtop{
	background-image:url(../images/gui/right_top.gif);
	background-repeat:no-repeat;
	height:6px;
	margin:0;
}
.rmid{
	background-image:url(../images/gui/right_mid.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0;
	padding-left:10px;
}
.rbottom{
	background-image:url(../images/gui/right_bottom.gif);
	background-repeat:no-repeat;
	height:11px;
	
}

/* FOOTER LINK */
.thrColFixHdr #footerseparator{
	background-image:url(../images/gui/bg_base_bottom.gif);
	background-repeat:no-repeat;
	height:15px;
	margin:0;
}
#footer{
	height: 151px;
	margin:70px 30px 13px 30px;
	padding:0;
}
/*replaced with flash
#footer{
	background-image:url(../images/footer_base.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
	height: 151px;
	margin:70px 30px 13px 30px;
	padding:0 0 0 215px;
	color:#FFFFFF;
}
#footer a:link,#footer a:visited,
#footer a:active{
	color:#FFFFFF;
}
#footer a:hover{
	color:#338fba;
}
.footer_col{
	float:left;
	display:inline;
	width:230px;
	margin-top:30px;
	padding-right:30px;

}
.logo_holder{
	float:right;
	display:inline;
	width:125px;
	height:80px;
	margin-top:50px;
	padding-right:30px;
}
.vline{
	
	height:110px;
	width:1px;
	margin-top:20px;
	background-image:url(../images/gui/footer_dot.gif);
	background-repeat:repeat-y;
	padding: 0 5px;
}//*/


/* BOTTON NAV LINK */
#bottom_nav { 
	padding: 0 30px 0 72px;
	background: #f0f0f0;
	height:100px;
} 
#bottom_nav p {
	margin: 0;
	padding: 0 0 0 10px;
	color: #929191;
	font-size: 10px;
}
#bottom_nav a:link,
#bottom_nav a:visited,
#bottom_nav a:active{
	color: #333;
	text-decoration:none;
}
#bottom_nav a:hover{
	color: #000;
	text-decoration:underline;
}

/* NEWS section */
.newsclip{
	border-top:solid #f3f3f3 1px;
	border-bottom:solid #f3f3f3 1px;
	line-height:normal;
	margin:2px 0 2px 0;
	padding:10px;
}

.greybg{
	background:#f3f3f3;
}

#maintable ul{
	list-style:none;
}
.sitemapcopy{
	border-top: double #eee 1px;
	border-bottom:solid #eee 1px;
	line-height:normal;
	margin:2px 0 2px 0;
	padding:5px 5px 5px 10px;
	background:#FAFAFA;
}


.box_green{
	border:#6cb899 solid 1px; 
	background:#e8f7f1; 
	padding:10px;
}
#subhead2
{
	margin-top:30px;
}