@charset "UTF-8";
/* CSS Document */

/* Body */
	body {
	text-align:center;
	margin:auto;
	padding:0px;
	background-image: url(../_imgs/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #88714f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	
	
	
/* Container */
	#container {
	text-align:center;
	top:50%;
	left:50%;
	width:1000px;
	height:650px;
	margin-top:-325px; /*set to a negative number 1/2 of your height*/
	margin-left:-500px; /*set to a negative number 1/2 of your width*/
	position:absolute;
	background-color:#aeac9e;
}

/* Pop Ups */
	#popcontainer {
	width:300px;
	margin:20px auto 20px auto;
	text-align:justify;
	background-color:#aeac9e;
	border:thin;
	border:#e9e7d8;
	}

	#popcontainer a:link {
	color:#88724f;
	text-decoration:none;
	text-transform: uppercase;
	}
	
	#popcontainer a:visited {
	color:#88724f;
	text-decoration:none;
	text-transform: uppercase;
	}
	
	#popcontainer a:hover {
	color:#514027;
	text-decoration:underline;
	text-transform: uppercase;
	}
	
	#popcontainer2 {
	width:420px;
	margin:20px auto 20px auto;
	text-align:justify;
	background-color:#aeac9e;
	border:thin;
	border:#e9e7d8;
	}

	#popcontainer2 a:link {
	color:#88724f;
	text-decoration:none;
	text-transform: uppercase;
	}
	
	#popcontainer2 a:visited {
	color:#88724f;
	text-decoration:none;
	text-transform: uppercase;
	}
	
	#popcontainer2 a:hover {
	color:#514027;
	text-decoration:underline;
	text-transform: uppercase;
	}

/* Left Column */
	#leftCol {
	width:250px;
	height:650px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:left;
	position:absolute;
	left: 0px;
	top: 0px;
	}
	
	#leftCol ul {
	list-style-position: outside;
	list-style-type: none;
	text-align:right;
	font-size:1.5em;
	color: #e9e7d8;
	text-transform: uppercase;
	margin:6px 0px;
	}
	
	#leftCol a, 
	#leftCol a:visited {
	color: #e9e7d8;
  	text-decoration:none;
	margin:3px 10px 3px 0;
   	padding:0;
	border:none;
	}
	
	#leftCol a:hover {
	color: #514027;
	text-decoration:none;
	border:none;
	}
	
/* Right Column */
	#rightCol {
	width:750px;
	height:650px;
	float:left;
	position:absolute;
	left: 250px;
	text-align:left;
	margin:0;
	padding:0;
	background-color:#aeac9e;
	}
	
	p a, 
	p a:visited {
	color: #e9e7d8;
  	text-decoration:none;
	border:none;
	}
	
	#p a:hover {
	color: #514027;
	text-decoration:none;
	border:none;
	}
	
/* Footer */
	#footer {
	width:1000px;
	top:655px;
	text-align:right;
	font-size:1.0em;
	text-transform: uppercase;
	text-align: right;
	clear: both;
	float: right;
	position: absolute;

	}
	
	#footer ul {
	list-style:none;
	color: #aeac9e;
	margin:0;
	padding:0;
	}
	
	#footer li {
	display:inline;
	}
	
	#footer a, a:visited { 
	color:#aeac9e;
  	text-decoration:none;
	margin:3px 0px 3px 5px;
   	padding:0;
	}
	
	#footer a:hover {
	color: #514027;
	text-decoration:none;
	}

/* Highlight current page */
	#leftCol a.here { 
    	color: #514027;
		text-decoration:none;
	}
	

/* Paragraph Styles */	
	p {
	font-size:1.2em;
	line-height:125%;
	color: #514027;
	margin:0;
	padding:0;
	}
	
	.legal {
	font-size:1.2em;
	line-height:110%;
	color: #514027;
	margin:0;
	padding:0;
	text-align:justify;
	}
	
	.small {
	font-size:1.0em;
	line-height:120%;
	color: #514027;
	margin:0;
	padding:0;
	}
	
	.smlineheight {
	line-height:120%;
	}

	.heading {
	font-size:1.3em;
	color:#e9e7d8;
	text-transform: uppercase;
	}
	
	.headingBRWN {
	font-size:1.3em;
	color:#514027;
	text-transform: uppercase;
	}
	
	.bigBRWN {
	font-size:1.3em;
	color:#514027;
	
	}
	
	
	.refsDkBrown {
	font-size:1.1em;
	color:#514027;
	text-transform: uppercase;
	}
	
	
	
/* Form */
.inputForm p { clear: left; margin: 0; padding: 1px 0 3px 0; padding-left: 100px; height: 1%; }
.inputForm label{  float: left; margin-left: -100px; width: 100px; }

.inputButton p { clear: left; margin: 0; padding: 1px 0 3px 0; padding-left: 100px; height: 1%; }
.inputButton label{  float: left; margin-left: -100px; width: 240px; }

.chkleft { float: left; width: 50%; }
.chkright { float: right; width: 50%;  }
.clear { clear: both; }

