/*LAYOUT*/

body {
	text-align: left;
	padding: 0;
	margin: 0;
	background: #F6F7F9;
font-size: 62.5%;
}


#mainContent { /* wraps around bodyText */
padding: 0;
}

/* Top Section #top */

#top {
width: 100%;
position: relative;
}


/* End of Top Section #top */


/* Body Section */

#outerWrapper {
margin: 0 1%;
}

#wrapper {
padding: 0 0 2em 0;

}

/* Subpages layout */
#content {
margin-right: 305px;
margin-left: 11.5em;
float: left;
padding: 0 3%; /* Percentage padding for either side of the content */
}

#innerWrap {
float: left;	
width: 100%;
position: relative;
}

/* FONTS standards */
body {
	font-size: 1em;
	background:#fff;
	font-family: "Lucida Grande", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #426FC8;
	font-weight: 500;
}
h1 {
	font-size:1.8em;
	line-height: 1;
	margin-bottom:0.5em;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
	width: 288px;
	color: #666;
}
h2 {
	font-size:1.6em;
}

#content h2 {
padding: 0;
margin: 0 0 0.5em 0;
}

/* h2 stylings for each page */

#page-home #content h2 {
color: #AD022E;
}

#page-easy #content h2 {
color: #628727;
}

#page-what #content h2 {
color: #6D3596;
}

#page-customers #content h2 {
color: #3B8795;
}

#page-about #content h2 {
color: #426FC8;
}

#page-news #content h2 {
color: #DA5E00;
}

#page-contact #content h2 {
color: #43438D; 
}

h3 {
	font-size: 1.4em;
	line-height:1;
	margin-bottom:1em;
}

h3.newsItem {
font-size: 1.2em;
border-top: 1px dashed #666;
padding-top: 10px;
}

h4 {
	font-size:1.3em;
	line-height:1.25;
	margin-bottom:1.25em;
	height:1.25em;
}
h5 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1.1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1em;
	color: #000;
	font-size: 1em;
}


/* LINKS standards */
a:focus, a:hover {
	color:#000;
}
a {
	color: #484B9C;
	text-decoration:underline;
}
h1 a {
	color: #666;
	text-decoration: none;
}
/* ELEMENTS standards */
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre, code {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 0;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
	background:#C3D9FF;
}
th, td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#E5ECF9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
/* FORM ELEMENTS */
label {
	font-weight:bold;
font-size: 0.8em;	
}

fieldset.antispam input.text {
position: relative;
left: 1em	;
}

label.required {
background: url('/media/req.gif') right top no-repeat;
padding-right: 6px;
}

fieldset {
	padding:1em;
	margin:0 0 1em 0;
	border:1px solid #ccc;
color: #426fc8;
position: relative;
width: 80%;
}
legend {
	
	font-size:1.2em;
}
input.text, input.title, textarea, select {
	margin: 0;
	border:1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}

input.text {
position: absolute;
left: 100px;
width: 40%;
}

textarea {
	width: 60%;
	height:250px;
	margin-left: 45px;
}
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
.error ul {
	margin-bottom: 0;
	padding-left: 20px;
}

/* Comment Form */

.Doc2Form fieldset ul li {
list-style-type: none;
}

.Doc2Form fieldset ul {
margin-left: 0;
padding-left: 0;
}

.Doc2Form textarea {
margin-left: 0;
width: 100%;
}

.Doc2Form .vsummary ul {
padding-left: 0;
margin-left: 15px;
}

#mainContent ol {
padding-left: 0;
}
p.small {
font-size: 0.8em;
}

/*buttons*/


#logo {
width: 420px;
float: left;
margin-left: 2px;
}

#top h1 img {
float: left;
margin-bottom: 15px;
}

#leftNav {
float: left;
width: 11.5em;
margin-right: -100%;
margin-bottom: 20px;
}

#leftNav ul {
padding: 0;
margin: 0;
}

#leftNav ul li {
float: left;
list-style-type: none;
color: #FFF;
}

#leftNav ul li.current {
font-size: 1.1em;
}


#leftNav ul li a {
color: #FFF;
font-weight: bold;
display: block;
padding: 25px 20px 25px 25px;
text-decoration: none;	
width: 10em;
height: 1.5em;
font-size: 0.9em;
}


#leftNav ul li.home {
background: url('/media/buttons/home.jpg') right top no-repeat;
}

#leftNav ul li a.home {
background: url('/media/buttons/home_left.jpg') left top no-repeat;
}


#leftNav ul li.about {
background: url('/media/buttons/about.jpg') right top no-repeat;
}

#leftNav ul li a.about {
background: url('/media/buttons/about_left.jpg') left top no-repeat;
}

#leftNav ul li.easy {
background: url('/media/buttons/easy.jpg') right top no-repeat;
}

#leftNav ul li a.easy {
background: url('/media/buttons/easy_left.jpg') left top no-repeat;
}

#leftNav ul li.what {
background: url('/media/buttons/what.jpg') right top no-repeat;
}

#leftNav ul li a.what {
background: url('/media/buttons/what_left.jpg') left top no-repeat;
}


#leftNav ul li.customers {
background: url('/media/buttons/customers.jpg') right top no-repeat;
}

#leftNav ul li a.customers {
background: url('/media/buttons/customers_left.jpg') left top no-repeat;
}

