/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#1C2233 url("../images/bg-body-landing.jpg") top repeat-x;
	text-align:center; 
	font:14px/20px Arial, Helvetica, sans-serif; 
	color:#ffffff;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#ffffff; }
h2	{ font-size:1.1em; color:#ffffff; }
h3	{ font-size:1.0em; color:#ffffff; }

body#disclaimer h1{ font-size:1.6em; color:#F8F1E6; text-transform:uppercase; text-align: center; margin: 15px 0 15px 0; font-family:Georgia, Times, serif; line-height: 22px; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#ffffff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#ffffff; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:864px;
	margin:0 auto;
	text-align:left;
	}
body#disclaimer #wrap {
	width:550px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ body elements ------------------------ */
p {margin: 0 30px 10px 30px; text-align: center;}


/* ------------------------ flash header --------------------------*/
#enter-buttons {
	background: url("../images/enter-buttons.jpg") top no-repeat;
	height: 334px;
	position: relative;
	width:864px; 
	margin:0;
	}

#enter-buttons span { display: none; }

#enter-buttons li, #enter-buttons a { height:334px; display:block; } /* change height here also */

#enter-buttons li { float:left; list-style:none; _display:inline; position:relative; }

#enter-buttons-01 { width: 189px; margin-left: 106px;}
#enter-buttons-02 { width: 191px; margin-left: 272px;}

/*-------------- (-79px) X position of button / (-51px) height of image from above ------------- */
#enter-buttons-01 a:hover { background:url("../images/enter-buttons.jpg")  -106px -334px no-repeat; }
#enter-buttons-02 a:hover { background:url("../images/enter-buttons.jpg") -567px -334px no-repeat; }

/* ------------------------ title framework with varying heights ------------------------- */
#affiliations-logos {
	height:190px;
	background:url("../images/affiliations-landing.jpg") ;
	}
p#p-bg-landing {
	background: url("../images/p-bg-landing.jpg") top no-repeat;
	padding-bottom: 10px;
	margin-bottom:10px;
	}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:864px;
	margin:0 auto;
	text-align:center;
	font-size: .95em;
	}

#footer p {
	color:#ffffff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#ffffff; }
#footer a:hover, #footer a:active { color:#ffffff; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #ffffff;
		}
	#footer li.first { border: none; }
