@charset "utf-8";
/* General */
html {
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	white-space: normal;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font-size: 13px;
	color: #003366;
	line-height: normal;
	background-color: #498298;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	word-wrap: break-word;
	background-attachment: scroll;
	background-image: url(../_images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	outline: none;
	behavior: url("../_js/csshover3.htc");
}

/* BEGIN FONTS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 Georgia,Arial,Helvetica,Clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% Georgia,Arial,Helvetica,Clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*
If you want this size in pixels (px)	Declare this percent (%)
10	 77
11	 85
12	 93 (was 93)
13	 100
14	 108 (was 107)
15	 116 (was 114)
16	 123.1 (was 122)
17	 131 (was 129)
18	 138.5 (was 136)
19	 146.5 (was 144)
20	 153.9 (was 152)
21	 161.6 (was 159)
22	 167
23	 174
24	 182
25	 189
26	 197
*/
/* END FONTS */

body * {
	outline: none;
}
h1 {
	font-size: 167%;
	color: #00539F;
	line-height: normal;
	font-weight: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
h2 {
	font-size: 153.9%;
	color: #00539F;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
h3 {
	font-size: 146.5%;
	color: #00539F;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
h4 {
	font-size: 131%;
	color: #00539F;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	text-align: left;
	background-color: #CDDFED;
}
h5 {
	font-size: 116%;
	color: #00539F;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
h6 {
	font-size: 100%;
	color: #00539F;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
p {
	font-size: 93%;
	color: #003366;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
ol {
	font-size: 93%;
	color: #003366;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
}
ul {
	font-size: 93%;
	color: #003366;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
}
p sup {
	vertical-align: text-top;
}
object {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color: #0973B3;
	text-decoration: underline;
	outline: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #178DC6;
	text-decoration: none;
}




.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.block {
	display: block;
}
.align_center {
	display: block;
	text-align: center;
}
.align_left {
	display: block;
	text-align: left;
}
.align_right {
	display: block;
	text-align: right;
}
.vspacer1 {
	clear: both;
	display: block;
	height: 5px;
	overflow: hidden;
}
.smallfont {
	font-size: 10px;
}

.loader {
	height: 15px;
	width: 43px;
	background-image: url(../_images/loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

.hline {
	height: 1px;
	overflow: hidden;
	border: 0px none #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}
.hline_dotted {
	height: 1px;
	overflow: hidden;
	border: 0px none #EEEEEE;
	border-bottom: 1px dotted #EEEEEE;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}


a.butalike, a.butalike:link, a.butalike:visited, a.butalike:active {
	display: block;
	/*font-size: 93%;*/
	font-weight: bold;
	line-height: normal;
	text-align: center;
	text-decoration: none !important;
	color: #FFFFFF;
	margin: 0;
	padding: 2px 2px 3px 2px;
	background-color:#2B68B1;
	height: auto;
	border: 1px solid #0C1D37;
	border-top-color: #CCDEEC;
	border-right-color: #0C1D37;
	border-bottom-color: #0C1D37;
	border-left-color: #CCDEEC;
}
a.butalike:hover, a.butalike:link:hover, a.butalike:visited:hover, a.butalike:active:hover {
	background-position: 0px -40px;
	color: #FFFFFF;
	text-decoration: none !important;
}
a.butalike.inline {
	display: inline;
	padding: 2px 5px 3px 5px;
}

a.iconButton, a.iconButton:link, a.iconButton:visited, a.iconButton:active  {
	padding: 5px 0px 5px 18px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #004798;
}
a.iconButton.sml, a.iconButton.sml:link, a.iconButton.sml:visited, a.iconButton.sml:active  {
	padding: 5px 0px 5px 18px !important;
	color: #2C68B1;
}

.iconButton.back {
	padding-left: 18px !important;
	background-image: url(../_images/icon_back_arrow.gif);
}
.iconButton.fwd {
	padding-left: 18px !important;
	background-image: url(../_images/icon_fwd_arrow.gif);
}
.iconButton.pdf {
	background-image: url(../_images/icon_16x16_pdf.gif);
}
a.arr {
	padding: 2px 0px 2px 11px;
	margin: 1px 0px;
	display: block;
	background-image: url(../_images/arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #004798;
	text-decoration: none;
	line-height: normal;
}
a.arr:hover {
	background-color: #E2EBF4;
	color: #2C68B1;
	text-decoration: none;
}
a.arr2 {
	padding: 2px 0px 2px 11px;
	margin: 1px 0px;
	display: block;
	background-image: url(../_images/arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: #DFEAF7;
	color: #004798;
	text-decoration: none;
	line-height: normal;
}
a.arr2:hover {
	background-color: #DFEAF7;
	color: #4685D0;
	text-decoration: none;
}

.errors {
	border: 1px solid #CC0000;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 1px 3px 2px 3px;
	background-color: #CC0000;
}
.errors p, .errors ul, .errors ol {
	color: #FFFFFF;
} 
.error_color {
	color: #CC0000;
}
.errors a, .errors a.iconButton {
	color: #FFFFFF;
}
.errors a:hover, .errors a.iconButton:hover {
	color: #FFFFFF;
}


.page_navigation_button, .page_navigation_button:link, .page_navigation_button:visited, .page_navigation_button:active {
	font-size: 85%;
	margin: 0px 2px 0px 0px;
	padding-top: 2px;
	width: 20px;
	height: 18px;
	font-weight: bold;
	background-color: #7EADCF;
	text-align: center;
	display: block;
	float: left;
	clear: none;
	color: #142E56;
	text-decoration: none;	
}
.page_navigation_button:hover, .page_navigation_button:link:hover, .page_navigation_button:visited:hover, .page_navigation_button:active:hover {
	color: #004798;
	text-decoration: none;	
}
.page_navigation_button_current {
	font-size: 85%;
	margin: 0px 2px 0px 0px;
	padding-top: 2px;
	width: 20px;
	height: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	clear: none;
	background-color: #004798;
	color: #ffffff;
	text-decoration: none;	
	cursor: default;
}
.page_navigation_extra {
	margin: 0px 2px 0px 0px;
	display: block;
	float: left;
	clear: none;
	color: #225DA9;
}

.photo_thumb {
	background-color: #FFFFFF;
	border: 5px solid #CCDEEC;
}

/* datatable_bordered */
.datatable_bordered {
	font-size: 85%;
	line-height: normal;
	border-bottom: 0px none #93AEBB;
	border-right: 0px none #93AEBB;
	color: #0C1D37;
	border-top: 1px solid #93AEBB;
	border-left: 1px solid #93AEBB;
}
.datatable_bordered th {
	background-color: #E3EDF4;
	font-weight: bold;
	color: #0C1D37;
	border-top: 0px none #93AEBB;
	border-left: 0px none #93AEBB;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #93AEBB;
	border-bottom: 1px solid #93AEBB;
	background-image: url(../_images/thfader.png);
	background-repeat: repeat-x;
	background-position: 0px 0%;

	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E3EDF4,endColorStr=#F3F7FA); 
	behavior: url("../_js/ie_remove_bg_image.htc");
}
.datatable_bordered tr td {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #0C1D37;
	border-top: 0px none #93AEBB;
	border-left: 0px none #93AEBB;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #93AEBB;
	border-bottom: 1px solid #93AEBB;
}
.datatable_bordered tr.alt_row td {
	background-color: #F7FAFB !important;
}
.datatable_bordered th.alt_cell {
	background-color: #CDDFED;

	
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CDDFED,endColorStr=#EAF1F7); 
	behavior: url("../_js/ie_remove_bg_image.htc");
}
.datatable_bordered td.alt_cell {
	background-color: #F7F9FB;
}
.datatable_bordered tr.alt_row .alt_cell {
	background-color: #EFF3F8 !important;
}
.datatable_bordered .info {
	border-bottom: 1px dotted #78BE0E;
	cursor: help;
}

.info {
	border-bottom: 1px dotted #78BE0E;
	cursor: help;
}


/*  */
#overallContainer {
	text-align: center;
}

#headerCell {
	background-color: #DCF1F8;
	width: 990px;
}
#headerLeftExt{
	background-image: url(../_images/header_bg_left.jpg); background-repeat: no-repeat; background-position: 100% 0%; background-color: #DCF1F8;
}
#headerRightExt{
	background-image: url(../_images/header_bg_right.jpg); background-repeat: no-repeat; background-position: 0% 0%; background-color: #DCF1F8;
}
a#mainMenu_b8 {
	background-image: url(../_images/header_contact_button.jpg); background-repeat: no-repeat; background-position: 0px -134px;
	text-decoration: none;
	display: block;
	outline: none;
}
a#mainMenu_b8:hover {
	text-decoration: none;
	background-position: 0px 0px;
}
a#mainMenu_b8.current {
	background-position: 0px 0px;
}


#mainMenu {
}
#mainMenu a.chest_button {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	display: block;
	outline: none;
}
#mainMenu a.chest_button:hover {
	text-decoration: none;
	background-position: 0px -125px;
}
#mainMenu a.chest_button.current {
	background-position: 0px -125px;
}
#mainMenu a.chest_button.b1 {background-image: url(../_images/b1.jpg);} 
#mainMenu a.chest_button.b2 {background-image: url(../_images/b2.jpg);} 
#mainMenu a.chest_button.b3 {background-image: url(../_images/b3.jpg);} 
#mainMenu a.chest_button.b4 {background-image: url(../_images/b4.jpg);} 
#mainMenu a.chest_button.b5 {background-image: url(../_images/b5.jpg);} 
#mainMenu a.chest_button.b6 {background-image: url(../_images/b6.jpg);} 
#mainMenu a.chest_button.b7 {background-image: url(../_images/b7.jpg);} 
#mainMenu a.chest_button img {
	display: block;
	border: 0px none #fff;
	outline: none;
}


#mainContentCell {
	width: 910px;
	background-image: url(../_images/content_bg_center.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: #DCF1F8;
	padding: 10px 40px 0px 40px;
}
#mainContentLeftExt {
	background-image: url(../_images/content_bg_left.jpg); background-repeat: no-repeat; background-position: 100% 100%; background-color: #DCF1F8;
}
#mainContentRightExt {
	background-image: url(../_images/content_bg_right.jpg); background-repeat: no-repeat; background-position: 0% 100%; background-color: #DCF1F8;
}
#mainContentCell .loader {
	display: block;
	width: 910px;
	height: 305px;
}

