@charset "utf-8";
/* CSS Document */


/************* General style****************/
/*****************************************/
body{ margin:0; padding:0;background-image:url('../images/body.jpg'); background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif;}
h1{ margin:0; padding:0; color:#045982; font-size:24px;}
h2{margin:0; padding:0 0 0 5px; color:#636d76; font-size:20px}
h3{ margin:0; padding:0; color:#000; text-transform:uppercase; font-size:10px; }
h4{ margin:0; padding:10px 0 0 10px; color:#636d76; text-transform:uppercase; font-size:10px; font-weight:bold; }

p{color:#000;  font-size:13px; padding:10px; margin:0;}
a { color:#0e6c90; text-decoration:none; font-size:12px;}
ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 12px;
}
.bold { font-weight:bold;}
	
/************* Miandiv style****************/
/*****************************************/

#outerDiv{ margin:0 auto;  width:906px;}
#mainDiv{ margin:0 auto; padding:0;   width:906px;}


/************* Header style****************/
/*****************************************/
#header{ width:906px; margin:0 auto; }
#top{ width:906px; float:left;}
#logo{ width:425px; float:left; margin:23px 0 0 0; display:inline;}

#search{ width:200px; float:right; margin:25px 0px 0 0;}
.searchTextbox { border:1px solid #003d5a; width:160px; height:18px; color:#003d5a; font-size:12px;}
#topmenu {padding-bottom:5px;}
#nav {padding:0; margin:0 0 3px 0; list-style:none; height:26px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; float:right;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:26px; line-height:27px; color:#666; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background:#ececec; border:1px solid #0082c1;}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:26px;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:26px; }
#nav li a.top_link:hover {color:#fff; background: url(../images/blank_over.gif) no-repeat;}
#nav li a.top_link:hover span {background:url(../images/blank_over.gif) no-repeat right top;}
#nav li a.top_link:hover span.down {background:url(../images/blank_overa.gif) no-repeat right top;}

#nav li:hover > a.top_link {color:#fff; background: url(../images/blank_over.gif) no-repeat;}
#nav li:hover > a.top_link span {background:url(../images/blank_over.gif) no-repeat right top;}
#nav li:hover > a.top_link span.down {background:url(../images/blank_overa.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{left:0; top:28px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:230px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:230px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:20px; width:230px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
#nav li ul.sub li a.fly
{background:#fff url(../images/arrow.gif) 220px 7px no-repeat; }
#nav li:hover ul.sub li a:hover 
{background:#3a93d2; color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#3a93d2 url(../images/arrow_over.gif) 220px 7px no-repeat; color:#fff;}

#nav li:hover ul li:hover > a.fly {background:#3a93d2 url(../images/arrow_over.gif) 200px 7px no-repeat; color:#fff;} 

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:230px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:230px; z-index:400; height:auto;}

/************* content style****************/
/*****************************************/
#contentWrapper{ background:#fff; width:906px; float:left; padding-bottom:10px; margin:0px auto 0 auto; }
#flashGallery{ width:864px;  background: url(../images/new flash_white_titles.swf) no-repeat; height:285px; margin:15px auto;}
#flashGallery2{ width:864px;  background: url(../images/Swep.swf) no-repeat; height:285px; margin:15px auto;}

#innercontentWrapper{ background:#fff; width:870px;  margin:20px auto;}
.leftContent{ width:274px; margin:10px 0 0 0px; padding:0 10px; float:left; display:inline;  }
.contentPanel{width:290px; margin:10px 0 0 0px; padding:0 10px; float:left; }
.rightContent{width:300px; float:left; margin:10px 0 0 0 ; padding:0 10px;}
#leftPanel{ width:278px; float:left; margin:0; padding:0 10px;}
#rightPanel{ width:280px; float:left; margin:0; padding:0 10px;}
#midPanel{ width:268px; float:left; margin:0; padding:0; border-left:3px solid #e6e6e6; border-right:1px solid #e6e6e6;}
#leftPanel h1, #rightPanel h3, #midPanel h2 { margin:0 auto; padding:0; text-align:center;}
#navlist li { list-style-type: square; font-size:12px;}
#navcontainer ul{ padding:10px 0 0 30px;}
#leftPanel a img, #midPanel a img{ text-align:right; float:right; padding:0 20px; }
/************* leftcontent style****************/
/*****************************************/

/************* Footer style****************/
/*****************************************/
#footer{border-top: 2px solid #176c9d; width:906px; margin:10px 0 0 0; padding:10px 0 0 0;}
#footerLeft { width:260px; float:left; padding-left:20px;}
#footercenter { width:200px; float:left; padding-left:70px;padding-:30px}

#footerRight{ width:406; float:right;  padding-right:20px;}
#footer ul{  text-align:right; margin:0; padding:0;}
#footer ul li{ display:inline; list-style:none; padding-left:10px;}
#footer ul li a{ color:#005a81; text-decoration:none; font-size:11px;}
#footer ul li a:hover{ text-decoration:underline;}
#footer p{ text-align:right; color:#76b4da; margin:0; padding:0;}

/************* Contact Us Page****************/
/*****************************************/
#leftSidebar{ display:inline; float:left; margin:20px 20px 0 20px; width:546px; }

#rightSidebar { display:inline; float:left; margin:20px 20px 0 20px; overflow:hidden; width:280px;}
/*********************Form style******************/
#wrapper {width:400px; margin:50px auto}
.form {float:left; padding:0 10px 10px 10px; }
.form label {float:left; width:140px; padding:10px 10px 0 0; font-weight:normal; font-size:12px;}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px; width:200px;}
.form .button {margin-top:10px; width:80px;}
.form .submit {clear:both; margin:10px 0 0 150px}
#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; width:250px}


/*********************sidebar***********************/

.sidebarTop { background:url(../images/sidebar-top.png) no-repeat; width:280px; height:32px; margin:0; padding:0;}
.sidebarMid { background:url(../images/sidebar-mid.png) repeat-y; margin:0; padding:2px;}
.sidebarBottom { background:url(../images/sidebar-bottom.png) no-repeat; width:280px; height:8px; margin:0 0 10px 0; padding:0;}

/*------------------Left column navigation -------------*/
#innerleftSidebar{ display:inline; float:left; margin:20px 20px 0 20px; width:180px; }

#innerrightSidebar { display:inline; float:left; margin:20px 20px 0 0px; overflow:hidden; width:666px;}

#innerrightSidebar h1, h2, h3, h4 ,h5, h6 { margin:0; padding:0;}
#innerrightSidebar p {
	margin: 10px 0;
	padding:0;
	font-size:12px;
	line-height:20px;
	text-align: justify;
}
#innerrightSidebar  h2, h3, h4 ,h5, h6 { margin:0; padding:0;color:#636d76;}
#innerrightSidebar h1 { border-bottom:2px solid #045982; font-size:1.4em; font-weight:normal; }
#innerrightSidebar h2, h3, h4 { font-size:1em; font-weight:bold; margin:10px 0 0 0; padding:5px 0 0 15px;}

/************Left Nav**********************/
div.sdmenu {width: 150px;font-family: Arial, sans-serif;font-size: 12px;padding-bottom: 10px;background: url(../images/bottom.gif) no-repeat  right bottom;color: #fff;}
div.sdmenu div {background:url(../images/title.gif) repeat-x;overflow: hidden;}
div.sdmenu div:first-child {background: url(../images/toptitle.gif) no-repeat;}
div.sdmenu div.collapsed {height: 25px;}
div.sdmenu div span {display: block;height:auto;padding: 5px 25px;font-weight: bold;color: white;background:#5a5959 url(../images/expanded.gif) no-repeat 10px center;	cursor: default;border-bottom: 1px solid #ddd;}
div.sdmenu div.collapsed span {background-image: url(../images/collapsed.gif);}
div.sdmenu div a {padding: 5px 10px;background: #eee;display: block;border-bottom: 1px solid #ddd;color: #066;}
div.sdmenu div a.current {background : #ccc;}
div.sdmenu div a:hover{background : #309dc5 url(../images/linkarrow.gif) no-repeat right center;color: #fff;text-decoration: none;} 
div.sdmenu div a.active{background : #137092 url(../images/linkarrow.gif) no-repeat right center;color: #fff;text-decoration: none;}

/************Experienced opening table**********************/

#one-column-emphasis{font-size: 12px;margin:20px auto;width: 640px;text-align: left;border-collapse: collapse;}
#one-column-emphasis th{font-size: 14px;font-weight: normal;padding: 12px 15px;color: #039;}
#one-column-emphasis td{padding: 10px 15px;color: #669;border-top: 1px solid #e8edff;}
.oce-first{background: #76b4da;border-right: 10px solid #fff;border-left: 10px solid #fff;}
/*#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}*/

.expopening li{margin:0; padding:0; line-height:1.5em; list-style:disc;}
