/* --------------------------------------------
   reset
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
ul, ul li, ol, ol li {list-style: none; margin: 0; padding: 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
em {font-style: normal;}

/* --------------------------------------------
   
----------------------------------------------- */
body
{
	font: 11px/12px verdana, arial, sans-serif;
	background-color: #efebea;
	background-repeat: repeat-x;
}

body.home
{
	background-image: url(../img/bg_body/bg_body_home2.gif);
}

body.about
{
	background-image: url(../img/bg_body/bg_body_about.gif);
}

body.explore
{
	background-image: url(../img/bg_body/bg_body_explore.gif);
}

body.participate
{
	background-image: url(../img/bg_body/bg_body_participate.gif);
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

select option
{
	margin-right: 10px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#header,
div#content,
div#footer
{
	width: 984px;
	position: relative;
	margin: 0 auto;
}

/* --------------------------------------------

----------------------------------------------- */
div#header-wrapper
{
	background: url(../img/global/bg_header3.gif) no-repeat center top;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#header
{
    height: 127px; 84px;
}

/* logo */
div#header a#logo
{
    /*width: 157px;*/
    /*height: 53px;*/
    /*background: url(../img/global/img_logo.gif) no-repeat;*/
    position: absolute;
    /*top: 10px;*/
    /*left: 7px;*/
    text-indent: -2000px;
    overflow: hidden;

    width: 216px;
    height: 79px;
    left: 10px;
    top: 41px;
    background: url(../img/global/img_logo.gif) no-repeat;
}

/* language nav */
div#header ul#nav-language
{
	position: absolute;
	top: 7px;
	right: 10px;
}

div#header ul#nav-language li
{
	float: left;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 2px solid #369;
}

div#header ul#nav-language li.last
{
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

div#header ul#nav-language li a
{
	color: #369;
}

div#header ul#nav-language li.active a
{
	color: #999;
}

/* main nav */
div#header ul#nav-main
{
	position: absolute;
    top: 93px; 57px;
	left: 649px;
}

div#header ul#nav-main li
{
	float: left;
	height: 27px;
	margin-right: 2px;
	background: url(../img/global/bg_nav_main_inactive_left.gif) no-repeat;
	padding-left: 7px;
}

div#header ul#nav-main li a
{
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	float: left;
	background: url(../img/global/bg_nav_main_inactive_right.gif) no-repeat 100% 0;
	padding-top: 8px;
	height: 19px;
	padding-left: 3px;
	padding-right: 10px;
	color: #fff;
}

/* home */
div#header ul#nav-main.home li.home,
div#header ul#nav-main li.home:hover
{
	background-image: url(../img/global/bg_nav_main_home_left.gif);
}

div#header ul#nav-main.home li.home a,
div#header ul#nav-main li.home:hover a
{
	background-image: url(../img/global/bg_nav_main_home_right.gif);
	background-color: #666;
}

/* about */
div#header ul#nav-main.about li.about,
div#header ul#nav-main li.about:hover
{
	background-image: url(../img/global/bg_nav_main_about_left.gif);
}

div#header ul#nav-main.about li.about a,
div#header ul#nav-main li.about:hover a
{
	background-image: url(../img/global/bg_nav_main_about_right.gif);
	background-color: #a2c539;
}

/* explore */
div#header ul#nav-main.explore li.explore,
div#header ul#nav-main li.explore:hover
{
	background-image: url(../img/global/bg_nav_main_explore_left.gif);
}

div#header ul#nav-main.explore li.explore a,
div#header ul#nav-main li.explore:hover a
{
	background-image: url(../img/global/bg_nav_main_explore_right.gif);
	background-color: #369;
}

/* participate */
div#header ul#nav-main.participate li.participate,
div#header ul#nav-main li.participate:hover
{
	background-image: url(../img/global/bg_nav_main_participate_left.gif);
}

div#header ul#nav-main.participate li.participate a,
div#header ul#nav-main li.participate:hover a
{
	background-image: url(../img/global/bg_nav_main_participate_right.gif);
	background-color: #f60;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content-wrapper
{
	background: #fff;
	padding-top: 4px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div.module
{
	background-repeat: no-repeat;
}

div.module h1
{
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-left: 8px;
	padding-left: 4px;
	height: 22px;
	padding-top: 9px;
	text-transform: uppercase;
}

div.module h1 a
{
	color: #fff;
}

div.module div.module-content
{

}

/* --------------------------------------------
   
----------------------------------------------- */
div#footer
{
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 20px;
}

div#footer a.attribution
{
	float: left;
	background: url(../img/global/logo_berkman.gif) no-repeat;
	padding-left: 83px;
	height: 54px;
    width: 428px;
    padding-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin-left: 32px;
}

div#footer ul
{
	float: right;
	margin-top: 5px;
	margin-right: 70px;
}

div#footer ul li
{
	float: left;
	padding-right: 5px;
	border-right: 1px solid #069;
	margin-right: 5px;
}

div#footer ul li.last
{
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}

div#footer ul li a
{
	font-size: 10px;
	font-weight: bold;
	color: #069;
}

div#preloadedimages
{
   position: absolute;
   overflow: hidden;
   left: -2000px;
   top: -2000px;
   height: 1px;
   width: 1px;
}
