/*
This stylesheet contains all of the layout and positioning information for the rich-solutions website.
It is and needs to be included in every page created for this site.
*/

#logo{
	margin-left: 4px;
	float: left;
	padding-top: 4px;
	z-index: 0;
	}


/*Menu Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
	margin: 0;
	margin-left: 0px;
	float: right;
	padding-left: 8px;
	z-index: 5;
	white-space: nowrap;
	font-size: 	9pt;
}

#pointermenu2 ul li{
	display: inline;
}


#pointermenu2 ul li a{
	float: left;
	color: white;
	padding: 40px 7px 17px 7px;
	text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}

#pointermenu2 ul li a:hover{ /*hover link*/
color: white;
background: transparent url(images/white_triangle.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#selected{ /*selected link*/
color: white;
background: transparent url(images/orange_triangle.gif) bottom center no-repeat;
}

/*
#page_bkgd{
	width: 769px;
	height: 300px;
	top: 250px;
	margin: -200px, 10px, 0, 10px;
	background-image: url(images/light-blue-1x1.png);
	background-repeat:repeat;
	z-index: 0;
	padding-top: 10px;
	}


#stripe1{
	width: auto;
	height: 8px;
	margin: 0, 10px, 0, 10px;
	background-image:url(images/dark-blue-1x-8.png);
	background-repeat:repeat-x;
	z-index: 11;
	}

#stripe2{
	width: auto;
	height: 8px;
	margin: 0px, 10px, 0px, 10px;
	background-image:url(images/dark-blue-1x-8.png);
	background-repeat:repeat-x;
	z-index: 11;
	}
*/
	
#btm_stripe_txt {
	font-size: 8pt;
	color: white;
	font-weight: normal;
	text-decoration: none;
	}
			
#btm_stripe_txt a{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#btm_stripe_txt a:visited{
	color: white;
}	

#content_top_right{
	width: 43%;
	margin-right: auto;
	height: 273px;
	float: right;
	margin-top: -271px;
	overflow: hidden;
	background-image: url(images/home_page_pic.jpg);
	background-repeat: no-repeat;
	background-position-x: left;
	z-index: -1;
	padding-left: 25px;
	}
		
#page_title{
	font-family: "Arial Narrow";
	font-size: 18pt;
	letter-spacing: 0.125em;
	color: black;
	}

#co_overview{
	margin-top: 115px;
	margin-bottom: 80px;
	margin-left: 60px;
	padding-left: 25px;
	padding-top: 4px;
	width: 95%;
	height: 30px;
	float: right;
	z-index: 99;
	background-image: url(images/light-blue-1x1.png);
	background-repeat: repeat;
	font-family: "Arial Narrow";
	font-size: 16pt;
	letter-spacing: 0.125em;
	color: #FFFFFF;
	overflow: hidden;
	}
		
#main_content{
	width: 90%;
	height: auto;
	margin-top: -305px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border: thin solid black;
	background: white;
	z-index: 20;
	overflow: hidden;
	float: left;
	}

	
