/* Style sheet for Nobel Prize Winner site */

body {
	width: 736px;
	margin: 10px auto;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	position: relative;
	padding: 0;
}

#wrapper {
	background-image: url("images/menubg.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
	border: 1px solid #4C7799;
	float: left;
}

#banner {
	width: 736px;
    height: 111px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#banner h1 {
width: 230px;
color: #ffffff;
font-weight: normal;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 2.5em;
position: relative;
padding: 0px;
margin:  -75px 0px 0px 210px;
}

#banner h1 a:link, #banner h1 a:visited, #banner h1 a:active {
color: #ffffff;
text-decoration: none;
}

#banner h1 a:hover {
color: #ffffff;
text-decoration: underline;
}

#topLinks {
	width: 250px;
	height: 111px;
	float: right;
	position: relative;
	margin:  -111px 0px 0px 0px;	
}

#topLinks ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 250px;
	float: right;
	margin: 0;
	padding: 5px 5px 0 0;
}

#topLinks ul li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: inherit;
	color: #ffffff;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #ffffff;
}

#topLinks ul li.firstLink {
	padding: 0 5px 0 0;
}

#topLinks ul li.lastLink {
	padding: 0 0 0 5px;
	border: none;
}

#topLinks ul li a:link, #topLinks ul li a:visited {
	text-decoration: none;
	color: #000;
}

#topLinks ul li a:hover, #topLinks ul li a:active {
	text-decoration: underline;
	color: #000;
}

#search {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .7em;
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
}

#quickLinks {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .7em;
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
}

input {
	margin-top:7px;
 	float:right;
 	border:0px;
 	background-color:#D9E4F2;
 	font-size: 1.4em;
 	line-height: 1.4em;
}

select {
	margin: 7px 7px 0px 0px;
 	float:right;
 	border:0px;
 	background-color:#D9E4F2;
 	font-size: 1.4em;
 	line-height: 1.4em;
}

#searchbutton {
 	background-color:#FFBC3A;
 	margin-top:7px;
 	margin-right:10px;
	padding: 0px;
 	float:right;
 	height:15px;
 	width:20px;
 	border:0px;
	font-size: 1.0em;
}

#contentWrapper {
float: left;
width: 736px;
margin: 0px;
padding: 0px;
}


#navigation {
float: left; 
width: 198px; 
background-image: url("images/menubg.jpg"); 
}

/* hack for stupid IE */

* html #navigation img {
    margin-bottom: -3px;
}

.menu ul {
	margin: 0 0;
	list-style: none;
	padding: 7px 0 13px 15px;
}

.menu li {
	background-image: url("images/menuarrow.gif");
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding: 3px 0 3px 10px;
}

.menu li a:link {
	color: #386189;
	text-decoration: none;
}

.menu li a:visited {
	color: #386189;
	text-decoration: none;
}

.menu li a:hover {
	color: #386189;
	text-decoration: underline;
}

.menu li a:active {
	color: #386189;
	text-decoration: none;
}

#navigation h2 {
	display: block;
	background-color: #6A8EB2;
	color: white;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	padding-left: 15px;
	width: 183px;
	padding-top: 4px;
	padding-bottom: 4px;
}


#content {
/*	width: 510px;
	padding-left: 15px;
	padding-top: 25px;
	margin-top: 0; */
	width: 510px;
	padding-left: 15px;
	padding-top: 15px;
	float: left;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 2em;
	line-height: normal;
	font-weight: bold;
	margin: 0;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #386189;
	text-decoration: none;
}

a:hover {
	color: #386189;
	text-decoration: underline;
}

#content h1 {
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding: 4px 0;
	margin: 4px 0 0px;
}


#content h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 13px;	
	color: #1a1143;
}
	
	
#content ul.centerElements {
	margin: 0 0;
	list-style: none;
	padding: 7px 0 30px 15px;
}

#content ul.centerElements li {
	background-image: url("images/content_arrow.jpg");
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding: 3px 0 3px 10px;
}

.centerElements li a:link, .centerElements li a:active {
	color: #386189;
	text-decoration: none;
}

.centerElements li a:hover, .centerElements li a:visited:hover {
	color: #386189;
	text-decoration: underline;
}

.centerElements li a:visited {
	color: #386189;
	text-decoration: none;
}

p.quote {
color: #7d6539;
font-weight: bold;
font-style: italic;
font-size: 12px;
}

p.quoteFrom {
color: #000000;
font-weight: normal;
font-size: 11px;
text-align: right;
}
	
.intrograph {
	font-size:13px;	
	font-weight: bold;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	//border-top: 1px solid #A9A9A9;
	//border-bottom: 1px solid #A9A9A9;
	}

#content p {
	margin: 6px 0;
	padding: 6px 0;
}