#contentInfoContainer {
	width: 300px;
	text-align: left;
	vertical-align: top;
}
#thumbsContainer {
	width: 600px;
	text-align: center;
	vertical-align: top;
}
#thumbsContainer a img.thumb {
	margin: 0px 0px 5px 5px;
	border: 3px solid #fff;
	outline: none;
	/*display: block;
	float: left;
	clear: none;*/
}
#thumbsContainer a:hover img.thumb {
	border-color: #003366;
}

#flashCell {
	background-image: url(../_images/flash_placeholder.jpg); background-repeat: no-repeat; background-position: 50% 0%; background-color: #DCF1F8;
	min-height: 319px;
	_height: 319px;
}
#flashLeftExt {
	background-image: url(../_images/flash_bg_left.jpg); background-repeat: no-repeat; background-position: 100% 0%; background-color: #DCF1F8;
}
#flashRightExt {
	background-image: url(../_images/flash_bg_right.jpg); background-repeat: no-repeat; background-position: 0% 0%; background-color: #DCF1F8;
}

#footerCell {
	padding-bottom: 10px;
}
#footerLeftExt {
}
#footerRightExt {
}

#footerInfo {
	padding: 5px;
	color: #D1ECF1;
	font-size: 85%;
}
#footerInfo a, #footerInfo a:link, #footerInfo a:visited, #footerInfo a:active {
	text-decoration: none;
	color: #EFF9FA;
}
#footerInfo a:hover, #footerInfo a:link:hover, #footerInfo a:visited:hover, #footerInfo a:active:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.footer_large_text {
	font-size: 19px;
	line-height: normal;
	padding-bottom: 15px;
}