#leftNav ul li.news {
background: url('/media/buttons/news.jpg') right top no-repeat;
}

#leftNav ul li a.news {
background: url('/media/buttons/news_left.jpg') left top no-repeat;
}

#leftNav ul li.contact {
background: url('/media/buttons/contact.jpg') right top no-repeat;
}

#leftNav ul li a.contact {
background: url('/media/buttons/contact_left.jpg') left top no-repeat;
}

/* Sidebar */

#sidebar {
width: 305px;
position: fixed;
top: 20px;
height: 610px;
right: 0;
margin: 0 0 0 -305px;
background: url(../images/sidebar/sidebar.png) top left no-repeat; 
}

#sidebar ul {
	list-style: none;
	padding: 0 0 0 14px;
	margin: 0;
position: absolute;
top: 30px;	/* positions the ul from the top absolutely, so there is no overlap on text resize */
}

#sidebar ul.colorScheme {
}

#sidebar ul li {
	display: inline;
	margin: 0px;
	padding: 0;
}
#sidebar ul li a {
	padding: 5px 5px 5px 5px;
	}

#sidebar form {
width: 247px;
margin-top: 40px;
float: right;
height: 48px;
background: url('/images/sidebar/box.jpg') no-repeat bottom left;
position: relative;
right: 30px;
}

#sidebar form input.submit {
position: absolute;
right: 28px;
top: 5px;
}

#sidebar form input#searchLabel {
position: absolute;
top: 12px;
left: 20px;
}

#sidebar form label {
color: #06389A;
font-size: 1em;
padding-left: 10px;
position: relative;
top: -1.2em;
}

#sidebar #font {
width: 247px;
float: right;
height: 66px;
background: url('/images/sidebar/box.jpg') no-repeat bottom left;
position: relative;
right: 30px;
}

#sidebar #color {
width: 247px;
float: right;
height: 66px;
background: url('/images/sidebar/box.jpg') no-repeat bottom left;
position: relative;
right: 30px;
}


#sidebar p {
color: #06389A;
font-size: 1em;
font-weight: bold;
padding-left: 10px;
margin-top: -0.1em;
}

#video {
position: fixed;
top: 160px;
right: 25px;
z-index: 1;
}

#video #flashMask {
position: absolute;
top: 15px;
right: 20px;
}


#flashcontent {
width: 230px;
}

img {
border: none;
}

/* Footer */

#footer {
background: url('/media/newFooter.jpg') left center no-repeat;
height: 77px;
width: 100%;
position: relative;
clear: both;
}

#footer2 ul li {
list-style-type: none;
color: #FFF;
float: left;
position: relative;
margin-top: 22px;
left: -20px;
margin-right: 10px;
background: url('/media/pipe.jpg') no-repeat right 3px;
padding-right: 10px;
}

#footer img#footerRight {
position: absolute;
right: 0;
top: 0;
}

#footer li.noPipe {
background: none;
}


/* List item layout */

ul.contentList {
padding: 0;
margin-left: 0;
clear:both;
margin-top: 50px;
}

.contentList li {
list-style-type: none;
padding: 0;
}

.contentList p {
margin: 0;
}

.contentList h3 a {
text-decoration: none;
font-size: 0.8em;
}

h3 a:hover, h3 a:focus, h3 a:active {
text-decoration: underline;
}

.contentList h3 a img {
position: relative;
top: 15px;
padding-right: 10px;

}

.contentList h3 {
margin-bottom: 15px;
border-top: 1px dashed #666;

}

noscript p { /* Positions message when Javascript is disabled */
width: 230px;
position: relative;
left: 10px;
}


/* News fixes */

#news {
background: url(../images/sidebar/news.jpg) top left no-repeat;
width: 248px;
height: 117px;
margin-top: -8px;
margin-left: 30px;
position: relative;
}

#news p {
color: #FFF;
font-size: 1em;
padding-left: 10px;
margin-top: -0.5em;
}

#news h2 {
position: relative;
left: 70px;
top: 10px;
color: #FFF;
}

#news a#more {
position: absolute;
top: 83px;
right: 17px;
color: #FFF;
text-decoration: none;
font-size: 1.1em;
}

#lower {
margin-top: 250px;
}

#page-news #mainContent p img {
position: absolute;
left: 0;
top: -50px;
}

#page-news #mainContent p {
position: relative;
}

#page-news #mainContent h3.newsItem {
padding-top: 20px;
}

h3.newsItem img {
padding-right: 10px;
position: relative;
top: 3px;
}


/* lightbox pages */

#page-video #sidebar, #page-video #masthead, #page-video #leftNav, #page-video h1 img, #page-video #footer {
display: none;
}

#page-video #content {
margin: 0;
}

#page-video #TB_ajaxWindowTitle {
display: none;
}

#page-video #flash {
width: 215px;
float: right;
}
 
#page-video #longtail {
position: relative;

}

#page-video #flashMask {
position: absolute;
z-index: 2;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.imageLeft {
float: left;
margin-left: 0;
margin-right: 1.5em;
margin-bottom: 1em;
padding: 10px;
border: 1px solid #CCC;
}

.rightImage {
float: right;
margin-left: 1.5em;
margin-right: 0
margin-bottom: 1em;
padding: 10px;
border: 1px solid #CCC;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

