* {
    margin: 0;
   padding: 0;
   border: none;
    font-size: 1em;
}
body {
   font: 62.5% Arial, Helvetica, sans-serif;
    background: #036 url(/images/body.jpg) repeat-x;
}
#container {
    width: 820px;
    margin: 0 auto;
    background: url(/images/container.gif) repeat-y;
}
#header {
    width: 792px;
    margin: 0 auto;
    height: 74px;
    background-color: #060505;
    padding: 17px 0 0 20px;
    position: relative;
}
#header h1 {
    width: 210px;
}
#header h1 a {
    background: url(/images/h1.gif) no-repeat;
    width: 189px;
    height: 48px;
    display: block;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}
* html>body #header h1 a {
   letter-spacing: -999em;    
}
#header ul {
    position: absolute;
    /*width: 290px;*/
    top: 15px;
    right: 7px;
    list-style: none;
}
#header ul li {
    float: left;
    padding: 0 5px;
    color: #FFF;
    border-right: solid 1px #FFF;
}
#header ul li.last {
    border-right: none;
}
#header ul li a, #header ul li a:visited {
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
    text-decoration: none;    
}
#header ul li a:hover {
    text-decoration: underline;    
}
/*Navigation*/
#navigation {
    width: 812px;
    height: 27px;
    margin: 0 4px 1px 4px;
}
#navigation h2 {
    height: 0;
    overflow: hidden;
}
#navigation ul {
    /*width: 812px;*/
    height: 27px;
    list-style: none;
    background: url(/images/navigation.gif) 0 0 no-repeat;
}
#navigation li ul {
    height: auto;
    background: #5987B2;
    position: absolute;
    top: 28px;
    left: 0;
    /*width: 100%;*/
    width: 162px;
    padding: 4px 0;
    display: none;
}

#navigation li:hover ul, #navigation li.over ul {
    margin-top: -1px;
    display: block;
}
#navigation li {
    float: left;
    position: relative;
}
#navigation li li {
    float: none;
    position: static;
    border-bottom: dotted 1px #FFF;
}
#navigation li li.last {
    border-bottom: none;
}
#navigation a {
    width: 162px;
    height: 27px;
    display: block;
    background-image: url(/images/navigation.gif);
    background-repeat: no-repeat;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}
#navigation li.about-eurasia-group a {
    background-position: 0 100%;
}
#navigation li.client-login a {
    background-position: -162px 100%;
}
#navigation li.research-capabilities a {
    background-position: -324px 100%;
}
#navigation li.media-center a {
    background-position: -486px 100%;
}
#navigation li.careers a {
    background-position: -648px 100%;
}
#navigation li:hover a, #navigation li.over a {
    background: none;
}

#navigation li li a {
    height: auto;
    width: 151px;
    display: block;
    color: #FFF;
    text-indent: 0;
    letter-spacing: normal;
    font-size: 1.2em;
    text-decoration: none;
    padding: 3px 0 3px 11px;
    background: none;
}

#navigation li li a:hover {
    color: #BBCEE0;
}

/*Content*/
#content {
    width: 812px;
    margin: 0 auto;
    padding: 0 4px;
    overflow: hidden;
}

#secondary-content ul li {
    font-size: 1.2em;
    margin: 10px 0;
}

.client-portal {
    background-color: #FFF;
    border: solid 1px #000;
    padding: 3px;
	width: 100px;
}
.client-portal a {
    color: #000;
	font-weight: bold;
	display: block;
    font-size: 1.1em;
    text-decoration: none;
}
.banner p {
    height: 0;
    display: block;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}
#primary-content {
    width: 600px;
    float: left;
}
#primary-content .main-content {
    width: 560px;
    float: left;
    padding: 30px 20px 0 20px;
}
#primary-content .main-content p {
    font-size: 1.2em;
    margin: 5px 0 15px 0;
}
.main-content ul {
	margin: 0;
	padding: 0;
}
.main-content li {
	margin: 0;
	padding: 0;
}

/*Footer*/
#footer {
    width: 815px;
    height: 6px;
    background: #003366 url(/images/footer.gif) top no-repeat;
    color: #FFF;
    font-size: 1.1em;
    padding: 15px 0 30px 5px;
}
#footer p {
    width: 450px;
    float: left;
}
#footer ul {
    float: right;
    list-style: none;
}
#footer ul li {
    float: left;
    padding: 0 5px;
    color: #FFF;
    border-right: solid 1px #FFF;
}
#footer ul li.last {
    border-right: none;
}
#footer ul li a, #footer ul li a:visited {
    font-size: 1em;
    color: #FFF;
    text-align: center;
    text-decoration: none;    
}
#footer ul li a:hover {
    text-decoration: underline;        
}

#bullet-indent {
padding-left: 10px; }

#japan {
    position:absolute;
    left:754px;
    top:58px;
    width:45px;
    height:21px;
    z-index:1;
}


