@CHARSET "ISO-8859-1";

* {
	font-family: arial, Verdana, Tahoma;
	font-size:9pt;
	color:black;
}

.redtext {
	color:rgb(238, 29, 37);	
}
	
body {
	padding:0; margin:0;
	text-align:center; /* IE6 fix 8 */
}

img {
	border-width:0px;	
}

h1 {
	
	font-size:16pt;
	font-weight: normal;
	color:rgb(238, 29, 37);
}/* RJW custom style to fix newsroom */
.prTitle { 	font-weight: bold;}
a {
	font-weight: bold;
	text-decoration: none;	
}

#pageContainer {
	width:960px;
	text-align:left;
	margin:0 auto;
	padding-top:56px;
}

/* Header CSS - controls the logo space and the menu include */

#header {
	position:relative;
	height:62px;
}


/* Menu CSS */
#menuBar {
	position:absolute;
	top:25px;
	right:0px;
	height:30px;
	width:700px;
	text-align:right;
	color: rgb(238, 29, 37);	
}

#menubar span {

}

#menuBar a {
	padding:4px 5px;
	color: rgb(238, 29, 37);	
}

#menuBar a:hover {
	background-color: rgb(240,240,240);
}

/* Main Content Area CSS */

#mainContentArea {
	margin:0px 0px;	
	padding-bottom: 40px;
	min-height:400px;
}

#mainContentAreaIndex{
	margin:0px 0px;	
	padding-bottom: 40px;
}

#mainContentArea a {
	font-weight:bold;
	text-decoration:none;
	color: rgb(238,29,37);
}

#mainContentArea a:hover {
	text-decoration: underline;
}
	
/* Home page specifics */
.homeColumn {
	width:312px;
	float:left;	
	margin-bottom:30px;
}


#sectors {
	margin-top:15px;
	margin-right: 15px;
	background: url(../images/block_sectors.jpg) 0px -13px no-repeat;	/* this is for the symbol */
	height: 162px;
	padding-bottom:20px;
}

.padArea  h1 {
	margin:0px;	
	padding:0px;
}

.padArea {
	padding:10px;	
	height:100%;
}

#brands {
	margin-left:15px;
	height: 263px;
}



#events {	
	height: 263px; overflow: hidden;
	margin-left:15px;
}





#technology {
	margin-top:15px;
	margin-right: 15px;
	background: #f6f8f8 url(../images/block_technology.jpg) 0px -15px no-repeat;	/* this is for the symbol */
	height: 162px;
	padding-bottom:20px;
}




#newsEvents {	

}

#newsRestricted {
	height: 352px; overflow:hidden;	
}



#newsEvents #newsTop {
	height:424px;
	overflow: hidden;
	
}
#newsEvents #newsBottom {
	clear:both;
	margin-top:0px;
	height:12px;
	
}



/* Content Header Section CSS - Controls the top two content blocks */

#contentHeader {
	height:266px; width:960px;
	background-color:white;
	color:black;
}

#contentHeader .left {
	/* left column in header */
	float:left;
	color: white;
	height:238px; width:601px;
}



#contentHeader .right {
	/* right column in header */
	float:right;
	width:339px;
	font-weight: bold;
}

#contentHeader .right q, #contentHeader .right q * {
	font-size: 11pt;
	line-height: 14pt;
}


/* Footer CSS */

#footer {
	clear:both;	
	text-align: left;
	color:#03a1d4;
}

#footer #footer_left {
	float:left;
	width: 450px;	
}

#footer #footer_right {
	width:400px;
	float: right;
	text-align:right;
}

#footer * {
	color:#022f54;
}
#footer a {
	font-weight:bold;
	color:#022f54;
}
#footer .tiny {
	line-height:36px;
	font-size: 7pt;	
}

/* Contact specific */

form {
	padding: 40px 0;	
}

[class^='lbl_']{
	font-weight:bold;
} 
	
fieldset[class^='fld_'] {
	border-width:0px;
	margin:0; padding:0;
}
input[class^='inp_'] {
	width: 400px;
}
textarea[class^='txt_'] {
	width:400px;
	height:70px;
}

.rssView {
	clear:both; width:85%; float:left;padding-bottom:10px;
}

.rssAssets {
	width:15%; float:right;padding-bottom:10px;
}