#quote h1 {
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 4px 0;
	margin: 4px 0;
}

#quote {
	width: 500px;
	background-image: url(images/quotebg.jpg);
	background-repeat: no-repeat;
	background-position: 0 55px;
	padding-bottom: 20px;
	margin-top: 10px;
}

#quote p {
	padding: 10px 80px;
	margin: 0 0;
	font-size: 14px;
	font-style: italic;
}

#quote .intro {
	font-size: 11px;
	font-style: normal;
	padding-bottom: 1px;
	padding-top: 4px;
	line-height: 12px;
	font-style: italic;
}

#quote .comment {
	background-image: url(images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding: 3px 0 3px 10px;
	margin-left: 180px;
	font-size: 10px;
}

#quote .comment2 {
	background-image: url(images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding: 3px 0 3px 10px;
	margin-left: 410px;
	font-size: 10px;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
}

.clear {
	clear: left;
}

#features {
	background-color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	float: left;
	width: 538px;
	height: 260px;
}

#features p {
	margin: 0 0;
	padding: 0 0;
	font-size: 11px;
	/*width: 173px;*/
}

/* another work-around for stupid IE */
#features #inside {
	height: 186px;
	padding: 0 0;
}

#features table {
	background-image: url(images/pollbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}

#features td {
	xborder: 1px dashed red;
}

#features h1, #features h2 {
	width: 173px;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	background-color: #CC6600;
	letter-spacing: .2em;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 3px 3px 3px;
	margin: 0 0 5px 0;
}

#features h2 {
	background-color: #993300;
	width: 220px;
	text-align: left;
	padding: 3px 3px 3px 15px;
	margin-bottom: 0px;
}

#features .padded {
	padding-left: 19px;
	padding-top: 19px;
	margin-top: 0;
}

#features .padded2 {
	padding-left: 25px;
	padding-top: 19px;
	margin-top: 0;
	margin-left: 16px;
}

#features .vote {
	padding-left: 11px;
	padding-top: 18px;
	margin-top: 0;
	width: 110px;
}

#features ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 8px;
	font-size: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#features li {
	margin: 0 0;
	padding-bottom: 0;
	padding-top: .3em;
	line-height: 13px;
}

input.submit { 
	background-color: white; 
	border-color: white; 
	color: black; 
	font-weight: normal; 
	font-size: 8px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	width: 65px;
}

td.item {
	background-image: url(images/pollbg.jpg);
	border-right:1px solid #6A8EB2;
	border-bottom:1px solid #6A8EB2;
	}

td.title {
	padding:0px;
	margin:0px;
	background-color:#6A8EB2;
	vertical-align:middle;
	}

table.assignments td h2 {
	font-size: 10px;
	color:#FFFFFF;
	background-color:#6A8EB2;
	text-transform:uppercase;
	text-align:center;
	padding:3px 3px 3px 3px;
	margin:0px;
	}

#content table.assignments p {
	color:#386189;
	font-size:9px;
	padding:0px;
	margin:0px;
	}

#content table.assignments a {
	color:#386189;
	font-size:9px;
	padding:0px;
	margin:0px;
	text-decoration:underline;
	}

#content table.assignments a:visited {
	color:grey;
	font-size:9px;
	padding:0px;
	margin:0px;
	text-decoration:underline;
	}

blockquote.whatsnext h2 {
	letter-spacing: .2em;
	font-size:10px;
	text-transform:uppercase;
	font-style:normal;
	color:#6A8EB2;
	border-bottom:1px solid #6A8EB2;
	padding: 3px 0px 0px 0px;
	margin:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display:inline;
	}

blockquote.whatsnext {
	font-size:11px;
	font-style:italic;
	margin-bottom:0px;
	}

#content blockquote.whatsnext p {
	padding:5px 10px 5px 0px;
	margin:0px;
	}

#content blockquote.whatsnext ul li {
	padding:5px 10px 5px 0px;
	margin:0px;
	}

ul.arrow {
	margin: 0 0;
	list-style-type:none;
	padding: 7px 0 13px 15px;
	}	

.arrow li {
	background-image: url(images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding: 3px 0 3px 10px;
	}

.subarrow li {
	background-image: none;
	padding: 3px 0 3px 0px;
	}

#features #inside .headline {
	font-size:1.5em;
	font-weight:600;
	margin-top:5px;
	margin-left:15px;
	margin-bottom:10px;
	padding:0px;
	}	

#rssBox {
height: 16px;
padding: 5px 10px 0px 0px;
margin: 0px;
color:#000000;
font-size:11px;
line-height: 12px;
clear: both;
}	

#rssBox a:link, #rssBox a:visited, #rssBox a:active {
color: #000000;
text-decoration: none;
}

#rssBox a:hover {
color: #000000;
text-decoration: underline;
}
