/* CSS Document */
html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:arial, helvetica, san-serif;
	font-size:12px;
	color:#777;
	background:url(/images/english/research/main_header_gradient.jpg) repeat-x #fff;
}

h1 { font-size:24px; color:#b6c691; }
h2 { font-size:18px; color:#5a471c; }

img { border:0px; }

a:link { color:#00549e; }
a:visited { color:#00549e; }
a:active { color:#00549e; }
a:hover { color:#056cb6; }

#container {
	width:100%;
	height:100;
}

#headerbar {
        width:770px;
        height:20px;
        color:#fff;
        font-size:11px;
        background:#43497a;
        margin:0 auto 0 auto;
        padding:5px;
        position:relative;
        z-index:10;
        letter-spacing:1px;
}

#headerbar a:link { color:#fff; float:left; margin-left:15px; }
#headerbar a:visited { color:#fff; float:left; margin-left:15px; }
#headerbar a:active { color:#fff; float:left; margin-left:15px; }
#headerbar a:hover { color:#fff; float:left; margin-left:15px; }

#footer {
        width:100%;
        float:left;
        background:url(/images/shared/footer_bkg.jpg) repeat-x top #424879;
}

#footer_text {
        width:780px;
        margin:10px auto 0 auto;
        padding:10px;
        font-size:11px;
        color:#fff;
        text-align:center;
}

#footer_text a:link { color:#fff; }
#footer_text a:visited { color:#fff; }
#footer_text a:active { color:#fff; }
#footer_text a:hover { color:#f6f3cf; }


#main {
	width:780px;
	margin:0 auto 0 auto;
}

#header {
	width:780px;
	height:300px;
	float:left;
	margin:-30px 0 0 0;
	background:url(/images/english/research/main_header_image.jpg) no-repeat;
}

#navbox {
	width:200px;
	float:right;
	margin:-40px 90px 0 0;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	line-height:30px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
}

#navbox a:link { display:block; padding:0 0 0 10px; color:#fff; text-decoration:none; border-bottom:1px solid #fff; }
#navbox a:visited { display:block; padding:0 0 0 10px; color:#fff; text-decoration:none; border-bottom:1px solid #fff; }
#navbox a:active { display:block; padding:0 0 0 10px; color:#fff; text-decoration:none; border-bottom:1px solid #fff; }
#navbox a:hover { display:block; background:#cae1b1; border-left:2px solid #fff; padding:0 0 0 8px; color:#fff; text-decoration:none; border-bottom:1px solid #fff; }

#subnav {
	width:100%;
	float:left;
	margin:0 0 15px 0;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	text-align:center;

	font-weight:bold;
	font-size:11px;
}

#subnav a:link { display:block; float:left; color:#888; text-decoration:none; padding:6px; }
#subnav a:visited { display:block; float:left; color:#888; text-decoration:none; padding:6px; }
#subnav a:active { display:block; float:left; color:#888; text-decoration:none; padding:6px; }
#subnav a:hover { display:block; float:left; color:#888; background:#eaeaea; text-decoration:none; padding:6px; }

#content {
	width:720px;
	float:left;
	padding:30px;
}

.section {
	margin:30px 0 0 0;
}

.section h2 {
	margin-bottom:0;
	padding-bottom:0;
}

.section a:link { color:#9e6614; font-weight:bold; }
.section a:visited { color:#9e6614; font-weight:bold; }
.section a:active { color:#9e6614; font-weight:bold; }
.section a:hover { color:#9e6614; font-weight:bold; }

.section img {
	float:left;
	margin:0 15px 30px 0;
}

