/***********************************************/
/* HTML reset for FF and IE6 */
/***********************************************/ 

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*/
html {
	width:100%;
	height:100%;	
}
body{
	padding:0;
	margin:0;
	border:0;				/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height:100%;
	/* The min-width property does not work in old versions of Internet Explorer */							
	background: #000000 url('../images/bg_splash.jpg') no-repeat fixed center -90px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
}

/***********************************************/
/* Links & Headers */
/***********************************************/

/* Main Links. Only use if no col link colors are set. */	
.contentContainer a				{	 }
.contentContainer a:active 		{	text-decoration: none; }
.contentContainer a:link 		{	text-decoration: underline; }
.contentContainer a:visited 	{	text-decoration: underline; }
.contentContainer a:hover 		{	text-decoration: underline; }

	/* Link colors for each column. Use if the use default link colors is off.*/
	.col1 a:link	{	color: #222222;  }
	.col1 a:visited	{	color: #222222;  }
	.col1 a:hover	{	color: #666666; }

	.col2 a:link	{	color: #efefef;  }
	.col2 a:visited	{	color: #efefef;  }
	.col2 a:hover	{	color: #afafaf; }

	.col3 a:link	{	color: #efefef;  }
	.col3 a:visited	{	color: #efefef;  }
	.col3 a:hover	{	color: #afafaf; }


/***********************************************/
/* General style things. */
/***********************************************/
img{
	border: none;
	padding: 0;
	margin: auto;
}

#siteWrap {
	width: 986px;
	padding:0;
	margin: auto;    
}

/***********************************************/
/* Common Layout page styles: Header, Navigation, footer. */
/***********************************************/

/* main CMS content table */
#headerTable {
	width:986px;
	padding:0;
	margin:0;			/* width of whole page */
}

/**************************************************************
Splash Page Files
**************************************************************/
#splashPage {
		background-color: #transparent;
	height:100%;
	width:100%;
}
#splashTable {
	width: 986px;
			margin:auto;
			height:90%;
	}
#splashCell {
	background-color: #transparent;
		color: #FFFFFF;
	padding: 0;
}


/**************************************************************
Tests and experiements from WeezLabs.
**************************************************************/
.contentContainer  {	padding: 5px; }

/* IE6 bug fix */
.clearfix{
 display:inline-block;
}
.clearfix:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}

