@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.boldTagline {
	font-weight: bold;
	color: #069;
	font-size: 12px;
	text-decoration: none;
}

#footerbg {
	margin: 0px;
	background-color: #FFF;
}
#header2 {
	margin: 0px;
	background-image: url(../images/site/menu_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	height: 22px;
}
#headerHome {
	margin: 0px;
	background-image: url(../images/site/menu_bg2.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-top: 136px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	height: 25px;
}
p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #000;
	top: 15px;
} 




.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 38px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 0px;
	background-image: url(../images/site/menu_bg.png);
	left: 6px;
	position: relative;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 14px;
} 
h1 {
	font-size: 24px;
	text-align: left;
	font-variant: small-caps;
	text-transform: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCD00;
	color: #4D1C1E;
	font-weight: bold;
}

#footer {
	background-color: #FFFFFF;
	background-image: url(../images/site/footer_bg.png);
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
p.checkmark_blue {
	background-image: url(../images/site/checkmark.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-left: 22px;
	font-size: 12px;
	color: #002e65;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 55px;
}

hr {
	color: #CBDE81;
	height: 1px;
	text-decoration: none;
	width: 70%;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
img.subsectioninlay {
	padding-right: 5px;
	float: left;
}

td.header {
	font-variant: small-caps;
	padding-left: 10px;
	color: #003983;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 3px;
}

td.leftForm {
	color: #003983;
	font-size: 11px;
	text-align: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	color: #069;
	font-size: large;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.footerBold {
	color: #003983;
	font-weight: bold;
}

.copyright {
	font-size: 9px;
	color: #999999;
	text-align: right;
}
table.avacado {
	background-color: #cbde81;
	background-image: url(../images/site/table_corner_avacado.png);
	background-repeat: no-repeat;
	background-position: left top;
}


a.footer:link {
	color: #000000;
}

input,textarea
{
font-size: 11px;
border: 1px solid #c0c0c0;
}
p.faq_q {
	background-image: url(../images/site/text/Q.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 31px;
	color: #002e65;
	font-weight: bold;
	background-position: left top;
	height: 22px;
}
p.faq_a {
	margin-left: 10px;
	padding-left: 31px;
	font-weight: normal;
	margin-bottom: 44px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBDE81;
	padding-bottom: 22px;
	margin-right: 22px;
}
p.arrow_blue {
	background-image: url(../images/site/arrow.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-left: 22px;
	font-size: 12px;
	color: #002e65;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 55px;
}

a:link {
	color: #002e65;

}#greenline {
	background-color: #CBDE81;
	height: 1px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
a.footer:link {
	color: #999999;
	text-decoration: none;

}
a.footer:visited {
	color: #999999;
	text-decoration: none;
}
a.black:link {
	color: #4D1C1E;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	color: #002e65;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 3px;
}

#lbCaption {
	font-weight: normal;
	font-size: 10px;
}
a.black:visited {
	color: #4D1C1E;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
