/* 	Style sheet: main.css
	Site: Research News
	Author: Chris Lamb
	---------------------------------------------------------------------------------------
*/
/*********** Global reset of values ***********/
* {
	margin:0;
	padding:0;
}
/*********** Element styles  ***********/
body {
	text-align: center;
	font: 76% Arial, Helvetica, sans-serif;
}
p {
	color: #333;
	line-height: 1.4em;
	padding: 5px 0;
}
blockquote{margin: 0 50px;}

a {color: #006999;}
a:hover, a:focus {color: #A71930;}

h1 {
	color: #A71930;
	font-size: 1.6em;
	padding: 4px 0 2px 0;
}
h2 {
	color: #A71930;
	font-size: 1.5em;
	padding-top: 10px;
}
h3 {
	color: #333;
	font-size: 1.2em;
	padding-top: 5px;
}
h4 {
	color: #333;
	font-size: 1.1em;
	padding-top: 5px;
}
ul, ol {
	line-height: 1.3em;
	margin-left: 20px;
}
li {padding: 2px 0; color: #333;}
li ul {list-style-type:disc;}
hr {
	color: #545A5A;
	background-color:#545A5A;
	height: 1px;
	border: none;
	margin: 10px 0;
}
th {
	padding: 3px;
	border-bottom: 1px solid #0084AA;
	border-top: 1px solid #0084AA;
	background-color: #D5E2E6;
}
td {
	padding: 3px;
	border-bottom: 1px solid #006999;
}
.top {
	text-align: right;
	border-bottom: 1px solid #545A5A;
	font-size: .85em;
	padding: 0;
	margin: 8px 0;
}
.top a {
	text-decoration: none;
	color: #545A5A;
}
.top a:hover, .top a:focus {color: #A71930;}
.ind {
	padding: 5px 0 5px 130px;
	font-size: .8em;
	font-weight: bold;
	color: #666;
	clear: both;
	float: left;
}
.indx {
	padding: 5px;
	font-size: .8em;
	color: #666;
	float: right;
}
.expopen {
	font-size: .9em;
	color: #A71930;
	text-decoration: underline;
	line-height: 1em;
	padding: 0;
	cursor: pointer;
}
.expclose {
	font-size: .9em;
	color: #A71930;
	text-decoration: underline;
	line-height: 1em;
	padding: 0;
	cursor: pointer;
	background-color: #FFF;
	position: relative;
	top: -1em;
}
.indent {font-size: .95em; margin: 2px 6px;}
.nowrap {white-space: nowrap;}
.bold {font-weight: bold;}
.photo {float: right; padding: 4px; font-size: .8em;}
.photo img {padding: 2px; border: 1px solid #006999;}
.small {font-size:0.8em;}
/*********** Layout styles  ***********/
#wrapper {
	margin: 20px auto;
	width: 630px;
	text-align: left;
	border: 1px solid #006999;
	background: url("../images/wrapper_bkg.gif") top left repeat-y;
}
#banner {
	background: #007AA5 url("../images/header_bkg.gif") top left repeat-y;
}
#banner ul {
	list-style-type: none;
	display: inline;
	float: right;
	font-size: .85em;
	padding: 5px 0 25px 0;
}
#banner li {
	display: inline; 
	padding-right: 6px;
}
#banner a {color: #FFF; text-decoration: none;}
#banner a:hover {text-decoration: underline;}
#banner a:focus {text-decoration: underline; background-color: #006999;}

#navigation {
	float: left;
	clear: both;
	width: 110px;
	margin: -15px 0 5px 4px;
}
#navigation p {font-weight: bold; color: #555; padding: 0 0 0 4px; letter-spacing: .1em;}
#navigation ul {list-style-type: none; margin: 0;}
#navigation li {padding: 5px 0;}
#navigation a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #99c3d6;
	border-left: 1px solid #99c3d6;
	padding-left: 3px;
}
#navigation a:hover, #navigation a:focus  {
	border-bottom: 1px solid #A71930;
	border-left: 1px solid #A71930;
}
#content {margin: 30px 15px 15px 130px;}	
#footer {
	clear: both;
	border-top: 1px solid #006999;
	padding: 4px 8px;
	background-color: #fff;
}
#footer p {font-size: .9em;	padding: 2px 0;}
#footer span {font-weight: bold;}
