/*
PJ Sports Hex Colors:
Brand Blue: #003366
Brand Gray: #999
Accent Orange: #ff6600
Type Color: #444
lt type color: #bbb
*/


/* ==== ALL ELEMENT STYLE RESET ==== */

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, div, em, font, 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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

img {
    margin: 0;
	padding: 0;
	border: 0;
	}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

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

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ====  END STYLE RESET ==== */

body {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 62.5%;
    color: #444;
    background-color: #fff;
    }

/* ============== General Elements ============== */

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    }

h1 {
    font-size: 2.6em;
    line-height: 1.1em;
    margin-bottom: 15px;
    color: #003366;
    }

h2 {
    font-size: 2em;
    color: #ff6600;
    line-height: 1.1em;
    margin: 10px 0 5px 0;
    }

h3 {
    font-size: 1.8em;
    color: #003366;
    margin: 10px 0 3px 0;
    }

h4 {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #999;
    margin: 5px 0 3px 0;
    }

h5 {
    color: #003366;
    font-size: 1.3em;
    margin: 10px 0 3px 0;
    }

#homepage-content-container h6, h6 {
    font-size: 1.1em;
    margin: 12px 0 10px 0;
    text-transform: uppercase;
    color: #666;
    }

#homepage-content-container h6 {
    padding-left: 15px;
    }

p, blockquote, pre, td, th, dl, dt, dd, li {
    color: #444;
    font-size: 1.1em;
    }

#sidebar p, #sidebar blockquote, #sidebar pre, #sidebar td, #sidebar th, #sidebar dl, #sidebar dt, #sidebar dd, #sidebar li {
    color: #666;
    }

p {
    line-height: 1.4em;
    margin-bottom: 8px;
    }

#meta-nav p {
    font-size: 10px;
    margin: 0;
    padding: 10px 17px 10px 0;
    color: #bbb;
    text-align: right;
    line-height: 1em;
    }

#homepage-meta-container #meta-nav p {
    line-height: 1em;
    margin: 0;
    padding: 5px 8px 5px 0;
    }

p.intro {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 20px;
    }


ul, ol {
    margin-bottom: 8px;
    }

ul {
    margin-left: 10px;
    }

ol {
    margin-left: 30px;
    }

ul li,
ol li {
    line-height: 1.4em;
    margin: 0 0 5px 0;
    }

ul li {
    list-style-position: inside;
    list-style: none;
    }

ol li {
    list-style: decimal;
    list-style-position: outside;
    }

ul#main-nav {
    width: 552px;
    margin: 0;
    padding: 0;
    }

ul#main-nav li {
    float: left;
    margin: 0;
    padding: 0;
    }

ul#sidebar-nav {
    margin: 0 0 5px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
    }

ul#sidebar-nav li {
    font-size: 1.3em;
    }

ul#sidebar-nav li ul {
    margin-top: 5px;
    }

ul#sidebar-nav li ul li {
    font-size: .9em;
    }

#footer-nav ul {
    color: #bbb;
    text-align: center;
    }

#footer-nav ul li {
    font-size: 1em;
    margin: 5px 0;
    text-align: center;
    color: #bbb;
    }

strong {
    font-size: inherit;
    font-weight: bold;
    color: #003366;
    }

em {
    font-style: italic;
    }

#sidebar img {
    margin: 5px 0;
    }

/* ============== END General Typography ============== */



/* ============== Home Page Specific Structural and Misc. ============== */

#homepage-site-container {
    width: 570px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    }

#homepage-content-container {
    width: 560px;
    margin: 0 5px;
    padding: 0;
    }

#homepage-header-container {
    width: 570px;
    }

#homepage-meta-container #meta-nav {
    padding: 0;
    background: none;
    }

#homepage-meta-container,
#homepage-main-nav-container,
#homepage-flash-container {
    width: 570px;
    background: #fff url(assets/structural/box_midtile_570px.gif) top center repeat-y;
    }

#homepage-main-nav-container,
#homepage-flash-container {
    margin-bottom: 10px;
    }

#homepage-flash {
    width: 540px;
    margin: 6px 15px;
    padding: 0;
    }

#homepage-footer {
    width: 560px;
    margin-top: 5px;
    background: #fff url(assets/structural/homepage_footer.jpg) top left no-repeat;
    }

#homepage-footer-message {
    width: 560px;
    height: 20px;
    clear: both;
    padding: 90px 0 0 0;
    text-align: right;
    }

#homepage-footer #footer-nav {
    width: 560px;
    clear: both;
    padding: 25px 0 0 0;
    background: none;
    }


ul#homepage-main-nav {
    width: 552px;
    margin: 0 9px;
    }

ul#homepage-main-nav li {
    float: left;
    margin: 0;
    }

ul#homepage-headlines {
    margin: 0;
    padding: 0;
    }

