/* CSS Document */

body {
	margin:10px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	line-height:12pt;
	text-align:center;
	behavior:url(csshover.htc);	
}

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

#main {
	margin-right:auto;
	margin-left:auto;
	width:982px;
	background-image: url("images/design/mainBack.gif");
	background-repeat:repeat-y;
}

#header {
	height:110px;
	background-image: url("images/design/back.gif");
	background-repeat:repeat-x;
}

* html #header {
	margin-bottom:-3px;
}



#headerRight {
	background-image: url("images/design/topRight.gif");
	background-position:right;
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	width:692px;
	height:110px;
	padding:0px 20px 0 0;
}

#siteMap {
	float:right;
	margin:10px 0;
	height:64px;
}
	
#siteMap p {
	font-size:8pt;
	color:#fff;
	text-align:right;
}

#siteMap a {
	font-size:8pt;
	color:#fff;
	text-align:right;
}

#siteMap a:hover {
	text-decoration:none;
}

#siteMap h1 {
	font-size:12pt;
	font-style:italic;
	text-align:right;
	margin:20px 35px 2px 0px;
	color:#fff;
}

#logo {
	float:left;
	text-align:left;
	width:270px;
	height:110px;
}

/*********     Navigation     *********/
#navigation {
	float:left;
	font-size:9pt;
	font-weight:bold;
	background-image: url("images/design/navBack.gif");
	background-repeat:repeat-x;
	width:662px;
	text-align:center;
	z-index:1;
}

#navigation ul, #navigation li {
	margin:0;
	padding:0;
}

#navigation img {
	float:right;
	margin:0;
}

#navigation li {
	float:left;
	position:relative;
	list-style-type:none;
	border-right:1px solid #999;
}

#navigation ul li ul {
	margin:0;
	position:absolute;
	width:135px;
	left:-1px;
	display:none;
}

#navigation ul li:hover ul, navigation ul li ul:hover {
	display:block;
}

#navigation ul li ul li {
	width:100%;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#91161B;
}

#navigation ul li ul li a {
	font-size:8pt;
	line-height:9pt;
	font-weight:400;
	text-align:left;
	color:#fff;
	padding:4px 8px;
	display:block;
}

#navigation ul li ul li a:hover {
	color:#fff;
	background-color:#000;
}

#navigation a {
	display:block;
	padding:5px 11px;
	text-decoration:none;
	color:#91161B;
}

#navigation a:hover {
	color:#000;
}

#navLeft {
	float:left;
	background-image: url("images/design/navLeft.gif");
	background-repeat:no-repeat;
	width:10px;
	height:26px;
	margin-right:4px;
}

.navLeft {
	border-left:1px solid #999;
}

#navRight {
	float:right;
	background-image: url("images/design/navRight.gif");
	background-repeat:no-repeat;
	width:10px;
	height:26px;
}
/*********    End Navigation     *********/

/*********     Center     *********/
#mainRow {
	width:auto;
	border-top:1px solid #fff;
	text-align:left;
}

.mainImage {
	width:658px;
	height:420px;
	background-color:#000;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-left:271px;
}

* html .mainImage {
	margin-left:267px;
}

#quickLinks {
	width:270px;
	float:left;
	background-image: url("images/design/radial.gif");
	background-repeat:no-repeat;
	background-position:center;
}

* html #quickLinks {
	width:267px;
	float:left;
	background-image: url("images/design/radial.gif");
	background-repeat:no-repeat;
	background-position:center;
}

#quickLinks img {
	margin:20px 22px 0 25px;
}

.consultation {
	padding-top:75px;
}

/* #products {
	width:800px;
	margin:0px 0px 0px 0px;
} */

#contentArea {
	width:605px;
	text-align:left;
	margin:0 0 0 270px;
	padding:28px;
	background-image: url("images/design/gradBack.gif");
	background-repeat:repeat-x;
}

* html #contentArea {
	margin:0 0 0 260px;
}

