@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/BRIO2010_header_01.jpg);
	width: 801px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 83px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 292px; /* 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 */
}

.twoColFixRtHdr #sidebar1 a {
	color:#900;
	text-decoration:none;
}

.twoColFixRtHdr #sidebar1 p {
	font-size:11px;
	line-height:18px;
	margin-top:0px;
	padding: 5px 10px 0 20px;

}
.twoColFixRtHdr #feedbar {
	background-image:url(images/background_blogs.jpg);
	background-repeat:no-repeat;
	margin: 0 10px 0 10px;
	padding: 10px;
	height:380px
}
.twoColFixRtHdr #feedbarcontent {
	line-height: 18px;
}
.twoColFixRtHdr #feedbarcontent a {
	font-size:15px;
	text-decoration:none;
	color: #000;
}
.twoColFixRtHdr #feedbar h1 {
	color:#C60;
	text-transform:uppercase;
}
.twoColFixRtHdr #sidebar1 ul {
	font-size:14px;
	line-height:25px;
	margin-top:-0px;
	margin-left:-30px;
	text-align:center;
	list-style:none;
}
.services {
	height: 75px;
	padding: 10px 30px 0 20px
}
.networking {
	font-size:10px;
}
.networking a {
}
.greenheader {
	color:#663; 
	text-transform:uppercase;
	text-align:center;
	font-size:14px;
	margin:15px 0 5px 0
}
.redheader {
	color:#900;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	margin:15px 0 5px 0
}
.redlink {
	color:#900;
	text-decoration:none;
}
.networking a {
	color:#903;
	text-decoration:none;
}				 
.bigbutton {
	background-color:#F68833;
	text-transform:uppercase;
	font-size: 10px;
	color:#FFF;
	text-align:center;
	padding:2px 0 2px 0;
}
.bigbutton a:link {
	text-decoration:none;
	color:#FFF
}
.bigbutton a:visited {
	text-decoration:none;
	color:#FFF;
}
.bigbutton a:hover {
	text-decoration:none;
	background-color:#F68C37;
	padding:2px 10px 2px 10px;
}
.bigbutton a:active {
	text-decoration:none;
}
.twoColFixRtHdr #mainContent {
	margin: 0 292px 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
} 
.twoColFixRtHdr #mainContent p {
	padding: 0px 20px 0px 40px;
}
.twoColFixRtHdr #mainContent h1 {
	padding: 10px 20px 0 40px;
	font-size: 14px;
}
.twoColFixRtHdr #mainContent h2 {
	padding: 0px 20px 0px 40px;
	font-size: 12px;
	color: #900
}
.twoColFixRtHdr #footer {
	background-image: url(images/BRI02010_footerback_03.jpg);
	height: 159px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 10px;
	line-height: 18px;
}
.twoColFixRtHdr #footer a {
	text-decoration:none;
	color:#FFF;
}
.twoColFixRtHdr #footer visited {
	text-decoration:none;
	color:#CCC;
}
.twoColFixRtHdr #footer hover {
	text-decoration:none;
	color:#900;
}
.yellowcolor {
	color:#FFC;
}
.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;
}
