﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	line-height: 1.2em;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
table, td, th
{
	vertical-align: middle;
}



blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

/* Remove annoying border on linked images. */
a img
{
	border: none;
}

.clear
{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------------------------------------------------- */
/* Links */
a
{
	text-decoration: none;
	color: maroon;
}

a:hover
{
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------------------- */
/* lists */

li
{
	list-style-type: none;
}







/* ---------------------------------------------------------------------------------------- */
/* Start */

html
{
	height: 100%;
}

body
{
	background-color: #5c0000;
	background-image: url(/images/bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	height: 100%;
}

form
{
height:100%;
clear:both;
}

#shadow
{
	background-image: url(/images/shadow.png);
	background-position: center top;
	width: 1152px;
	margin: auto;
}

#wrapper
{
	width: 950px;
	margin: auto;
	height: 100%;
	position: inherit;
}



#header
{
}

#header #logo
{
	float: left;
	background-image: url(/images/main-logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	width: 475px;
	height: 149px;
}

#header #photo
{
	float: right;
	background-image: url(/images/runners.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	width: 475px;
	height: 149px;
}

#nav
{
	background-image: url(/images/nav-bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
}

#nav ul
{
}

#nav li
{
	float: left;
	display: inline;
	margin-left: -1px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	vertical-align: middle;
	height: 25px;
}

#nav li a
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #303030;
	line-height: 25px;
	padding: 0px 30px 0px 30px;
}

#nav li a:hover
{
	color: maroon;
}



#nav li a
{
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	display: block;
}

#nav li ul.hoverlinkcss li
{
	background-color: #f5f5f5;
	border-bottom: solid 1px #ccc;
}


#nav li ul.hoverlinkcss li a
{
	width: 150px;
	height: 25px;
}

.hoverlinkcss a
{
}

.hoverlinkcss
{
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 162px;
}

.hoverlinkcss a:hover
{
	text-decoration: underline;
}



#content
{
	background-color: White;
	background-image: url(/images/white-grad-top.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 40px;
}

#content #copy
{
	width: 700px;
	margin: auto;
}

#footer
{
	height: 220px;
	width: 950px;
	background-color: Black;
	background-image: url(/images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: bottom;
}

#footerlinks
{
	float: left;
	margin: 20px 0px 0px 30px;
}

#footer dt
{
	margin-bottom: 10px;
}

#footerlinks a
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	color: White;
	font-size: 10pt;
	padding: 0px 50px 0px 50px;
}




#ronhill
{
	width: 159px;
	height: 50px;
	float: right;
	margin: 40px 30px;
}

/* ---------------------------------------------------------------------------------------- */
/* Text */

*
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
}

p
{
	margin: auto;
	font-size: 10pt;
	color: #303030;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

td, td a
{
	font-size: 10pt;
	line-height: normal;
}

td
{
	padding:3px;
}

h1, h2
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14pt;
	color: #303030;
	font-weight: bold;
	letter-spacing: -1pt;
	margin-bottom: 20px;
}

h3
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12pt;
	color: #303030;
	font-weight: bold;
	margin-bottom: 10px;
}


/* ---------------------------------------------------------------------------------------- */
/* Front Page */




#frontpage, #latestphotos
{
	float: left;
	width: 50%;
}

#frontpage p
{
	width: 90%;
}
#latestphotos img, #galleryimages li
{
	min-width: 90px;
}

#latestphotos img, #galleryimages img
{
	border: solid 1px #ccc;
	padding: 2px;
	height: 70px;
	max-width: 90px;
	max-height: 70px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#latestphotos img:hover, #galleryimages img:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
}



#newssnippets, #newslettersignup
{
	float: right;
	width: 44%;
}

#newssnippets, #newslettersignup .textbox
{
	color: #999;
	margin: 5px 0px;
}


#newssnippets, #frontpage
{
	min-height: 300px;
}
#newssnippets h3
{
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	margin-bottom: 5px;
}

#newssnippets p
{
	font-size: 8pt;
	line-height: 10pt;
	padding: 0px;
}

#newslettersignup .textbox
{
	background-color: #f5f5f5;
	border: solid 1px #ccc;
	padding: 3px;
	font-size: 12pt;
	width: 250px;
	margin-bottom: 5px;
}



.button
{
	background-image: url(/images/btn-bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	border: solid 1px #303030;
	color: White;
	height: 26px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

#newslettersignup .button
{
	margin-top:10px;
}


/*------------------------------------------------------------------------------------*/
/* Contact Form */

.label
{
	display: block;
	text-transform: capitalize;
	margin-top: 20px;
}

/*------------------------------------------------------------------------------------*/
/* Galleries */

#galNav
{
	width: 250px;
	float: left;
}
#galNav a
{
	font-size: 9pt;
	line-height: 10pt;
}

#galleryimages
{
	display: inline;
	float: right;
	width: 600px;
}

#ZoomBox img, .standimages img
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #D8D8D8;
	background-color: White;
}

#ZoomImage img, #ZoomClose img
{
	padding: none;
	border: none;
	background-color: Transparent;
}
/*------------------------------------------------------------------------------------*/
/* News */

#news p
{
	border-bottom: dashed 1px #303030;
	padding: 10px 0px 20px 0px;
	margin-bottom: 10px;
}

#news h3
{
	color: Maroon;
	font-weight: bold;
}



.more a
{
	float: right;
	font-size: 9pt;
	padding-right: 40px;
}

#trainers
{
	float:right;
	background-image: url(/images/trainers.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:62px;
	margin-right:30px;
	margin-top:20px;
}

/*------------------------------------------------------------------------------------*/
/* Contact Form */

#contact-form .textbox
{
	width:250px;
	padding:5px;
}

#contact-form .rbl, #contact-form .cbl
{
	font-size:9pt;
}