#contentArea a {
	color:#900;
	text-decoration:underline;
}

#contentArea a:hover {
	color:#666;
	text-decoration:none;
}

#contentArea h1 {
	font-size:14pt;
	line-height:16pt;
	font-weight:800;
	margin-bottom:5px;
}

#contentArea h2 {
	font-size:12pt;
	line-height:14pt;
	font-weight:600;
	color:#900;
	margin:0 0 10px 0;
}

#contentArea h3 {
	font-size:9pt;
	line-height:12.5pt;
	margin:15px 0px 0px 0px;
	color:#600;
	font-weight:bold;
}

#contentArea h4 {
	font-size:10pt;
	line-height:14pt;
	font-weight:600;
	color:#333;
	margin:15px 0 5px 0;
	text-transform:uppercase;
}

#contentArea h5 {
	font-size:16pt;
	line-height:15pt;
	color:#C00;
	text-align:center;
	vertical-align:middle;
	margin: 5px 5px 5px 5px;
}

#contentArea h6 {
	font-size:9pt;
	color:#FFFFFF;
	background-color:#C00;
	font-weight:900;
	background-image: url("images/design/gradBack.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	height:27px;
	text-transform:uppercase;
	margin:10px 0 0 0;
	padding:3px 0 0 3px;
}

#contentArea p {
	margin-bottom:10px;
}

#contentArea ol {
	margin-left:25px;
}

#contentArea ul {
	margin:0 0 15px 20px;
}

#contentArea li {
	margin-bottom:5px;
}

#contentArea img {
	float:right;
	margin:0 5px 10px 15px;
}

#contentArea p img {
	float:left;
	margin:0 15px 10px 0px;
}

.border {
	border:1px solid #666;
}

.left {
	float:left;
}

/*********    Footer   *********/
 #footer {
	width:100%;
	font-size:8pt;
	text-align:center;
	color:#333333;
	height:20px;
	background-image: url("images/design/bottom.gif");
	background-repeat:repeat-x;
	background-position:top;
}

#footerBar {
	width:662px;
	margin-top:10px;
	background-image: url("images/design/footerBack.gif");
	background-repeat:repeat-x;
	float:left;
}

#footerBarLeft {
	width:10px;
	height:26px;
	background-image: url("images/design/footerLeft.gif");
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

#footerBarRight {
	width:10px;
	height:26px;
	background-image: url("images/design/footerRight.gif");
	background-repeat:no-repeat;
	background-position:top;
	float:right;
}

#footerLinks {
	margin:5px 10px 0 10px;
	float:left;
}

#footerLinks a {
	color:#666;
	text-decoration:none;
}

#footerLinks a:hover {
	color:#F00;
	text-decoration:underline;
}

#footerContact {
	font-size:7.5pt;
	margin:5px 10px 0 10px;
	color:#F00;
	text-transform:uppercase;
	float:left;
}

#footerContact a {
	color:#FF0000;
	text-decoration:underline;
}

#footerContact a:hover {
	color:#FF0000;
	text-decoration:none;
}

#copyright {
	float:left;
	width:270px;
	height:36px;
	background-image: url("images/design/bottomLeft.gif");
	background-repeat:no-repeat;
	background-position:left top;
}

#copyright p {
	margin-top:10px;
	padding-top:3px;
	font-size:7.5pt;
	background-color:#000;
}

#footerRight {
	float:right;
	width:10px;
	height:36px;
	background-image: url("images/design/bottomRight.gif");
	background-repeat:no-repeat;
	background-position:right top;
}
/*********   End Footer   *********/

#highlite {
	margin:30px 0px 20px 0px;
	text-align:center;
	width:auto;
}

#highlite a {
	color:#cc0000;
	border:1px solid #666;
	padding:10px;
	margin:10px;
	width:auto;
	text-decoration:none;
	background-color:#dedede;
}

#highlite a:hover {
	color:#ffffff;
	background-color:#cc0000;
}

/********* Standard AQS Tags *********/

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:block;
}

