@charset "UTF-8";
/* ============================================================================================== */
/*

	Act2Plan.com CSS Style
	Title:	  /assets/css/screen.css
	Media:    Screen, Projection
	Author:   Stephen J. Withington, Jr. (steve@ignition-studio.com)
	Version:  08/06/2008; 12/19/2008			

*/
/* ============================================================================================== */
/* zero the margins and padding on most everything (start with a blank, clean slate) */
html,
body,
div,
span,
applet,
object,
iframe,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
ol,
ul,
li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* hack to generate vertical slider in Firefox, & Safari doesn't work in Opera */
/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
body {
	background-color: #CCCCCC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(/assets/images/layout/bg_top_repeat.gif);
	background-repeat: repeat-x;
}
/* ============================================================================================== */
/*		GLOBAL PARAGRAPH and HEADING EFFECTS			*/
/* ============================================================================================== */
p {
	padding: 0 5px 6px 5px;
	color: #666666;
}
h1 {
	color: #5A4A42;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 5px;
}
h2 {
	color: #5A4A42;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 5px;
}
h3 {
	color: #5A4A42;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 5px 0 5px;
}
h4,
h5,
h6 {
	color: #5A4A42;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 5px 0 5px;
}
/* ============================================================================================== */
/*		GLOBAL LINK EFFECTS			*/
/* ============================================================================================== */
a,
a:link,
a:active,
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;
}

/* ============================================================================================== */
/*		GLOBAL UNORDERED AND ORDERED LIST ITEMS		*/
/* ============================================================================================== */
ul {
	padding-left: 20px;
}
ol {
	padding-left: 24px;
}
li {
	padding-bottom: 6px;
}
/* ============================================================================================== */
/*		GLOBAL FORM FIELDS		*/
/* ============================================================================================== */
select,
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* ============================================================================================== */
/*		GLOBAL CLASSES			*/
/* ============================================================================================== */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #CC3300;
}
.darkbrown {
	color: #5A4A42;
}
.orange {
	color: #FF6633;
}
.white {
	color: #FFFFFF;
}
.largetxt {
	font-size: 14px;
}
.smalltxt {
	font-size: 8px;
}
.lighter {
	font-weight: lighter;
}
/* ============================================================================================== */
/*		DIV LAYER PROPERTIES		*/
/* ============================================================================================== */
#container {
	width: 774px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#innerContainer {
	background-image: url(/assets/images/layout/bg_repeat_home.gif);
	background-repeat: repeat-y;
	float: left;
	width: 774px;
}
#printLogo {
	display: none;
}
#headerWrapper {
	background-image: url(/assets/images/layout/bg_top_home.gif);
	background-repeat: no-repeat;
	height: 140px;
	float: left;
	width: 774px;
	overflow: hidden;
} 
#headerLeft {
	float: left;
	color: #666666;
	width: 400px;
	height: 104px;
}
#headerRight {
	float: right;
	width: 250px;
	text-align: right;
	padding: 25px 0 5px 0;
}
#headerRight li {
	list-style-type: none;
	padding: 5px 5px;
}
#headerRight a:link,
#headerRight a:visited,
#headerRight a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#headerRight a:hover,
#headerRight a:focus {
	color: #FF6633;
	text-decoration: none;
}
#insideContentWrapper {
	padding: 0 0 15px 0;
	clear: both;
	float: left;
	width: 774px;
}
#rightColWrapper {
	padding: 5px;
	width: 575px;
	float: right;
}
#bannerArea {
	float: left;
	width: 430px;
	padding: 0 0 12px 0;
}
#middleWrapper {
	float: left;
	width: 430px;
}
#contentMiddle {
	float: left;
	width: 430px;
}
#contentMiddle h1 {
	border-top: 1px dashed #CCCCCC;
	margin-top: 16px;
	padding-top: 12px;
}
#contentRight {
	float: right;
	width: 115px;
	padding: 0 5px;
	font-size: 10px;
}
#contentRight p {
	color: #FFFFFF;
}
#contentRight a, 
#contentRight a:link, 
#contentRight a:active, 
#contentRight a:visited {
	display: block;
	text-decoration: none;
	border-top: 1px dashed #666666;
	padding-top: 6px;
}