ul#homepage-headlines li {
    padding: 10px 0 10px 15px;
    border-top: 1px solid #ddd;
    margin: 0;
    list-style-position: outside;
    }

/* ============== END Home Page Specific Structural and Misc. ============== */



/* ============== General Structure DIV Styles ============== */

#site-container {
    width: 810px;
    margin: 0 auto;
    text-align: left;
    }

#header-container {
    width: 810px;
    background: transparent url(assets/structural/main_nav_midtile.gif) repeat-y;
    }

#header-column-1 {
    width: 247px;
    float: left;
    }

#header-column-2 {
    width: 563px;
    float: right;
    background: transparent url(assets/structural/main_nav_vert_divider.gif) top left repeat-y;
    }

#header-bottom {
    width: 810px;
    height: 8px;
    clear: both;
    background: #fff url(assets/structural/main_nav_bottom.gif) top center no-repeat;
    }

#masthead-container {
    width: 810px;
    margin: 5px 0 10px 0;
    }

#masthead-column-1 {
    width: 350px;
    float: left;
    }

#masthead-column-2 {
    width: 460px;
    float: right;
    }

#meta-nav {
    width: 563px;
    margin: 0;
    background: transparent url(assets/structural/main_nav_horiz_divider.gif) bottom center no-repeat;
    }

#main-nav-container {
    width: 552px;
    margin: 1px 0 1px 2px;
    }

#content-container {
    width: 800px;
    margin: 0 5px;
    border-top: 1px solid #bbb;
    }

#main-column-container {
    width: 600px;
    float: left;
    }

#main-column {
    padding: 20px 20px 20px 0;
    margin: 0;
    background: #fff url(assets/structural/vert_column_divider_tile.gif) top right repeat-y;
    }

#sidebar-container {
    margin: 0;
    width: 200px;
    float: right;
    }

#sidebar {
    padding: 20px 0 0 20px;
    }

.sidebar-item {
    padding: 5px 0;
    }

#footer-nav {
    width: 800px;
    clear: both;
    padding: 15px 0 0 0;
    background: #fff url(assets/structural/horiz_divider_tile_bottom.gif) top center repeat-x;
    }

/* ============== END General Structure Styles ============== */




/* ============== Inline Flash Styles ============== */

.flash-video-container {
    width: 350px;
    margin: 5px 0;
    text-align: center;
    background: #fff url(assets/structural/box_midtile_350px.gif) repeat-y;
    }

.flash-video-top {
    width: 350px;
    height: 9px;
    background: #fff url(assets/structural/box_top_350px.gif) bottom center no-repeat;
    }

.flash-video-bottom {
    width: 350px;
    height: 9px;
    background: #fff url(assets/structural/box_bottom_350px.gif) no-repeat;
    }

.flash-video {
    width: 350px;
    margin: 6px auto;
    }

.flash-gallery-container {
    width: 530px;
    margin: 5px 0;
    text-align: center;
    background: #fff url(assets/structural/box_midtile_530px.gif) repeat-y;
    }

.flash-gallery-top {
    width: 530px;
    height: 9px;
    background: #fff url(assets/structural/box_top_530px.gif) bottom center no-repeat;
    }

.flash-gallery-bottom {
    width: 530px;
    height: 9px;
    background: #fff url(assets/structural/box_bottom_530px.gif) no-repeat;
    }

.flash-gallery {
    width: 530px;
    margin: 6px auto;
    }

/* ============== END Inline Flash Styles ============== */



/* ============== Navigation Styles ============== */

a:link,
a:visited,
a:hover,
a:active {
    color: #ff6600;
    text-decoration: none;
    }

a:hover,
a:active {
    text-decoration: underline;
    }

a#header-logo:link,
a#header-logo:visited,
a#header-logo:hover,
a#header-logo:active {
    margin: 0;
    padding: 0;
    text-decoration: none;
    }

a.more-link:link,
a.more-link:visited,
a.more-link:hover,
a.more-link:active {
    color: #003366;
    font-size: 9px;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent url(assets/structural/nav_arrow_over.gif) left center no-repeat;
    padding-left: 6px;
    }

a.more-link:hover,
a.more-link:active {
    color: #003366;
    text-decoration: underline;
    }

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
    color: #003366;
    }

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
    color: #ff6600;
    }

h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
    color: #999;
    }

h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
    color: #666;
    }


/* Home Page */

#homepage-main-nav li a:link,
#homepage-main-nav li a:visited,
#homepage-main-nav li a:hover,
#homepage-main-nav li a:active {
    text-indent: -9999px;
    display: block;
    height: 28px;
    background-position: 0 0;
    }

#homepage-main-nav li a:hover,
#homepage-main-nav li a:active,
#homepage-main-nav li a#current-main {
    background-position: 0 -28px;
    text-decoration: none;
    }

