﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#525757;
	background: black url(../images/background3.gif) repeat-x;
	background-position: 0 104px;
}
a:active, a:link, a:visited, a:hover {
	color: #525757;
	text-decoration: none;
}
a:hover {
	color: #909090;
}
* {margin: 0;padding: 0;}
p {
}
a {
}
img {
	border: none;
}
.ac {
	background-color: #1f1f1f
}
.ac_toggle {float:left; }
.ac_pane {
	padding: 8px;
	background-color: #1f1f1f;
	margin-left: 47px;
	height: 380px;
}
#memberpane {
	font-size: 10px;
	color: white;
}
#quoteholder {
	position: relative;
}
#homequote {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 24px;
	padding-right: 5px;
}
#flashmessage {
	height: 299px;
	padding: 12px 26px 0 26px;
}
#flashmessage a {
	display:block;
	width:320px;
	height:264px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 997px;
}
#header{
	height:215px;
	width:997px;
	background-image:url(../images/header2.gif);
	background-repeat: no-repeat;
	background-position: 0 104px;
	z-index:200;	
	position:relative;
}
#content{
}
#left{
	width:289px;
	float:left;
	z-index: 1;
}
#homeleft {
	width:112px;
	float:left;
	z-index: 1;
}
#middle{
	margin-left:289px;
	margin-right:239px;
	width:469px;
	height: 380px;
	z-index: 1;
}
#homemiddle{
	margin-left:112px;
	margin-right:355px;
	width:530px;
	height: 380px;
	z-index: 1;
}
#right{
	width:239px;
	height: 380px;
	float:right;
	background: transparent url(../images/rightback.gif) no-repeat;
	position: relative;
	z-index: 1;
}
#homeright {
	width: 355px;
	height: 380px;
	float: right;
	z-index: 1;
	position: relative;
}
#flashpane {
	position: absolute;
	top: 30px;
}
#rightimage {
	position: absolute;
	top: 84px;
	left: 0;
}
/********************* menu ****************************/
#IgniteMenu {
	position: absolute;
	top: 225px;
	left: 280px;

}
#IgniteMenu li a {
	border-right: 1px gray dotted;
}
#IgniteMenu .last a, #IgniteMenu li li a, #IgniteMenu li li li a {
	border-right: none;
}

/********************* header ****************************/
#flashlogo {
	position: absolute;
	top: 105px;
	left: 245px;
}
h1 {
	font-family: helveticaneue, Helvetica, Verdana, Tahoma, Arial, "sans-serif";
	font-size: 32px;
	text-transform: lowercase;
	color: white;
}
/********************* footer ****************************/
#footer{
	padding-left: 280px;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 10px;
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #525757;
	text-decoration: none;
}
#footer a:hover {
	color: #404040;
}
#footer ul{
	display:block;
}
#footer ul a:active, #footer ul a:link, #footer ul a:visited {
	color: #333333;
}
#footer ul a:hover {
	color: #666666;
	text-decoration: none;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #333333;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer ul .last {
	border-right: 0px solid #6b7272;
}
