
/*************************************************************************************************/
/* ELEMENT Selectors */
/*************************************************************************************************/

*
{
	padding: 0;
	margin: 0;
}

html
{
	display: block;
}

body
{
	background: #000000 url(../images/landscape-bg-1.jpg) center top no-repeat;
	color: #ffffff;
	display: block;
	font: 75%/1.5 Verdana, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
}

div
{
	display: block;
}

hr
{
	background: none;
	border: none;
	border-top: 1px dotted #ffffff;
	display: block;
	margin: 3em 0em 3em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
}


/* TEXT elements */

h1
{
	color: #000000;
	font: 200%/1.2 Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: none;
	margin: 0em 0em 1em 0em;
	clear: both;
}

h2
{
	color: #000000;
	font: 138%/1.2 Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	margin: 1.5em 0em 0.8em 0em;
}

h3
{
	color: #000000;
	font: 108%/1.2 Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	margin: 1.5em 0em 0.25em 0em;
}

h4
{
	color: #000000;
	font: 108%/1.2 Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	margin: 1em 0em 1em 0em;
}

h5
{
	color: #000000;
	font: 100%/1.2 Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	margin: 1em 0em 1em 0em;
}

h6
{
	color: #000000;
	font: 100%/1.2 Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	margin: 1em 0em 0.5em 0em;
}

p
{
	display: block;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	color: #ff9900;
}

small
{
	font-size: 77%;
	font-weight: normal;
}

strong
{
	font-style: normal;
	font-weight: bold;
}

em
{
	font-style: italic;
}

sup
{
	vertical-align: top;
	font-size: 69%;
	line-height:normal;
}

sub
{
	vertical-align: bottom;
	font-size: 69%;
	line-height: normal;
}

blockquote
{
	background: transparent;
	color: #ffffff;
	display: block;
	font: 122%/1.4 Georgia, "Times New Roman", Times, serif;
	margin: 1em 0em 2em 0em;
	padding: 0em 0em 0em 0em;
	position: relative;
}

blockquote h3
{
	margin-top: 0.2em;
}

blockquote p.cite
{
	font-size: 77%;
	margin: 1em 0em 0em 0em;
	text-align: right;
}

blockquote p.author
{
	color: #000000;
	font-size: 85%;
	font-weight: normal;
}

blockquote p.author strong
{
	font-size: 118%;
	font-weight: bold;
}

/* end TEXT elements */


/* MEDIA elements */

img
{
	border: none;
}

img.setLeft
{
	float: left;
	margin: 5px 10px 0px 0px;
}

/* end MEDIA elements */


/* LIST Elements */

ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 2em 0em 2em 0.5em;
}

ul li
{
	background: url(../images/unorderedListBullet.png) 0px 3px no-repeat;
	margin: 0em 0em 0.8em 0em;
	padding: 0em 0em 0em 1.5em;
}

ol
{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 2em 0em 2em 2em;
}

ol li
{
	margin: 0em 0em 0.5em 0em;
}

