/* 	Style sheet: main.css
	Site: FRSP e-Newsletter
	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 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;
	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;
}
#content div {background-color: #EFEFEF;}

/*********** 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-color: #0084AA;
	height: 190px;
}
#banner ul {
	list-style-type: none;
	display: inline;
	float: right;
	font-size: .85em;
	padding-top: 5px;
}
#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: 100px;
	margin: -15px 0 5px 8px;
/*	position: fixed;
	top: 240px;*/
}
#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;
}
#introduction {
	margin: 25px 10px 10px 130px;
}
#content {
	clear: both;
	margin: 15px;
	margin-left: 130px;
	border-top: 1px solid #545A5A;
}	
#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;
}
