/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,script,hr { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset {
	border-style: solid;
	size: 0px;
	}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #1E2214;
	font-family: Arial, Tahoma, Verdana, Arial, "Trebuchet MS", ;
	color: #1E2214;	
	font-size:12px;
	text-align:center;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	position: relative;
	}		

.container { width:941px;
	margin: 0 auto;
	background-color: #1E2214;	
	background-position: 50% 0;
	/* background-image:url(images/bg.jpg);
	background-repeat:repeat-y;	*/
	height: 100%;	
}

#spacer-1{
	clear:both;
	width: 941px;
	height: 90px;

	}

#splash-1{
	clear:both;
	width:941px;
	background-image:url(images/splash_01.jpg);
	background-repeat: no-repeat;
	height: 209px;
	margin: 0;
	}

#body-2-column{
	clear:both;
	width: 941px;
	height: 343px;
	margin: 0;
	}

div#left {
  width:311px;
  float: left; 
  margin-left:0px;
  padding:0; 
	background-image:url(images/splash_02.jpg);
	background-repeat: no-repeat;
	height: 343px;
}

div#right {
  width:630px;
  float: left;  
  margin-left:0px;
  padding:0;
	background-image:url(images/splash_03.jpg);
	background-repeat: no-repeat;
	height: 343px;
}

#splash-button{
	clear:both;
	width:941px;
	background-image:url(images/splash-button.jpg);
	background-repeat: no-repeat;
	height: 73px;
	margin: 0;
	}
	
	#splash-button span { display: none; } 
	#splash-button li, #splash-button a { height: 57px; display: block; }
	#splash-button li { float: left; list-style: none;}
	
	#splash-button-01 { width: 263px; margin: 7px 0 0 336px; }
	#splash-button-02 { width: 263px; margin: 7px 0 0 9px; }
	
	#splash-button-01 a:hover {background:url(images/splash-button.jpg) -336px -80px no-repeat;}
	#splash-button-02 a:hover {background:url(images/splash-button.jpg) -608px -80px no-repeat;}	
	
#splash-footer{
	clear:both;
	width:941px;
	background-image:url(images/splash-footer.jpg);
	background-repeat: no-repeat;
	height: 86px;
	margin: 0;
	}	

p.warning { font-size: 14px; font-weight: normal; color: #1E2214; text-decoration: none; padding: 25px 80px 20px 36px; text-align: justify;}
p.warning2 { font-size: 11px; font-weight: normal; color: #1E2214; text-decoration: none; padding: 5px 80px 20px 36px; text-align: justify;}

p.copy { font-size: 12px; font-weight: normal; color: #FEF3C6; text-decoration: none; padding: 12px 0px 0px 220px; text-align: left;}