/*  

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/



/* STANDARD HTML TAGS */

body {
	margin: 0;
	color: #000;
	font-size: 12px;
	font-family: "Verdana", sans-serif;
	position: relative;
	text-align: center;
	background: #990000 url('background.png') center top repeat-y;
	}


a {
	/* color: #000; */
	color: #006633;
	text-decoration: none;
  	}
  	
  	a:hover {
  		color: #006633;
		border-bottom: none;
  		}

	a img {
		border: none;
		}

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
hr {
	height: 1px;
	color: #777;
	background-color: #777;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #ddd;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}
	
code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	border: 1px dotted #777;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #999;
		}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	color: #006633;
	font-family: "Verdana", sans-serif;
	font-size: 50px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	padding: 25px 0 0 0;
	color: #006633;
	font-family: "Verdana", sans-serif;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a {
		padding: 25px 0 5px 5px;
		color: white;
		font-family: "Verdana", sans-serif;
		font-size: 22px;
		font-weight: normal;		
		letter-spacing: -2px;
		text-align: left;
		display: block;
		background-color: #6A6A5A;
		}

h3, h3 a {
	margin: 0 10px 0 0;
	padding: 30px 0 0 0;
	color: #006633;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}

h2 a:hover, h3 a:hover {
	color: #006633;
	border-bottom: 1px dotted #777;
	}



/* THE HEADER */

#header {
	width: 800px;
	height: 418px;
	margin: 0 auto;
	background: #000 url('POM_top.jpg');
	}
	
	.description {
		margin: -3px 0 0 0;
		padding: 0px 0 10px 30px;
		color: #999;
		font-family: "Verdana", sans-serif;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}



/* THE MENU */

#newmenu {
	color: white;
	font-weight: bold; 
	font-size: 16px; 
	text-transform: uppercase;
	font-family: 'Times', serif;
	list-style-type: none; 
	list-style: none; 
	margin: 0 0 0 0;
	padding: 0 10px 0 10px; 
		}

	#newmenu a  {
		color: white;
		font-size: 16px;
		font-weight: bold; 
		text-transform: uppercase;
		font-family: 'Times', serif;
		text-decoration: none;
		padding: 0 10px 0 10px; 
		}


/* THE PAGE WRAPPER */

#page {
	width: 600px;
	margin: 0px auto;
	text-align: left;
	color: #999;
	font-family: 'Times', serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	}



/* THE FOOTER */

#footer {
	width: 800px;
	height: 188px;
	margin: 0px auto;
	padding: 0;	
	color: #CCCC99;
	font-family: 'Verdana', sans-serif;
	background: #6A6A5A;
	background: url('POM_bottom.jpg') center bottom repeat-y;
	}

	#footer a {
		color: #fff;
		font-family: 'Verdana', sans-serif;
		text-decoration: none;
		border: none;
		}

	#footer a:hover {
		border-bottom: 1px dotted #fff;
		}


/* CONTENT AREA */



      /* background on center column */
#column {
	width: 560px;
	float: left;
	overflow: hidden; 
	background-color: #000;
	}




/* CLEAR FLOATS */

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}


/* HOVERBOX CODE */

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 1px;
	position: relative;
}

.hoverbox .preview
{
	float: left;
	border-color: #000;
	width: 500px;
	height: 375px;
}
