/**
* October-Design Inc., ©2010
* Style sheet for new sub pages
**/
/*GENERAL LAYOUT RULES*/
@media screen,projection {
	body, html {
	background-image: url(images/backgroundtile.gif);
  	background-repeat: repeat;
  	background-color: #666666;
	margin: 0;
	font-family: arial, helvetica, san-serif;
	font-size: 11pt;
	color: #660000;
	}
}
/**CONTAINERS FOR POSTION*/
#first_container {
  margin: 0 auto 0 auto; 
  display: table; 
  height: 110%;  
  position: relative; 
  width: 1000px;
  height: 900px;
  z-index:1
}

#second_container {
	position: absolute;
	top: 0px;
	margin-left: 4%; /*both IE and FF prefer this method to center the main div*/
	width: 100%;
	height: 100%;
	z-index:2
}

#third_container {
	position: relative;
	top: 0px;
	width: 1000px;
	height: 100%;
	z-index:3
}
#banner {
	position: absolute;
	top: 0px;
	width: 100%;
}
#second_banner {
	position: absolute;
	top: 175px;
	width: 100%;
	height: 135px;
}
#navigation {
	position: absolute;
	top:310px;
	width: 247px;
	background-color: #670000;
	/*background-image:url('../media/navTile.png');
	*background-repeat: repeat-x;
	*height: 35px;
	*border: 1px dotted darkblue;*/
	}
#content {
	position: absolute;
	top: 310px;
	left: 25%;
	width: 70%;
	height: 672px;
	padding: 5px 5px 0px 45px;
	background-color: #FFFFFF;
	/*border: 1px dotted darkgreen;*/
	overflow: scroll;
}
#footer {
	position: absolute;
	top: 998px;
	width: 100%;
}
/*RULES FOR TEXT FORMATTING*/
span.tiles {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.4em; /*top,right,bottom,left*/
	border-left: 12px solid #006699;
	background-color: #99CCFF;
	color: #000000;
	text-decoration: none;
}
p.columns {
	font-size: 80%;
	padding: 0 0.4em 0 0.4em; /*top,right,bottom,left*/
}
ul.weblist {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	font-size: 80%;
	text-decoration: none;
}
