@charset "utf-8";

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.clear {
	clear:both; 
	height:1px; 
	margin:0; 
	padding:0; 
	font-size: 15px;
	line-height: 1px;
}

.download {
	background-image:url(/site/main/download.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:15px;
	padding-left:14px;
}

#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	padding-top: 20px;
}

#WideContainer {
	width: 1050px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	padding-top: 20px;
}

.MainBody #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	color: #FFF;
}

.MainBody #mainContent #idea {
	margin-right: 10px;
	margin-left: 10px;
}

#grayline {
	background-color: #333;
	width: 100%;
	display: block;
	height: 8px;
}

#Footer {
	background-color: #141414;
	color:#999;
	display: block;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#Footer #FooterContainer {
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
	font-size: 8pt;
	width: 780px;
}

#FooterContainer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#FooterContainer a {
	color: #999;
}

#FooterContainer img {
  vertical-align:middle;
}

#Footer #FooterContainer #FooterLeft {
	display: inline;
	float:left;
}

#Footer #FooterContainer #FooterRight {
	display: inline;
	float:right;
	text-align:right;
}

#WideContainer h1 {
	font-size: 12pt;
	color: #FFF;
	padding: 0px;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#WideContainer p {
	font-size: 8pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #999;
	line-height: 125%;
}

#WideContainer a {
	text-decoration:underline;
	color:white;
}

#WideContainer img {
	padding: 10px;
}

.MainBody #container #mainContent h1 {
	font-size: 10pt;
	color: #FFF;
	padding: 0px;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.MainBody #container #mainContent p {
	font-size: 8pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #999;
	line-height: 125%;
}

#Header {
	background-color: #141414;
}

#Header #HeaderContainer {
	color:#999;
	margin: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
	width: 780px;
}

#Header img {
  display: block;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 0px;
}

#Header #HeaderContainer #RightSide
{
	float:right;
	display:inline;
}

#Support {
	background-image:url(../main/support_button.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#Support a {
	color:white;
	font-weight:bold;
}

#Support a:hover {
	color:white;
	font-weight:bold;
}

#Navigation {
	font-size: 11px;
	text-align: left;
	padding: 0px 5px;
	padding-top: 1px;
	position: relative;
	z-index: 3;
}

#Navigation #CurrLoc {
	float: left;
	padding-top: 1px;
}

#Navigation #CurrLoc a {
	color: #999;
	background-color: transparent;
	text-decoration: underline;
}

#Navigation #CurrLoc a:hover {
	color: white;
}

#Navigation #Menus {
	float:right;
}

#Navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ul li = First level menu items - the ones that show on the header */
#Navigation ul li  {
  float: left;
  position: relative;
  width: 75px;
  height: 17px;
  text-align: center;
  font-size: 8pt;
  font-weight: normal;
}

#Navigation ul li:hover { 
  background-color: #CCC;
  color: black;
}

#Navigation ul li:hover a { 
  color: black;
}

#Navigation ul li a {
  text-decoration: none;
  color: #999;
  background-color: transparent;
}

#Navigation ul li a:hover {
  text-decoration: underline;
  color: black;
  background-color: #CCC;
}

/* ul li ul = The pull down menu containers that actually show on hover */
#Navigation ul li ul {
  display: none;
  position: absolute;
  /* without these (top, left), IE will align the second-level lists to the top right of their relative parent rather than the bottom left */
  top: 17px;
  left: 0;
  background-color: #333;
  width: 165px;
}

/* this is to "unfix" the fix above for all other browsers that work correctly by default */
li > ul {
  top: auto;
  left: auto;
}

/* ul li ul li = The pull down menus ITEMS that actually show on hover */
#Navigation ul li ul li  { 
  width: 165px;
  border: 0px;
  padding-left: 6px;
  padding-top: 5px;
  padding-bottom: 3px;
  border: 1px solid #CCC;
  background-color: #CCC;
  text-align: left;
  font-weight: normal;
}

#Navigation ul li ul li:hover,#Navigation li ul li.over  { 
  background-color: #999;
  border: 1px solid #333;
}

#Navigation ul li ul li:hover a, #Navigation li ul li.over a { 
  color: white;
}

#Navigation ul li ul li:hover a:hover, #Navigation li ul li.over a { 
  background-color:#999;
}

#Navigation ul li:hover ul ,#Navigation ul li.over ul  {
  display: block;
}