/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background-color: #ffffff;
	margin-top:0px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}


/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 47.5em;
	min-width: 760px;
	}
#AccessibilityNav img{
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}

/* ************************************----------- HEADER -----------************************************ */
div#Header {
	margin-top: 0;
	width: 47.5em;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
}



/* ************************************----------- MENUBAR -----------************************************ */
div#Menu {
	background-color: #7e9254;
	padding: 3px;
}
div#Menu p {
	margin: 0;
	color: #FFFFFF;	
	font-size: 0.8em;
	text-align: center;
}
/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
}
div#Menu a:hover {
	color: #e5ca75;
}
div#SubMenu  {
	margin: 20px 5px 20px 10px;
}
div#SubMenu p {
	font-size: 0.75em;
	margin: 0 5px;
	line-height: 1.25em;
}
div#SubMenu a {
	display: block;
	color: #000000;
	background: #dedfd7 url(images/blank6x6.gif) 0 0.4em no-repeat;
	padding-left: 10px;
	text-decoration: none;
	margin-bottom: 6px;
}
div#SubMenu a:hover {
	color: #840f0e;
	background: #dedfd7 url(images/red_arrow.gif) 0 0.4em no-repeat;
}
/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {
	width: 47.5em;
	min-width: 760px;	
	background-color: #ffffff;
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;	
	margin-left: auto;
	margin-right: auto;
}


/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	color:#000000;
	width: 14.375em;
	background-color: #dedfd7;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}
div#Address {
	margin: 20px;
}
div#Address p {
	font-size: 0.8em;
	text-align: center;
	line-height: 1.35em;
}
/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	border-left: solid 3px #ffffff;
}
div#Content {
	margin: 10px 10px;
	
}
div#Content p, div#Content ul, div#Content ol, div#Content td {
	font-size: 0.75em;
	line-height: 1.5em;
}
div#AdminMenu {
	margin-top: 15px;
	text-align:right;
}
div#AdminMenu a {
	color: #000000;
	font-size: 0.75em;
	line-height:normal;
}
div#AdminMenu a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	color:#7e9254;
	font-size: 1.2em;
	font-weight: normal;
}
H2 {
	color:#000000;
	font-size: 0.95em;
	font-weight:normal;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:normal;
}

div#Content a, div#Content a:visited {
	color:#000000;

}
div#Content a:hover {
	color:#840f0e;
	text-decoration: none;
}
td.HomeImg {
	padding: 8px 0 0 0;
}
td.HomeLinks, td.HomeLinks2 {
	padding: 3px;
}
td.HomeLinks ul {
	margin: 0;
	padding: 0;
}
td.HomeLinks li {
	background: url(images/green_arrow.gif) 0 0.3em no-repeat;
	list-style: none;
	padding-left: 10px;
		}

td.SectionTitle {
	color: #FFFFFF;
	background: #7e9254 url(images/bg_titles.gif) 100% 0 no-repeat;
	font-size: 1.5em;
	padding: 3px 5px;
	border-right: solid #FFFFFF 5px;
	line-height:inherit;
	letter-spacing: 0.05em;
}
table#HomeContent td {
	
}
table#HomeContent {
	width: 100%;
}

table#HomeContent a{
	font-size:1.25em;
}
table#HotList {
	margin-top: 20px;
	font-size:1.25em;
}

table#Zones td {
	font-family: Helvetica, Arial, sans-serif;
	font-size:.9em;
	}
	
/* ************************************----------- FOOTER -----------************************************ */
table#Footer {
	width: 47.5em;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-bottom: solid 1px #000000;
	padding-bottom: 15px;
}
td#TollFree p {
	font-weight: normal;
	color:#7e9254;
	padding: 5px;
/*	background-color: #ffffff;
	border-bottom: solid 1px #000000;
	letter-spacing: 0.025em;
	word-spacing: 0.035em;*/
}

span#BigFont {
	font-size: 1.35em;
}
span#Email {
	font-size: 1em;
}
td#TollFree a {
	color:#7e9254;	
}
td#TollFree a:hover {
	text-decoration: none;
}
/* *******----- Copyright -----************** */
div#copyright {	
	width: 60.625em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
div#copyright p {	
	font-size: 0.65em;
	color:#000000;
	text-align: center;
}
div#copyright a, div#copyright a:active, div#copyright a:visited {	
	color:#000000;
}
div#copyright a:hover {	
	text-decoration: none;
}

span.paid { color: green; }
span.unpaid { color: red; }



.codeAmber {
	width:230px !important;
	margin:0 auto; overflow:hidden;
}
.codeAmber table tr td div {
	width:230px !important;
	position:absolute;
}
.codeAmber marquee {
	width:230px !important;
}
#copyright font {
	font-size:1em !important;
}