@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background_repeat.GIF);
	background-repeat: repeat-y;
	background-position: top center;

}
/*----------------------------OVERALL---------------------------------*/


#father {
	width: 960px;
	margin: 0 auto;
	

}

* html #father{
	width: 960px;
	margin: 0 auto;
	padding-left: 1px;
}

*:first-child+html #father {
	width: 960px;
	margin: 0 auto;
	padding-left: 10px;
}


/*----------------------------HEADER---------------------------------*/
#header {
	background-image: url(images/header_bar.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 77px;
}



#login_box {
	position: relative;
	color: white;
	left: 150px;
	top: 40px;
}

.left_float {
	float: left;
}	


/*----------------------------NAV---------------------------------*/
#nav {

}

/*----------------------------BANNER---------------------------------*/
#banner {
	padding: 0 0 0 0;
}

#content {
	line-height: 23px;
}
/*----------------------------LEFT COLUMN---------------------------------*/
#left_column {
	float: left;
	width: 200px;
	height: 200px;
	background-image:url(images/dots.GIF);
}
/*----------------------------MIDDLE COLUMN---------------------------------*/
#middle_column {
	float: left;
	width: 500px;
	padding-left: 20px;

}
/*----------------------------MIDDLE COLUMN (HOMEPAGE) ---------------------------------*/
#middle_column_homepage {
	width: 960px;
	background-image: url(images/glare.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	position: relative;
	background-color: #003333;
	margin-left: 25px;
}
.box_homepage {
	float: left;
	background-image:url(images/backing_gray.gif);
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
	border-bottom: solid #999999 1px;
	margin-left: 20px;
	padding-bottom: 16px;

}


.box_header{
	background-image:url(images/box_header.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 10px;
	
}

/*----------------------------FIREFOX LIST---------------------------------*/
#list_home {
	margin-left: -29px;
	line-height: 20px;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

#list_home .news {
	padding-left: 20px;
	background-image:url(images/icon_news.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#list_home .expert {
	padding-left: 20px;
	background-image:url(images/icon_expert.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#list_home .industry {
	padding-left: 20px;
	background-image:url(images/icon_news.GIF);
	background-position: 0 0;
	background-repeat: no-repeat;
}




/*----------------------------IE6 LIST---------------------------------*/
* html #list_home{
	margin-left: 7px;
	line-height: 20px;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
	}
/*----------------------------IE7 LIST---------------------------------*/	
*:first-child+html #list_home {
	margin-left: 7px;
	line-height: 20px;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
	}

/*----------------------------RIGHT COLUMN---------------------------------*/
#right_column {
	float: right;
	width: 120px;
}


/*----------------------------FOOTER ---------------------------------*/
#footer {
	font-size: 11px;
	color: gray;
	margin: 0 auto;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: gray;
	font-size: 11px;
	font-weight: normal;
}

#footer a:hover {
	color: #6699CC
}

/*----------------------------SUB MENUS---------------------------------*/
.sub_menu {
	font-size: 12px;
	font-weight: bold;
}

.sub_menu a:link, .sub_menu a:visited, .sub_menu a:active {
	text-decoration: underline;
	color:#996633;
}

.sub_menu a:hover {
	color:#333333;
}
/*----------------------------SUB MENUS MOZILLA---------------------------------*/
.list_styles {
	position: relative;
	margin: 0px 0px 0 -12px;
	list-style: none;
}

/*----------------------------SUB MENUS IE 6--------------------------------*/
* html .list_styles{
	position: relative;
	margin: 0px 0px 0 12px;
	list-style: none;

	}
/*----------------------------SUB MENUS IE 7---------------------------------*/
*:first-child+html .list_styles {
	position: relative;
	margin: 0 0 0 19px;
	list-style: none;
}



/*----------------------------TEXT STYLES---------------------------------*/
.header {
	font-size: 17px;
	color: #003366;
	font-weight: bold;
	font-family: Arial;
	
}

.txt_print {
	font-size: 10px;
	color: gray;
	text-decoration: underline;
}

.txt_print a:link, .txt_print a:visited, .txt_print a:active {
	color: gray;
}

.txt_print a:hover {
	color:#003366;
}


.box_text {
	padding-right: 7px;
}
.box_text a:link, .box_text a:visited, .box_text a:active {
	color:#006699;
	font-weight: bold;
	text-decoration: none;
	
}

.box_text a:hover{
	color:#003366;
	font-weight: bold;
	
}

div.hr {
  height: 12px;
  background: #ccc url(images/hr.gif) no-repeat scroll center;
  text-align: left;
  margin: 0px;
}

.homepage_news {
	display: block;
}

.sub_headers {
	color:#993300;
	font-weight: bold;
	font-size: 15px;
}





