/**/
* {
  margin: 0;
}
html,
body {
  height: 100%;
  background-image: url("../images/bg.png");
  background-repeat: repeat-y;
  background-position: center;
  font-family: Helvetica, Arial, Verdana, sans;
  color: #666;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -31px; /* the bottom margin is the negative value of the footer's height(and its border) */
  width: 900px;

  border-style: solid;
  border-color: #003366;
  border-width: 0px 1px 0px 1px;
}

#top {
  background-color: #f5f5f5;

  background-image: url("../images/bg_logo.png"); /********/
  background-repeat: no-repeat;
  background-position: center;

  color: #cc0000; /********/
  padding-top: 0.8em;
  height: 55px;
  border: 3px solid #cc0000;
  border-top: 0px;

  box-shadow: 0px 4px 20px #000;

  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;

  position: relative;
  z-index: 10;
}

#main {
  /*background-color:#666;*/
  color: #666;
  /*padding:0em;*/
  /*-moz-border-radius: 20px;
			border-radius: 20px;*/
  text-align: left; /* Counteract to IE5/Win Hack (if required) */
}

#push {
  /*this DIV pushes the rest of the content(footer) down*/
  /*
			background-color:#666;*/
  clear: both; /*for multiple columns*/
  height: 30px; /**/
}

#footer {
  height: 31px; /* #push must be the same height as .footer */
  background-color: #f5f5f5;
  background-image: url("../images/ft_bg.png");
  background-repeat: repeat-x;
  width: 900px; /* */
  border-style: solid;
  border-color: #003366;
  border-width: 1px 1px 0px 1px;
  margin: auto; /* needed to position the footer properly*/
  /*
			-moz-border-radius: 20px 20px 0px 0px;
			border-radius: 20px 20px 0px 0px;
			*/
  clear: both;
  font-family: Helvetica, Arial, sans-serif;
  color: #666;
}

/*FONTS*/
#top h1 {
  padding-top: 5px;
  color: #fff; /********/
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.8em;
  text-shadow: 2px -2px 8px #666;
  text-align: center;
  letter-spacing: 0.06em;
}

/***/
h1 {
  color: #003366;
  font-size: 1.4em;
  font-family: Helvetica, Arial, sans-serif;
  padding-top: 20px;
}

h2 {
  color: #003366;
  font-size: 1.2em;
  font-family: Helvetica, Arial, sans-serif;
  padding-top: 10px;
}

h3 {
  color: #003366;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
}

a:link {
  color: #003366;
  text-decoration: none;
}
a:visited {
  color: #660000;
}
a:hover {
  color: #cc0000;
  text-decoration: underline;
}
a:active {
  color: #0000ff;
}

/***/
#footer p {
  font-size: 0.85em;
  padding-top: 10px;
  text-align: center;
}
/*NAVIGATION*/

/** new top list **/
#topnav ul {
  display: inline;
  font-family: Helvetica, Arial, sans-serif;
  list-style: none;
  text-align: center;
  /*height:5px;*/
  position: relative;
  float: left;
  z-index: 11;
  top: 2px;
}

#topnav ul li {
  display: inline;
  float: left;
  margin-left: 2px;
}

#topnav ul li a {
  background-color: #cc0000;
  border-style: solid;
  border-color: #cc0000;
  border-width: 0px 1px 2px 1px;
  padding: 3px;
  color: #f5f5f5;
  text-decoration: none;

  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;

  box-shadow: 0px 4px 8px #666;
}

#topnav ul li a:hover {
  background-color: #003366;
  /*box-shadow: 0px 2px 4px #000;*/
}

#topnav ul li a.members {
  background-color: #666;
}

#topnav ul li a.members:hover {
  background-color: #006699;
}

/*************************/
/****** orbit ************/
#featured {
  position: relative;
  height: 300px;
  width: 900px; /*there is a fix/hack to minimise the effect of loading more than one image into the featured content.
	*/
  float: left;
  /*width:900px;/*see above, this overrides and may not be necessary*/
  /*url('../orbit/loading.gif') no-repeat center center;*/
  overflow: hidden;
  /*top:-28px;/* tucks it under the menu */
  z-index: 0; /*-1*/

  left: 0px;
  border-style: solid;
  border-color: #003366; /*003366,006699,003399*/
  border-width: 0px 0px 1px 0px;
  /*background-color:#229911;*/
  font-family: Helvetica, Arial, sans-serif;
}

