@charset "utf-8";
/* CSS Document */
/*--------------CONTAINERS-------------------cc sdjkfsdjkhfksdh -*/
body
{
margin:0px auto;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
#container
{
width:800px;
padding:0px;
margin:0px;
margin: 0 auto;
}
#header
{
width:750px;
padding:27px 27px 0px 17px;
height:70px;
}
.strip
{
width:754px;
height:17px;
font-weight:bold;
padding:3px 23px 3px 23px;
background-color:#0065b3;
color:#fff;
}
h3
{
font-size:12px;
color:#0065b3;
margin:0px;
text-align:left;
font-weight:bold;
margin-bottom:7px;
margin-top:10px;
}
p
{
line-height:18px;
text-align:justify;
}
#wrapper
{
width:800px;
margin-top:8px;
}
#footer
{
clear:both;
border-top:1px solid #99aac6;
text-align:center;
color:#808080;
width:800px;
}
h2
{
margin:0px auto;
padding:0px;
}
h2{
background-image:url(/_layouts/1033/IMAGES/DaichiImages/bg_grd.gif);
background-repeat:repeat-x;
line-height:20px;
height:20px;
font-size:11px;
font-weight:bold;
padding:0 8px;
color:#fff;
text-align:center;
}

/*------------------COLUMNS---------------------*/
 
#col1
{
margin:0px auto;
width:125px;
border-left:1px dotted #8ba3c2;
padding-top:13px;
padding-left:1px;
padding-right:1px;
float:left;
max-height:425px; 
height:425px; 
}
html > body #col1
{  
height: auto;  
} 
/* New Added */
#colleft
{
margin:0px auto;
width:200px;
padding-top:13px;
padding-left:1px;
padding-right:1px;
float:left;
min-height:415px; 
height:415px; 
}
html > body #col1
{  
height: auto;  
}  
 /* New Ended */
#col2
{
width:130px;
border-left:1px dotted #8ba3c2;
padding-top:13px;
padding-left:5px;
padding-right:5px;
float:left;
max-height:425px; 
height:425px; 
}
html > body #col2
{  
height: auto;  
} 

/* New Added */
#colright
{
width:600px;
border-left:1px dotted #FF8339;
padding-top:13px;
padding-left:5px;
padding-right:5px;
float:left;
min-height:415px; 
height:415px; 
}
html > body #col2
{  
height: auto;  
} 
/* New Ended */

#col3
{
text-align:center;
width:359px;
border-left:1px dotted #8ba3c2;
padding-top:13px;
padding-left:6px;
padding-right:6px;
float:left;
max-height:425px; 
height:425px; 
}
html > body #col3
{  
height: auto;
} 
#col4
{
width:147px;
border-left:1px dotted #8ba3c2;
border-right:1px dotted #8ba3c2;

padding-left:4px;
padding-right:4px;
float:left;
text-align:center;
max-height:435px; 
height:435px; 
}
html > body #col4
{  
height: auto;  
} 


/*--------------- Root = Horizontal, Secondary = Vertical------------- */
ul#navmenu-h {
  margin: 0 auto;
  border: 0 none;
  padding: 0px;
  width: 800px; /*For KHTML*/
  list-style: none;
  height: 24px;
  background-color:#f36523;
}

ul#navmenu-h li {
  margin: 0 auto;
  border: 0 none;
  padding: 0px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;

}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 113px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  border-bottom:4px solid #f36523;
  
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
width:113px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/

}

/* Root Menu */
ul#navmenu-h li a {
  border-right:1px solid #fff;
  width:113px;
  text-align:center;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #f36523;
  color: #fff;
  font: bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  letter-spacing:-1.3px;
  height: 1%; /*For IE*/
}
ul#navmenu-h li a.none {
  border-right:0px solid #fff;
 
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #fc8d5a;
  color: #FFF;
}

/* 2nd Menu */

ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #febb92;
  color: #000;
  font-size:10px;
  font-weight:normal;
  text-align:center;
  line-height:17px;
  letter-spacing:0.1px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #ffd2a1;
  color: #000;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background:#febb92; 
  color: #000;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #ffd2a1;
  color: #000;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #febb92;
  color: #000;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #ffd2a1;
  color: #000;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 114px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/*------------------ LIST fOR ORANGE TEXT -------------------------*/
ul#list
{
margin:0px auto;
padding:0px;
width:110px;
padding-top:10px;
padding-left:15px;
}
ul#list li
{
list-style-type: square;
color:#f36523;
padding-bottom:7px;
}
ul#list li a
{
color:#f36523;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
ul#list li a:hover
{
color:#0065b3;
}
.more, .more a
{
float:right;
padding-right:5px;
font-size:11px;
font-weight:bold;
color:#908579;
text-decoration:none;
}
.link, .link a
{
color:#0065b3;
font-size:11px;
font-weight:bold;
text-align:right;

margin-bottom:3px;
text-decoration:none;
}

/*-------------------LIST FOR BLUE TEXT --------------------*/

ul.listblue
{
margin:0px;
padding:0px;
list-style-type:none;
width:119px;
padding-left:20px;
padding-top:13px;

}
ul.listblue li
{
list-style-type: square;
color:#f36523;
padding-bottom:8px;
text-align:left;
}
ul.listblue li a
{
color:#0065b3;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
ul.listblue li a:hover
{
color:#f36523;
}
/*------------------FOOTER LIST---------------------------*/
ul#ftlinks
{
margin:0px;
padding:0px;
list-style-type:none;
width:700px;
padding-left:50px;
padding-right:50px;
padding-top:10px;
margin-bottom:15px;
text-align:center;
line-height:20px;

}
ul#ftlinks li
{
border-right:1px solid #0065b3;
display:inline;
padding-left:5px;
padding-right:5px;
text-align:center;

}
ul#ftlinks li a
{
color:#fe7d3b;
font-size:10px;
font-weight:bold;
text-decoration:none;
}
ul#ftlinks li a:hover
{
color:#0065b3;
text-decoration:underline;
}
/*-------------CSS FOR SCROLLING TEXT----------------*/
#marqueecontainer
{
position: relative;
overflow: hidden;
font-size:11px;
color:#0065b3;
font-weight:normal;
padding: 2px;
margin-top:20px;
background-color:#feefe9;
width:121px;
height:190px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#vmarquee
{
position: absolute; 
width: 98%;
}
#marqueecontainer span a
{
color:#005ca0;
font-size:10px;
font-weight:bold;
padding-left:70%;
}
ul#news
{
margin:0px;
padding:0px;
list-style-type:none;
width:113px;
padding-left:4px;
padding-right:8px;
}
ul#news li 
{
font-size:11px;
color:#0065b3;
text-decoration:none;
border-bottom:1px dotted #000094;
padding:15px 2px;

}
/*------------------STYLES FOR TEXT-------------------------*/
.style1, style1 a{ color:#0065b3; font-size:11px; font-weight:bold; text-decoration:none;}
a.style1:hover { color:#f36523; text-decoration:underline;}
.style2{color:#f36523;font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.style3, style3 a{ color:#0065b3; font-size:9px; font-weight:bold; text-decoration:none;}
a.style3:hover { color:#f36523; text-decoration:underline;}

/*----------------------END CSS---------------------------*/

