/* Development assist stuff
div {  
  border: thin solid #000000;
}

h1, h2 { 
  border: thin solid #000000;
}
------------------------------------------- */

/* Common Elements 
------------------------------------------- */

/* Note: 1em = 10px when default browser size is 16px */
input, select, th, td { 
  font-size: 1em; 
}

/* Removes the border from all clickable images */
a img { 
  border:0;
}

h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
  border: none;
}

p {
	margin: 0.5em 0 1em 0;
	padding: 0;
	border: none;
}


/* Page Layout - Main body 
------------------------------------------- */
/* body {
  margin: 0 auto;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 62.5%;
  background:rgb(244,244,244) url(images/bg.gif) center /*repeat-y*//*;
} */
#html, body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: #004A2A;
	color: #000000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:980px;
	height: 100%;
	margin: auto;
	/* link="#000099"; */
	/* vlink="#000099"; */
	/* alink="#0000FF"; */
}

td, th{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}


#pageContainer {
  margin: 0 auto;
  width: 760px;
}

/* Page Layout - Header 
------------------------------------------- */

#header {
  height: 9.8em;
  background: url(../images/logos/STCLogosm.gif) no-repeat;
}
/*
#header {
  height: 9.8em;
  background: url(../images/logos/STClogo.gif) no-repeat;
} 
*/
/*
#header {
  height: 9.8em;
  background: url(../images/logos/2009 USATF Member Club Logo_color.jpg) no-repeat;
}
*/
#headerText {  
  margin: 0.5em 0 0 280px;
  padding: 1.0em 0 0 0;
}

#header h1 {
  margin: 0 auto;
  font-style: italic;
  font-size: 3.5em;
  color: rgb(0,0,200);
}

#header h2 {  
  margin: 0 auto;
  color: rgb(125,125,125);
}

#header a img { 
  border:0;
}

#siteLogo { 
}

/* Page Layout - Top Navigation
------------------------------------------- */
#topNav {
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
}

#topNav ul {  
  margin: 0 auto;
}

#topNav ul li {
  display: inline;
  list-style: none;
}

#topNav ul li a { 
  padding: 0 5px;
  color: rgb(125,125,125);
  text-decoration:none;
}

#topNav ul li a:hover {
  color: rgb(50,50,50);
  text-decoration:none;
}

/* Page Layout - Banner
------------------------------------------- */
#banner {
  height: 175px;
  border: none;
  margin: 0;
  padding: 0;
}

/* Page Layout - Main Navigation
------------------------------------------- */
#mainNav {
	margin-top: -1px;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	border: none;
}

#mainNav ul {  
  margin: 0 0 0 5px;
  padding: 0.5em 0;
}

#mainNav ul li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#mainNav ul li a {
  text-decoration:none;
  padding: 5px 1.0em;
  margin: 0 -0.2em;
  color: #FFFFFF;
  border-right:solid 1px rgb(175,175,175);
  width: 100%;
}

#mainNav ul li a:hover {
  color: #D1C57E;
}

#mainNav tr {  
  margin: 0 0 0 5px;
  padding: 0.5em 0;
}

#mainNav tr td {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#mainNav tr td a {
  text-decoration:none;
  padding: 5px 1.0em;
  margin: 0 -0.2em;
  color: #FFFFFF;
  border-right:solid 1px rgb(175,175,175);
  width: 100%;
}

#mainNav tr td a:hover {
  color: #D1C57E;
}

/* Page Layout - Content
------------------------------------------- */
#content {
	font-size: 1.3em;
	margin-top: 1em;
	padding-top: 0;
	padding-bottom: 1em;
	color: rgb(64,64,64);
	/*border: 1px solid rgb(175,175,175);*/
    border: none;
	height: auto;
}

.columnLeft {
	float: left;
	width: 13.2em;
	margin: 0 1em 0 0;
	padding: 0;
    border: none;
	/*border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	*/
}

