@charset "utf-8";
/* maes.css */

/*------------------------------
		Base Styles
------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
	line-height: normal;
	font-family: inherit;
	}
a img, :link img, :visited img {
	border: 0;
	}
sup {
	font-size: .85em;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Geneva, Verdana, Arial, san-serif;
	color: #00367B;
	}
td, th {
	border: .05em #002d6a solid;
	padding: 5px;
	}
th {
	background-color: #F0DAC1;
	}
td {
	background-color: #ffffff;
	}
ol, ul {
	list-style: none;
	}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}
/*------------------------------
		Page Layout
------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #002D6A;
	background: #ccc url(/images/header_bg.jpg) left top repeat-x;
	}
#pageContainer {
	text-align: center;
	}
.container {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	text-align: left;
	}
#content {
	background-color: #ccc;
	clear: both;
	position: relative;
	top: 0px;
	z-index: 200;
	}
.wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	}
#contentWrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-bottom: 20px;
	position: relative;
	}
/*------------------------------
	Banner Layout and Styles
------------------------------*/
#header {
	float: left;
	padding-top: 10px;
	padding-bottom: 16px;
	width: 100%;
	}
#banner {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	}
#bannerlink {
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 2px;
	}
#maemlogo {
	float: right;
	}
#tagline {
	margin-left: 162px;
	top: 1px;
	position: absolute;
	}
/*------------------------------
		Navigation Bar
------------------------------*/
#navWrapper {
	position: absolute;
	top: 0px;
	width: 175px;
	text-align: left;
	}
#navWrapper ul {
	list-style-type: none;
	margin-top: 15px;
	}
#navWrapper li {
	margin-left: 0.25em;
	margin-right: 0.25em;
	width: 175px;
	font-weight: bold;
	}
#navWrapper a {
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002d6a;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: 1px groove #0093d0;
	}
#navWrapper a:focus, #navWrapper a:hover {
	background-color: #B0B7BB;
	}
#search {
/*	background-image: url(images/search_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
*/	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 175px;
	margin-left: 5px;
	margin-top: 63px;/*change to 35 when Engineer Corner is added*/
	}
#search label {
	position: absolute;
	top: 215px;
	text-align: left;
	color: #fff;
	font-size: .85em;
	margin-bottom: 25px;
	}
#navWrapper p {
	font-size: .75em;
	color: #FFF;
	font-style: italic;
	margin-left: 3px;
	}
/*------------------------------
		Main Content1
------------------------------*/
#mainContent1 {
	width: 630px;
	margin-left: 210px;
	margin-top: 15px;
	}
#mainContent1 h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #002D6A;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	}
#mainContent1 h2 {
	font-size: 1.2em;
	font-weight: bold;
	}
#mainContent1 h3 {
	font-size: 1.1em;
	font-weight: bold;
	}
#mainContent1 p {
	font-size: .98em;
	text-align: justify;
	padding-top: 0.75em;
	line-height: 1.25em;
	}
#mainContent1 p strong {
	font-weight: bold;
	font-size: 1em;
	}
#mainContent1 a {
	font-weight: bold;
	color: #00609d;
	text-decoration: none;
	}
#mainContent1 a:focus, #mainContent1 a:hover {
	color: #002bd0;
	}
#mainContent1 p.team {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: .8em;
	margin-bottom: .5em;
	border-top: 2px groove #002bd0;
	}
#mainContent1 p.teaminfo {
	padding: 0;
	padding-left: 2em;
	margin: 0;
	}
table.teaminfo {
	border: none;
	background: none;
	margin-left: auto;
	margin-right: auto;
	}
table.teaminfo td{
	background: transparent;
	border: thin #ccc groove;
	font-size: 1em;
	font-weight: normal;	
	}
#mainContent1 ul {
	list-style: outside square;
	margin-left: 2em;
	margin-bottom: 1.5em;
	font-size: .9em;
	}
#mainContent1 li {
	margin-top: .65em;
	}
.residential {
	display: none;
	}
.commercial {
	display: none;
	}
#mainContent1 p.notes {
	color: #666666;
	font-size: .8em;
	margin-top: 1.5em;
	padding-top: 0;
	margin-bottom: 10px;
	font-style: italic;
	}
#mainContent1 .docs {
	font-size: .9em;
	}
#mainContent1 .attribute {
	font-size: .7em;
	font-style: italic;
	color: #000;
	margin-top: 35px;
	}
#breadcrumb {
	color: #002d6a;
	font-size: .75em;
	margin: 5px 0 15px 0;
	}
#breadcrumb a {
	font-weight: normal;
	color: #00609d;
	text-decoration: none;
	}
#breadcrumb a:focus, #breadcrumb a:hover {
	color: #002bd0;
	}
#mainContent1 table.product {
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	}
.indent {
	text-align: left;
	padding-left: 35px;
	margin-right: 25px;
	}
.contactHdr {
	font-size: 1.25em;
	color: #002d6a;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0;
	padding-top: .25em;
	}
.contactPhone {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	}
.contactLoc {
	font-siz: .9em;
	font-weight: bold;
	text-align: center;
	}
.contact {
	font-size: .85em;
	text-align: center;
	}
.contactEmail {
	text-align: center;
	font-size: .9em;
	margin-top: .5em;
	margin-bottom: .5em;
	}
table.contact {
	padding: 0;
	table-layout: fixed;
	border-collapse: collapse;
	width: 600px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	}
