@charset "utf-8";

html, body, .body-container {
	height: 100%;
}

body > .body-container {
	height: auto;
	min-height: 100%
}

body {
	background-image: url(../images/top_background.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.body-container {
	width: 1073px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/paper-shadow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 100%;
}

#body-wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 973px;
    text-align::left;
	padding-bottom: 10px;
	min-height: 850px;
	height: 850px;
}

#menu {
	height: 29px;
	background-image: url(../images/blue_background.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align: center;
}

#menu a {
	text-decoration:none;
}

#menu a:link, #menu a:visited {
	color: white;
}

#menu a:active, #menu a:hover {
	color: #1c3665;
}

.updates {
	margin-top: 10px;
	width: 480px; /*445px*/
	/*min-height: 250px;*/
	height: 230px;
	background-color: #0CA2D1;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

.updates table {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:5px;
}

#company-updates {
	float:left;
}

#industry-updates {
	float:right;
}

.section-wrapper img {
	margin-top: 10px;
	border: 0px;
}

#submenus table {
	margin-top: 5px;
}

#submenus A {
	text-decoration:none;
}

#submenus A:hover{
	color: #ffcc05;
}

/*inside section styles*/

.sections {
}

.section-title {
	font-family:century gothic, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #6699ff;
}

.section-wrapper2 {
	width: 973px;
	min-height: 300px;
	height: 100%;
}

.subsections {
	float: left;
}

.section-content {
	float: right;
	width: 548px;
}

.footer {
	/*background-color:green;*/
	text-align: left;
	position: relative;
	margin-top: -15px; /* negative value of footer height */
	height: 15px;
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	text-align: left;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */


/*======================*/
.componentheading, .moduletable_updates .contentheading {
	font-size:13px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

.moduletable {
	margin-top: -10px;
}

.readon {
	text-decoration: none;
	color: #ffcc05;
	text-transform:uppercase;
}

.blog-more A, .latestnews A {
	text-decoration:none;
}

.blog-more A:link, .blog-more A:visited, .latestnews A:link, .latestnews A:visited {
	color:white;
}

.blog-more A:hover, .blog-more A:active, .latestnews A:hover, .latestnews A:active {
	color:#1c3665;
}

.latestnews LI {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: -40px;
}

/*====================*/
/*module tables _updates*/

.moduletable_updates .contentpaneopen {
	margin: 0px;
	padding: 0px;
}

.contentpaneopen TABLE {
	background-color:#00FF00;
}