/* form */ 
.cform {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #F0F5F9;
	font-size: 93%;
}
.cform select,
.cform input,
.cform button,
.cform textarea {
	font:92% Georgia,arial,helvetica,clean,sans-serif;
}
.inputtextfield {
	font-weight: normal;
	line-height: normal;
	color: #333333;
	margin: 0px;
	padding: 1px;
	background-color: #FFFFFF;
	width: 234px;
	height: auto;
	border-top: 1px solid #96B9D8;
	border-right: 1px solid #DAE7F1;
	border-bottom: 1px solid #DAE7F1;
	border-left: 1px solid #96B9D8;
}
.filefield {
	font-weight: normal;
	line-height: normal;
	color: #333333;
	margin: 0 0 0 0;
	padding: 1px 1px;
	background-color: #FFFFFF;	
	border-top: 1px solid #96B9D8;
	border-right: 1px solid #DAE7F1;
	border-bottom: 1px solid #DAE7F1;
	border-left: 1px solid #96B9D8;
	width: 134px;
	height: auto;
}
.textareafield {
	font-weight: normal;
	line-height: 140%;
	color: #333333;
	margin: 0 0 0 0;
	padding: 1px 1px;
	background-color: #FFFFFF;
	border-top: 1px solid #96B9D8;
	border-right: 1px solid #DAE7F1;
	border-bottom: 1px solid #DAE7F1;
	border-left: 1px solid #96B9D8;
	width: 234px;
	height: 92px;
	scrollbar-arrow-color:#96B9D8;
	scrollbar-track-color:#DAE7F1;
	scrollbar-face-color:#DAE7F1;
	scrollbar-highlight-color:#96B9D8;
	scrollbar-3dlight-color:#DAE7F1;
	scrollbar-darkshadow-color:#DAE7F1;
	scrollbar-shadow-color:#96B9D8;
	overflow-y: scroll;
}

