﻿/* CSS layout */

#masthead {
	border-color: white;
	border-style: dotted;
	border-width: 1px;
	width: 755px;
	margin: auto;
}

#subtitle {
	/* background-color: #1b3781; */
	background-color: #BB0000;
	color: white;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	width: 755px;
	margin: auto;
}

#container {
	background-color: white;
	position: relative;
	width: 755px;
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-color: #0a5074;
	border-style: dotted;
	border-width: 1px;
	margin: auto;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}

#page_content {
	margin-left: 200px;
	padding-right: 20px;
}

#footer {
	background-color: #BB0000;
	color: white;
	font-family: Verdana;
	font-size: xx-small;
	padding: 5px;
	width: 755px;
	margin: auto;
}

a:link {
	color: #0a5074;
	text-decoration: none;
	border-bottom: 1px dotted #0a5074;
}

a:visited {
	color: #0a5074;
	text-decoration: none;
	border-bottom: 1px dotted #0a5074;
}

a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #fcc707;
}

body {
	background-image: url('images/background.gif');
	text-align: center;
}

body#contact a#navContact {
	background-position: 0 -32px;
}

body#lessons a#navLessons {
	background-position: 0 -32px;
}

body#hitting a#navHitting {
	background-position: 0 -32px;
}

body#store a#navStore {
	background-position: 0 -32px;
}

body#coaches a#navCoaches {
	background-position: 0 -32px;
}

body#camps a#navCamps {
	background-position: 0 -32px;
}

body#training a#navTraining {
	background-position: 0 -32px;
}

body#home a#navHome {
	background-position: 0 -32px;
}

body#birthday a#navBirthday {
	background-position: 0 -32px;
}

body#indoorSportsComplex a#navIndoorSportsComplex {
	background-position: 0 -32px;
}


#subtitle a:link {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#subtitle a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#subtitle a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #fcc707;
}

h1 {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: #0a5074;
	text-align: left;
}

h2 {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: Black;
	text-align: left;
}

hr {
	color: #0A5074;
	height: 1px;
}

li {
	font-family: Verdana;
	font-size: small;
	text-align: left;
}

p {
	font-family: Verdana;
	font-size: small;
	text-align: left;
}

td {
	vertical-align: top;
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
}

ul {
	margin-bottom: 0;
}

.photo {
	border-color: #0a5074;
	border-style: solid;
	border-width: 1px;
	height: 188px;
	width: 250px;	
}

.photo:hover {
	border-color: #fcc707;
}

.rollover a {
	display: block;
	width: 175px;
	margin-bottom: 5px;
	padding-left: 40px;
	height: 28px;
	font: bold 13px verdana;
	color: white;
	background: url('images/button.gif') no-repeat 0 0;
	text-decoration: none;
	border: 0;
	padding-top: 0;
}

.rollover a:hover { 
	background-position: 0 -32px;
	/* color: #049; */
	text-decoration: underline;
	border-bottom: none;
	color: #fcc707;
}