﻿@import "controls.css";
@import "nav.css";

/* ********************************************* LAYERS *****/
#PageImage		{ z-index: 120; }
#LeftNav		{ z-index: 110; }
#TopNav			{ z-index: 105; }
#Header			{ z-index: 100; }
#PageContent	{ z-index: 90;	}
#PageWrapper	{ z-index: 80;	}
/* ********************************************* LAYOUT *****/

body 
{
	background: #fafafa;
	text-align: center;
	margin: 0;
	padding: 0;
}
a img { border: none; }
#PageWrapper
{
	position: relative; top: 0; left: 0;
	width: 833px;
	margin: 0 auto;	margin-bottom:0;	margin-top: 0;
	padding: 0;
	background: url(../images/body_bg.gif) repeat-y top left;
	text-align: left;
}
		#Header
		{
			position: relative;	top: 0; left: 0;
			width: 748px; height: 150px;
			margin: 0 0 0 43px;	padding: 0;
			background: url(../images/Header_bg.jpg) no-repeat top left;
			text-indent: -99999px;
		}
				#Header h1	{ margin: 0;	padding: 0;	}
		#TopNav
		{
			position: absolute; top:88px; left: 285px;
			width: 470px;
			text-align: left;
		}
		#TopNav *	{ color: Black; }
		#PageImage
		{
			position: absolute; top: 30px; right:30px;	
			width: 250px; height: 161px;
			text-align: left;
		}
		#LeftNav
		{
			position: absolute; top:160px; left: 43px;
			width: 180px; height: 602px;
			background-color: #fcfcfc;
			border: solid 1px #ddd;
			color: #9F5CA8;
			font-size: 85%;
		}
				#Partners
				{
					margin-top: 40px;
					text-align: center;
				}
		#PageContentWrapper
		{
			position: relative; top: 0; left:0;
			margin: 0 43px 0 43px;
			padding-top: 10px;
			background: url(../images/PageContent_bg.gif) repeat-x top left;
		}
				#PageContent
				{
					position: relative; top: 0; left: 0;
					margin: 0 0 20px 200px;
					padding-top: 10px;
				}
		#LinksWrapper
		{
			position: relative;	bottom: 0; left: 0;
			width: 748px; height: 129px;
			margin: 0 0 0 43px;	padding: 0;		
			background: url(../images/links_bg.gif) repeat-x top left;
			height: 242px;
		}
				#Links
				{
					margin: 20px 5px 0 205px;
					color: #9F5CA8;
				}
		#Tag { font-size: 10px; font-family: Arial; color: #555; height: 20px; margin: 0; padding:0; }
		
		
		
/* ***************************/
.ClientComment img { float: left; margin-right: 10px; margin-bottom: 10px; }
.ClientCommentName { font-weight: bold; text-align: right; }
