﻿/*********************************************************
   Author - Sean Connors of Web Merchant Services
   www.WMSmerchantservices.com - 707-443-4447

   This CSS file defines the styling aspects of the CSS; structuring elements are handled in the structure.css file.
   Tested against: IE 6 & IE 7, FF 2 & FF 3, Safari 3 for PC's, Opera 9.6, and Google Chrome 0.2 beta 
   A small fixe was needed for IE 6
*********************************************************/
/* This CSS file defines the styling aspects of the CSS; structuring elements are handled in the structure.css file */
/* Tested against: IE 6 & IE 7, FF 2 & FF 3, Safari 3 for PC's, and Google Chrome 0.2 beta */
/* Some fixes were needed for IE 6 -- go figure! */

body {
	background: #333 url(images/body.jpg) repeat-y scroll center center;
	color: #eee;
	font: 10px Arial, Verdana, Helvetica, Sans-Serif; /* Starting with 10px font-size makes it easy to "em" sizes later vis a vis a 10px base. */
											/* That is, if you want a 12px font-size somewhere, just assign 1.2em to get the same size, 
											   while alowing users to expand font sizes to their preference. 
											*/
}

table {
	border: none;
}

a { 
	background-color: inherit;
	color: #DED9AA; 
	text-decoration: none;
}

a:hover { 
	background-color: inherit;
	color: #fff; 
	text-decoration: underline;
}

img {
	border: 0;
}

#outer-wrapper {
	/*background: #333 url(images/body.jpg) repeat-y center center;*/
} 

#bounding-container {
}

#header-wrapper {
	background: #333 url(images/header.jpg) repeat-y center center;
}

#header {
	color: #E1B902;
}

#header .heading {
	position: relative;
	top: 15px;
	left: 15px;
	color: #E1B902;
	font-size: 3em;
	font-weight: bold;
}

#contents-container {
}

#contents-col {
	background: #000;
	border-right: 0;
}

#contents-col .alert {
	margin: 10px;
	border: 1px solid #888;
	background: #ffffcc;
	padding: 20px;
	color: #555;
	font-size: 1.5em;
	font-weight: bold;
}

#contents-col h1 {
	/*margin-top: 10px;*/
	/*margin-bottom: -10px;*/
	margin: 0;
	padding: 3px;
	background: #222;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
	font-size: 1.6em;
	color: #DED9AA;
}

#contents-col h2 {
	margin: 0;
	padding: 3px;
	font-size: 1.6em;
	color: #DED9AA;
}

#contents-col p  {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
}

#contents-col p {
	margin-left: 3px;
}

#nav-col {
	background: #000;
	/*border-right: 1px #aaa solid;
	border-left: 1px #aaa solid;*/
	font-size: 1.2em;
	color: #eee;
}

#nav-col h4 {
	margin-top: 10px;
	margin-bottom: -10px;
	padding: 3px 3px 3px 10px;
	background: #111;
	border-top: 1px #222 solid;
	border-bottom: 1px #222 solid;
	font-size: 1.2em;
	color: #DED9AA;
}

#nav-col p {
	padding: 3px 3px 3px 10px;
}

#nav-col ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#nav-col ul li {
	border-top: 1px #222 solid;
}

#nav-col ul li a {
	display: block;
	/*height: 24px;*/
	min-height: 24px;
	padding: 5px 5px 0 10px;	/* See IE 6 fix below */
	font-weight: bold;
	color: #E1B902;
	text-decoration: none;
}

#nav-col ul li a:hover {
	color: #fff;
	background: #111 url(images/button.jpg) no-repeat;
}

/*
#subcontents h1 {
	padding: 3px 3px 3px 0;
	background: #111;
	border-top: 1px #222 solid;
	border-bottom: 1px #222 solid;
	font-size: 1.6em;
	color: #DED9AA;
	text-align: center;
}
*/

#footer-wrapper {
	background: #333 url(images/footer-bg.jpg) repeat-x;
}

#footer {
	background: url(images/footer.jpg) repeat-y center;
	border: 0;
	text-align: center;
	color: #B8B8B8;
}

#footer ul {
	margin: 5px 0 10px 0;
	list-style-type: none;
	background: transparent;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	padding: 0 23px 0 23px;
	border-right: 1px solid #B8B8B8;
	color: #B8B8B8;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #fff;	
}

#footer ul li a.last {
	border-right:0;
}

#footer p {
	margin: 0;
	padding: 0;
}

/******************************************************************************************
/* Walk the Lot CSS
/******************************************************************************************/

input, select {
	background: #eee;
}

.Btn {
	border: 1px #222 solid;
	font-size: 14px;
	font-weight: bold;
	color: #111;
}

.TBL_Even, .TBL_Even a, .TBL_Odd, .TBL_Odd a {
	color: #eee;
}

.TBL_Even a:hover, .TBL_Odd a:hover {
	color: #eee;
}

#contents-col hr {
	color: #222;
	background-color: #222;
	height: 2px;
}

#contents-col table td {
	font-size: 12px;
	text-align: justify;
}

#contents-col table td .FrmText {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
}

#contents-col table table td p {
	text-align: center;
}

#contents-col table td .TBL_Header {
	/*padding: 3px 3px 3px 0;*/
	background: #111;
	border: 1px #222 solid;
	font-size: 16px;
	font-weight: bold;
	color: #DED9AA;
}
