/* CSS Document for XHTML 1.0 Home Page tobysolomon.com */

/* Classes */

.back-layer {
	z-index:-1;
}

.parent-container {
	position: relative;
	margin-top: 12px;
	width: 884px;
	margin-left: auto;
	margin-right: auto;
}

.textblock {
	position:absolute;
	top: 436px;
	height: 300px;
	width: 274px;
	padding: 6px 6px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #ffffff; 
	text-align: left;
	line-height: 17px;
	}

.colsep {
	position:absolute;
	top: 436px;
	height: 312px;
	width: 13px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	}
	
/* IDs  */

#head-ctr {
	position:absolute;
	top:177px;
	left:56px;
	width: 460px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	letter-spacing: +0px; 
	font-style: normal; 
	font-weight: bold; 
	color: #330000; 
	text-align: center;
	line-height: 18px;
	z-index: 1;
}

#head-just {
	position: absolute;
	top: 275px;
	left: 54px;
	width: 470px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #330000; 
	text-align: justify;
	line-height: 14px;
}

#grey-bar {
	position: absolute;
	top: 748px;
	left: 0px;
	height: 36px;
	width: 884px;
	background-color: #111111;
	}
	
#white-bar {
	position: absolute;
	top: 784px;
	left: 0px;
	height: 12px;
	width: 884px;
	font-size: 10px; 
	background-color: #ffffff;
	}
	
/*  ---- Navigation Bar for home page ---- */

.nav-bar {
	position:absolute;
	top: 406px;
	left: 2px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	color: #330000; 
	line-height: 14px;
	}

.nav-bar a {
	float:left;
	width: 110px;
	text-decoration:none;
	}

/* a:link, active, and visited require separate, redundant entries */
.nav-bar a:link    { color: #330000; text-decoration: none; }
.nav-bar a:active  { color: #330000; text-decoration: none; }
.nav-bar a:visited { color: #330000; text-decoration: none; }
   
.nav-bar a:hover {
  color: #330000;
  font-weight: bold;  
  text-decoration: underline;
  }

.nav-bar ul {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style-type:none;
	}

.nav-bar li {
	display:inline;
	}
