/* CSS Document */

* {
	margin:0;
	padding:0;
}

/******** General tags ********/

body {
	margin: 0;
	padding:0;
	font: 76% Arial, Helvetica, sans-serif;
	background:#333333;
	width: 762px;
	border: 1px solid #333;
}

.link-color{
	color:#990000;
}

a {
	text-decoration:none;
	color:#990000;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

p {
	margin: 0 0 16px 8px;
	
}


h1{
	font-size: 1.2em;
	color:#ffffff;
	padding: 5px 0 10px 15px;
	text-transform:uppercase;
}

h2 {
	font-size:1em;
	font-weight:bold;
	letter-spacing:0px;
	margin:10px 0 8px 0;
	text-transform:uppercase;
}

h3 {
	font-size:1em;
	margin:4px 0 4px 0;
}


/******** Sitemenu, left sidebar ********/

#sitemenu {
	float: left;
	width: 162px;
	height: 538px;
	background:url(../images/nav_left_bg.jpg) no-repeat;
}


#sitemenu ul {
	list-style:none;
}

#sitemenu a{
	display:block;
	width: 162px;
	height: 27px;
	background-position: 0px 0px;
}

#sitemenu .section a{
	display: block;
	width: 162px;
	height: 46px;
}

#sitemenu .section a:hover{
	background-position: 0px -46px;
}

#home{
	display:block;
	width: 162px;
	height: 98px;
	background: url(../images/nav/title.jpg) no-repeat;
}

#sitemenu .home a{
	width: 162px;
	height: 98px;
}
#sitemenu .home a:hover{
	background-position: 0px 0px;
}

#sitemenu .double-line-nav a{
	width: 162px;
	height: 38px;
}
#sitemenu .double-line-nav a:hover{
	background-position: 0px -38px;
}

#unknown-terrorist {
	background: url(../images/nav/unknown_terrorist.jpg) no-repeat;
	display: block;
	width: 162px;
	height: 46px;
}

#richard-closed {
	background: url(../images/nav/richard_flanagan_closed.jpg) no-repeat;
	display: block;
	width: 162px;
	height: 46px;
}
#richard-open {
	background: url(../images/nav/richard_flanagan_open.jpg) no-repeat;
	display: block;
	width: 162px;
	height: 46px;
}

#sitemenu a:hover {
	background-position: 0px -27px;
}

#sitemenu a.current {
	background-position: 0px -54px;
}

#sitemenu #picador{
	background: url(../images/nav/picador.jpg) no-repeat;
	display: block;

}

#sitemenu #picador a {
	display: block;
	background-position: 0px 0px;
	width: 162px;
	height: 83px;
}

#sitemenu #picador a:hover {
	display: block;
	background-position: 20px -20px;
}

#content {
	float: left;
	width: 598px;
	height: 538px;
	line-height:1.3em;
	text-align:left;
}

#content p{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 8px;
}

#content #pics {
	width: 145px;
	float: left;
}

#content #pics img{
	float: left;
}

#content #blurb {
	float: left;
	padding-left: 20px;
	width: 550px;
}

#content h1{
	margin: 24px 0 0 180px;
	letter-spacing: .2em;
}

.quote {
	font-weight: bold;
	font-style:italic;
}

.strong {
	font-weight: bold;
}
/******** Footer ********/

#footer {
	clear:both;
	margin:5px auto 0 auto;
	padding:10px 0 10px 0;
	width:760px;
	text-align:center;
	color:#808080;
	font-size:0.9em;
}

#footer p {
	margin:3px;
}

#footer a {
	color:#808080;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.hide {
	display:none;
}

.show {
	display:block;
}
