body {
	background-color: #ececec;
	font-family: Helvetica, Arial;
	letter-spacing:-95%;
	font-size: 18px;
}

#topbanner {
	background-color: #2c5b6d;
	height: 120px;
	min-height: 120px;
	width: 100%;
}

#topbannerlogo {
	padding-top:48px;
	padding-left:18px;
	cursor:hand;
}

#aboutbox {
	position:absolute;
	top:168px;
	left:5%;
	width:240px;
	min-height:416px;
	background-color: #8d3a61;
	padding: 8px;
	color: #ececec;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#topbannerlogo.ui-state-default, #topbannerlogo.ui-widget-content #topbannerlogo.ui-state-default, #topbannerlogo.ui-widget-header #topbannerlogo.ui-state-default {
	border: 0px;
	background: none;
	font-weight: normal;
	color: transparent;
}
h3.aboutbox {
	text-align:left;
	font-weight:bold;
	font-size:22px;
	line-height: 150%;
}

input[type=radio] {  
    display: none;  
} 

.contactField {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #598e9d;
	background-color: #ececec;
	font-family: Helvetica, Arial;
	font-size: 14px;
	padding:4px;
}

.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #598e9d;
	background: #ececec url(images/ui-bg_highlight-soft_100_ececec_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #255b6b;
	font-family: Helvetica,Arial;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: 0;
	padding-top:3px;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
	min-height: 26px;
	margin-bottom:4px;
}

.small {
	width: 10%;	
}

.medium {
	width: 140px;
}

.big {
	width: 246px;
}

p {
	padding-top:8px;
	text-align:left;
	font-size:18px;
	line-height: 150%;
}

#content {
	padding-left:30%;
	width:40%;
}

.exerciseMenu {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	width: 512px;
	background-color: #9ed4e8;
	border: 8px solid #2c5b6d;
	float:left;
	margin:2%;
	text-align:center;
	padding: 12px;
	font-size: 20px;
}

.normalMenu {
	height: 62px;
}

.extendedMenu {
	height: 112px;
}

.humongousMenu {
	height: 500px;
}

.exerciseMenuOptions {
	text-align:center;
}

