@charset "UTF-8";
/* CSS Document */

/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.cfx:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\fx:after { line-height: 0; }
.cfx {display: inline-block;}
/* Hides from IE-mac \*/
* html .cfx {height: 1%;}
.cfx {display: block;}
/* End hide from IE-mac */


body {
	margin: 0;
	padding: 0;
	font: 14px/18px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;
	background: #fff url(http://d29ks1g2ghi4j.cloudfront.net/images/iPhone/bg_masthead.gif) left top repeat-x;
}

h1, h2, h3, h4, legend {
	font-weight: normal;
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma;
	clear: left;
}

h2 {
	font-size: 24px;
}

form {
	margin: 0 0 10px;
}
fieldset {
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

legend {
	font-weight: bold;
	font-size: 16px;
}

label {
	display: block;
	float: left;
	width: 110px;
	margin-top: 3px;
}
.button {
	margin-left: 110px;
}


.bounds {
	width: 750px;
	margin: 0 auto;
}
span.hr {
	display: block;
	clear: both;
}
span.hr hr {
	display: none;
}
#wjr_logo h1 {
	margin: 0;
}
#wjr_logo h1 a {
	display: block;
	margin: 0 auto;
	height: 104px;
	width: 230px;
	background: transparent url(http://d29ks1g2ghi4j.cloudfront.net/images/iPhone/WalkJogRun.gif) left top no-repeat;
	text-indent: -999em;
	overflow: hidden;
	text-align: center;
}

#mainCol {
	float: left;
	width: 500px;
}

#sideCol {
	float: right;
	width: 175px;
}