#featured_swf {
  position: relative;
  top: -28px;
  z-index: -3;

  /*border-style:solid;
	border-color:#003366;
	border-width: 0px 0px 1px 0px;*/
}

/*************************/
/** new side list **/
#sidenav {
  float: left;
  margin-top: 30px;
}

#sidenav ul {
  float: left;
  padding-left: 0px;
  font-family: Helvetica, Arial, sans-serif;
}

#sidenav ul li {
  list-style: none;
  display: block;
  border-color: #cc0000;
  border-style: solid;
  border-width: 2px 2px 2px 0px;
  margin: 2px 0px 0px 0px;

  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}

#sidenav ul li:hover {
  background-color: #cc0000;
  color: #f5f5f5;
}

#sidenav ul li a {
  display: block;
  width: 100%;
  color: #cc0000;
  text-decoration: none;
  padding: 4px;
}

#sidenav ul li a:hover {
  background-color: none;
  color: #f5f5f5;
}

/* content */
#content {
  float: right;
  width: 680px;
  padding-left: 20px;
} /*	background-color:#ff9900;*/

#content h1 {
  padding-top: 10px;
}

#content p {
  padding-top: 6px;
  padding-bottom: 6px;
  /*padding-right:40px;*/
  width: 600px;
  line-height: 1.2em;
}

#content ul {
  line-height: 1.4em;
}

#content ul li {
  list-style-image: url("../images/bullet.gif");
}

/* index nav */
#indexnav {
  width: 200px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  clear: both;
  float: left;
  /*position:relative;
	top:-30px;margin-right:10px;*/
}

#indexnav ul {
  float: left;
}

#indexnav ul li {
  list-style: none;
  /*display:block;*/
  margin: 2px;
  padding: 4px;
  border: 2px solid #990000;
  color: #f5f5f5;
  /*height: 100px;width:180px;*/

  background-color: #cc0000;
  background: url("../images/gr.png");
  background: -moz-linear-gradient(100% 100% 90deg, #cc0000, #cc3333);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#cc0000),
    to(#cc3333)
  );

  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

#indexnav ul li:hover {
  border: 2px solid #990000;
  color: #f5f5f5;
  background-color: #003366;
}

#indexnav ul li a {
  display: block;
  color: #f5f5f5;
  text-decoration: none;
}
/*#indexnav ul li a:hover{color:#f5f5f5;text-decoration:none;}*/

/* tables */
table {
  border-collapse: collapse;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
th {
  background-color: #003366;
  color: #ccc;
  padding: 5px;
  border: 1px solid #000;
}
td {
  background-color: #f0f5f0;
  color: #666;
  padding: 5px;
  border: 1px solid #000;
}
/* use this to handle tables with a lot of content*/
.wide {
  width: 450px;
}

/*no border, AOPA logo only*/
.no_border {
  border: 0px;
  float: left;
}

/*.special{background-color: #ff9900;color:#001199;}*/

.phone {
  color: #003366;
  font-weight: bold;
  padding-left: 0.6em;
}

/*notificatons*/
.notice {
  width: 600px;
  border: 1px dotted #ccc;
  background-color: #fafad2;
  color: #666;
  padding: 4px;
}
/* date of notification */
.notice div {
  color: #c00000;
  font-size: 0.8em;
  float: right;
}
.notice p {
  margin-top: 0.9em;
}

/*************************/
/*the div around the form*/
#contact_form {
  background-color: #f5f5f5;
  width: 200px;
  float: left;
}

/*the form itself*/
form {
  width: 400px;
}

/*** special olympics form (remove after) ***/
.full_width_form {
  width: 95%;
  font-size: 0.9em;
} /*font-size:0.9em;*/
.full_width_form input {
  display: block;
  margin-left: 10px;
}
.full_width_form_half {
  width: 100%;
  font-size: 0.8em;
}

/*** special olympics form (remove after) ***/

form label {
  float: left;
  width: 180px;
  color: #666;
}

form input {
  float: left;
  color: #666;
}

/*************************/

#map_canvas {
  height: 600px;
  width: 600px;
}

/*network links*/
.media {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border: none;
}
