@import url("base.css");
@import url("layout.css");
@import url("p7pm/p7pmv11_1.css");
@import url("p7ap/p7ap_04.css");

/*=========================================
    General Typography
==========================================*/
h1,h2,h3,h4,h5,h6,p,ul,li,ol,form,.content h1,.content h2, 
.content h3,.content h4,.content h5,.content h6,.content p,.content ul,
.content li,.content ol, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.navbar { /*THIS IS A PLACEHOLDER FOR THE REAL NAVBAR*/
	/*height: 200px;*/
	width: 183px;
	/*background: url(../images/nav_off.jpg) repeat;
	background-position: top left;*/
	float: left;
	margin: 0 0 20px 0;
}

.minheight_spacer { /*I AM USING THIS SPACER TO CREATE THE MINIMUM HEIGHT OF THE SITE SINCE IE6 IGNORES THE MIN-HEIGHT ATTRIBUTE*/
	height: 215px;
}

#hidden {
	/**/display: none;
}

a:visited {
	color: #666666;
}

/* CONTENT
----------------------------------------------------------------*/
.content h1 {
	font-size: 1.3em;
	/*font-weight: bold;*/
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #64B461;
	color: #336699;
	text-align: center;
	padding: 4px;
	margin: 12px 30px 14px 30px;
	/*border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;*/
}

.content h2 {
  	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .4em;
	font-weight: normal;
	color: #64B461;
	color: #666;
	margin: 12px 30px -6px 30px;
  	padding: 1px 6px 8px 6px;
	/*background: #d3d3d3;
	border: 1px solid #d3d3d3;*/
	text-align: center;
	border-bottom: 1px dashed #d3d3d3;
  	/*border-bottom: 1px solid #d3d3d3;*/
}


.content p {
	font-size: .8em;
	line-height: 20px;
	color: #333;
	text-align: left;
	margin: 0 0 16px 0;
	padding: 0 30px 0 30px;
}

ul,li {
	list-style-type:square;
	margin: 0 0 16px 16px;
	padding: 0;
	color: #333;
}

#linklist a, #linklist a:link {
	text-decoration: underline;	
}

#linklist li, #numberlist li {
	font-size: 1em;
	margin: 0 0 6px 24px;
	padding: 0;
}

#linklist a:hover {
	text-decoration: none;
}

#numberlist li {
	list-style-type:decimal;
}

ol,.content ol {
	list-style-type:decimal;
	margin: 0 0 16px 16px;
}

.p7AB ul, .p7AB li, .content ul, .content li, .content ol {
	font-size: .9em;
	line-height: 1.8em;
	list-style-type:square;
	margin: 0 0 0 22px;
	padding:0 0 0 6px;
}

.content ul {
	margin-bottom: 18px;
}

.p7AB p.category {
	padding-top: 8px;
	margin-bottom: 1px;
	font-weight: bold;
	color: #333;
}

INPUT {
	FONT-SIZE: 9pt; 
	FONT-FAMILY: verdana, sans-serif;
}

#footer .back2top a, #footer .back2top a:link, #footer .back2top a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font: 11px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-decoration: none;
	padding: 5px 0 5px 0;
}

#footer .back2top a:hover {
	text-decoration: underline;
}

#footer .text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}

#p7PMnav a {
	font: 12px Arial, Helvetica, sans-serif;
}

table.fieldtrip, td.fieldtrip{
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #d3d3d3;
	margin: 0 0 12px 30px;
}

#table1 {
	border: 1px solid #666666;
	margin: 0 0 20px 30px;
}

#table1 tr td {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	vertical-align: top;
}

#table1 tr th {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px 8px;
	background-color: #3d80df;
	background-color: #7FE57D;
	color: #ffffff;
	color: #333;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
	width: 50%;
}

#note_alert {
	background: #E9EEF1;
	/*border: 1px solid #666;*/
	margin: 0 30px 12px 30px;
	padding: 12px;
}

#note_alert p {
	margin: 8px;
	padding: 0;
}
