/*********************************************
Page Background and Text Defaults
*********************************************/

body {
	background-color: #FFFFFF;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #3366CC;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.hr {
	padding-top: 0px;
	padding-bottom: 0px;
}

/*********************************************
Main Navigation
*********************************************/

.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.mainnav ul {
	margin: 0px;
	padding: 0px;
}
.mainnav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin: 0px;
}
.mainnav #one {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.mainnav #two {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.mainnav #three {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.mainnav a {
	color: #666666;
	text-decoration: none;
}
.mainnav a:hover {
	color: #666666;
}

/*********************************************
Main Nav Dropdown
*********************************************/

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: transparent;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	border-bottom-width: 1px;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	width: 200px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCCC;
	background-image: url(../images/background_dropdown.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.anylinkmenu ul{
	padding: 0;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: #3366FF;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	display: none;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #E9E9E9;
}

.anylinkmenucols li{
	padding-bottom: 3px;
}

.anylinkmenucols .column{
	float: left;
	margin-right: 5px;
	background: #E0E0E0;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.anylinkmenucols .column ul{
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*********************************************
Footer
*********************************************/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	height: 17px;
	width: 160px;
	border: 1px solid #999999;
}
.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: 87bd3c;
	height: 17px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.footer a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #3366FF;
}

.footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.footertoptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #999999;
	text-decoration: none;
}
.footertoptext a {
	color: #999999;
}
.footertoptext a:hover {
	color: #3366FF;
}

/*********************************************
Industry Nav Tabs
*********************************************/

.modernbricksmenu2{
	padding: 0;
	width: 596px; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-bottom: 0px;
}

.modernbricksmenu2 ul{
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.modernbricksmenu2 li{
	display: inline;
	padding: 0;
	text-transform:capitalize;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

.modernbricksmenu2 a{
	float: left;
	display: table;
	font: bold 12px Arial;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.modernbricksmenu2 a:hover{
	background-color: #0067b1; /*Brown color theme*/
	color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
	background-color: #0067b1; /*Brown color theme*/
	color: white;
	border-color: #0067b1; /*Brown color theme*/
}

.tabcontent{
	display:none;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

@media print {

.tabcontent {
	display:block !important;
}
}

/*********************************************
Industry Nav Tabs Content
*********************************************/

.tab_industrycontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	padding-left: 10px;
	display: block;
}
.tab_industrycontent a {
	color: #666666;
}
.tab_industrycontent a:hover {
	color: #3366CC;
}

/*********************************************
News and Careers sections
*********************************************/

.newsandcareers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.newsandcareers a {
	color: #3366cc;
}
.newsandcareers a:hover {
	color: #3366FF;
}

