
/*AutoComplete flyout */
.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px;
	background-color: #FFF;
	color: #006699;
	border: #000;
	border-width: 1px;
	border-style: solid;
	cursor: hand;
	overflow: auto;
	text-align: left;
	list-style-type: none;
	/*width: 200px;*/
	z-index: 1000;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #4d4d4d;
	color: #dfdfdf;
	padding: 1px;
	cursor: pointer;
	text-decoration: underline;
	text-align: left;
	margin-left: -39px;
	width: 200px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: #FFF;
	color: #4d4d4d;
	padding: 1px;
	text-align: left;
	margin-left: -39px;
	width: 200px;
}
/*IE only*/
.autocomplete_highlightedListItemIE
{
	background-color: #4d4d4d;
	color: #dfdfdf;
	padding: 1px;
	cursor: pointer;
	text-decoration: underline;
	text-align: left;
	width: 200px;
}

/* AutoComplete item */

.autocomplete_listItemIE
{
	background-color: #FFF;
	color: #4d4d4d;
	padding: 1px;
	text-align: left;
	width: 200px;
}
.highlight
{
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	text-decoration: underline;
}

.clear
{
	/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	/*width: 100%;*/
}

/* Accordion */
.accordionHeader2
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #006699;
	background: transparent url(images/bk_manNav.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	height: 24px;
	margin-top: 5px;
	cursor: pointer;
	overflow: auto;
}

#master_content .accordionHeader2 a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	overflow: auto;
}

#master_content .accordionHeader2 a:hover
{
	background: none;
	text-decoration: underline;
	overflow: auto;
}

.accordionHeaderSelected2
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #006699;
	background: transparent url(images/bk_manNav.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	height: 24px;
	margin-top: 5px;
	cursor: pointer;
	overflow: auto;
}

#master_content .accordionHeaderSelected2 a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	overflow: auto;
}

#master_content .accordionHeaderSelected2 a:hover
{
	background: none;
	text-decoration: underline;
	overflow: auto;
}
.accordionContent
{
	background-color: #FFFFFF;
	padding: 5px;
	padding-top: 10px;
	overflow: auto;
}
.accordionContent2
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	overflow: auto;
}
/*end accord.*/
a.button
{
	background: transparent url(images/bg_button_b.gif) no-repeat scroll top right;
	display: block;
	color: #6a6a6a;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 18px;
	margin-right: 6px;
	padding-right: 2px; /* sliding doors padding */
	text-decoration: none;
}

a.button span
{
	background: transparent url(images/bg_button_b_span.gif) no-repeat;
	display: block;
	line-height: 14px;
	padding: 2px 2px 2px 4px;
}

a.button:active
{
	background-position: bottom right;
	color: #6a6a6a;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span
{
	background-position: bottom left;
	padding: 2px 2px 2px 4px; /* push text down 1px */
}
/* End Go button styles */
/* Start Link styles for Home Page */
.linkDirections
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
	text-decoration: underline;
}
.linkOn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


.lnkHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6f6340;
	font-weight: normal;
	text-decoration: none;
}
.lnkHeader:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6f6340;
	font-weight: normal;
	text-decoration: underline;
}

.linkSort
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: none;
}
.linkSort:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: underline;
}
.linkSortTop
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
}
.linkSortTop:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: underline;
}
.linkSortGr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00694e;
	font-weight: normal;
	text-decoration: none;
}
.linkSortGr:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00694e;
	font-weight: normal;
	text-decoration: underline;
}
.linkBodyCopy
{
	color: #0056cc;
	text-decoration: underline;
}
.linkBodyCopy:HOVER
{
	color: #e04603;
	text-decoration: underline;
}
/***** End Link styles for Home Page *****/
#address
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
	margin-bottom: 8px;
	width: 450px;
}
.body
{
	background-color: #e7eff5;
	background-image: url('images/img_mainbkgrnd.gif' );
	background-repeat: repeat-x;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #434343;
	text-align: left;
}


#box1
{
	width: 306px;
	float: left;
	vertical-align: top;
	margin-bottom: 20px;
}
#box2
{
	float: left;
	text-align: left;
	vertical-align: top;
}
#box3
{
	width: 306px;
	float: left;
	vertical-align: top;
}
#box4
{
	float: left;
	vertical-align: top;
}
.bnGo
{
	border: 1px solid #6a6a6a;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6a6a6a;
	text-decoration: none;
	text-align: center;
	width: 25px;
	cursor: pointer;
}
#searchcontainer
{
	width: 924px;
	margin-left: 16px;
	margin-right: 20px;
	margin-bottom:15px;
}
#container
{
	width: 924px;
	margin-left: 16px;
	margin-right: 20px;
}
#sub_container
{
	width: 924px;
	margin-left: 16px;
	margin-right: 20px;
}

