/*-----------------------------------+
 | Site: Madden Electric             |
 | Part: Master stylesheet           |
 +-----------------------------------*/

/* Resets
=====================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global
=====================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, times, serif;
	font-size: 13px;
	line-height: 1.4em;
	background: #f2f2f2 url('') repeat 0 0;
}

p { margin-bottom: 1em; }
p.title { font-weight: bold; }
a { text-decoration: none; color: #062e5b; font-weight: normal; }
a:hover { text-decoration: underline; color: #c8d836; }

.clear {
	clear: both;
}

span {
	display: none;
}

/* Containers
=====================================================================*/

#wrapper {
	background: #ffffff;
}

#header {
	height: 200px;
	background: #fff;
}

#header h1 {
	width: 150px;
	height: 200px;
	background: transparent url('../images/main_logo.jpg') no-repeat 0 0;
}

#header #nav {
	width: 810px;
	height: 200px;
	background: transparent url('../images/main_header.jpg') no-repeat 0 0;
}

#content {
	height: 600px;
	background: #fff url('../images/main_content.jpg') repeat-y 0 0;
}

#footer {
	position: relative;
	clear: both;
	height: 28px;
	background: transparent url('../images/main_footer.gif') no-repeat 0 0;
}

#footer p {
	margin: 0 0 0 170px;
	padding: 2px 0;
	font-size: 0.8em;
	color: #fff;
}

/* Navigation
=====================================================================*/

#nav ul {
	margin: 16px 0;
}

#nav ul li a {
	width: 187px;
	height: 23px;
	display: block;
}

#nav ul li#home a { background: transparent url('../images/nav_home.jpg') no-repeat 0 0; }
#nav ul li#about a { background: transparent url('../images/nav_about.jpg') no-repeat 0 0; }
#nav ul li#diagrams a { background: transparent url('../images/nav_diagrams.jpg') no-repeat 0 0; }
#nav ul li#peering a { background: transparent url('../images/nav_peering.jpg') no-repeat 0 0; }
#nav ul li#archive a { background: transparent url('../images/nav_archive.jpg') no-repeat 0 0; }
#nav ul li#publications a { background: transparent url('../images/nav_publications.jpg') no-repeat 0 0; }
#nav ul li#contact a { background: transparent url('../images/nav_contact.jpg') no-repeat 0 0; }
#nav ul li#measurement a { background: transparent url('../images/nav_measurement.jpg') no-repeat 0 0; }

#nav ul li#home a:hover { background-position: 20px 0; }
#nav ul li#about a:hover { background-position: 20px 0; }
#nav ul li#diagrams a:hover { background-position: 20px 0; }
#nav ul li#peering a:hover { background-position: 20px 0; }
#nav ul li#archive a:hover { background-position: 20px 0; }
#nav ul li#publications a:hover { background-position: 20px 0; }
#nav ul li#contact a:hover { background-position: 20px 0; }
#nav ul li#measurement a:hover { background-position: 20px 0; }

h2#logo_nsf a {
	display: block;
	margin: 20px 0 0 5px;
	width: 116px;
	height: 65px;
	background: transparent url('../images/logo_nsf.jpg') no-repeat 0 0;
}

h2#logo_fiu a {
	display: block;
	margin: 10px 0 0 5px;
	width: 116px;
	height: 60px;
	background: transparent url('../images/logo_fiu.jpg') no-repeat 0 0;
}

h2#logo_ciara a {
	display: block;
	margin: 0 0 0 5px;
	width: 116px;
	height: 65px;
	background: transparent url('../images/logo_ciara.jpg') no-repeat 0 0;
}

h2#logo_nsf a:hover { background-position: 0 -65px; }
h2#logo_fiu a:hover { background-position: 0 -60px; }
h2#logo_ciara a:hover { background-position: 0 -65px; }


/* Content
=====================================================================*/

#main h3 {
	margin: 20px 0;
	width: 526px;
	height: 68px;
	background: transparent url('../images/main_title.png') no-repeat 0 0;
}

#about h3 {
	margin: 20px 0;
	width: 526px;
	height: 22px;
	background: transparent url('../images/about_title.jpg') no-repeat 0 0;
}

#archive h3 {
	margin: 20px 0;
	width: 526px;
	height: 22px;
	background: transparent url('../images/archive_title.jpg') no-repeat 0 0;
}

#contact h3 {
	margin: 20px 0;
	width: 526px;
	height: 22px;
	background: transparent url('../images/contact_title.jpg') no-repeat 0 0;
}

#measurement h3 {
	margin: 20px 0;
	width: 526px;
	height: 22px;
	background: transparent url('../images/measurement.jpg') no-repeat 0 0;
}

#diagrams h3 {
	margin: 20px 0;
	width: 526px;
	height: 22px;
	background: transparent url('../images/diagrams_title.jpg') no-repeat 0 0;
}

#peering h3 {
	margin: 20px 0;
	width: 526px;
	height: 22px;
	background: transparent url('../images/peering_title.jpg') no-repeat 0 0;
}

#publications h3 {
	margin: 20px 0;
	width: 526px;
	height: 22px;
	background: transparent url('../images/publications_title.jpg') no-repeat 0 0;
}

ul.outline {
	list-style: disc;
	margin-top: 15px;
	margin-left: 40px;
}

ul.peers {
	margin-bottom: 15px;
}