@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #4A5C7C;
	margin: 0; padding: 0;
	text-align: center;
	font-size: 12px;
	color: #B6BECA;
}
.splashpage #container {
	background: url(images/background-splash.jpg) center 80px no-repeat;
	width: 760px;  
	margin: 0 auto; 
	text-align: left; 
	min-height: 640px;
}
.insidepage #container {
	background: url(images/background-inside.jpg) center 5px no-repeat;
	width: 830px;  
	margin: 0 auto; 
	text-align: left; 
}

a, a:active, a:visited { color: #B6BECA; text-decoration: none; } a:hover { color: #FFF; }
.footer { width: 100%; clear: both; text-align: center; padding: 15px 0 20px; }
.footer p { width: 700px; margin: 0 auto 10px; }

.image-right { float: right; margin: 0 0 10px 20px;  }
.image-center { clear: both; margin: 0 auto 20px; text-align: center; }
.slideshow { margin: 0 auto 20px; text-align: center;  }
.image-gird-block-outer { display: table; position: static; width: 706px; }
.row-start { clear: table-row; clear: right; clear: left; }
.image-gird-block { padding: 3px 3px 0 0; display: table-cell; vertical-align: middle; width: 232px; float: left;}

/** FOR MAIN PAGE **/
.front { padding: 233px 0 0; }
.front img { float: left; padding-left: 7px; }

.frontcontact { float: left; width: 200px; padding: 40px 0 0; color: #B6BECA; font-size: 11px; }


/** FOR INSIDE PAGE **/
#quote { float: right; margin: 20px 45px 0 0; overflow:hidden; text-align: right; font-weight: bold; font-size: 11px; 
    height: 80px !important; /* understood by all browsers */ 
    height: 80px; /* IE6 incorrectly uses this value */
clear: right;
}
#quote em { font-weight: normal; }
#quote div { display: none; width: 400px; }


ul#tabs { width: 100%; clear: both; dispaly: block; padding-left: 40px; float: left; height: 35px; oveflow: hidden; position:relative;
    background: #4A5C7C !important; /* understood by all browsers */ 
    background: none; /* IE6 incorrectly uses this value */
    margin: 0 0 0 0 !important; /* understood by all browsers */ 
    margin: 18px 0 0 22px; /* IE6 incorrectly uses this value */
    clear: none !important; /* understood by all browsers */ 
    clear: both; /* IE6 incorrectly uses this value */
     
}
>ul#tabs {
    margin-top: 18px; /* IE7 incorrectly uses this value */
}
ul#tabsnested { width: 100%; clear: both; dispaly: block; clear: both; padding: 4px 0px 3px; text-align: center; 
    margin: 0 !important; /* understood by all browsers */ 
    margin: 0 0 0 40px; /* IE6 incorrectly uses this value */
}
ul#tabs li { float: left; list-style-type: none; color: #2E3D57; font-size: 14px; text-transform: uppercase; margin: 0 3px; text-align: center; display:inline;  }
ul#tabsnested li { display: inline; list-style-type: none; color: #2E3D57; margin:0; padding:0; display:inline; }

ul#tabs li a, ul#tabs li a:visited { color: #2E3D57; background: url(images/tabs/tab-inactive.jpg) top left no-repeat; display: block; padding: 3px 10px; line-height: 14px; overflow: hidden; width: 123px; height: 32px; }
ul#tabs li a.active { background: url(images/tabs/tab-active.jpg) top left no-repeat; }
ul#tabs li a#t1, ul#tabs li a#t3, ul#tabs li a#t4, ul#tabs li a#t5 { padding-top: 9px; height: 23px; }
ul#tabs li a.current { background: url(images/tabs/tab-active.jpg) top left no-repeat; }

ul#tabsnested li a, ul#tabsnested li a:visited { color: #2E3D57; padding: 0 1px 0 0; border-bottom: 1px dashed #2E3D57; } 
ul#tabsnested li a:hover { color: #B6BECA; border-bottom: none; } 

#panes { padding: 0; margin: 0; }
#panesnested { color: white; width: 100%; clear: both; background: #313C5A; width: 700px; padding: 40px 29px;  border: 1px solid white; border-top: none; display: block; font-size: 120%; line-height: 150%; min-height: 435px; 
    margin: 0 34px !important; /* understood by all browsers */ 
    margin: 0 76px; /* IE6 incorrectly uses this value */
}
#panesnested p { margin: 3px 0 20px 0; letter-spacing: .1em; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; }

#panesnested ul li { margin: 5px 0 8px 15px; }
#panesnested .twocol ul { margin: 0 20px 0 0; float: left; width: 250px; }

.clear { width: 100%; clear: both; }
.last { margin-left: -3%; display:none; }
.underline { text-decoration: underline; }
.center { text-align: center; }


/** FOR JS POPUPS **/
#hide { display: none; }