﻿body   
{ 
	/*color: #333; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	line-height: 13pt;*/
	/*background: url('/images/background.gif');*/
}
.clean
{
	color: #333; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	line-height: 13pt;
}
.textbox
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	height: 11px;
}

.dropdown
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	height: 18px;
}

th
{
	color: #990000; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 13pt;
	text-align: left;
}

td
{
	color: #333; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	line-height: 13pt;
	padding: 2px 5px 2px 5px;
}

.bodytext 
{ 
	padding: 10px 20px 10px 20px;  
}

.MainTemplate
{
	width: 770px;
	height: 769px;
	border: none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.MainTemplate tr, .MainTemplate td {
  text-align:left;
  margin: 0px;
  padding: 0px;
}

a, a:link, a:visited
{
	color: #990000;
	text-decoration: none;
	border: none;
}

/*------------------GENERAL NAV RULES----------------------------*/

#navcontainer {
	width: 100%;
	height: 39px;
	background-color: #990000;/*#63686A;*/
	margin: 0;
}

#navbox {
	width: 770px;
	height: 39px;
}

#nav, #nav ul {
	width: 770px;
	list-style: none;
	line-height: auto;
	background: white;
	padding: 0 0 0 0;
	border: solid #999999;
	border-width: 0 0;
	margin: 0 0 0 0;
	text-align: left;
}

#nav a {
	display: block;
	width: 129px;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 39px;
}


#nav li {
	float:left;
	padding: 0;
}
#nav li:hover, #nav li.hover{
	position: static;
}

/*------------------INDIVIDUAL BUTTON CONTROL------------------------*/

#nav li a.hmbtn {
	background: url('/images/Home.gif');
	width: 129px;
	height: 49px;
}

#nav li a:hover.hmbtn {
	background: url('/images/Home_Hover.gif');
	width: 129px;
	height: 49px;
}


#nav li a.sgnbtn {
	background: url('/images/Signup.gif');
	width: 126px;
	height: 49px;
}

#nav li a:hover.sgnbtn {
	background: url('/images/Signup_Hover.gif');
	width: 126px;
	height: 49px;
}


#nav li a.Calbtn {
	background: url('/images/Chamber-Calendar.gif');
	width: 184px;
	height: 49px;
}

#nav li a:hover.Calbtn {
	background: url('/images/Chamber-Calendar_Hover.gif');
	width: 184px;
	height: 49px;
}

#nav li a.adminbtn {
	background: url('/images/Administrator.gif');
	width: 184px;
	height: 49px;
}

#nav li a:hover.adminbtn {
	background: url('/images/Administrator_hover.gif');
	width: 184px;
	height: 49px;
}

#nav li a.wbmstrbtn {
	background: url('/images/Webmaster.gif');
	width: 147px;
	height: 49px;
}

#nav li a:hover.wbmstrbtn {
	background: url('/images/Webmaster_Hover.gif');
	width: 147px;
	height: 49px;
}

/*-----DROPDOWN BOX APPEARANCE-------*/


/*#nav a.flyOut {
	background: url(../images/doublearrows.gif) center right no-repeat;
}*/

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	font-weight: normal;
	border-width: 1px;
	border-color: #103862;
	margin: 0px;
	background-color: #990000; /*#13365C;*/
}

#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: auto;
}


/*------Indent text in dropdown--------*/
#nav li li {
	padding-left: 5px;
	padding-right: 5px;
	width: 170px;
}

#nav li li a {
	color: #fff;
	width: 180px;
	height: inherit;
	padding: 6px 0 6px 0;
}

#nav li li a:hover {
	color: #fff;
}

#nav li ul ul {
	margin: -26px 0px 0 235px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
	/*padding-left: 0;*/
}

#nav li:hover {
	background-color: #830a0a;
}

/*-------------In case right side dropdowns get too wide -----------------*/


#nav li ul ul.right {
	margin: -26px 0px 0 -245px;
}

/*------------------GENERAL NAV RULES----------------------------*/

#interiorleftcolumn #botnav li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 50px;
	list-style-image: none;
	background: none;
}

/*------------------END INDIVIDUAL BUTTON CONTROL------------------------*/

div.border
{
	padding: 10px 10px 10px 10px; 
	border: solid 1px #FFCC66;
}

div.footer
{
	color: White;
	text-align: center;
}

a.footer:link
{
	color: #FFCC66;
}

.hide 
{
	display: none
}