﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:  url("mages/bg.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 100% 0px;
	background-color:Black;
}
#container 
{
    width: 1000px;
	background-attachment: fixed;
	background-position: 100% 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
}
#content
{
    width: 1000px;
    background-image:  url("images/content_background.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 100% 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	color: #ffffff;
}
/* Header */
#header 
{
   height:auto;
	text-transform: none;
	text-align: center; 
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #62D6F5;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}
#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight:normal;
	color: #ffffff;
}

#menu a:hover, #menu .current_page_item a {
	background: #000000 url(images/img04.gif) no-repeat;
}
#content {
	
	 width:inherit;
	padding: 0 0 0 0px;
}
a {
    color: White;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration: inherit;
	color: #000000;
}
#footer
{
    width: 1000px;
    background-image:  url("images/content_background.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 100% 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	color: #ffffff;
	text-align: center; 
	padding: 60px 0 0 0px;
}
td.mainnav 
{
 text-decoration:none;
 color: black;
} 

td.mainnav:hover
{ 
   background: #ffffff;
   color:Black;
     
 } 
 a.fmnav
 {
    text-decoration: underline;
	color: Gray ;
 }
 a.fmnav:hover
 {
    text-decoration: underline;
	color:#ad0000 ;
 }
div#test-accordion{
    border: 1px solid #343230;
    background-color:#21201f;
	padding:10px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:980px;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #3f3c38;
	background-image:url(../img/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#ffffff;   
    cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	border-top:1px solid #5d5852;	
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(../img/on.jpg);
	background-color:#6d493a;
	border-top:1px solid #a06b55;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #302e2c;
	padding:9px 24px 6px 24px;
	color:#c4bab1;
	border-bottom:1px solid #000000;
}
