/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}
 
body 
{ 
  text-align: center; 
  background: #ffffff url(images/background.gif) top left repeat; 
  color: #a02e15; /* dark red text */
  font-family: tahoma, sans-serif;
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 

div.clearfloats { clear: both; }

#container
{
  width: 786px;
  border: 1px solid #545454; /* dark grey */
  margin: 20px auto 0px auto;
  background: #ffffff;
}

#header
{
  border: 5px solid #ffffff;
}

img#dome
{
  float: right;
  border-left: 5px solid #ffffff;
}

img#banner
{
  float: left;
  border: none;
}

div#navcontainer 
{
  background: #8b1205; /* dark red */
  height: 50px;
  border-top: 5px solid #ffffff; /* all browsers */
  *border-top: 0px solid #ffffff; /* ie6 and ie7 */
  _border-top: 5px solid #ffffff; /*ie6*/  
  float: left;
  display: inline;
  width: 500px;
  text-align: center;
} 

/* for IE only */
* html div#navcontainer
{
  border-top: 0px solid #ffffff;
}

ul#nav {
  float: left;
  display: inline;
	padding: 0;
	margin-left: 30px;
	list-style: none;
	width: 470px;
}

ul#nav li {
	float: left;
	display: inline;
	margin: 0px 27px;
}

ul#nav li a
{
  text-decoration: none;
  color: #ffffff;
	display: inline;
	text-align: center;
	line-height: 50px;
	font-size: .7em;
	font-weight: normal;
}

/* for IE only */
* html div#navcontainer ul#nav li a
{
  line-height: 46px;
}

ul#nav li a:hover
{
  color: #fc5345; /* light red */
}

ul#nav li a.selected
{
  text-decoration: underline;
  color: #fc5345; /* light red */
}

div#content
{
  text-align: left;
}

div#flash
{
  float: left;
  padding: 10px 15px 20px 15px;
}

h1
{
  padding-top: 20px;
  font-size: 1.3em;
  color: #545454; /* dark grey */
}

p#vision
{
  padding-top: 5px;
  padding-right: 30px;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.5em;
  color: #545454; /* dark grey */
}

p.eventtext
{
  padding-top: 20px;
  padding-right: 30px;
  font-size: .8em;
  font-weight: bold;
  color: #545454; /* dark grey */
}

p.eventtext a
{
  text-decoration: none;
  color: #a02e15; /* dark red text */
}

p.eventtext a:hover
{
  color: #545454; /* dark grey */
}

h2, h3
{
  padding-top: 20px;
  font-size: 1.2em;
}

h3
{
  color: #545454; /* dark grey */
}

ul#benefits
{
  font-size: .75em;
  font-weight: bold;
  padding-left: 328px;
}

ul#benefits li
{
  padding-top: 4px;
}

div#footnavcont
{
  background: #8b1205; /* dark red */
  height: 40px;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  width: 776px;
  text-align: center;
} 


ul#footnav {
  float: left;
  display: inline;
	padding: 0;
	margin-left: 170px;
	list-style: none;
	width: 606px;
}

ul#footnav li {
	float: left;
	display: inline;
	margin: 0px 27px;
}

ul#footnav li a
{
  text-decoration: none;
  color: #ffffff;
	display: inline;
	text-align: center;
	line-height: 40px;
	font-size: .7em;
	font-weight: normal;
}

/* for IE only */
* html div#footnavcont ul#footnav li a
{
  line-height: 34px;
}

ul#footnav li a:hover
{
  color: #fc5345; /* light red */
}

ul#footnav li a.selected
{
  text-decoration: underline;
  color: #fc5345; /* light red */
}

div#footer
{
  border: 5px solid #ffffff;
  background: #ee1f0d; /* bright red */
  padding-top: 10px;
}

div#footer p
{
  color: #7e1004; /* dark red on red*/
  text-align: center;
 	font-size: .7em;
 	padding-top: 2px;
}

div#footer p a
{
  color: #c2bcb3; /* light grey */
  text-decoration: none;  
}

div#footer p a:hover
{
  color: #7e1004; /* dark red on red*/
}

div#footer p a.legal
{
  color: #7e1004; /* dark red on red*/
  text-decoration: none;  
}

div#footer p a.legal:hover
{
  color: #c2bcb3; /* light grey */
}
