@charset "utf-8";
/* CSS Document */
/* 
================================
Skin styles for DotNetNuke
================================
*/

object { outline:none; }

html, body {
    height: 101%;
}
/* Hack for IE */
* html #Content {
    height: 100%;
}
/* End IE Hack */ 

body {
	background-image: url(http://sunbiosis.com/html/images/SunbiosisGradient.gif);
	background-repeat: repeat-x;
	background-color: #525b54;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	height: 101%;
}

.below_nav{
background-image: url(/html/images/Right_BelowNav.gif);
background-repeat:no-repeat;
background-color: #8d998c;
height:489px;
width:385px;
vertical-align:top;}

.below_logo{
background-image: url(/html/images/Left_BelowLogo.gif);
background-repeat:no-repeat;
background-color: #8d998c;
vertical-align:top;}
}

.image_box_right{
padding-top:5px;
padding-left: 5px;
padding-bottom: 5px;
}

td{
font-family: Arial,Verdana,Helvetica;
font-size: 12px;
color: #eeeeee;
}

.process_box{
padding-right:40px;
}
.process_text{
font-family: Arial,Verdana,Helvetica;
font-size:12px;}

.process_photo_box_right{
padding-right:10px;
margin-right:10px;
padding-bottom: 10px;
padding-top: 10px;
}
.process_photo_box_left{
padding-left:10px;
margin-left:10px;
padding-bottom: 10px;
padding-top: 10px;
}

.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Arial, Verdana, Helvetica; 
   font-size: 11px;
   font-weight: normal;
}
.Head {
   font-family: Arial, Verdana, Helvetica;
   font-size:  12px;
   font-weight:  bold;
/*	color: #333333;*/
color: #eeeeee;
}

hr {
	border: none;
	background: #a8b8aa;
	color: #a8b8aa;
	height: 1px;
	text-align: left; /*this will align it for IE*/
	margin: 5px auto 5px 0; /*this will align it left for Mozilla*/
	list-style: square;
	margin-left: 0px;
}

.hr_process {
	border: none;
	background: #a8b8aa;
	color: #a8b8aa;
	height: 1px;
	text-align: left; /*this will align it for IE*/
	margin: 10px auto 10px 0; /*this will align it left for Mozilla*/
	list-style: square;
	margin-left: 0px;
}

.links:link {
color:#fec97c;
		text-decoration:none;

}
.links:visited {
	color:#fec97c;
		text-decoration:none;
}
.links:hover {
color:#fec97c;
				text-decoration:underline;
}
.links:active {
color:#fec97c;
			text-decoration:none;
					outline:none;
}


a:link {
color:#ffffff;
font-weight: bold;
text-decoration:none;
outline:none;

}

a:visited {
	color:#ffffff;
	font-weight: bold;
		text-decoration:none;
				outline:none;
}
a:hover {
color:#ffffff;
font-weight: bold;
				text-decoration:underline;
						outline:none;
}
a:active {
color:#ffffff;
font-weight: bold;
			text-decoration:none;
					outline:none;
}



.scroll_box{
width:359px;
font-family: Arial,Verdana,Helvetica;
font-size:12px;
color:#FFFFFF;
background-color:#transparent;
scrollbar-face-color: #acb4ab;
scrollbar-highlight-color: #c1c7c1;
scrollbar-3dlight-color: #869388;
scrollbar-darkshadow-color: #758177;
scrollbar-shadow-color: #959e94;
scrollbar-arrow-color: #5d675e;
scrollbar-track-color: #737f75;
border-left:0px;
border-right:0px;
border-top: solid 1px;
border-bottom: solid 1px;
border-color:#acb4ab;
overflow-x:hidden;
overflow-y:scroll;
VERTICAL-ALIGN: top;
TOP: auto;
HEIGHT: 200px;
}
.scroll_bullet{
list-style:square;
list-style-type:square;}

.header_large{
font-family: Arial,Verdana,Helvetica;
font-size:14px;
font-weight: bold;
}

.small_text{
font-family: Arial,Verdana,Helvetica;
font-size:11px;
}