table.contact td.half {
	width: 50%;
	background-color: transparent;
	border: none;
	padding: 2px 0 1px 0;
	}
table.contact td.centered {
	background-color: transparent;
	border: none;
	padding: 2px 0 1px 0;
	text-align: center;
	}
table.contact tr.Hdr {
	border-top: thin dotted #999;
	}
table#comparison {
	font-size: .95em;
	margin-left: auto;
	margin-right: auto;
	caption-side: bottom;
	}
table#comparison td.backColor {
	text-align: center;
	background-color: transparent;
	border: none;
	}
table#comparison th {
	font-weight: bold;
	}
table#comparison caption {
	font-size: .85em;
	font-style: italic;
	}
table#comparison col#feature { 
	width: 150px;
	}
table#comparison col#plan1 {
	width: 135px;
	}
table#comparison col#plan2 {
	width: 135px;
	}
table#comparison col#plan3 {
	width: 135px;
	}
table.general {
	background: none;
	font-size: .8em;
	margin: 20px auto 20px auto;
	}
table.general a {
	font-size: .9em;
	}	
input.btn {
	font-size: 88%;
	font-weight: bold;
	color: #00609d;
	padding: 3px;
	width: auto;
	overflow: visible;
	}
#mainContent1 h2.attention {
	color: #992222;
	margin-top: 15px;
	}
#mainContent1 a.tooltip {
    position: relative;
	border-bottom: dashed 1px #00609d;
	font-weight: normal;
	color: #002d6a;
	}
#mainContent1 a.tooltip:hover {
	background-color: #ccc;
	z-index: 1000;
	}
#mainContent1 a.tooltip span {
	display: none;
	}
#mainContent1 a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 2em; 
	left: 2em; 
	width: 30em;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
	padding: .25em;
    background-color: #fff;
	color: #00609d;
	font-size: .85em;
    text-align: left;
	z-index: 1000;
	}
#mainContent1 p.centered {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	}
#mainContent1 img.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.notice {
	color: #FF6600;
	font-style: italic;
	font-weight: bold;
	}
.closeBtn {
	position: absolute;
	top: 0;
	left: 287px;
	}
	
/*------------------------------
		Main Content2
------------------------------*/
#mainContent2 {
	width: 320px;
	text-align: left;
	top: 15px;
	float: right;
	color: #f0dac1;
	}
#mainContent2 h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
	}
#mainContent2 p {
	text-align: left;
	margin: 0;
	font-size: .85em;
	clear: both;
	}
#mainContent2 p.centered {
	text-align: center;
	margin: 0;
	}
#mainContent2 span {
	margin-left: -10000px;
	}
#mainContent2 img {
	margin-top: 10px;
	}
#mainContent2 img.product {
	margin-left: 10px;
	}
/*------------------------------
		Product Thumbnails
------------------------------*/
#thumbnail {
	background-image: url(images/thumbnail_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 13px;
	float: left;
	z-index: 100;
	}
#thumbnail a {
	color: #00609d;
	text-decoration: none;
	font-weight: bold;
	}
#thumbnail a:focus, #thumbnail a:hover {
	color: #002bd0;
	}
.thumb {
	float: left;
	width: 120px;
	margin-left: 45px;
	}
.thumb p {
	font-size: 0.65em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
/*------------------------------
			Footer
------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 100%;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 15px;
	}
#footer a {
	color: #00609d;
	text-decoration: none;
	}
#footer a:focus, #footer a:hover {
	color: #D0a500;
	}
#footer p {
	font-size: 75%;
	text-align: center;
	color: #000000;
	}
#footer .contact {
	font-size: 95%;
	font-weight: bold;
	}
/*------------------------------
		Form Styling
------------------------------*/
.shadeform	{ 
	text-align: left;
	border-top: #666666 2px solid;
	border-left: #666666 2px solid;
	color: #002d6a;
	background: transparent url(/images/shadeform.gif) top left no-repeat;
	}

.dropdown 	{
	color: #002d6a;
	width: 200px;
	}

.textarea	{
	border-top: #666666 2px solid;
	border-left: #666666 2px solid;
	text-align: left;
	width: 275px;
	}
.submitbutton {
	font-size: .85em;
	}
.FormTableA {
	z-index: 100;
	width: 580px;
	font-size: .95em;
	}
.FormTableA td {
	background: none;
	border: none;
	padding: 3px 2px 3px 2px;
	vertical-align: top;
	}
.FormTableA td.label {
	text-align: right;
	}
.FormTableA tr {
	vertical-align: baseline;
	}
.FormTableB {
	z-index: 100;
	width: 580px;
	}
.FormTableB td {
	background: none;
	border: none;
	padding: 5px 2px 4px 2px;
	vertical-align: top;
	}
.FormTableB td.colA {
	width: 200px;
	}
.FormTableB td.divider {
	border-top: #002d6a thin solid;
	}
.FormTableB tr.Hdr {
	border-top: medium groove #999;
	border-bottom: thin dotted #999;
	}
.FormTableB tr.uLine {
	border-bottom: thin dotted #999;
	}
#mainContent1 table.FormTableB p {
	font-size: .75em;
	font-weight: normal;
	font-style: italic;
	margin-right: 10px;
	text-align: left;
	}
.gateOptions td {
	padding: 0 30px 0 0;
	}
#contactForm {
	font-size: .8em;
	}
#contactForm .label {
	float: left;
	width: 200px;
	}
/* Hack for IE6 */
* html #content {height: 1%}
/* End IE6 hack */
