@charset "utf-8";
/* CSS Document */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
/* this rule comes from the Community MX > CMX CSS Collection > Cheats and Productivity snippets. See http://www.communitymx.com/abstract.cfm?cid=F9B3D */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}
/* Body foreground and background colors, fonts, font size. Also centers the design. */
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ededed;
	text-align: center;
	line-height: 1.2;
}

/* Headings and paragraphs */
/* Note: since we zeroed out all the default margins and padding, we need to explicitly set them as needed. */
h1 {
	font-size: 18px;
	margin-top: 20px;
	color: #000099;
}

h2 {
	FONT-SIZE: 14px;
	COLOR: #960809;
	margin-top: 10px;
}

h3 {
	FONT-SIZE: 12px;
	margin-top: 10px;
	COLOR: #003399;
	font-style: italic;
}

h1,
h2,
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: left;
	text-transform: capitalize;
}

h6 {
	display: none
}

p {
	line-height: 1.3;
	margin-bottom: 7px;
}

/* Links */
/* This is for all links in the site but notice that links in the 
main-nav and footer sections have different rules defined that trump these. */
a,
a:link,
a:visited,
a:active {
	color: #003399;
	text-decoration: none; /* no underline */
	background-color: #FFFFFF;
	font-weight: normal;
}

a:hover,
a:focus {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #8B99C0;
	font-weight: bold;
}

#centered-container {
	margin-left:auto;
	width: 850px;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header {
	background:url(../images/logo_header.gif) #8B99C0 no-repeat;
	width: 850px;
	height: 130px;
}

#header img {
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-top: 65px;
	border-color: #8B99C0;
	border-width: 1;

}

#navigation-bar {
	width: 680px;
	background-color: #8B99C0;
	float: right;
}

#navigation {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
}

#navigation LI {
	DISPLAY: inline; LIST-STYLE-TYPE: none
}

#navigation A:link, #navigation A:visited, #navigation A:active {
	FLOAT: left;
	PADDING-BOTTOM: 2px;
	COLOR: #660000;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 20px;
	TEXT-DECORATION: none;
	background-image: url(../images/btn_normal.gif);
	font-weight: bold;
	width: 90px;
}

#navigation A:hover {
	FLOAT: left;
	PADDING-BOTTOM: 2px;
	COLOR: #660000;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 20px;
	TEXT-DECORATION: none;
	background-image: url(../images/btn_hover.gif);
	font-weight: bold;
	width: 90px;
}

#navigation .current A:link {
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px;
	FLOAT: left;
	PADDING-BOTTOM: 2px;
	COLOR: #FFFFFF;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 20px;
	TEXT-DECORATION: none;
	background-image: url(../images/btn_current.gif);
	font-weight: bold;
}

body#home a#homenav,
body#coaching a#coachingnav,
body#records a#recordsnav,
body#photos a#photosnav,
body#links a#linksnav,
body#aboutus a#aboutusnav,
body#contacts a#contactsnav,
#navigation .current A:hover,
#navigation .current A:active {
	FLOAT: left;
	PADDING-BOTTOM: 2px;
	COLOR: #FFFFFF;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 20px;
	TEXT-DECORATION: none;
	background-image: url(../images/btn_current.gif);
	font-weight: bold;
	width: 100px;
}

#white-below-navbar {
	BACKGROUND: url(../images/layout_shaded_header.jpg) #fff no-repeat 50% bottom; PADDING-BOTTOM: 12px; WIDTH: 851px; HEIGHT: 20px
}

#content-container {
	margin-bottom: 12px;
	text-align: justify;
	padding: 10px 30px 10px 30px;
	color: #000000;
	background-color: #FFFFFF;
}

#content-container TABLE {
	color: #000066;
	background-color: #EDEDED;
	text-align: left;
	margin-bottom: 10px;
	border-color: #8B99C0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-collapse: collapse
}

#content-container TABLE p {
	padding: 0px 5px 10px 5px
}

#content-container TABLE h4 {
	padding: 10px;
	color: #960809;
	font-size: 14px;
	font-weight: bold;
}

#content-container TABLE th {
	color:#000000;
	background-color: #8B99C0;
}

#content-container UL {
	MARGIN-TOP: 0px
}

#content-container LI {
	MARGIN-BOTTOM: 3px;
	color: #000000;
	margin-left: 15px;
	list-style-type: circle;
}
.result {
	text-align: right;
	padding-right: 15px;
	vertical-align: top;
}

#content-input {
	float: left;
	padding: 10px 0px 10px 50px;
}

#text-page-container {
	background:transparent url(../images/layout_border_1.jpg) repeat-y;
	margin-bottom: 12px;
	text-align: left;
}

#text-page-left {
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 40px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	WIDTH: 425px;
	PADDING-TOP: 10px;
	text-align: justify;
}

#text-page-left UL {
	MARGIN-TOP: 0px
}

#text-page-left LI {
	FONT-SIZE: 12px;
	MARGIN-BOTTOM: 3px;
	color: #000000;
	margin-left: 15px;
	text-decoration: none;
	list-style-type: none;
}

#text-page-left LI A:link, #text-page-left LI A:visited {
	COLOR: #000000;
	background-color: #FFFFFF;
	margin-left: 15px;
	text-decoration: none;
}

#text-page-left LI A:hover {
	COLOR: #000099;
	background-color: #8b99c0;
	TEXT-DECORATION: underline;
	margin-left: 15px;
}

#text-page-left LI A:active {
	COLOR: #000000;
	background-color: #FFFFFF;
	TEXT-DECORATION: underline;
	margin-left: 15px;
}

#text-page-right {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FLOAT: right;
	PADDING-BOTTOM: 0px;
	WIDTH: 330px;
	PADDING-TOP: 10px;
}

#text-page-right P {
	MARGIN-BOTTOM: 16px;
}

#text-page-right TABLE {
	MARGIN-BOTTOM: 10px;
	LINE-HEIGHT: 1.5;
	color: #000000;
	border-color: #8B99C0;
	padding: 0px 0px 0px 20px;
}

#text-page-right TABLE P {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	line-height: 1.5;
}

#text-page-right TABLE h4 {
	padding: 0px 0px 0px 20px;
	background-color: #8B99C0;
	color: #000000;
	font-size: 16px;
}


#text-page-right A:link, #text-page-left LI A:visited, #text-page-right A:active {
	FONT-SIZE: 14px;
	COLOR: #960809;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bolder;
}

#text-page-right A:hover {
	TEXT-DECORATION: underline;
}

#product-index-container {
	BACKGROUND: url(../images/product_three_columns.jpg) repeat-y; MARGIN-BOTTOM: 12px
}

#footer {
	height: 28px;
	background: transparent url(../images/layout_sleeve.gif) repeat-x 0 bottom;
	background-color: #8B99C0;
}

#footer-navbar {
	width: 850px;
	background-color: #8B99C0;
	float: left;
}

#footer-nav {
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 3px;
	text-align: center;
}

#footer-nav LI {
	DISPLAY: inline; LIST-STYLE-TYPE: none
}

#footer-nav A:link, #footer-nav A:visited, #footer-nav A:active {
	color:#0000CC;
	background-color: #8B99C0;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
}

#footer-nav A:hover {
	color:#0066CC;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}

#footer img {
	position: relative;
	left: -195px;
	top: -15px;
	float: right;
}