#container1
{
	width: 924px;
	height: 90px;
	margin-left: 16px;
	margin-right: 20px;
	vertical-align: bottom;
}
#container2
{
	width: 924px;
	margin-left: 16px;
	margin-right: 20px;
}
#email
{
	text-align: left;
	vertical-align: middle;
	height: 28px;
}
#featured
{
	float: left;
}
#functions
{
	float: right;
}
.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #48412b;
}
.header1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #48412b;
}
.headerGreen
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #00694e;
}
.horiz_divider
{
	margin-top: 7px;
	text-align: left;
}
.horiz_divider1
{
	margin-top: 7px;
	text-align: right;
}
.img
{
	margin-top: 12px;
	margin-bottom: 6px;
}
#image1
{
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: left;
}
#image2
{
	top: 0px;
	margin-left: 0px;
	margin-right: 5px;
}
#image3
{
	top: 0px;
	left: 12px;
}
#image4
{
	top: 0px;
	margin-left: 0px;
	margin-right: 5px;
}
.links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6a6a6a;
	margin-top: 12px;
}
#links1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00694e;
}
#links2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00694e;
	width: 520px;
	margin-bottom: 10px;
	text-align: left;
}
#print
{
	text-align: left;
	vertical-align: middle;
	height: 28px;
}
#protecting
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00694e;
	text-align: right;
	text-decoration: none;
}
#search
{
	font-family: Arial, Helvetica, sans-serif;
	width: 924px;
	font-size: 12px;
	height: 40px;
	margin-left: 16px;
	margin-right: 20px;
	margin-bottom: 8px;
}
.searchResultHeader
{
	font-family: Arial, Helvetica, sans-serif;
	width: 924px;
	font-size: 16px;
	height: 40px;
	margin-right: 20px;
	margin-bottom: 8px;
}
.search
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6a6a6a;
	font-weight: normal;
	padding-right: 0px;
	text-align:right;
}
.searchForm
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	background-color: #FFFFFF;
	border: 1px solid #767777;
	text-align: left;
	height: 15px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.subHeaderGreen
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00694e;
	line-height: 26px;
}
.tdBackgroundNoWorldCtr
{
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
}
.tdBackgroundWorldCtr
{
	background-image: url(images/img_worldCtr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
}
#topnav
{
    width: 840px;
    height: 30px;
    text-align: right;
    float: right;
    vertical-align: middle;
    /*border: 1px solid #000000;*/
}
.txtRegular
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: none;
}
.vertBorder
{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #9b8d66;
}
#world
{
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00694e;
	width: 35px;
	margin-bottom: 5px;
}
/***** Start styles for Sub-page NAV *****/
.linkLogout
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #e06103;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
.subNavBorder
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D3D3AF;
	border-bottom-color: #D3D3AF;
	border-left-color: #D3D3AF;
}
.subNavHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6f6340;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6f6340;
	width: 201px;
}
.subNavHeaderEnd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6f6340;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6f6340;
	width: 201px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6f6340;
}
.subNavHeaderLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6f6340;
	text-decoration: none;
}
.subNavHeaderLink:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6f6340;
	text-decoration: underline;
}
.subNavHeaderLinkOn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6f6340;
	text-decoration: none;
}
.subNavContentHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6f6340;
	width: 201px;
	background-color: #d3d3af;
}
.BBSNavContentHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6f6340;
	background-color: #d3d3af;
}

.subNavContentHeader a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6f6340;
	width: 201px;
	background-color: #d3d3af;
	text-decoration: none;
}


.generic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6a6a6a;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}
.subNavLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6a6a6a;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}
.subNavLink:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6a6a6a;
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline;
}
.subNavLinkOn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00694e;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
/***** End styles for Sub-page NAV  *****/
/*Floting image for body text*/
.floatimgleft
{
	float: right;
	border: Solid 1px #d4d4d4;
	text-align: center;
}
/*Modal Style*/
/*DIV for image and links box*/
.floatleftBox
{
	float: right;
}
.modalBackground
{
	background-color: #CCCCCC;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
/*CollapsiblePanel*/
.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	/*width: 100%;*/
	height: 30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}

/*Mouse Over Preview*/
.thumbnail{
position: relative;
z-index: 1;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
/* Float Image */
.floatimgleft
{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}


table .grid
{
	width: 800px;
}


.trackingInfo
{
    font-size: small;
    text-align: left;
    width:75%;
}

.debugLabel
{
    margin:  5px 10px 5px 10px;
}
.debugButton
{
    vertical-align: middle;
}

.hideme
{
    display:none;
}

/* Screen Only */
@media screen {
/* .noprint {display:inline;} */
.noshow {display:none;}
}

/* Print Only */
@media print {
.noprint {display:none !important;}
.noshow {display:inline !important;}
.page-break  { display:block; page-break-after:always; }
}

 tr {page-break-inside: avoid;}
 
.sectiontitle
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-left:5px;
}
