/*//////////////////////////////////////////////////////////////


	PomeroyEnterprises.com Site Stylesheet
	Copyright © 2004 Internet Concepts Ltd.
	
	Media: screen
	Created: November 11th, 2004
	Author: Richard Podsada	


///////////////////////////////////////////////////////////////*/



/*******************************************************
	
									OVERRIDES / DEFAULTS
	
********************************************************/

html, body {
	margin: 0; padding: 0;
}

body {}

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0; padding: 0;
}

/*******************************************************
	
							  SUPERSTRUCTURE / CONTAINER
	
********************************************************/

#container {
	width: 100%;
	height: 100%;
}

#page {
	width: 100%;
}

/*******************************************************
	
										  	 SITE HEADER
	
********************************************************/

#siteHeader {
	width: 100%;
	height:auto;
	border-bottom: 1px solid black;
}
#siteHeader_logo {
	display:none;
}
#siteHeader_logo_printable {
	display:block;
	float:none;
	clear:both;
	padding-bottom: 0.5cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#siteHeader_logo_printable img {
	border: none;
}
#siteHeader_banner {
	display:none;
}

/*******************************************************
	
								   			   SITE MENU
	
********************************************************/

#siteMenu {
	display: none;
}

/*******************************************************
	
 				 					    CONTENT WRAPPERS
	
********************************************************/

#siteContent {
	clear:both;
	width: 100%;
}

/*******************************************************
	
 				 					  LARGE FLASH HEADER
	
********************************************************/

#flashHeader {
	display:none;									
}

/*******************************************************
	
												LEFT AUX
	
********************************************************/

#leftAuxBar {
	display:none;
}

/*******************************************************
	
									PRIMARY CONTENT AREA
	
********************************************************/

#primaryContentArea {
	width:100%;		
}

#contentImage {
	clear:both;
}

#contentText {
	width: 100%;
	margin-top: 1cm;
	margin-bottom: 1cm;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 19px;
}

#contentText a, #contentText a:visited {
	text-decoration: none;
	color: black;
	font-weight: normal;
}

#contentText ul li {
	list-style-type: square;
	margin-bottom: 10px;
}

#contentText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color:black;
	margin-top: 10px;
	margin-bottom: 20px;
}

#contentText h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: black;
	margin: 0;
	padding: 0;
}

/*******************************************************
	
											   RIGHT AUX
	
********************************************************/

#rightAuxBar {
	display:none;
}

/*******************************************************
	
								  LOWER MENU & COPYRIGHT
	
********************************************************/

#lowerMenu {
	clear:both;
	width:100%;
	color: #aaaaaa;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;		
	padding-top: 0.3cm;
	border-top: 1px solid black;					
	margin-top: 1cm;					
}
#lowerMenu ul {
	display:none;
}

/*******************************************************
	
							     GENERAL PURPOSE CLASSES
	
********************************************************/

.imageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

/*******************************************************
	
							     		  PAGING CONTROL
	
********************************************************/

.pagingBar {
	display: none;
}

/*******************************************************
	
								     	  END STYLESHEET
	
********************************************************/