/* CSS Document */

body {
	background-color: #000000;
}

.container {
	padding: 0 236px 0 177px;
	width: 586px;
	height: 690px;
	margin: 0 auto;
	background: url(The_Plot.jpg) top no-repeat;
}


.news_head {
	height: 113px;
	background: url(News_header.gif) center no-repeat;
}

.footer {
	height: 113px;
	background: #383838 url(footer_top_bg.gif) top repeat-x;	
}

.contact_icon {
	float: left;
	margin: 0 auto;
	height: 56px;
	padding: 5px 20px 0 25px;
	font: 0.7em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: 54px;
}

.copyrightbar {
	float: left;
	height: 20px;
	width: 100%;
	border-top: #333333 5px solid;
	background: #000000 url(Copyright.gif) bottom no-repeat;
	padding: 20px 0;
}

.contact_icon p {
	float: left;
	
}

.contact_icon a {
	color: #6c6c6c;
	text-decoration: none;
	border: none;
}


.toggle_container img {
	float: left;
	border: none;
}

.toggle_container a {
	color: #606060;
}

.toggle_container a:hover {
	color: #5f871a;
	text-decoration: underline;
}

/*-----------------jQ ---------------------*/


body {
	font: 10px normal Georgia, "Times New Roman", Times, serif;
	color: #606060;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.oldsite {
float: right;
display: block;
margin: 51px 1px 0 0;
width: 306px;
height: 146px;
text-indent: -999999px;
background: url(Old_site.gif) no-repeat;
background-position: top;
}

.oldsite:hover {
background-position: bottom;
}


h2.trigger {
	padding: 0;
	margin: 51px 0 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 146px;
	line-height: 146px;
	width: 279px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	text-indent: -9999px;
}
h2.trigger a {
	text-decoration: none;
	background: url(h2_trigger_a.gif) no-repeat;
	background-position: left top;
	display: block;
}
h2.trigger a:hover {
	background-position: left bottom;
	
}

h2.active a:hover {
	background: url(h2_trigger_a.gif) no-repeat;
	background-position: left bottom;
}

h2.active {
	background: url(h2_trigger_a.gif) no-repeat;
	background-position: left bottom;
}

.toggle_container {
	background: #fff;
	border: #000 13px solid;
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 559px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}



