﻿/* CSS layout */
body{margin:0px; 
padding:0px;
font: 11px Verdana, sans-serif;
	color: #333;}

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

.title
{
	width: 100%;
}

#left_col {
	width: 200px;
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	float:left;
	background-color:#ededed;

}

#page_content {
	/*margin-right: 205px;
	margin-left: 205px;*/
	padding-bottom:20px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:5px;
	float: left;
	clear: none;
}



#right_col {
	width: 200px;
	/*position: absolute;
	right: 0px;
	top: 0px;*/
	float: right;
	padding-top:10px;
	padding-bottom: 10px;
}

#footer {
			margin-top:1px;
			
			font-size:10px;
			color:#FFFFFF;
			height:27px;
			margin-bottom:1px;
			text-align: left;
			padding-left:10px;
			background: #6d5c6d;
		line-height: 25px;
		clear: both;
		float: none;

}

#footer .href {
			margin-top:1px;
			
			font-size:10px;
			color:#FFFFFF;
			height:27px;
			margin-bottom:1px;
			text-align: left;
			padding-left:10px;
			background: #6d5c6d;
		line-height: 25px;
		clear: both;
		float: none;

}

.toptable{
	background-image: url(images/pm2.jpg);
	background-repeat: repeat-x;}
	
#topbar
{
	background: #6d5c6d;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
	font-size: 10px;
	color: #FFFFFF;
	height: 27px;
	margin-bottom: 1px;
	line-height: 25px;
	background-image:url(images/pm4.jpg);
	background-repeat:repeat-x;
}
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
font-size:14px;
font-weight:bold;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.9em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; color:#333333; }

h1
{
	font: 2.0em arial, "Times New Roman" , serif;
	letter-spacing: 1px;
	border-bottom: #dddddd 2px dotted;
	padding-bottom: 7px;
}
h2
{
	font: 1.5em arial, "Times New Roman" , serif;
	letter-spacing: 1px;
}
h3
{
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 10px;
}
h4
{
	font: bold 12px arial, "Times New Roman" , serif;
	background-color: #CCCCCC;
	margin-bottom: 0px;
	margin-top: 16px;
	padding: 2px;
	padding-left: 5px;
}
.featureimage
{
	padding-left:10px;
	padding-bottom:10px;
	border:1px; border-width: 1px; border-color: #999999; border-style: solid;
	float:right;
}
	
	
/* Lukes Stuff */
.sitemappath
{
	float: left;
	color: #FFFFFF;
}
.sitemappath a
{
	color: #FFFFFF;
	text-decoration: none;
}
.sitemappath a:hover
{
	text-decoration: underline;
}

.alt_table
{
	font-size:10px;
	text-align: left;
	background-color: #999999;
}
.alt_table_blue
{
	text-align: left;
	font-size: 13px;
	background-color: #DCEAF4;
}
.alt_table_blue td
{
	text-align: left;
	background-color: #DCEAF4;
	padding: 1px;
}
.alt_table_border
{
	border: solid 1px #FFFFFF;
}
.alt_table th
{
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;	
	
}
.alt_table td
{
	text-align: left;
	background-color: #eeeeee;
	padding: 4px;
}
.alt_table_highlight
{
	text-align: left;
	font-size: 13px;
	background-color: #dceaf4;
}
.alt_table_highlight td
{
	text-align: left;
	background-color: #dceaf4;
	padding: 6px;
}


.button, .nav_button
{
	font-weight: bold;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	background-image: url("images/bg_button_off.gif");
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 230%;
	letter-spacing: 1px;
}
.button A:link
{
	font-weight: bold;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	background-image: url("images/bg_button_off.gif");
	font-size: 10px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 230%;
	letter-spacing: 1px;
}

A.button:hover
{
	font-weight: bold;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	background-image: url("images/bg_button_on.gif");
	color: #6d5c6d;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 230%;
	letter-spacing: 1px;
}

#topbar .nav_button a
{
	color: #000000;
}

select
{
	font-size: 10px;
}

input, textarea
{
	font-size: 11px;
}

hr
{
	border: dotted 2px #CCCCCC;
}

.ulNav
{
	
}

.ulNav li
{
	margin-top:4px;
	margin-bottom:4px;
	list-style-type: square;
	font-weight: bold;
}

.ulNav li a
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.ulNav li a:hover
{
	text-decoration: underline;
}

.topLink
{
	text-decoration: none;
}

.topLink:hover
{
	text-decoration: underline;
}

.header_image
{
	float: left;
	margin-right: 5px;
}

.under_header_image
{
	clear: right;
}

.header_text
{
	float:left;
	margin-top: 50px;
	display: block;
}

.whitetext_footer {color:#ededed; font-size: 10px;}
A.whitetext_footer {color:#ededed;}
A.whitetext_footer:hover {color:#ffffff;}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin-left:7px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 150%;
display: block;
border-bottom: 1px dashed #665867;
padding: 10px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:190px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}
