﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***** END RESET *****/

body {
	background: #0a6122 url('../images/bg.jpg') repeat-x top left;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: white;
	margin: 10px auto;
	padding: 5px;
	width: 980px;
}

#header {
	background: white url('../images/headerBG.jpg') repeat-x top left;
	height: 95px;
	padding-top: 45px;
}

#content {
	clear: both;
	padding: 10px 20px;
}

.right {
	float: right;
	line-height: 20px;
	width: 700px;
}

.left {
	display: block;
	float: left;
	padding: 0px 0px 30px 0px;
	width: 230px;
}

#rotate {
	float: left;
	margin: 0px 0px 10px 30px;
	width: 200px;
}

#footer {
	background-color: #0b0334;
	clear: both;
	height: 30px;
	margin-top: 15px;
}

/* IMAGES & TEXT */
a {
	color: #130171;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 10px 0px;
}

h1 {
	border-bottom: 2px #0b6122 solid;
	color: #130171;
	font-size: 1.75em;
	letter-spacing: -1px;
	margin: 20px 0px 20px 40px;
	text-transform: uppercase;
	width: 600px;
}


h2 {
	display: block;
	font-style: italic;
	margin-left: 40px;
}

h4 {
	color: #0a6122;
	display: block;
	font-size: 1.2em;
	margin: 25px 0px 10px 0px;
}

h4.wallPlans {
	height: 145px;
	margin: 10px 0px 18px 0px;
	padding-top: 90px;
	float: left;
	clear: both;
	width: 230px;
}

ul {
	margin-top: 5px;
}

ul li {
	margin-left: 20px;
}

#header img {
	float: left;
}

#header p {
	float: right;
	margin: 0px;
	text-align: right;
}


#homeFooter p {
	color: white;
	float: left;
	font-size: 10pt;
	margin-left: 10px;
	margin-top: 50px;
	width: 350px;
}

p.wallPlans {
	float: left;
	font-size: .7em;
	height: 235px;
	padding: 0px 10px;
	text-align: center;
}

p.wallPlans img {
	border: 1px black solid;
}

p.examplesTxt {
	padding-top: 3px;
}

ul.table strong {
	color: #130171;
}

.examplesIMG {
	height: 169px;
}

p.resFooter {
	border-top: 1px #0b6122 solid;
	float: left;
	margin-top: 40px;
	padding-top: 40px;
}

p.resFooter img {
	margin: 0px 5px;
}


.email {
	margin-bottom: -3px;
}

.copyright {
	color: white;
	display: block;
	float: right;
	font-size: .7em;
	margin-top: 20px;
	text-align: center;
	width: 940px;
}

.copyright a {
	color: white;
	text-decoration: underline;
}


/* OTHER */

ul.table li {
	float: left;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

ul li img {
	float:left;
	margin-right: 20px;
}

ul.table li ul {
	margin-left: 270px;
	width: 600px;	
}

ul.table li ul li {
	float: none;
	font-size: .9em;
	list-style: circle;
	margin: 10px 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


