@charset "utf-8";
/* CSS Document */
/*******Created by Chris Corcuera 10/24/09**************/ 

* {
	margin:0;
	padding:0;
}
body  {
	/*font: 75% Verdana, Arial, Helvetica, sans-serif;*/
	font: 85% Georgia Serif;
	background-color: #ffffff;
	background-image:url(../images/body_background2.gif);
	background-repeat:repeat-x;
	background-position:top;
	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: #333333;
}


p {
	margin: 0 0 20px 0;
}

a {
	color: #60A043;
	text-decoration:underline;
}
 
a:hover {
	color:#cc6600;
	text-decoration:none;
}

a.blue {
	color: #00ADEF;
	text-decoration:none;
}
 
a.blue:hover {
	color:#cc6600;
	text-decoration:underline;
}

a.white {
	color: #ffffff;
	text-decoration:none;
}
 
a.white:hover {
	color:#ffffff;
	text-decoration:underline;
}

a.current {
	color:#00ADEF;
	text-decoration:underline;
}

a img{
	border:none;
}

hr{
	margin:10px 0;
}

.hidden {
	display:none;
}

.twoColFixLtHdr  #mainContent h1, .twoColFixLtHdr  #mainContent2 h1 {
margin:5px 5px 0;
padding:5px 0px;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.1em;
font: 1.7em Georgia, Serif;
}

.twoColFixLtHdr h2 {
margin:.30em 0 0;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
/*text-transform:uppercase;*/
letter-spacing:.1em;
line-height:1.4em;
color:#cc6600;
}

.twoColFixLtHdr h3 {
margin:1em 0;
font-weight: bold;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color: #999999;	
}



.twoColFixLtHdr h4 , .twoColFixLtHdr h5{
margin:1.5em 0 .75em;
font:normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color:#999999;
}
	
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	background-image:url(../images/container_bg_shadow2.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 0px solid #151718;
	border-width:0 1px;
*/	padding: 0 19px;
	/*border-width: 0 1px 0 1px;*/
	overflow:visible;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #containerHome { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	background-image:url(../images/container4_bg_shadow.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border-top: 1px solid #151718;
*/	padding:0 19px;
	/*border-width: 0 1px 0 1px;*/
	overflow:visible;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	font-family:Arial, Helvetica, sans-serif;
	height: 110px;
	background: none;
	background: none;
	background-image:url(../images/RBent_header3.jpg);
	background-repeat: no-repeat;
	margin:0 -19px;	
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr ul.companyList{
float:right;
margin: 0 0 0 40px;
padding: 0;
list-style-type: none;
}

.twoColFixLtHdr ul.companyList li{
position: relative;
display: inline;
float: left;
padding: 10px 40px 0 0;
}

.twoColFixLtHdr ul.companyList img{
border:none;
}

.twoColFixLtHdr #headerHome { 
	font-family:Arial, Helvetica, sans-serif;
	height: 110px;
	background: none;
	background-image:url(../images/RBent_header_homepage_full5.jpg);
	background-repeat: no-repeat;
	margin:0 -19px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 0px;
}



.twoColFixLtHdr #sidebar1 img{
margin:0;
padding:0;
}
.twoColFixLtHdr #sidebar1 #billboard{
	width:100%;
	color: #a0d3e6;
/*	color:#00ADEF;*/
	padding:0 0px 10px 10px;
	text-align:right;
}

.twoColFixLtHdr #sidebar1 #billboard h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.5em;
}


.twoColFixLtHdr #mainContent #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 0px;
}



.twoColFixLtHdr  #mainContent #billboard{
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	float: left;
	color: #a0d3e6;
/*	color:#00ADEF;*/
	padding: 0px 10px 15px 0px;
	text-align:right;
}

.twoColFixLtHdr #mainContent #billboard h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height:1em;
	text-transform: none;
	letter-spacing:0em;
	font-weight:bold;
	color: #a0d3e6;
}



.twoColFixLtHdr #mainContent div.companyBox{
border:4px solid #efefef;
overflow:visible; 
padding: 10px;
margin: 10px 20px 10px 0;
position:relative;
float:left;
clear:both;
}

.twoColFixLtHdr #mainContent div.companyBox p{
margin: 10px 10px 5px 10px;
	line-height:1.5em;
	font-size: 1em;
}
.twoColFixLtHdr #mainContent div.companyBox table{
	width:100%;
}

.twoColFixLtHdr #mainContent div.companyBox table td{
	text-align:left;
	vertical-align:top;
	width:40%;
	padding:5px;
	}

.twoColFixLtHdr #mainContent div.companyBox table td.image{
	text-align:left;
	vertical-align:top;
	width:20%;
	padding:10px;
	}

.twoColFixLtHdr #mainContent div.companyBox table td.image img{
	margin:0;
}
	
.twoColFixLtHdr #mainContent div.companyBox table td ul{
	list-style:none;
}

.twoColFixLtHdr #mainContent div.companyBox table td ul li{
	font-family: Arial, Helvetica, sans-serif;
	color: #60A043;
	font-size: .9em;
	margin-bottom: 8px;
	}
	
.twoColFixLtHdr #mainContent div.companyBox table td img{	
margin:10px 10px 0 10px;
border:none;
}

.twoColFixLtHdr #mediaStrip { 
	background-color: #a0d3e6;
	border-top:4px solid #CCC;
	margin: 0 0 0 0;
	/*margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mediaStrip img{
	padding: 0 2px;
	border:0;
}

.twoColFixLtHdr #companies { 
	margin: 0px 20px 10px 20px;
} 

.twoColFixLtHdr #companies img{
	padding: 0 40px;
	border:0;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 


.twoColFixLtHdr #greenbar { 
	margin: 0 0 0 -20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	text-align:left;
	clear:both;
} 


img.leftAlign {
	padding:5px 20px 25px 10px;
}
.twoColFixLtHdr .slogan{
width:100%;
font-family:Verdana, Geneva, sans-serif; 
color:#0054A6; 
font-size:1.2em; 
font-weight:bold; 
font-style:italic;
border:0px solid red;
position:relative; 
top:60px; 
left:0px; 
}

.twoColFixLtHdr .article{
width:80%; 
padding:10px 20px; 
border-bottom:solid 1px #efefef;
}

.twoColFixLtHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#151718; 
	color:#ffffff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	height:50px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#ffffff;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