/* ============================================================================================== */
/*		SITE MAP			*/
/* ============================================================================================== */
#sitemap {
	clear: left;
	float: left;
	width: 375px;
	padding: 10px;
}
#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
#sitemap li {
	padding: 0 6px;
	position: relative;
}
#sitemap h2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sitemap a, 
#sitemap a:link, 
#sitemap a:active, 
#sitemap a:visited {
	display: block;
	padding: 0 5px 5px 5px;
}
#sitemap h2  {
	display: block;
	text-decoration: none;
	padding: 12px 0 5px 0;
}
#sitemap ul ul ul {
	/*position: relative;*/
	padding: 5px 0 0 15px;
	font-size: 90%;
}

/* ============================================================================================== */
/*		GOOGLE MAP FORMATTING			*/
/* ============================================================================================== */
#wagmp_map_1 { /* This controls the actual formatting for the map itself */
	width: 375px;
	height: 290px;
	margin: 0 5px;
}
#googleMapForm { /* i created a form to allow user to submit their own address for directions */
	padding: 12px 5px;
}
#wagmp_directions_1 { /* controls the formatting for the directions output */
	padding: 0;
	margin: 0;
}
/* ============================================================================================== */
/*		TOP NAVIGATION			*/
/* ============================================================================================== */
#topNav {
	padding: 5px 138px 0 0;
	float: right;
	width: 624px;
	height: 30px;
	text-align: right;
}
/* ============================================================================================== */
/*		FOOTER			*/
/* ============================================================================================== */
#footer {
	padding: 0;
	clear: both;
	padding: 10px 25px 10px 195px;
	font-size: 10px;
	float: left;
	width: 540px;
} 
#footerLeft {
	float: left;
	color: #666666;
	width: 400px;
}
#footerRight {
	float: right;
	width: 250px;
	text-align: right;
}
#footerRight li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	border-right: #666666 solid 1px;
}
#footerRight li.last {
	border-right: none;
}
/* ============================================================================================== */
/*		FOOTER: link properties			*/
/* ============================================================================================== */
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus {
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;
}
/* ============================================================================================== */
/*		SUBNAV			*/
/* ============================================================================================== */
#subNav {
	float: left;
	width: 160px;
	padding: 10px;
}
#subNav ul {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;
}
#subNav li {
	padding-bottom: 6px;
	/*position: relative;*/
}

#subNav a, 
#subNav a:link, 
#subNav a:active, 
#subNav a:visited  {
	display: block;
	color: #666666;
	text-decoration: none;
	border-top: 1px dashed #CCCCCC;
	padding-top: 6px;
}
#subNav h2 {
	padding-bottom: 12px;
}
#subNav a:hover, 
#subNav a:focus {
	color: #FF6633;
	text-decoration: none;
}
#subNav a.nav_on,
#subNav a.nav_on:hover,
#subNav a.nav_on:visited,
#subNav a.nav_on:active,
#subNav a.nav_on:focus {
	color: #FF6633;
}
/* ------------- down-level subNav elements ---------------------- */
/*#subNav ul ul ul {
	---position: relative;---
	padding: 5px 0 0 15px;
	font-size: 90%;
}*/
/* ---------------- for fly-out menus --------------------- */

#subNav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
#subNav ul ul ul,
#subNav ul ul li:hover ul ul {
	display: none;
}
#subNav ul ul ul a,
#subNav ul ul li:hover ul ul a {
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
	padding: 5px; 
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	-khtml-opacity: 0.90;
}
#subNav ul ul li:hover ul,
#subNav ul ul ul li:hover ul {
	display: block;
}
/*#actNow {
	text-align: center;
}*/
#actNow a,
#actNow a:link, 
#actNow a:active, 
#actNow a:visited,
#actNow a:hover,
#actNow a:focus {
	border: none;
	padding-left: 5px;
}