.inputbutton {
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 1px 1px;
	background-color:#2B68B1;
	height: auto;
	width: auto;
	cursor: pointer;
	border: 1px solid #0C1D37;
	border-top-color: #7FAED0;
	border-right-color: #0C1D37;
	border-bottom-color: #0C1D37;
	border-left-color: #7FAED0;
	background-image: url(../_images/var_width_button_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.inputbutton:hover {
	background-position: 0px -40px;
}
.selectfield {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 1px 1px;
	height: auto;
	width: 234px;
	line-height: normal;
	border-color: #7FAED1;
}
.nowidth {
	width: auto;
}


/* modal */
#respondContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #cc0000;
	display: none;
	z-index:5001;
	width: 280px;
	min-height: 45px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-top-color: #FB726A;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #FB726A;


	/*border-top-color: #CDE7B4;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #CDE7B4;*/


	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=#000000,offX=3,offY=3,positive=true);
}
#respondContent {
	position: relative;
	background-color: #ffffff;
	z-index:5001;
	width: auto;
	height: auto;
	min-height: 17px;
	margin: 0px 4px 4px 4px;
	padding: 5px;
	border: 0px solid #CDE7B4;
	overflow: auto;
	scrollbar-arrow-color:#83C343;
	scrollbar-track-color:#CDE7B4;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#CDE7B4;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#CDE7B4;
	text-align: left;
	font-size: 93%;
}
#respondControls {
	text-align: right;
	margin: 4px 4px 0px 4px;
	padding: 5px 5px 5px 5px;
	cursor: move;
	color: #213210;
	background-image: url(../_images/modal_window_controls_bar_background.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CDE7B4;
}
#respondTitle {
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
#respondContainer .up {
	border-bottom: 1px solid #CDE7B4;
	background-position: 0px 0px;
}
#respondContainer .down {	
	border-bottom: 1px solid #CC0000;	
	background-position: 0px -100px;
}
#respondContainer .loader {
	/*border: 1px solid #CDE7B4;*/
	height: 13px;
	width: 260px;
	background-image: url(../_images/loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px; 
}


.popupBody {	
	background-color: #fff;
}
.popupBody .popupBox {
	text-align: left;
	padding: 20px;
}




