@charset  "utf-8";

/* IMAGE PRELOADER */
/***XXXXXXXXXXXXXXXX Zeroing Rules XXXXXXXXXXXXXXXXX***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-decoration: none;
	list-style: none;
	/* use "list-style-type: disc" to bring back the bullets! */
}

/* remember to define focus styles! */
:focus { outline: 0; }
img { vertical-align: bottom; }

/* Avoids baseline spacing below img elements in IE6 */
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

/*** end of Zeroing Rules ***/
p
{
	margin: 0 0 .8em 0;
	color: #4167B0;
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 1.5;
}

body
{
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 90%;
}

#wrapper
{
	position: relative;
	width: 945px;
	padding: 0 0 0 5px;
}

.header
{
	position: absolute;
	top: 81px;
	left: 246px;
	width: 600px;
}

.header h1
{
	font-size: 1.5em;
	font-style: italic;
	color: #4167b0;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h2
{
	font-size: 1.25em;
	color: #4167b0;
	padding-bottom: .5em;
	padding-top: .25em;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h3
{
	font-size: 1.25em;
	color: #4167b0;
	padding-bottom: .5em;
	padding-top: .25em;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h4
{
	font-size: 1em;
	color: #000000;
	padding-bottom: .1em;
	padding-top: .2em;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h2.feature
{
	color: #99A56F;
	text-decoration: underline;
	padding-top: 1.5em;
	font-weight: bolder;
}


a:link
{
	color: #99A56F;
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
	color: #336699;
}

a:hover
{
	text-decoration: none;
	color: #99A56F;
}

a:active
{
	text-decoration: none;
	color: #99A56F;
}

#frame
{
	position: absolute;
	top: 25px;
	left: 249px;
	width: 665px;
	height: 46px;
}

/********************* Top Nav Rules ************************/
#topnav li
{
	float: left;
	height: 20px;
	padding-left: 10px;
}

#topnav li a
{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% -0;
	background-repeat: no-repeat;
}

#topnav li a:hover { background-position: 0 -20px; }

#topnav li span
{
	position: absolute;
	left: -3000px;
}

#baseball { width: 54px; }
#softball { width: 54px; }
#basketball { width: 65px; }
#football { width: 54px; }
#golf { width: 30px; }
#lacrosse { width: 58px; }
#tennis { width: 39px; }
#hockey { width: 46px; }
#volleyball { width: 66px; }
#othersports { width: 82px; }
#baseball a { background: url(../graphics/baseball-vision-nav.gif); }
#softball a { background: url(../graphics/softball-vision-nav.gif); }
#basketball a { background: url(../graphics/basketball-vision-nav.gif); }
#football a { background: url(../graphics/football-vision-nav.gif); }
#golf a { background: url(../graphics/golf-vision-nav.gif); }
#lacrosse a { background: url(../graphics/lacrosse-vision-nav.gif); }
#tennis a { background: url(../graphics/tennis-vision-nav.gif); }
#hockey a { background: url(../graphics/hockey-vision-nav.gif); }
#volleyball a { background: url(../graphics/volleyball-vision-nav.gif); }
#othersports a { background: url(../graphics/othersports-vision-nav.gif); }

/********************* Side Nav Rules ************************/
.glossymenu
{
	position: absolute;
	top: 6px;
	left: 8px;
	width: 225px;
}

.glossymenu a.menu-button-dkBlue
{
	color: white;
	display: block;
	position: relative;
	width: 180px;
	top: 35px;
	left: 13px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../graphics/button.jpg);
	background-position: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	font-family: "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.glossymenu a.menu-button-ltBlue
{
	color: #4167b0;
	display: block;
	position: relative;
	width: 180px;
	top: 35px;
	left: 13px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../graphics/button-lite.jpg);
	background-position: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	font-family: "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.glossymenu a.menu-button-selected
{
	color: white;
	display: block;
	position: relative;
	width: 180px;
	top: 35px;
	left: 13px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../graphics/button-Over.jpg);
	background-position: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	font-family: "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.glossymenu a.menu-button-icon
{
	color: white;
	display: block;
	position: relative;
	width: 180px;
	top: 35px;
	left: 13px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	font-family: "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.glossymenu a.menu-logo
{
	color: white;
	display: block;
	position: relative;
	top: 5px;
	left: 8px;
	width: 218px;
	height: 60px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	font-family: "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.glossymenu a.menu-button-dkBlue:hover
{
	background-image: url(../graphics/button-Over.jpg);
	background-position: left;
}

.glossymenu a.menu-button-ltBlue:hover
{
	background-image: url(../graphics/button-Over.jpg);
	background-position: left;
	color: #FFFFFF;
}

.glossymenu a.menu-button-dkBlue:visited, .glossymenu .menu-button-dkBlue:active { color: white; }

#content
{
	width: 695px;
	padding-left: 250px;
	padding-top: 120px;
	min-height: 400px;
}

#content ul { padding: .5em .5em 1em .5em; }

#content li
{
	list-style-type: circle;
	list-style-position: inside;
}

.floatright, .testimonial
{
	float: right;
	margin: 0 0 10px 20px;
}

.testimonial { width: 250px; }

.caption
{
	text-align: center;
	padding-top: 12px;
}


.page-bg
{
	background: 90% 80px no-repeat;
	padding-top: 110px !important;
	min-height: 360px !important;
}

/* sets basic styling on any #content div that also has a class of "page-bg".
The pages that get a BG must have the "page-bg" class along with one
unique class to call in a BG for that page. */

.left p { margin-right: 420px; }

/* forces the text away from the BG image on the right */

/*** Each page with a BG in the #content div should get a unique class
on the div (an example is "international"). These classes are use only 
to apply a BG image to that page. ***/

.international { background-image: url(../graphics/bg-international.jpg); }
.baseball { background-image: url(../graphics/bg-baseball.jpg); }
.softball { background-image: url(../graphics/bg-softball.jpg); }
.basketball { background-image: url(../graphics/bg-basketball.jpg); }
.football { background-image: url(../graphics/bg-football.jpg); }
.golf { background-image: url(../graphics/bg-golf.jpg); }
.lacrosse { background-image: url(../graphics/bg-lacrosse.jpg); }
.tennis { background-image: url(../graphics/bg-tennis.jpg); }
.hockey { background-image: url(../graphics/bg-hockey.jpg); }
.volleyball { background-image: url(../graphics/bg-volleyball.jpg); }
.other { background-image: url(../graphics/bg-other.jpg); }

/* Index Movie Big */
#movbig
{
	width: 323px;
	font-size: 14px;
	color: #0000FF;
	vertical-align: top;
}

#movbig a
{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}

#footer
{
	width: 945px;
	padding-top: 5px;
	height: 25px;
	background-image: url(../graphics/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
	color: white;
	text-align: center;
	vertical-align: middle;
}

#footer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

div#preloaded-images
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

/* MODALS */
.modal {}
.modal-header {background-color:#FFF;height:40px;}
.modal-header h1 {color:#4167B0;margin:0;font-family:Helvetica, Arial, sans-serif; font-size:18px;padding-left:20px;padding-top:10px;}
.modal-body {margin:0;padding:10px 20px 0px 20px;color:#4167B0;}
.modal-body p {font-family:Arial, Helvetica, sans-serif;font-size:12px;margin-bottom:1em;line-height:1.2em;}

/* MODAL - ESPN */
.modal-body.espn {width:625px;height:475px;}

/* Custom Layout for Sport pages */
#bb2 { margin-left: 150px; }
#tn1 { margin-left: 200px; }
#go1 { margin-left: 300px; }
#os2 { margin-top: 25px; }
#sb2, #go2, #tn1 { margin-top: 50px; }
#bb3, #sb3 { margin-top: 75px; }
#os3 { width: 50%; }
#ba4, #fb4, #ho2, #ho3, #os2 { width: 60%; }
ul#os4, ul#os5
{
	display: inline;
	float: left;
	padding: 0px;
}
#os4 
{
	width: 160px;
	margin-left: 260px;
}
#os5
{
	width: 200px;
	margin-left: 20px;
}
#os6
{
	line-height: 0;
	font-size: 0;
	clear: both;
}

/* the following selectors are the form styles */
form#contact 
{
	margin: 0;
	/* zeros the margin for a level playing field */
	padding: 0 0 10px;
	/* creates 10px of padding at the bottom of the form */
	width: 600px;
	/* this is set to avoid float drop (to the same width as the Flash slideshow on the home page) */
	float: left;
	/* floating this form element keeps the internal clearing BR's within the form from clearing the external floated side column. */
}

#contact fieldset
{
	border: 1px solid #4167b0;
	/* defines a border around each fieldset */
	margin: 0 0 10px;
	/* keeps the fieldset's bottom border 10px off the next element */
	padding: 5px 0 15px 15px;
	/* creates padding to keep the elements inside away from the edge of the fieldset */
}

#contact legend
{
	border: 1px solid #4167b0;
	/* creates a defined box/border around the legend */
	color: #fff;
	/* contrasting text color */
	background: #4167b0;
	/* gives the legend the same background as the feature headings */
	padding: 1px 5px 2px;
	/* keeps the borders away from the text by these specified amounts */
	margin-bottom: 5px;
	/* creates 5px of space from the bottom of the legend */
}

#contact label
{
	float: left;
	/* The label elements in the form are floated left, and the text inside is right aligned. */
	width: 120px;
	/* All the labels have the same width, so their right edges line up vertically. */
	clear: both;
	/* They are all cleared so that they always start a new line below previous form element floats. */
	font-size: .8em;
	text-align: right;
	margin-top: 3px;
	/* this moves the text/label down away from the top of the input */
}

#contact input, #contact textarea
{
	color: black;
	/* creates the text color */
	border: 1px solid #4167b0;
	/* gives the input and textarea a border */
	padding: 1px;
	/* this keeps the text from touching the edges of the input and textarea */
	background: #d6deeb;
	/* creates a background color */
	margin: 3px 5px 2px;
	/* this creates the space around the inputs and textarea so they don't stack on top of each other */
	width: 430px;
	/* creates a consistent width */
	float: left;
	/* These inputs and the textarea are floated next to the labels. */
}

#contact input.radio
{
	margin-right: 0px;
	/* this keeps the shorter boxes aligned on the left with the wider ones. */
	width: auto;
	/* creates a consistent width */
	float: left;
	/* These inputs and the textarea are floated next to the labels. */
	border: 0;
	/* gives the input and textarea a border */
	padding: 0px;
	/* this keeps the text from touching the edges of the input and textarea */
	background: #FFF;
	/* creates a background color */
}

#contact label.radio_label
{
	float: right;
	/* The label elements in the form are floated left, and the text inside is right aligned. */
	width: 550px;
	/* All the labels have the same width, so their right edges line up vertically. */
	clear: both;
	/* They are all cleared so that they always start a new line below previous form element floats. */
	font-size: .8em;
	text-align: left;
	margin-top: 3px;
	/* this moves the text/label down away from the top of the input */
}

/* this selector changes the inputs and textareas when the cursor is inside in supported browsers */
#contact input:focus, #contact input:active, #contact textarea:focus, #contact textarea:active
{
	color: white;
	background-color: #4167b0;
}

#contact input.sminp
{
	margin-top: 12px;
	margin-left: 128px;
	/* this keeps the shorter boxes aligned on the left with the wider ones. */
	color: white;
	/* creates the text color */
	border: 2px solid #4167b0;
	/* gives the input and textarea a border */
	padding: 1px;
	/* this keeps the text from touching the edges of the input and textarea */
	background: #99A56F;
	/* creates a background color */
	font-weight: bold;
}

.required { font-weight: bolder; }

.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}

.warning p
{
	color: red;
	font-weight: bold;
}

.plan
{
	border: 1px black solid;
	padding: .5em;
}

.plan h1
{
	padding-bottom: .25em;
}

.plan strong
{
	text-align: center;
	text-decoration: underline;
}