.w3c {
	border:0px;
	margin-left:20px;
	margin-right:20px;
	vertical-align:middle;
}

#aqsTag {
	font-size:7.5pt;
	color:#666;
	padding:60px 20px 20px 20px;
	text-align:center;
	background-color:#000000;
	top-border:1px solid #FFFFFF;
}

#aqsTag a {
	color:#FF0000;	
	text-decoration:underline;
}

#aqsTag a:hover {
	color:#FFFFCC;
	text-decoration:none;
}

#grid {
	width:600px;
	text-align:left;
	vertical-align:top;
	margin:15px 0;
}

#gridHeader {
	color:#FFFFFF;
	background-color:#C00;
	font-weight:900;
	display:block;
	text-align:center;
	float:left;
	background-image: url("images/design/gradBack.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	height:30px;
}

.rowChecklist1 {
	color:#333;
	background-color:#fff;
	background-image: url("images/design/gridBack.gif");
	background-repeat:repeat-y;
	background-position:right;
	border-bottom:1px solid #666;
	display:block;
	float:left;
}

.rowChecklist2 {
	color:#333;
	background-color:#EFEFEF;
	border-bottom:1px solid #666;
	background-image: url("images/design/gridBack.gif");
	background-repeat:repeat-y;
	background-position:right;
	display:block;
	float:left;
}

.checklist1 {
	width:418px;
	padding:4px;
	float:left;
}

.checklist2 {
	width:83px;
	padding:2px;
	float:left;
}

.rowProducts {
	color:#333;
	background-color:#fff;
	background-image: url("images/design/productBack.gif");
	background-repeat:repeat-y;
	display:block;
	float:left;
	margin-bottom:20px;
}

.products {
	color:#FFFFFF;
	background-color:#C00;
	width:590px;
	padding:8px 5px 2px 5px;
	float:left;
	text-transform:uppercase;
	font-weight:800;
	background-image: url("images/design/gradBack.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	height:30px;
}

.products1 {
	width:500px;
	padding:5px 5px 10px 90px;;
	float:left;
	background-color:#fff;
	border-bottom:1px dotted #666;
	background-image:url(images/design/purpose.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
}

.products2 {
	width:200px;
	padding:30px 5px 10px 5px;
	float:left;
	font-size:8.5pt;
	line-height:10pt;
	background-image:url(images/design/productsh.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
}

.products2 li {
	margin-bottom:3px;
}

.products3 {
	width:380px;
	padding:30px 5px 10px 5px;
	float:left;
	font-size:8.5pt;
	line-height:10pt;
	background-image:url(images/design/featuresh.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
}

.products3 li {
	margin-bottom:3px;
}

/******** Profiles  *********/

#profile {
	width:600px;
	text-align:left;
	vertical-align:top;
	margin:15px 0;
}

.profileHeader {
	color:#FFFFFF;
	background-color:#C00;
	font-weight:900;
	display:block;
	float:left;
	background-image: url("images/design/gradBack.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	height:30px;
	width:290px;
	padding:8px 5px 2px 5px;
	text-transform:uppercase;
}

.rowProfile1 {
	color:#333;
	background-color:#fff;
	background-image: url("images/design/profileBack.gif");
	background-repeat:repeat-y;
	border-bottom:1px solid #666;
	display:block;
	float:left;
}

.rowProfile2 {
	color:#333;
	background-color:#EFEFEF;
	border-bottom:1px solid #666;
	background-image: url("images/design/profileBack.gif");
	background-repeat:repeat-y;
	display:block;
	float:left;
}

.profile {
	width:292px;
	padding:4px;
	float:left;
}

/******* Forms ************/

#form {
	margin:15px 0;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	font-size:9pt;
	color:#666;
	padding:10px 0;
}

#form input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

.instructions {
	font-size:8.5pt;
	font-style:italic;
	color:#333;
}

.red {
	color:#FF0000;
}

#thankYou {
	border:1px dotted #666;
	padding:25px;
}