.columnLeft h4 {
	background-color:rgb(190,190,190);
	border:none;
	margin:0em;
	padding-left: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.columnCenter {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  width: 30em;
  /*border: 1px solid rgb(75,75,75);*/
}

.columnCenter p {
  margin: 0.5em 0 1em 0;
  padding: 0;
  border: none;
}

.columnCenter p.bottomBorder { 
  border-bottom: 2px solid rgb(190,190,190);
  padding-bottom: 1.5em;
}


.columnRight {
  float: right;
  width: 13.2em;
  margin: 0;
  padding: 0;
  border: none;
  /*border: 1px solid rgb(75,75,75);*/
}

.columnRight p {
  margin: 0.5em 0 1em 0;
  padding: 0;
  border: none;
}

/* Page Layout - Centered Picture
------------------------------------------- */
.CenteredPicture {
	border: none;
	text-align: center;
}

/* Page Layout - Centered Table
------------------------------------------- */
.CenteredTable {
	border: none;
	text-align: center;
}


/* Page Layout - Box
------------------------------------------- */
.box {
  margin: 0;
  padding: 0 0 1.2em 0;
  border: none;
}

.box h4 {
  margin: 0;
  padding: 0.2em 0.1em;
  border-bottom: 1px solid rgb(75,75,75);
  text-align: center;
  color: rgb(0,0,0);
}

.box p { 
  margin: 0 0.5em;
  padding: 0;
  border: none;
}

.box p.bottomBorder { 
  border-bottom: 2px solid rgb(190,190,190);
  padding: 0;
  margin: 0 0.5em;
}

.boxTopCurved { 
  background-color: rgb(190,190,190);
  background-image: url(../images/curvedEdgeHeader.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.boxTopLeft { 
  background-color: rgb(190,190,190);
  background-image: url(../images/cornerTopLeft.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.boxTopRight { 
  background-image: url(../images/cornerTopRight.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

.boxBottomLeft { 
  background-color: rgb(230,230,230);
  background-image: url(../images/cornerBottomLeft.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.boxBottomRight { 
  background-image: url(../images/cornerBottomRight.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* Page Layout - Footer 
------------------------------------------- *
#footer {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-align: center;
	border-top: 1px solid rgb(175,175,175);
	background-color: #000000;
}
*/
#footer {
	position:relative;
	bottom:-8px;
	float:left;
	width:816px;
	height:32px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
/*	width:100%;
	height:100%;  */
}

.bottomBorder {
	border-bottom: 2px solid rgb(190,190,190);
	padding-bottom: 1.5em;
}

/*  from Old Site 
-------------------------------------------*/
.caption{
	color : #000000;	
	font-family : Arial,Helvetica,Verdana,Sans-Serif;	
	font-size : 8pt;	  /* was 7pt */
	font-weight : normal;	
	font-style : normal;	
	letter-spacing : 0px;	
	text-decoration : none;	
	text-transform : none;	
	text-align : left;
}

.caption2{	
	color : #004A2A;	
	font-family : Arial,Helvetica,Verdana,Sans-Serif;	
	font-size : 8pt;	
	font-weight : normal;	
	font-style : normal;	
	letter-spacing : 0px;	
	text-decoration : none;	
	text-transform : none;	
	text-align : left;
}

.copy{
	color : #000000;
	font-family : Verdana,Helvetica,Arial,Sans-Serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	letter-spacing : 0px;
	text-decoration : none;
	text-transform : none;
	text-align : left;
}

.gray{
	color : #969696;
	font-family : Verdana,Helvetica,Arial,Sans-Serif;
	font-size : 7pt;
	font-weight : bold;
	font-style : normal;
	letter-spacing : 0px;
	text-decoration : none;
	text-transform : uppercase;
	text-align : left;
}

.head{	
	color : #004A2A;	
	font-family : Verdana,Helvetica,Arial,Sans-Serif;	
	font-size : 9pt;	
	font-weight : bold;	
	font-style : normal;	
	letter-spacing : 0px;	
	text-decoration : none;	
	text-transform : uppercase;	
	text-align : left;
}

.sec_head{	
	color : #004A2A;	
	font-family : Verdana,Helvetica,Arial,Sans-Serif;	
	font-size : 16pt;	
	font-weight : normal;	
	font-style : normal;	
	letter-spacing : 0px;	
	text-decoration : none;	
	text-transform : uppercase;	
	text-align : left;
}

.head-centered{	
	color : #004A2A;	
	font-family : Verdana,Helvetica,Arial,Sans-Serif;	
	font-size : 9pt;	
	font-weight : bold;	
	font-style : normal;	
	letter-spacing : 0px;	
	text-decoration : none;	
	text-transform : uppercase;	
	text-align : center;
}

/*
.menu-dhtml{	position : absolute;	visibility : hidden;	background-color : #3399CC;	layer-background-color : #000000;	width : 125;	border-left : 1pxsolidblack;	border-top : 1pxsolidblack;	border-bottom : 1pxsolidblack;	border-right : 1pxsolidblack;	padding : 0px;	z-index : 11;}
*/


.menu-links{
	color : #FFFFFF;
	font-family : Verdana,Helvetica,Arial,Sans-Serif;
	font-size : 9pt;
	background : transparent;
	padding : 2px;
	cursor : default;  /* hand; */
}

.subhead{	
	color : #333399;	
	font-family : Verdana, Helvetica, Arial, Sans-Serif;	
	font-size : 8pt;	
	font-weight : normal;	
	font-style : italic;	
	letter-spacing : 0px;	
	text-decoration : none;	
	text-transform : none;	
	text-align : left;
}

.subtitle{
	color: #000000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

.wh-small{
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

.wh-footer{
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	background-color: #000000;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	width:100%;
	height:100%;
}

.locations-block{
	color: black;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
}

.staff {color: #000000;
	font-weight:bold;
}

/*
A:link.wh-footer {text-decoration: none}
A:visited.wh-footer {text-decoration: none}
A:active.wh-footer {text-decoration: none}
A:hover.wh-footer {text-decoration: underline; color: red;}
*/


/* SUBNAV */
A.subnav{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight : bold;
	color : #004A2A;
	font-size: 8pt;
}
A:link.subnav {
	color : #004A2A;
	text-decoration: none;
}
A:visited.subnav {
	color : #004A2A;
	text-decoration: none;
}
A:active.subnav {
	color : #004A2A;
	text-decoration: underline;
}
A:hover.subnav {
	color : #004A2A;
	text-decoration: underline;
}
/* LEFT NAV */
A.leftnav{
	font-family: Verdana, Helvetica, Arial;
	font-weight : normal;
	font-size: 8pt;
	color : #333399;
}
A:link.leftnav {
	color : #333399;
	text-decoration: none;
}
A:visited.leftnav {
	color : #333399;
	text-decoration: none;
}
A:active.leftnav {
	color : #333399;
	text-decoration: underline;
}
A:hover.leftnav {
	color : #333399;
	text-decoration: underline;
}

