/* main */

html {
  overflow: -moz-scrollbars-vertical;
}

#site{
  width:800px;
  margin:0 auto;
  font-family:verdana,arial,sans-serif;
  font-size:11px;
  zoom:1;
}

h1{
  margin-bottom:10px;
  font-size:18px;
}

h2{
  margin-bottom:4px;
  font-size:12px;
}

p{
  margin:0;
  line-height:1.5;
}

input{
  font-size:10px;
}

.hide{
  display:none;
}

#content{
  zoom:1;
}

img{
	border:0px;
}

.error{
  color:#ff0000;
}

.person_presentation img.portrait{
	float:left;
	clear:left;
	margin:0 10px 10px 0;
	width:100px;
	height:100px;
}

.person_presentation{
	clear:left;
}

.person_presentation h3{
	font-size:12px;
}

#sideimages{
  float:right;
  width:200px;
  margin-left:25px;
  padding-top:20px;
}

/* /main */

/* menu */

#topbanner{
  background:url(../images/logo.gif) no-repeat;
  height:114px;
  display:block;
}

#menu{
  background:#888;
  overflow:auto;
  border-top:1px solid #fff;
  margin-bottom:25px;
  zoom:1;
}

#menu a{
  display:block;
  float:left;
  color:#fff;
  font-family:arial;
  font-size:10px;
  text-decoration:none;
  border-right:1px solid #fff;
  padding:2px 5px;
  background:#888;
  margin:0;
  text-transform:uppercase;
}

#menu a:hover{
  background:#666;
}

/* /menu */

/* footer */

#footer{
  background:#888;
  padding:4px 16px 4px 4px;
  color:#fff;
  text-align:right;
  margin-top:25px;
}

#footer a{
	color:#fff;
}

/* /footer */

/* frontpage */

#frontpage{
  float:left;
}

#frontpage div.news{
  overflow:auto;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #000;
  width:575px;
  zoom:1;
}

#frontpage div h2{
  margin:0;
  padding:0;
  line-height:1;
  font-size:14px;
}

#frontpage div div p{
  margin-top:5px;
  line-height:1.5;
}

#frontpage div.left img{
  float:left;
  margin-right:10px;
}

#frontpage div.right img{
  float:right;
  margin-left:10px;
}

/* /frontpage */

/* contact */

#contact{
	width:575px;
	float:left;
}

/* /contact */

/* program */

#program table{
  width:95%;
  border-collapse:collapse;
  margin-bottom:10px;
}

#program table thead th{
  text-align:left;
}

#program table tbody{
	border-left:2px solid #000;
}

#program table tbody td{
	border:1px solid #000;
  padding:5px;
}

#program p{
  margin-bottom:10px;
}

#program table tr.rowHighlighter{
  background:#eeeeee;
}

/* /program */

/* login */

#login form div label{
  float:left;
  display:block;
  width:100px;
}

#login form div input{
  margin-bottom:4px;
}

#login form div .error{
  margin-bottom:8px;
}

/* /login */

/* workout */

#workout h2{
  margin:0 30px 0 0;
}

#workout table{
  margin-top:20px;
  line-height:1.5;
}

#workout table tbody td{
  padding:15px 10px;
  border-bottom:1px solid #000;
}

#workout table tbody td.title{
  width:120px;
}

#workout table tbody td.description{
  width:400px;
  padding-right:10px;
  text-align:justify;
}

#workout table tbody td.goodfor{
  padding-left:10px;
}

#workout table tbody span{
  font-weight:bold;
}

#workout table tbody #selected{
  background:#eeeeff;
}

/* /workout */

/* about */

#about{
	width:575px;
}

/* /about */

/* member */

#member{
	width:575px;
	float:left;
}

#member p{
	margin-bottom:10px;
}

/* /member */

/* instructors */

#instructors #selected{
	background-color:#eeeeff;
}

#instructors div{
	clear:left;
	padding:2px 0 0 2px;
	overflow:auto;
}

/* /instructors */

/* location */

#locations div.map img.map{
	margin:20px 0 20px 0;
}

#locations h2{
	margin-top:10px;
	border-top:1px solid #000;
	padding-top:20px;
}

/* /locations */

/* about */

#about{
	float:left;
}

/* /about */

/* history */

#history{
	width:575px;
	float:left;
}

#history p{
	margin-bottom:10px;
}