
body {
	margin: 0 auto;
	padding: 0;
	background: #ffffff url(images/blue-top.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: .5em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	padding: 0px 0;
	
}


#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}


/* Contact */

#contact {
	float: right;
	width: 340px;
	margin: 0 auto;
	color: #ffffff;
	margin-top: -95px;
	font-size: 11px;
	
}

#splash {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	
}

#splash h1{
	color: #000000;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-top: 25px;
	
}

#splash h2{
	color: #909090;
	margin-top: -25px;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-weight: normal;
	font-size: 19px;
	padding: 0px 0px 25px 0px;
}

#splash a{
	color: #3673c8;
	

}


/* Logo */

#logo {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	
}

#logo-container {
	width: 420px;
	float: left;
	padding: 10px;
	height: 91px;
	margin: 0 auto;
	
}

#logo-container a img{
	text-decoration: none;
	border: 0;
	
}


/* Page Navigation */

#pagenav {
	float: right;
	margin-top: -60px;
	

}

#pagenav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#pagenav li {
	float: left;
	height: 60px;

}

#pagenav a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 22px 0px 0 20px;
	text-decoration: none;
	font-size: 14px;
	color: #666666;

}

#pagenav a:hover {
	color: #3673c8;
} 

#pagenavhome {
	margin-top: -60px;
	

}

#pagenavhome ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#pagenavhome li {
	float: left;
	height: 60px;

}

#pagenavhome a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 22px 0px 0 20px;
	text-decoration: none;
	font-size: 14px;
	color: #666666;

}

#pagenavhome a:hover {
	color: #3673c8;
} 


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	margin-top: -350px;
	
}

#pagesub {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	margin-top: -20px;
	
}

/* pagecontent container */

#pagecontentcontainer {
	background: #ffffff;
	height: 275px;
	width: 100%;
	z-index: 1;
}

/* Content Subpage */

#contentsub {
	border-top: 1px solid #cccccc;
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
}

/* Content Subpage Secondary Navigation */

#contentsubnav {
	float: left;
	width: 200px;
	margin: 0 auto;

}

#contentsubbody {
	float: left;
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	background: #ccccccc;
}

#contentsubbody h2{
	color: 000000;
	font-size: 14px;
	margin-top: 10px;
}

#contentsubnavhead {
	float: left;
	width: 180px;
	height: 30px;
	background: #e6dcbc;
	padding: 15px 10px 10px 10px;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
}


/* Content Subpage Secondary Navigation Links */


#contentsubnavlinks ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#contentsubnavlinks li {
	float: left;
	height: 35px;

}

#contentsubnavlinks a {
	display: block;
	float: left;
	height: 10px;
	width: 180px;
	margin-right: 1px;
	padding: 10px;
	text-decoration: none;
	font-size: 11px;
	color: #3673c8;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;

}

#contentsubnavlinks a:hover {
	text-decoration: underline;
	background: #f2f2f2;
} 




/* Content Home*/

#content-ind {
	float: left;
	width: 311px;
	height: 235px;
	background: #FFFFFF url(images/individual-back.jpg) repeat-x;
	border-left: 1px solid #ffffff;
	border-right: 8px solid #ffffff;
}

#content-ind-header {
	float: left;
	width: 311px;
	height: 30px;
	margin: 0 auto;
	background: #000000;
	padding: 40px 0px 0px 0px;
	filter:-moz-opacity:.75;opacity:.75;
	filter:alpha(opacity=75);	
	
}

#content-ind-header a{
	color: #f2f2f2;	
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-weight: normal;
	font-size: 19px;
	text-decoration: none;
	
	
}

#content-ind-header span{
	display: none;
	font-size: 12px;
}


#content-ind-header a:hover { 
	color: #3673c8;
}


#content-ind-header a:hover span { 
	display: inline;
	position: absolute;
	width: 271px;
	height: 150px;
	background: #000000;
	text-align: left;
	padding: 0px 20px 20px 20px;
	color: white;
	filter:alpha(opacity=75);
}

/* Corporations */

#content-cor {
	float: left;
	width: 311px;
	height: 235px;
	background: #FFFFFF url(images/corporation-back.jpg) repeat-x;
	border-left: 1px solid #ffffff;
	border-right: 8px solid #ffffff;
}

#content-cor-header {
	float: left;
	width: 311px;
	height: 30px;
	margin: 0 auto;
	background: #000000;
	padding: 40px 0px 0px 0px;
	filter:-moz-opacity:.75;opacity:.75;
	filter:alpha(opacity=75);	
	
}

#content-cor-header a{
	color: #f2f2f2;	
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-weight: normal;
	font-size: 19px;
	text-decoration: none;
	
	
}

#content-cor-header span{
	display: none;
	font-size: 12px;
}


#content-cor-header a:hover { 
	color: #3673c8;
}


#content-cor-header a:hover span { 
	display: inline;
	position: absolute;
	width: 271px;
	height: 150px;
	background: #000000;
	text-align: left;
	padding: 0px 20px 20px 20px;
	color: white;
	filter:alpha(opacity=75);
}

/* Coaches */

#content-coa {
	float: left;
	width: 319px;
	height: 235px;
	background: #FFFFFF url(images/coaching-back.jpg) repeat-x;
	border-left: 1px solid #ffffff;
}

#content-coa-header {
	float: left;
	width: 319px;
	height: 30px;
	margin: 0 auto;
	background: #000000;
	padding: 40px 0px 0px 0px;
	filter:-moz-opacity:.75;opacity:.75;
	filter:alpha(opacity=75);	
	
}

#content-coa-header a{
	color: #f2f2f2;	
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-weight: normal;
	font-size: 19px;
	text-decoration: none;
	
	
}

#content-coa-header span{
	display: none;
	font-size: 12px;
}


#content-coa-header a:hover { 
	color: #3673c8;
}


#content-coa-header a:hover span { 
	display: inline;
	position: absolute;
	width: 279px;
	height: 150px;
	background: #000000;
	text-align: left;
	padding: 0px 20px 20px 20px;
	color: white;
	filter:alpha(opacity=75);
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}



/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #cccccc;
	font-size: smaller;
	
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #3673c8;
}

#footer p {
	margin: 0;
	line-height: normal;
	
	
}

#footerhome {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: smaller;
	
}

#footerhome a {
	text-decoration: none;
}

#footerhome a:hover {
	text-decoration: none;
	color: #3673c8;
}

#footerhome p {
	margin: 0;
	line-height: normal;
}
