/* See http://www.alistapart.com/articles/holygrail */

/* ~~~~~ Browser Setup ~~~~~*/

* html body {
	overflow: hidden;
	}

* html #footer-wrapper {
	display: inline;	/* hack for IE6 double-margin float bug >oP */
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #fff;         /* Same as body background */
	}
	
/*** IE6 Fix ***/

* html #left {
	left: 200px;           /*150 RC fullwidth */
	}
	
/* ~~~~~ Text ~~~~~ */

h1, h2, h3 {
	font-family: Georgia, Palatino, "Times New Roman", times, serif!important;
	color: #333;
	line-height: 1.28;	}
	
h1 {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 0;
	}
	
h2 {
	font-size: 1.7em;
	margin-top: 0em;
	margin-bottom: 0;
	}
	
h3 {
	font-size: 1.5em;
	font-weight: 900;
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	}

p { 
	font-family: Geneva, Arial, Helvetica, "MS Sans Serif", sans-serif!important;
	line-height: 1.5em;
 	margin-top: 0.0em;
  	margin-bottom: 1.5em;
	text-align: left;
	}
	
#header h1 {
	margin-left: 290px;
	}

#footer p {
	margin-left: 290px;
	}
	
.hidden {
	position: absolute;
	left: -1000em;
	}
	
a:link {
	text-decoration: underline;
	color: rgb(83,83,204);
	}
	
a:visited {
	text-decoration: underline;
	color: rgb(83,83,204);
	}

a:hover {
	text-decoration: underline;
	color: rgb(143,159,204);
	}	
	
/* ~~~~~ Divs ~~~~~*/

body {
	background-color: #fff;
  	min-width: 900px;      /* 2x(LC fullwidth + CC padding) + RC fullwidth */
	font-family: Tahoma, Geneva, Arial, Helvetica, "MS Sans Serif", sans-serif!important;
	font-size: 13px;
	line-height: 1.5;
	}

#header {
	clear: both;
	background: url(images/header.jpg) repeat-x;
	background-color: #fff;
	height: 120px;
	padding: 0px;
	margin: 0px 50px -5px 62px;
	}

#container {
	background-color: #fff;
	padding-left: 280px;   	/* LC fullwidth */
	padding-right: 210px;  	/*240 RC fullwidth + CC padding */
	overflow: hidden;
	}

#container .column {
	display: inline;	/* hack for IE6 double-margin float bug >oP */
	background-color: #fff;
	position: relative;
	float: left;
/*	padding-bottom: 20010px; */ /* X + padding-bottom */
/*	margin-bottom: -20000px; */ /* X */
	}

#center {
	background-color: #fff;
	color: black;
	width: 100%;
	padding: 0px 20px 0px 10px;    	/* CC padding */
	}

#left {
	background-color: #fff;
	color: blue;
	width: 210px;        	/* 260LC fullwidth - padding */
	padding: 0px 10px;
	margin-left: -100%;  	/* moves the column all the way from center right-edge to center left-edge */
	right: 257px;        	/* 320LC fullwidth + CC padding */ /* moves the column 340px *farther* to the left */  
	}

#right {
	background-color: #fff;
	color: red;
	width: 165px;          	/* RC fullwidth - padding */
	padding: 0px 25px 0px 10px;		/* RC padding */
	margin-right: -250px;  	/* RC fullwidth + CC padding */ /* moves the column out of the *container* to the right */ 
	}

#footer {
	background-color: #fff;
	color: #333;
	position: relative;
	height: 20px;
	clear: both;
	padding: 0px 10px 10px 0px;
	}
	
/* ~~~~~ Images ~~~~~ */

#preload img {
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	}


#header img {
	position: relative;
	top: 35px;
	left: 225px; /* 287 - 63? */
	}
	
#left img {
	display: inline;	/* hack for IE6 double-margin float bug >oP */
	float: left;
	clear: left;
	top: 0px;
	left: 0px;
	margin-right: 5px;
	}
	
/* ~~~~~ Links ~~~~~ */

#clientLink {
	width: 200px;
	height: 50px;
	margin: 10px 0px;
	padding: 5px;
	}
