/*----------------------------------------------*/
/* Cookie Cutter Template      			*/
/*----------------------------------------------*/
/* 						*/
/* Structural Style Sheet (Generic)		*/
/* 						*/
/* Written By: Purple Monkey Studios, Inc.     	*/
/* Written On: 12/9/2005			*/
/*						*/
/* Last Modified On: 12/9/2005			*/
/* Last Modified By: Ray Schauer 		*/
/*----------------------------------------------*/

/*-------------------------*/
/* Generic Styles          */
/*-------------------------*/
body, html {
	margin: 0;
	padding: 0;
	
	font-size: 12px;	
	
	background: #666666;
	
	/* Provide Centering for Broken User Agents (IE) */
	text-align: center;
	
	height: 100%;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
}
div, li, table, td, th, form {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0px 0px 7px 35px;
	padding: 0;
}	
p {
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
}
h1, h5, h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
h3 {
	margin: 30px 0px 20px 0px;
	padding: 0px
}
h4 {
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	background: #CCCCCC;
	padding: 7px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;	
}
td {
	margin:0;
	padding:0;
	background: #F3F3F3;
	padding: 5px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;		
}
caption {
	text-align: left;
}
/* OpenCms Edit Hack */
span table {
	width: auto;
	margin:0;
	padding:0;
}
span table td{
	margin:0;
	padding:0;
}


/* Unfortunately needed some times */
div.cleaner {
	float: none;
	clear: both;
	font-size: 0;
	line-height: 0px;
	height: 1px;
}
.hidden {
	display: none;
}
/*-------------------------*/
/* Wrapper Styles          */
/*-------------------------*/
#wrapper {
	position: relative;

	/* Fix Centering for Broken User Agents (IE) and Apply Proper Centering*/
	text-align: left;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
	
	/* Background must be placed here due to IE not knowing how to divide by 2 correctly more than once */
	background: url(../images/structural/background.gif) top center repeat-y;	

	width: 760px;

	height: 100%;
}
/* The following sets the height back to auto for good browsers... IE ignore this*/
*>#wrapper {
	min-height: 100%; /* Safari Breaks on this */
	height: auto;
}
#header{
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
/*-------------------------*/
/* Primary Nav Styles      */
/*-------------------------*/
#primarynav {
	width: 760px;	/* This shouldn't be necessary if it were not for IE's Box Model problems */
	background: #4470B6;
border-color: #FFFFFF;
}
#primarynav ul {
    margin: 0;
    padding: 0;
	list-style: none;
border-color: #FFFFFF;
}
#primarynav ul li {
	float: right;
	padding: 3px 14px;
	border-color: #FFFFFF;
}
#primarynav ul li:hover, #primarynav ul li.selected {
	background: #6699CC;
}
/*-------------------------*/
/* Splash Styles           */
/*-------------------------*/
#splash {
	position: relative;
	height: 132px;
	background: #999999;
}
#splash h1 {
	display: inline; /* IE Double Margin Hack */
	/*margin: 75px 0px 0px 30px;*/
	width: 155px;
	float: left;	 /* Only way to kill a Header */
	
	position:absolute;
	bottom:15px;
	left: 30px;
}
#splash img {
	float: right;
}
/*-------------------------*/
/* Content Styles          */
/*-------------------------*/
#content {
	float: right;
	display: inline;
	margin: 30px 30px 0px 35px;
	width: 520px;
	
	line-height: 1.35em;
}
/*-------------------------*/
/* Secondary Nav           */
/*-------------------------*/
#secondnav {
	float: right;
	display: inline;
	width: 145px;
	margin: 30px 0px 0px 0px;
}
#quickfind {
	margin: 0;
	padding: 0;
	width: 100%;
}
#secondnav ul {
	margin: 20px 0px 0px 0px;
	padding: 0;
	list-style: none;
}
#secondnav ul li {
	margin-bottom: 11px;
}
/*-------------------------*/
/* Footer Styles           */
/*-------------------------*/
#footer {
	float: right;
	clear: both;
	margin-top: 20px;
	width: 550px;
	border-top: solid 1px #CCCCCC;
	padding-top:5px;
	padding-bottom:10px;	
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	float: left;
	margin-right: 20px;
}
#footer p {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
#footer a{
	margin: 0;
	padding: 0;
	background-image: url("../images/icons/pm_logo.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 27px;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 5px;	
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0x; 
    clear: both; 
    visibility: hidden;
}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
