﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0C3A6D;
	color: #0C3A6D;
	margin: 40px 0;
}
a, a:visited {
	color: #00437B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	letter-spacing: 0.1em;
}
a:active, a:hover  {
	color: #F7F7F7;
	text-decoration:none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669933;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* WRAPPERS */
#wrapper {
	background-position: 0px 0px;
	max-width: 1000px;
	min-width: 750px;
	width: 80%;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #F7F7F7;
	background-image: url('images/shadow_l.png');
	background-repeat: repeat-y;
}
#wrapperRight {
	background-image: url('images/shadow_r.png');
	background-repeat: repeat-y;
	background-position: 100% 0px;
	padding-bottom: 15px;
}
/* HEADERS */
#header {
	background-color: #FFFFFF;
	background-image: url('images/header_b.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#headerLeft {
	background-image: url('images/header_l.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#headerRight {
	background-image: url('images/header_r.png');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	height: 115px;
	margin-left: 15px;
}
#logo {
	float: left;
	margin: 30px 0 0 30px;
}
#headerRight p {
	font-size: 2em;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	padding-right: 30px;
	padding-top: 30px;
}
/* CONTACT INFO */
#contactBar {
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 15px;
	padding: 6px 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
/* MAIN CONENT AREA */
#mainContent {
	margin: 0 15px 0;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #663333;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contentArea {
	padding: 0px 75px 0px 75px;
	margin-left: 220px;
}
#contentArea ul li {
	margin: 0 0 8px 0;
}
/* FRONT PAGE LOGOS */
div#frontLogoBox {
	text-align: center;
}
div#frontLogoBox img{
	margin: 40px;
}
/* PARAGRAPH INDENT ON OUR SERVICES PAGE */
p.indent {
	margin-left: 15px;
	margin-bottom: 15px;
}
/* QUOTE ON INTERNET SAFETY PAGE */
p.quote {
	font-size:0.8em;
	font-style:italic;
	padding-top:2em;
	text-align:right;
}
/* TERMS & CONDITIONS TABLE */
table#terms {
	border-color: 663333;
	border-style: solid;
	border-width: 1px;
}
table#terms th {
	border:1px solid #663333;
	padding:6px;
	text-align:center;
}
table#terms td {
	border:1px solid #663333;
	padding:8px;
	vertical-align:top;
}
/* WHITEBOX TO PUSH FOOTER DOWN ON ABOUT US PAGE */
.whitebox {
	width: 100%;
	margin-bottom: 140px;
}
div#WCmap {
	margin: 0 auto;
	border: 10px black solid;
}
div#mapWrapper {
	border: 10px black solid;
}
/* FOOTER */
#footer {
	background-position: 0px 100%;
	background-image: url('images/footer_b.png');
	background-repeat: repeat-x;
}
#footerLeft {
	background-image: url('images/footer_l.png');
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
#footerRight {
	background-image: url('images/footer_r.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	color: #663333;
	height: 42px;
	padding-top: 15px;
}
/* LEFT COLUMN & MENU */
#leftColumn {
	float: left;
	width: 220px;
}
#mainMenu {
	list-style-type: none;
	margin: 0px 0px 35px 25px;
	padding: 0px;
	width: 190px;
}
#mainMenu li {
	background-image: url('images/menubg.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 23px;
	margin-bottom: 2px;
	padding: 6px 0px 0px 33px;
}
#mainMenu li a {
 display:block;
}
.leftbox {
	width: 189px;
	margin-left: 25px;
	background-color: #AEBB21;
	color: #00437B;
	text-align: center;
}
li.activePage {
	font-weight: bold;
	color: #FFFFFF;
}
/* LOGMEIN FORM */
div#logmeinBox_header {
	background-image: url('images/support_head_bg.png');
	background-position: top;
	background-repeat: no-repeat;
	color:#CCCCCC;
	font-size:1.1em;
	letter-spacing:0.1em;
	margin:0;
	padding:8px 0;
	font-weight: bold;
}
div#logmeinBox_content {
	background-image: url('images/support_foot_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 20px;
}

input#logmein_submit {
	background-color:#AEBB21;
	border:medium none;
	color:#00437B;
	cursor:pointer;
	font-weight:bold;
	margin:0;
	padding:0;
	width:170px;
	margin-top: 10px;
}
input#logmein_code {
	border:1px solid #663333;
	font-size:1.5em;
	letter-spacing:0.1em;
	padding:2px;
	width:72px;
	margin-top: 10px;
}
/* CONTACT FORM */
form {
	padding: 0px;
	margin: 0px;
}
.contactInput{
	border:1px solid #CCCCCC;
	font-family:"Times New Roman",Times,serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.2em;
	line-height:normal;
	margin-top:6px;
	margin-bottom: 16px;
	padding:1px 4px 2px;
	width:60%;
}
textarea#contact_text {
	width: 90%;
}
div#verification {
	margin: 16px 0;
}