@charset "utf-8";

body  {
	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;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: medium;
	line-height: 1.5em;
	background-repeat: repeat;
	background-image: url(images/nav-bg2.gif);
	background-position: center;
}

/*FOR IE*/
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 80%;
	z-index: 1;
	padding: 0px;
	border: 1px solid #000000;
	background-image: url(images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

html>body #container {
	width: 780px; /* 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. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 80%;
	z-index: 1;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.cbc #container #highlight {
	float: left;
	background-image: url(imagesRSP/blueprint_banner.gif);
}

#header {
	height: 433px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(images/mih_highlight_op.jpg);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B2421F;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}
#mainContent h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ED884B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*h4 {
	font-size: .9em;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/
#mainContent h4 {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 0px;
	font-style: normal;
	text-align: justify;
}
#figure-1 {
	height: 310px;
	width: 200px;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: 10em;
	margin: 0px;
	padding-top: 310px;
	text-align: left;
	text-indent: 0px;
}
#figure1 {
	height: 310px;
	width: 200px;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: 40em;
	margin: 0px;
	padding-top: 310px;
	text-align: left;
	text-indent: 0px;
}
#figure4 {
	height: 310px;
	width: 200px;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: 150em;
	margin: 0px;
	padding-top: 310px;
	text-align: left;
	text-indent: 0px;
}


#figurexray {
	height: 310px;
	width: 200px;
	float: right;
	position: relative;
	top: 15em;
	margin: 0px;
	padding-top: 160px;
	text-align: left;
	text-indent: 0px;
}
.cbc #container #sidebar1 #address #figure1 .p2 {
	text-indent: 0px;
	text-align: left;
	vertical-align: bottom;
}


.cbc #container #header #area {
	height: 40px;
	width: 400px;
	float: right;
	text-align: right;
	margin-right: 15px;
	text-decoration: none;
	color: #40659B;
	margin-top: 15px;
}
.cbc #container #header #area a {
	color: #40659B;
	text-decoration: none;
}
.cbc #container #sidebar1 h3 {
	width: 200px;
	height: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
.cbc #container #sidebar1 .bl .br .tl .tr #h3bar {
	margin: 0px;
	padding: 0px;
	background-image: url(imagesRSP/h3_sidebar.gif);
	background-repeat: no-repeat;
}


.cbc #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	background-repeat: no-repeat;
	margin: 0px;
	display: block;
	visibility: visible;
	padding: 0px;
}
html>body.cbc #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.cbc #container #mainContent p {
}

.cbc #container #sidebar1 td {
	line-height: 1.25em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
form {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
.cbc #container #sidebar1 p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	line-height: 1.1em;
}


.cbc #container #mainContent #nav li {
	padding: 5px;
	border: 1px dashed #666666;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	opacity:.7;
	filter:alpha(opacity=70);
	moz-opacity:.7;
}


#nav {
	list-style-type: none;
	left: 0px;
	width: 440px;
	padding: 0px;
	margin-top: 225px;
	margin-left: 15px;
	margin-bottom: 30px;
	clip: rect(auto,auto,auto,0px);
}
html>body #nav {
	list-style-type: none;
	left: 0px;
	width: 440px;
	padding: 0px;
	margin-top: 275px;
	margin-left: 15px;
	margin-bottom: 30px;
	clip: rect(auto,auto,auto,0px);
}
p {
	font-size: 1em;
	text-align: justify;
	text-indent: 0px;
	margin: 0px;
}
#mainContent .p2 {
	font-size: .8em;
	text-align: left;
	line-height: 1.25em;
	margin-bottom: 10px;
	margin-top: 10px;
	text-indent: 0px;
	font-weight: bold;
}
#mainContent .p1 {
	font-size: 0.8em;
	text-align: left;
	line-height: 1.25em;
	margin-bottom: 10px;
	margin-top: 10px;
	text-indent: 0px;
	font-weight: normal;
}

.cbc #container #mainContent #nav a {
	text-decoration: none;
	font-weight: bold;
	color: #16244B;
}

.cbc #container #mainContent #nav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #F8981F;
}
#navtitle {
	width: 100px;
	background-color: #999999;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

#mainContent {
	padding-top: 15;
	padding-bottom: 50;
	padding-left: 20px;
	width: 450px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
} 

html>body #mainContent {
	padding-top: 15;
	padding-bottom: 50;
	padding-left: 20px;
	width: 500px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
} 

highlight {
	background-color: #00FF00;
	width: 500px;
}

.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;
}


.clear {font-size: 1px; height: 1px}

/* -------- Side Bar----------------------------*/

.bl {
	width: 190px;
	background-color: #FFFFFF;
	background-image: url(imagesRSP/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-left: 5px;
	margin-top: 15px;
}
.bl h3 {
	margin: 0px;
	padding: 0px;
}

.br {background: url(imagesRSP/br.gif) 100% 100% no-repeat}
.cbc #container #sidebar1 .bl .br .tl .tr h4 {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.tl {
	background: url(imagesRSP/tl.gif) 0 0 no-repeat;
}
.tr {background: url(imagesRSP/tr.gif) 100% 0 no-repeat; padding:10px}



.cbc #container #sidebar1 #address p {
	text-align: left;
	line-height: 1.25em;
	padding-left: 10px;
}

#address {
	font-size: 10px;
	padding-left: 10px;
	padding-top: 30px;
	float: right;
}
html>body #address {
	font-size: 10px;
	padding-left: 0px;
	padding-top: 30px;
	float: right;
}
	
/* -footer --------------------------------- */

#footer {
	color: #CCCCCC;
	width: 780px;
	text-decoration: none;
	height: 50px;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	position: absolute;
	height: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	border-right-color: #000000;
	border-left-color: #000000;
	}

#footer p {
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
	}
#footer a:hover {
	color: #788EB0;
	text-decoration: none;
	}
.footerfloatright
{
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

.footerfloatleft
{
	float: left;
	padding-top: 5px;
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.form_text
{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.cbc #container #sidebar1 .bl .br .tl .tr p {
	text-align: left;
	text-indent: 0px;
}


.cbc #container #mainContent ul li {
	color: #333;
}

