/*
-----------------------------------------------
Middlebury ConnectEd
Stylesheet: Home.css
Author:   Ben Glassman
Created: 06 July 2007
----------------------------------------------- */

* { margin: 0; padding: 0; }
a img { border: 0; }

body {
	font: 62.5%/1.8em 'Helvetica Neue', Helvetica, Arial, serif;
	text-align: center;
	background: #FFF;
	color: #000;
	padding: 60px 0 0;
}

html > body { text-align: left; }

#content {
	background: transparent url(../images/bg-content-home.gif) no-repeat top left;
	margin: 0 auto;
	width: 621px;
	height: 434px;
	position: relative;
}

#logo {
	width: 260px;
	height: 45px;
	position: absolute;
	top: 195px;
	left: 189px;
}

#tagline {
	text-indent: -999em;
	background: transparent url(../images/tagline.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	width: 270px;
	height: 115px;
	position: absolute;
	top: 249px;
	left: 185px;
}

#date {
	text-indent: -999em;
	background: transparent url(../images/date-location.gif) no-repeat top left;
	width: 240px;
	height: 55px;
	position: absolute;
	top: 274px;
	left: 199px;
}

#navigation li { background: transparent url(../images/bg-navigation-home.gif) no-repeat top left; position: absolute; list-style: none; width: 125px; height: 125px; }
#navigation li a { text-indent: -999em; background-image: url(../images/bg-navigation-home.gif); background-repeat: no-repeat; display: block; outline: 0; width: 125px; height: 125px; }

#nav_program { top: 87px; left: 54px; }
#nav_program, #nav_program a { background-position: -125px 0; }
#nav_program a:hover, #nav_program a:active { background-position: -125px -125px; }

#nav_content { top: 281px; left: 1px; }
#nav_content, #nav_content a { background-position: 0 0;  }
#nav_content a:hover, #nav_content a:active { background-position: 0 -125px; }

#nav_post_conference { top: 1px; left: 271px; }
#nav_post_conference, #nav_post_conference a { background-position: -250px 0; }
#nav_post_conference a:hover, #nav_post_conference a:active { background-position: -250px -125px; }

#nav_general_information { top: 291px; left: 527px; }
#nav_general_information, #nav_general_information a { background-position: -375px 0; }
#nav_general_information a:hover, #nav_general_information a:active { background-position: -375px -125px; }

#nav_news { top: 84px; left: 512px; }
#nav_news, #nav_news a { background-position: -500px 0; }
#nav_news a:hover, #nav_news a:active { background-position: -500px -125px; }

/*
#links {
	border-top: 1px solid #D6E2E7;
	width: 530px;
	position: absolute;
	top: 555px;
	left: 50px;
}
#links ul { list-style: none; }
#nav_middlebury { position: absolute; top: 15px; left: 60px; }
#nav_miis { position: absolute; top: 23px; left: 275px; }
*/

#links {
	border-top: 1px solid #D6E2E7;
	margin-left: 0px;
	width: 630px;
	position: absolute;
	top: 555px;
	left: -5px;
}

#links ul { list-style: none; }
#nav_middlebury { position: absolute; top: 10px; left: 0px; }
#nav_miis { position: absolute; top: 10px; left: 179px; }
#nav_salzburg { position: absolute; top: 10px; left: 370px; }
#nav_city_monterey { position: absolute; top: 10px; left: 546px; }