ol.javaScriptStyled li
{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

ol.javaScriptStyled li span.olItemContent
{
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0em 0em 0em 0em;
}

ul ul, ol ul
{
	margin: 1em 0em 1em 2em;
}

dl
{
	display: block;
	margin: 2em 0em 2em 0em;
}

dt
{
	color: #000000;
	display: block;
	font-weight: bold;
}

dt a
{
	color: #000000;
}

dd
{
	display: block;
	margin: 0em 0em 1em 0em;
}

/* end LIST Elements */


/* FORM Elements */

form
{
	display: block;
	margin: 2em 0em 2em 0em;
	padding: 0em 0em 0em 0em;
	position: relative;
}

form fieldset
{
	border: none;
	display: block;
	margin: 0em 0em 0em 0em;
}

form fieldset legend
{
	display: none;
}

form div
{
	clear: both;
	margin: 0em 0em 1em 0em;
	position: relative;
}

form div.formControls
{
	margin: 1.5em 1% 0em 0em;
	text-align: right;
}

form label
{
	color: #000000;
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 20%;
	margin: 0em 5% 0em 0em;
	padding: 4px 0px 0px 0px;
	white-space: normal;
}

form input[type="text"]
{
	border: none;
	color: #000000;
	font: 92%/1.1 Arial, Helvetica, sans-serif; 
	padding: 5px 5px 5px 5px;
	width: 70%;
}

form input[type="text"]:hover
{
	outline: 2px solid #ff9900;
}

form input[type="text"]:focus
{
	outline: 2px solid #a1d88b;
}

form input[type="text"].error
{
	border: 2px solid #ff0000;
}

form textarea
{
	border: none;
	color: #000000;
	font: 92%/1.1 Arial, Helvetica, sans-serif; 
	padding: 5px 5px 5px 5px;
	width: 70%;
	height: 5em;
}

form textarea:hover
{
	outline: 2px solid #ff9900;
}

form textarea:focus
{
	outline: 2px solid #a1d88b;
}

form button
{
	background: #000000;/*#417630;*/
	border: none;
	color: #ffffff;
	font: 138%/1.2 Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

form button:hover
{
	background: #ffffff;
	color: #000000;
	cursor: pointer;
}

form img#captcha
{
	width: 180px;
	height: 60px;
}

form input#captcha_code
{
	margin: 10px 0px 0px 25%;
}

form a#captcha_reload
{
	background: url(../images/captchaRefreshBtn.gif) 0px 0px no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 0px;
}

form a#captcha_reload:hover
{
	background-position: 0px -20px;
}

form label.error
{
	background: transparent;
	color: #ff0000;
	font: 80%/1 Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: none;
	display: block;
	text-align: right;
	width: auto;
	margin: 0.5em 0em 0em 0em;
	padding: 0px 0px 0px 0px;
	white-space: normal;
	position: absolute;
	right: 0px;
	bottom: -1em;
}

/* end FORM Elements */


/* TABLE Elements */

table
{
	border: none;
	border-collapse: seperate;
	border-spacing: 2px;
	color: #417630;
	margin: 2em 0em 2em 0em;
}

td
{
	background: #a9dc93;
	border: none;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

th
{
	background: #417630;
	border: none;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

caption
{
	color: #000000;
	font: 138%/1.4 Georgia, "Times New Roman", Times, serif;
	margin: 1em 0em 1em 0em;
	text-align: center;
}

/* end TABLE Elements */


/*************************************************************************************************/


/*************************************************************************************************/
/* LAYOUT */
/*************************************************************************************************/

/* PAGE */

div#page
{
	background: transparent;
	margin: 10px auto 50px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 1120px;
	min-height: 500px;
}

div#page:after
{
	content: "";
	clear: both;
	display: block;
}

div#page div#column1
{
	width: 474px;
	float: left;
	background: transparent;
}

div.clearAll
{
	clear: both;
	height: 0px;
}

/* end PAGE */


/* CONTENT */

div#content
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 646px;
	min-height: 550px;
	float: right;
}

div.contentBlock
{
	background: #64af45;
	background: rgba( 100, 175, 69, 0.5 );
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 15px 15px 15px 15px;
	float: left;
	width: 283px;
	min-height: 100px;
}

div.contentBlock:after
{
	content: "";
	display: block;
	clear: both;
}

div.contentBlockFull
{
	width: auto;
}

body.secondary h1
{
	display: block;
}

div.contentBlock h2:first-child, div.contentBlock p:first-child
{
	margin-top: 0em;
}

div.contentBlock h1 + h2, div.contentBlock h1 + p
{
	margin-top: 0em;
}

h2.testimonial
{
	display: none;
}

blockquote.testimonial
{
	margin-left: 27px;
	margin-right: 0px;
}

blockquote.testimonial p
{
	position: relative;
}

blockquote.testimonial span.start
{
	background: url(../images/blockQuote66.png) 0px 0px no-repeat;
	display: block;
	width: 22px;
	height: 18px;
	position: absolute;
	left: -25px;
	top: 0px;
}

blockquote.testimonial span.end
{
	background: url(../images/blockQuote99.png) 0px 0px no-repeat;
	display: block;
	width: 22px;
	height: 18px;
	position: absolute;
	right: 0px;
	bottom: -20px;
}

ol.notes
{
	font-size: 85%;
}

/* end CONTENT */


/* NAV */

div#nav
{
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	margin: 0px 0px 0px 0px;
	padding: 35px 20px 20px 20px;
	width: 434px;
	float: none;
	clear: none;
	position: relative;
}

div#nav ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#nav ul li
{
	background: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#nav ul li a
{
	background: none;
	color: #ffffff;
	font: 140%/1.5 Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

div#nav ul li a:hover
{
	color: #ff9900;
	text-decoration: none;
}

div#nav ul li ul
{
	display: none;
}

body.home div#nav li a[href="index.php"],
body.commercials div#nav li a[href="commercials.php"],
body.media div#nav li a[href="media.php"],
body.packages div#nav li a[href="packages.php"],
body.faqs div#nav li a[href="faqs.php"],
body.corporate div#nav li a[href="corporate.php"],
body.contact div#nav li a[href="contact.php"],
body.faqs div#nav li a[href="faq.php"],
body.tvPlusOnline div#nav li a[href="tv-plus-online.php"]
{
	color: #64af45;
	font-weight: bold;
}

/* end NAV */


/* HEADER */

div#header
{
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	clear: none;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 50px 20px 15px 20px;
	display: none;
}

div#header ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div#header ul li
{
	background: none;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	display: inline;
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

div#header ul li a
{
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

div#header ul li a:hover
{
	color: #ff9900;
}

div#header ul li:first-child
{
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* end HEADER */


/* FOOTER */

div#footer
{
	background: transparent;
	width: 454px;
	display: none;
	float: left;
	clear: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

div#footer ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div#footer ul li
{
	background: none;
	color: #ffffff;
	display: inline;
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

div#footer ul li a
{
	background: none;
	border-right: 1px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 0px;
	text-decoration: none;
	display: none;
}

div#footer ul li a:hover
{
	color: #ff9900;
}

div#footer ul li:first-child
{
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}

div#footer p
{
	color: #ffffff;
	font: 95%/1.4 Georgia, "Times New Roman", Times, serif;
	margin: 0.5em 0em 0.5em 0em;
}

div#footer ul li.copyright
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	opacity: 0.5;
}

/* end FOOTER */


/* BANNER */

div#banner
{
	background: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 90px;
	width: 474px;
	float: none;
	clear: none;
}

div#banner a.logo
{
	position: absolute;
	left: 20px;
	top: 22px;
	display: block;
	width: 426px;
	height: 46px;
	background: url(../images/bannerLogo.gif) 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

/* end BANNER */


/* LINKS */

a.externalLink
{
	background: url(../images/externalLinkIcon.gif) right -12px no-repeat;
	padding-right: 14px;
}

a.externalLink:hover
{
	background-position: right 3px;
}

ul.actionList
{
	list-style: none;
	margin: 25px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

ul.actionList li
{
	background: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

ul.actionList li a
{
	background: #417630;
	font: 150%/1.3 Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
}

ul.actionList li a:hover
{
	background: #ffffff;
	color: #417630;
	padding-left: 13px;
}

/* end LINKS */

/*************************************************************************************************/


/*************************************************************************************************/
/* MISC. */
/*************************************************************************************************/

/* HOME */

#flashVideoPlayerWrapper
{
	background: #000000;
	background: rgba(0,0,0,0.5);
	width: 474px;
	height: 267px;
}

/* end HOME */


/* COMMERCIALS */

body.commercials
{
	background-image: url(../images/photo-set-bg.jpg);
}

body.commercials div#banner
{
	display: none;
}

div#commercialsGalleryWrapper
{
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	clear: both;
	width: 1120px;
	min-height: 460px;
	margin: 10px 0px 0px -474px;
	padding: 0px 0px 0px 0px;
}

div#commercialsGallery
{
	padding: 20px 20px 20px 20px;
}

div#commercialsGallery h2
{
	color: #64af45;
	margin: 0em 0em 0.5em 0em;
}

div#commercialsGallery ul li
{
	float: left;
	margin: 0px 10px 8px 0px;
	width: 30%;
}

ul#googleVideoList
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#googleVideoList li
{
	background: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

/* end COMMERCIALS */


/* CONTACT */

body.contact
{
	background-image: url(../images/landscape-bg-4.jpg);
}

/* end CONTACT */


/* FAQs */

body.faqs
{
	background-image: url(../images/landscape-bg-3.jpg);
}

body.faqs div.contentBlock
{
	min-height: 400px;
}

dl#faqList
{
	margin: 0em 0em 0em 0em;
}

dl#faqList dt
{
	color: #000000;
	margin: 0em 0em 1em 0em;
}

dl#faqList dd
{
	margin: 0em 0em 3em 0em;
}

dl#faqList dt a.question
{
	color: #000000;
	text-decoration: none;
}

dl#faqList dt a.question:hover
{
	color: #a1d88b;
	text-decoration: none;
}

dl#faqList a
{
	outline: none;
}

dl#faqList dt a.selected, dl#faqList dt a.selected:hover
{
	color: #ff9900;
}

/* end FAQs */


/* CORPORATE */

body.corporate
{
	background-image: url(../images/landscape-bg-5.jpg);
}

dl#divisionList
{
	margin: 0em 0em 0em 0em;
}

dl#divisionList dt
{
	color: #000000;
	font: 185%/1.5 Georgia, "Times New Roman", Times, serif;
	margin: 0em 0em 0.25em 0em;
}

dl#divisionList dt a
{
	font-size: 100%;
	text-decoration: none;
}

dl#divisionList dd
{
	margin: 0em 0em 1em 0em;
}

ul#charityList
{
	list-style: none;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

ul#charityList li
{
	background: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
}

ul#charityList li h3
{
	display: none;
	text-align: left;
}

ul#charityList li h3 a
{
	color: #000000;
	text-decoration: none;
}

ul#charityList li h3 a:hover
{
	color: #ff9900;
	text-decoration: none;
}

ul#charityList li img
{
	float: none;
	margin: 10px 0px 0px 0px;
}

ul#charityList li img:hover
{
	outline: 2px solid #ff9900;
}

ul#charityList li p
{
	text-align: left;
}

/* end CORPORATE */


/* MEDIA */

body.media
{
	background-image: url(../images/landscape-bg-2.jpg);
}

/* end MEDIA */


/* PACKAGES */

body.packages, body.tvPlusOnline
{
	background-image: url(../images/tree-lights-bg.jpg);
}

body.packages h1
{
	display: block;
}

div.logos
{
	margin: 40px 0px 20px 0px;
	text-align: center;
}

div.logos a
{
	margin: 0px 0px 0px 50px;
}

div.logos a:first-child
{
	margin-left: 0px;
}

/* end PACKAGES */


/* SITEMAP */

body.sitemap h1
{
	display: block;
}

/* end SITEMAP */

/*************************************************************************************************/

