/* Version: 14-Nov-2009 11:05 */

a:link { color: blue; text-decoration: none }
a:visited { color: brown; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover { color: green; text-decoration: none }


.special  a:visited {
  color: white; text-decoration: underline;
}
.special  a:link {
  color: white; text-decoration: underline;
}

body {
  margin: 0;
  padding: 0;
  background-color: #104E8B;
  color: white;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
}

img {
  border-style: none;
}
hr {
  color: #b9d2e3;
  background-color: #b9d2e3;
  height: 1px;
  border: 0;
}
.image_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contactmes a:link, .contactmes a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}

.btn_menu {
  background: none;
  border: none;
  color: rgb(256, 256, 256);
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}

div#menu ul ul form {
    color: rgb(169, 169, 169);
    display: block;
    float: none;
    height: auto;
    line-height: 24px;
    padding: 0 0 0 15px;
    }

li {
  margin-bottom: .3em;
}

.d00 {
	background-color: #CCEBF5;
}
.d11 {
	background-color: #E0D1B2;
}

#wrapper {
  background-color: #fdf8f2;
  color: black;
  margin: 30px 40px 30px 40px;
  padding: 10px;
  min-width: 650px;
  max-width: 1100px;
}
#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: center;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:hover {
  color: green;
  text-decoration: none;
}
#brush {
  position: absolute;
  top: 127px;
  right: 54px;
}
#brush2 {
  position: absolute;
  top: 127px;
  right: 391px;
}
#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 0 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}
#content .inner {
  margin: 10px 20px 10px 40px;
}
#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}
#content .inner h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 90%;
}
#content .inner h4 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 90%;
  width: 50%;
}

#contentfull {
  margin: 0 0 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}
#contentfull .inner {
  margin: 10px 20px 10px 40px;
}
#contentfull .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}
#contentfull .inner h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 90%;
}


td.title {
  text-align: right;
  padding: 5px;
}
td.name {
  text-align: left;
  padding: 5px;
}
.black {
  color: black;
  padding: 3px;
}
.blue {
  color: blue;
  padding: 3px;
}
.links {
  line-height: 1.5em;
}
td.date {
  width: 120px;
}
td.text {
  width: 80%;
}

div.issues {
  font-family:arial;
  font-size:14pt;
}

.arc_main {
  width:20%;
  height:20px;
  font-family:arial;
  font-size:12pt;
  padding:1px;
}
table.news {
  border-collapse: separate;
  border: 2px solid #b9d2e3;
  padding:2px;
}
table.past {
  opacity: .5;
  filter: alpha(opacity=50);
  background-color: #E5E5E5;
}

.arc_sep {
  width:5%;
  height:20px;
  font-family:arial;
  font-size:12pt;
  padding:1px;
}

th {
  text-align: left;
  padding: 10px;
  background-color:#eee;
  color:#666666;
}

td.dirlist_number {
  text-align: right;
}

td {
  text-align: left;
  padding: 10px;
  vertical-align: top;
}

.contact_table {
	border-collapse: collapse;
	text-align: left;
}

.contact_table th {
  padding: 10px 8px;
  border-bottom: 2px solid;
  background-color:#eee;
  color: #666666;
}

.contact_table td {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.form_screenx tr:hover td {
  background-color: #E0E0EB;
}
.form_screen input:focus {
  background-color: #CCEBF5;
}

div.general_form {
  background-color: #E3E3E3;
  border-radius: 10px;
  padding: 15px;
}


#contact tr {
	border-bottom: 1px solid;
}

#selectinfo td:first-child {
	text-align: right;
}

.profile_table {
	border-collapse: collapse;
	text-align: left;
}

.profile_table th {
  padding: 10px 8px;
  border-bottom: 2px solid;
  background-color:#eee;
  color: #666666;
}

.profile_table td {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#message td {
  text-align: left;
  padding: 2px 7px 2px 7px;
}

#aerobics td {
  text-align: left;
  padding: 3px 3px 3px 10px;
  width: 25%;
}

#aerobics th {
  text-align: left;
  padding: 3px 3px 3px 10px;
  width: 25%;
}

#compfeat th {
  text-align: center;
}
#compfeat td {
  text-align: center;
}
#compfeat .left {
  text-align: left;
}
#compfeat .altcolor {
  background-color: #E5E2DD;
}


#amen li {
  margin-bottom: .2em;
}
#bio li {
  margin-bottom: .4em;
}
#groupfitness li {
  margin-bottom: .3em;
  list-style-image: url(images/arrow_right.gif);
}
#trainers li {
  margin-bottom: .3em;
  list-style-image: url(images/arrow_right.gif);
}

#rockclimbing li {
  margin-bottom: .3em;
}

div.dummy {
  clear: both;
  }

div.container {
  float: left;
  width: 250px;
  height: 250px;
  padding: 10px;
  text-align: center;
}
#top { 
  position:absolute;
  top:0;
  left:0;
} 