@charset "UTF-8";
/* CSS Document */

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;
}
 /*=================================
 divs that pertain to all pages 
 ===================================*/
.twoColFixLtHdr #container {
	width: 923px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/BIOCIUS_HP_Final_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 923px
} 
.twoColFixLtHdr #menu {
	/*background-image: url(../images/BIOCIUS_HP_Final_02.jpg)*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/BIOCIUS_HP_Final_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 923px
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCC; 
} 
.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 */
	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;
}
 /*=================================
 divs that pertain to only the home page
 ===================================*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	background-image: url(images/BIOCIUS_HP_Final_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*padding: 15px 10px 15px 20px;*/
	height: 327px;
	width: 378px;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #flashMod { 
	margin: 0 0 0 10px; /* 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: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent {
	background-image: url(images/BIOCIUS_HP_Final_06.jpg);
	background-repeat: no-repeat;
	background-position: left top; /* 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. */
	height: 327px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 378px;
	clear: right;	/*width: 547px*/
} 

 /*=================================
 Inside page div IDs BEGIN here
 ===================================*/
.twoColFixLtHdr #insideSidebar {/*This is the left side bar*/
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}

.twoColFixLtHdr #insideStage {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixLtHdr #search {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 75px;
	padding-top: 0;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #insideRightBar {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	height: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
} 

/*=================================
 DESIGN items like fonts etc.
 ===================================*/

.bodyLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: left;
}
.utilityText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: right;
}

.bodyLightSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
.bodyLightWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
	padding-top: 30px;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
.formFieldRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #e3170e;
}
.menuLanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.bodyBoldBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	list-style-type: square;
}


.bodyBoldBig_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	list-style-type: square;
}


.bodyBoldBig_RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #e3170e;
	list-style-type: square;
}
h1 {/*Use this for headers on top of boxes with a green colored top*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align: center;
	margin: 4px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2 {/*Use this for headers*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: left;
	margin: 4px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	margin: 4px;
	padding: 10px;
}

ul {
	padding: 0px 0px 20px 25px;
	margin: 0px 0px 0px 15px;
}

LI{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}


a:link {
	color: #e3170e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e3170e;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
}

/*=================================
 Callout classes
 ===================================*/
.rm_calloutHeader{
	width: 150px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding-bottom: 7px;
}

.rm_rMargin{margin:15px 0px 0px 0px;}

.rm_calloutTable{
	width: 150px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	background-image: url(images/callout-gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 7px;
}

.rm_calloutFloatRight {
	float:right;
	padding-left: 10px;
	padding-bottom: 3px;
}
.rm_calloutFloatLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 3px;
}

.rm_calloutContent{
	font-family: Arial;
	font-size: 10px;
	color: #666;
	padding-bottom: 7px;
	vertical-align: top;
}
.rm_calloutSideBySideImages {
	text-align: center;
}
.rm_calloutSidebySideRight {
	margin-left: 10px;
}
