﻿*, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
BODY {
	background-color : #F5EBD2;
	color : #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
img 
{
	border: none 0px;
}
.LightBlue {
	background-color: #336699;
}
.MediumBlue {
	background-color: #2D5A87;
}
.DarkBlue {
	background-color: #2d4b63;
}
.Tan {
	background-color: #F5EBD2;
}
h1, h2, h3, h4, h5 {
	color: #2D5A87;
	margin-bottom: 10px;
}
p 
{
	padding-bottom: 10px;
}


ul 
{
	list-style-type: square; 
	margin: 5px  5px 5px 25px;
}





.LearnMore a {
	color: #336699;
	text-decoration: underline;
	padding: 3px 3px 3px 3px;
}
.LearnMore a:link {
	color: #336699;
	text-decoration: underline;
}
.LearnMore a:visited {
	color: #336699;
	text-decoration: underline;
}
.LearnMore a:hover {
	color: white;
	text-decoration: underline;
	background-color: #336699;
}
.LearnMore a:active {
	color: red;
}


.TopNavBar {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	width: 100%;
	background-color: #99CCFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
}
.TopNavBar a {
	color: #333333;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TopNavBar a:link {
	color: #333333;
	text-decoration: none;
}
.TopNavBar a:visited {
	color: #333333;
	text-decoration: none;
}
.TopNavBar a:hover {
	color: #333333;
	text-decoration: none;
	background-color: white;
}
.TopNavBar a:active {
	color: red;
}
.box_graybg_thin {
}
.box_graybg_thin .boxHeader {
	background: url('Images/rc/box_graybg_thin_tr.gif' ) no-repeat 100% 0px;
	margin-left: 9px;
	position: relative;
	height: 9px;
	background-color: #EFEFEF;
}
.box_graybg_thin .boxHeader DIV {
	background: url('Images/rc/box_graybg_thin_tl.gif') no-repeat 0px 0px;
	left: -9px;
	overflow: hidden;
	width: 9px;
	position: absolute;
	top: 0px;
	height: 9px;
	background-color: #EFEFEF;
}
.box_graybg_thin .boxContent {
	border-right: #000000 0px solid;
	padding-right: 8px;
	border-top: #000000 0px solid;
	padding-left: 8px;
	padding-bottom: 0px;
	border-left: #000000 0px solid;
	padding-top: 0px;
	border-bottom: #000000 0px solid;
	text-align: left;
	background-color: #EFEFEF;
}
.box_graybg_thin .boxFooter {
	background: url('Images/rc/box_graybg_thin_br.gif') no-repeat 100% 0px;
	margin-left: 9px;
	position: relative;
	height: 9px;
	background-color: #EFEFEF;
	margin-bottom: 2px;
}
.box_graybg_thin .boxFooter DIV {
	background: url('Images/rc/box_graybg_thin_bl.gif') no-repeat 0px 0px;
	left: -9px;
	overflow: hidden;
	width: 9px;
	position: absolute;
	top: 0px;
	height: 9px;
	background-color: #EFEFEF;
}
.box_graybg_thin .boxContent .innerContent {
	padding-right: 0px; /* 10px; */;
	padding-left: 0px; /*10px; */;
	padding-bottom: 0px; /* 9px; */;
	padding-top: 0px; /* 9px; */;
	background-color: #EFEFEF;
}




/*  dark box frame  */

.dark-box 
{
}

.dark-box .boxHeader
{
	background: url('../Images/rc/box_dark_tr.gif' ) no-repeat 100% 0px;
	margin-left: 9px;
	position: relative;
	height: 9px;
	background-color: #FFFFFF;
	z-index: 50;
}
.dark-box .boxHeader DIV
{
	background: url('../Images/rc/box_dark_tl.gif') no-repeat 0px 0px;
	left: -9px;
	overflow: hidden;
	width: 9px;
	position: absolute;
	top: 0px;
	height: 9px;
	background-color: #FFFFFF;
	z-index: 50;
}


.dark-box .boxContent
{
	border-right: #000000 1px solid;
	padding-right: 8px;
	border-top: #000000 0px solid;
	padding-left: 8px;
	padding-bottom: 0px;
	border-left: #000000 1px solid;
	padding-top: 0px;
	border-bottom: #000000 0px solid;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 50;
}

.dark-box .boxFooter
{
	background: url('../Images/rc/box_dark_br.gif') no-repeat 100% 0px;
	margin-left: 9px;
	position: relative;
	height: 9px;
	background-color: #FFFFFF;
	z-index: 50;
}

.dark-box .boxFooter DIV
{
	background: url('../Images/rc/box_dark_bl.gif') no-repeat 0px 0px;
	left: -9px;
	overflow: hidden;
	width: 9px;
	position: absolute;
	top: 0px;
	height: 9px;
	background-color: #FFFFFF;
	z-index: 50;
}

.dark-box .boxContent .innerContent
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	z-index: 50;
}

.FAQ-Q
{
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 10px;
}
.FAQ-Q li
{
	color: Black;
	font-weight: bold;
}

.FAQ-A
{
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 30px;
	margin-bottom: 5px;
}
.FAQ-A li
{
	color: #444444;
	font-weight: normal;
}

.ListCheckMarks
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.ListCheckMarks li
{
	background-image: url(Images/GreenCheck.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 24px;
	padding-left: 28px;
}




.BoldListCheckMarks
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.BoldListCheckMarks li
{
	background-image: url(Images/GreenCheck.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 24px;
	padding-left: 28px;
	font-weight: bold;
	color: #2d4b63;
}

.AdzZooBottomNav
{
	color: White;
	background-color: #2D5A87;
	padding: 10px 10px 10px 10px; 
	
}
.AdzZooBottomNav a {
	color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.AdzZooBottomNav a:link {
	color: white;
	text-decoration: none;
}
.AdzZooBottomNav a:visited {
	color: white;
	text-decoration: none;
}
.AdzZooBottomNav a:hover {
	color: #333333;
	text-decoration: none;
	background-color: white;
}
.AdzZooBottomNav a:active {
	color: red;
}


.AdzZooTourNav
{
	color: White;
	background-color: #2D5A87;
	padding: 0px 0px 0px 0px;
	
}
.AdzZooTourNav a {
	color: white;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.AdzZooTourNav a:link {
	color: white;
	text-decoration: none;
}
.AdzZooTourNav a:visited {
	color: white;
	text-decoration: none;
}
.AdzZooTourNav a:hover {
	color: #333333;
	text-decoration: none;
	background-color: white;
}
.AdzZooTourNav a:active {
	color: red;
}

.ImgNav, .ImgNav a:hover
{
	background-color:  Transparent;
}



.AdzZooNextNav
{
	color: black;
	padding: 10px 10px 10px 10px;
	
}
.AdzZooNextNav a {
	color: black;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.AdzZooNextNav a:link {
	color: black;
	text-decoration: underline;
}
.AdzZooNextNav a:visited {
	color: black;
	text-decoration: underline;
}
.AdzZooNextNav a:hover {
	color: white;
	text-decoration: none;
	background-color: #2D5A87;
}
.AdzZooNextNav a:active {
	color: red;
}



.AdzZooApp
{
}

.AdzZooApp tr
{
	vertical-align:top;
}

.AdzZooApp td
{
}


.checklist label
{
	padding-left: 10px;
}