#homepage-main-nav li#sports-productions a {
    width: 156px;
    background-image: url(assets/structural/sports_productions_home.jpg);
    }

#homepage-main-nav li#sports-marketing a {
    width: 141px;
    background-image: url(assets/structural/sports_marketing_home.jpg);
    }

#homepage-main-nav li#player-relations a {
    width: 139px;
    background-image: url(assets/structural/player_relations_home.jpg);
    }

#homepage-main-nav li#our-approach a {
    width: 116px;
    background-image: url(assets/structural/our_approach_home.jpg);
    }

ul#homepage-headlines li a:link,
ul#homepage-headlines li a:visited,
ul#homepage-headlines li a:hover,
ul#homepage-headlines li a:active {
    text-decoration: none;
    color: #ff6600;
    }

ul#homepage-headlines li a:hover,
ul#homepage-headlines li a:active {
    text-decoration: underline;
    }

#homepage-footer-message p a:link,
#homepage-footer-message p a:visited,
#homepage-footer-message p a:hover,
#homepage-footer-message p a:active {
    font-size: 10px;
    color: #003366;
    text-decoration: none;
    }

#homepage-footer-message p a:hover,
#homepage-footer-message p a:active {
    text-decoration: underline;
    }

#homepage-footer-message p {
    margin: 0;
    line-height: 1em;
    }

/* ===== END Home Page ===== */

ul#main-nav li a:link,
ul#main-nav li a:visited,
ul#main-nav li a:hover,
ul#main-nav li a:active {
    text-indent: -9999px;
    display: block;
    height: 44px;
    background-position: 0 0;
    }

ul#main-nav li a:hover,
ul#main-nav li a:active,
ul#main-nav li a#current-main {
    background-position: 0 -44px;
    text-decoration: none;
    }

ul#main-nav li#sports-productions a {
    width: 156px;
    background-image: url(assets/structural/sports_productions_main.jpg);
    }

ul#main-nav li#sports-marketing a {
    width: 141px;
    background-image: url(assets/structural/sports_marketing_main.jpg);
    }

ul#main-nav li#player-relations a {
    width: 139px;
    background-image: url(assets/structural/player_relations_main.jpg);
    }

ul#main-nav li#our-approach a {
    width: 116px;
    background-image: url(assets/structural/our_approach_main.jpg);
    }

ul#sidebar-nav li a:link,
ul#sidebar-nav li a:visited,
ul#sidebar-nav li a:hover,
ul#sidebar-nav li a:active {
    color: #003366;
    text-decoration: none;
    background: transparent url(assets/structural/nav_arrow_off.gif) left center no-repeat;
    padding-left: 10px;
    }

ul#sidebar-nav li a#current-sidebar,
ul#sidebar-nav li a:hover,
ul#sidebar-nav li a:active {
    color: #003366;
    background: transparent url(assets/structural/nav_arrow_over.gif) left center no-repeat;
    }

ul#sidebar-nav li ul li a:link,
ul#sidebar-nav li ul li a:visited,
ul#sidebar-nav li ul li a:hover,
ul#sidebar-nav li ul li a:active {
    color: #ff6600;
    text-decoration: none;
    background: none;
    }

ul#sidebar-nav li ul li a#current-sidebar-sub,
ul#sidebar-nav li ul li a:hover,
ul#sidebar-nav li ul li a:active {
    text-decoration: underline;
    }

#footer-nav ul li a:link,
#footer-nav ul li a:visited,
#footer-nav ul li a:hover,
#footer-nav ul li a:active {
    text-decoration: none;
    font-size: 10px;
    color: #999;
    }

#footer-nav ul li a:hover,
#footer-nav ul li a:active {
    color: #ff6600;
}

#meta-nav a:link,
#meta-nav a:visited,
#meta-nav a:hover,
#meta-nav a:active {
    font-size: 10px;
    color: #999;
    text-decoration: none;
    }

#meta-nav a:hover,
#meta-nav a:active {
    color: #ff6600;
    }

/* ============== END Navigation ============== */

.divider-top {
    width: 100%;
    height: 8px;
    clear: both;
    background: #fff url(assets/structural/horiz_divider_tile_top.gif) repeat-x;
    }

.divider-bottom {
    width: 100%;
    height: 8px;
    clear: both;
    background: #fff url(assets/structural/horiz_divider_tile_bottom.gif) repeat-x;
    }


.box-top-570px {
    width: 570px;
    height: 9px;
    clear: both;
    background: #fff url(assets/structural/box_top_570px.gif) bottom center no-repeat;
    }
    
.box-bottom-570px {
    width: 570px;
    height: 9px;
    clear: both;
    background: #fff url(assets/structural/box_bottom_570px.gif) no-repeat;
    }

.clear {
    width: 100%;
    clear: both;
    }

.masthead-clear {
    width: 810px;
    clear: both;
    }



    