﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* 	
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body {
	background: #eee url('../../images/contentshadow.jpg') no-repeat fixed;
	background-position: 200px center;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #888;
	line-height: 1.25em;
	overflow-x: hidden;
	overflow-y: scroll;	
}

a {
	color: #3293D7;
	text-decoration: underline;
}

a:hover {
	color: #7DB024;
}

a:visited :hover {
	color: #7DB024;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

h1{
	font-size: 48px;
	margin: 20px 0 0 10px;
	padding: 20px 0 22px 0;
	color: #3293D7;
	font-weight: normal;
	background: url('../../images/h1bg.jpg') no-repeat left bottom;
}

h2{
	font-size: 32px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #7DB024;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	margin: 0 0 5px 10px;
	clear: left;
}

h3 a {
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}


#fixed {
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0px;
}

#mainContent {
	width: 85%;
	text-align: left;
	padding: 0 0 0 200px;
	margin: 0;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

.content {
        position: relative;
        top: 0;
        left: 0;
        margin:0;
        padding:0;
        width: 100%;
        height:100%;
        float: left;
}
.bg {
	top: 0px;
        left: 200px;
        margin:0;
        padding:0;
        width:100%;
	min-width: 900px;
        overflow: hidden;
}

.gallery img {
	width: 165px;
	height: 110px;
}

.copy {
	width: 90%;
	margin: 100px 0px 20px 60px;
	min-height: 350px;
	height: auto !important;
	height: 350px; 
	padding: 0 0 100px 0;
}

.list {
	width: 270px;
	float: left;
	padding: 30px 0 0 0;
}
.list p{
	margin: 0 0 0 10px;
	line-height: 1.2em;
}

#leftbar {
	position: fixed;
	float: left;	
	left: 0;
	top: 0;
	z-index: 20;
	height: 100%;
	width: 200px;
	background: white;
}

#logo {
	position: absolute;
	top: 35px;
	left: 35px;
}

#menu {
	position: absolute;
	top: 140px;
	left: 5px;
	font-size: 22px;
	width: 170px;
}

#menu ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul li { 
	margin: 0;
	padding: 2px 0 2px 0;
	background: url('../../images/navdiv.jpg') no-repeat left bottom;
}

#menu li a { 
	padding: 5px 0 10px 25px;
	color: #8a8a8a;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

#menu li a:hover  { 
	color: #0090ff;
}
#menu li a:active{ 
	color: #0090ff;
}

#address {
	position: absolute;
	top: 470px;
	left: 18px;
	height: 113px;
	color: #8a8a8a;
	text-align: left;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
}

#copyrightHolder {
    position: fixed;
    width: 100%;
    left: -1px;
    bottom: 0px;
    height: 90px;
    margin: 0 auto;
	background: #191919;
    text-align: left;
}

#copyright {
    position: relative;
    width: 1100px;
    height: 90px;
    margin: 0 auto;
    padding: 0 0 0 100px;
    text-align: left;
    background: url('../../images/footer.jpg') scroll no-repeat center right;
}

#copyright a {
	color: #FFF;
}

#copyright p {
	padding: 40px 0 0 140px;
	font-size: 11px;
	color: #FFF;
}




/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 25px 15px;
}

.planName h3 {
	margin: 0 auto;
}

.pLeft {
	float: left;	
}

.pRight {
	float: right;	
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}

