/*
Powered by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
    margin: 0px;
    padding: 0px;
}

a:link {
	color: #3a7100;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #3a7100;
}

body {
	
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 13px  "MS Sans Serif", Tahoma, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 811px;
	min-height: 700px;
	font: 13px sans-serif, "MS Sans Serif", Tahoma ;
	
}
#back_all
{
    background: #ffffff url(images/white.gif);
}

#main
{
    background: #ffffff url(images/white.gif);
}

#header {
	background: #ffffff;
	height: 244px;
	text-align: right;		
}

#menu
{
    padding-left: 16px;
    border-left: 7px solid #ffffff;
    width: 779px;
    height: 82px;
    background: url(images/header_top.gif) repeat-x;
    float: left;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a.short {
	display: block;
	float: left;
	width: 90px;
	height: 46px;
	background: #FFFFFF url(images/header_top.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding-top: 35px;

}
#menu a.intermediate {
	display: block;
	float: left;
	width: 100px;
	height: 46px;
	background: #FFFFFF url(images/header_top.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding-top: 35px;
}

#menu a.long {
	display: block;
	float: left;
	width: 160px;
	height: 46px;
	background: #FFFFFF url(images/header_top.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding-top: 35px;
}

#menu a.short:hover {
	width: 90px;
        height: 46px;
	text-decoration: underline;
	background: #FFFFFF url(images/header_top_over.gif) repeat-x;
}

#menu a.intermediate:hover {
	width: 100px;
        height: 46px;
	text-decoration: underline;
	background: #FFFFFF url(images/header_top_over.gif) repeat-x;
}

#menu a.long:hover {
 	width: 160px;
        height: 46px;
	text-decoration: underline;
	background: #FFFFFF url(images/header_top_over.gif) repeat-x;
}

#reactor_pic {
        float: top;
        width: 259px;
        height: 200px;
        margin: 5% 20% 1% 20%;
        background: url(images/reactor_1.jpg);
}

#logo {
        background: #ffffff url(images/header.jpg) no-repeat;
        width: 771px;
        height: 98px;
        float: left;
        text-align: right;
        padding-top: 60px;
        padding-right: 40px;
}
#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 22px;
	color: #FFFFFF;
}


#left
{
	padding-top: 10px;
	padding-left: 7px;
	width: 240px;
	padding-right: 7px;
}

#left h3
{
        width: 240px;
        height: 33px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 0px;
        padding-top:  7px;
        color: #ffffff;
        text-align: center;
        background: url(images/title.gif) no-repeat;
}

#left p
{
    padding: 10px;
    border-bottom: 1px solid #629351;
    border-left: 1px solid #629351;
    border-right: 1px solid #629351;
}

#left ul {
	list-style: none;
	border-bottom: 1px solid #629351;
	border-left: 1px solid #629351;
	border-right: 1px solid #629351;
}

#left li ul {
	border: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#left li li {
	padding: 5px 20px;
}

#left a {
	color: #3a7100;
}
#left a:visited {
	color: #3a7100;
}

#right
{
    float: right;
    width: 500px;
    padding-right: 10px;
}

#right h4
{
	margin: 0;
	padding: 10px 0px;
	font-size: 12px;
	color: #3a7100;
}

#right ul li
{
        list-style: circle outside;
		margin-left: 15px;
        padding-bottom: 5px;
        text-decoration: none;
}

#right a.linktxt
{
        color: #333333;
        padding-bottom: 5px;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 20px;
	color: #3a7100;
}

.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #3a7100;
	background-color: #fff;
}

#reactor_des .label {
	color: #3a7100;
        text-align: center;
        margin-bottom: 10px;
}

#footer {
	height: 47px;
	clear: both;
	padding-top: 20px;
	background: url(images/header_top_over.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#center
{
    float: center;
    width: 811px;
    padding-right: 10px;
}

#center h4
{
	margin: 0;
	padding: 10px 0px;
	font-size: 12px;
	color: #3a7100;
}

#center ul li
{
    list-style: none;
    text-decoration: none;
	padding-bottom: 5px;
}

#center a.linktxt
{
    color: #333333;
	padding-bottom: 5px;
}

#center p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#center h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #3a7100;
}

.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #3a7100;
	background-color: #fff;
}

#center_block {
	margin-left: 7px;
}

#center_block h1 {
   font-size: 20px;
   padding-left: 20px;
   color: #ffffff;
}
#center_block ul {
   padding-top: 10px;
}
#center_block ul li {
   padding-left: 20px;
   font-size: 14px;
   margin-left: 50px;
   list-style: bullet;
}
#center_block p {
   font-size: 14px;
   color:     #010101;
}
