/*
This file contains text formatting information for the rich-solutions website.  Layout/positioning 
information is contained in rich_solutions_layout.css and hacks for IE6 are contained in rich_solutions_ie.css
*/
html {
	scrollbar-arrow-color:white;
	scrollbar-base-color:#005384;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-face-color: #005384;
	scrollbar-highlight-color:#DDDDDD;
	scrollbar-dark-shadow-color:black;
	scrollbar-3d-light-color:white;
	}


body {
	font-size: 10pt;
	background-image:url(images/dark-blue-1x1.png);
	background-repeat:repeat;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	width: 749px;
	margin-left: auto;
	margin-right: auto;
	border-width: medium;
}

dt {
	font-weight: bold;
	padding-top: 15pt;
	padding-left: 18px;
	background-image:url(images/orange_triangle.gif);
	background-repeat: no-repeat;
	background-position: left 85%;
	color: black;
	}	
	
dd {
	margin-left: 0px;
	}
	
dl {
	margin-top: -1em;
	}	
	
h1 {
	font-size: 11pt;
	}
	
h2 {
	color: black;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: -1em;
	}
	
h3 {
	color: #FF6600;
	font-weight: bold;
	font-size: 10pt;
	}	
	
.inline {
	display: inline;
	}		
	
a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover{
	text-decoration: underline;
	}
	
a:visited{
	color: #003399;
	}	
	
#left_col1{
	float: left;
	/*margin-left: 50px;*/
	}
	
#left_col2{
	float: left;
	margin-left: 80px;
	}		

#left_col3{
	float: left;
	margin-left: 100px;
	}

#splash_txt_1{
	font-family: Arial;
	font-size: 36pt;
	color: #666666;
	}
	

#splash_txt_2{
	font-family: "Arial Black";
	font-size: 30pt;
	color:#FF6600;
	}
		
#splash_txt_3{
	font-family: Arial;
	font-size: 20pt;
	color: black;
	}

#splash_txt_4{
	font-family: Arial;
	font-size: 26pt;
	color: #FF6600;
	}

#co_name{
	font-family: Haettenschweiler, "Arial Black";
	font-size: 48pt;
	color:#FF6600;
	}	
#splash_text_left1{
	width: 300px;
	height: 250px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	}	

#splash_text_left2{
	width: 250px;
	height: 250px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	}	

#splash_text_left3{
	width: 300px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: top;
	text-align: right;
	}
		
#splash_text_right{
	width: 250px;
	height: 250px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	}
	
#josie{
	padding-left: 21em;
	padding-right: 15em;
	text-align: center;
	display: inline;
	}
	
#josie a{
	font-size: 8pt;
	color: white;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
	}			
	
#splash_img_left{
	float: left;
	}
	
#splash_img_right{
	float: right;
	}	
	
#splash_img_right2{
	padding-right: 12em;
	float: right;
	}		
