/*
########################################################
This is the Style sheet for TheStorehouseAbq.com
########################################################
*/	body
	{
	
	background-image: url('images/CorBG.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #ffcc33;
	}
/*
########################################################
These are the styles for unique instances within pages
########################################################
*/
	#mainDiv
	{
		width: 768px;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -384px;
		background-color: black;
	}
	
	#headerDiv
	{
		width: 100%;
		height: 177px;
		font-family: tahoma;
		font-size: 12px;
		background-color: black;
	}
	
	#bodyDiv
	{
		position: absolute;
		top: 218px;
		width: 100%;
		font-family: tahoma;
		background-color: white;
		background-image: url('images/HorGradTileBlack.png');
		background-repeat: repeat;
		background-repeat: repeat-x;
	}

	#menuDiv
	{
		position: absolute;
		top: 157px;
		width: 100%;
		height: 40px;
		font-family: tahoma;
		background-color: transparent;
	}

	#footerDiv
	{
		/*background-image: url('images/verTile2.png');
		background-repeat: repeat;
		background-repeat: repeat-x;
		background-image: url('images/verTileSmall.png');
		background-repeat: repeat;
		background-repeat: repeat-x;*/
		background-image: url('images/verTile.png');
		background-repeat: repeat-x;
		background-color: #f5dfab;
		width: 100%;
		font-family: tahoma;
		font-size: 12px;
	}
	#bottomBG
	{
		background-image: url('images/verTile2.png');
		background-repeat: repeat;
		background-repeat: repeat-x;
		background-color: #f5dfab;
		height: 17px;
		clear: both;
		width: 100%;
		font-family: tahoma;
		font-size: 12px;
	}
/*
########################################################
Image Properties
########################################################
*/
	img.header
	{
		position: absolute;
		left:0;
		top:0;
		width: 767px;
		height: 177px;
	} 
/*
########################################################
Paragraph Properties
########################################################
*/	
	p.main
	{
		color:white
		background-color: transparent;		
		text-align: center;
	}

	p.center
	{
		background-color: transparent;		
		text-align: center;
	}

	p.right
	{
		background-color: transparent;
		text-align: right;
	}

	p.left
	{
		background-color: transparent;
		color: white;
		text-align: left;
		margin-left: 5px;
	}
/*
########################################################
Header Properties
########################################################
*/
	h1{text-align: center; color: white; font-family: tahoma;}
	h2{text-align: center; color: white; font-family: tahoma;}
	h3{text-align: center; color: white; font-family: tahoma;}
	h4{text-align: center; color: white; font-family: tahoma;}
	h5{text-align: center; color: white; font-family: tahoma;}
	h6{text-align: center; color: white; font-family: tahoma;}
/*
########################################################
Table Properties
########################################################
*/
	table.coll {border-collapse: collapse; background-color: white;}
	
	table.volunteer 
	{
	border-collapse: collapse;
	}
	
	table.sep {border-collapse: separate;}
/*
########################################################
Table Header Properties
########################################################
*/
	th.left {text-align: left; color: black; }
	th.center {text-align: center; color: black; }
	th.right {text-align: right; color: white; }
/*
########################################################
Table Data Properties
########################################################
*/
	td.left {text-align: left; color: black;  background-color: white;}
	td.center {text-align: center; color: black; background-color: white;}
	td.right {text-align: right; color: white; }

	tr.left {text-align: left; color: black;  background-color: white;}
	tr.center {text-align: center; color: black;  background-color: white;}
	tr.right {text-align: right; color: white; }

table.tv
{
	background-image: url('images/StorehouseTVCaster.jpg');
	background-repeat: no-repeat;
}

/*
########################################################
Donate FieldSet Properties
########################################################
*/
	fieldset.donate
	{
		text-align: center;
		color: white;
		width: 180px;
		height: 20%;
	}
/*
########################################################
Hyperlink Properties
########################################################
*/

href {text-decoration: none; color: #339999;}
a:link {text-decoration: none; color: #339999;}
a:visited{text-decoration: none; color: #339999;}
a:hover {text-decoration: underline; color: red;}
a:active {text-decoration: none; color: #339999;}
a img {border: 0px; }


/*
########################################################
UnOrdered List Properties
########################################################
*/
	ul.facts {text-align: left; color: black; font-size: 12;}
	li{text-align: left; color: black; font-size: 12;}

	ul.map {text-align: left; color: black; font-size: 12;}
	li.map {text-align: left; color: black; font-size: 12;}
/*
########################################################
########################################################
*/