/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 /* url(../images/bg.gif) top repeat-x */;
}

body
{
	font-size: 12px;
        color: #ffffff;
}

.clear
{
	clear: both;
	font-size: 13px;
	height: 5;
        background: #fff;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #ffcc00;
        text-decoration:none
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
}

h1
{
	font-size: 24px;	
	padding-top: 10px;
	padding-left: 25px;
	background: url(../images/header-arrow.gif) left 20px no-repeat;
}

h2
{
	font-size: 20px;
	padding-top: 16px;
	padding-left: 25px;
	background: url(../images/header-arrow.gif) left 24px no-repeat;
}

h3
{
	font-size: 16px;
        color: #999999;
	padding-top: 20px;
        padding-left: 25px;
	
}

h4
{
	font-size: 16px;
        font-weight: bold;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.6;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 950px;
	margin: 0 auto;
}

#navigation
{
	width: 650px;
	height: 28px;
	float: left;
	padding-top: 0px;
}

#logo
{
	width: 195px;
	height: 41px;
	float: right;
	margin-bottom: 10px;

}
#logo1
{
	width: 300px;
	height: 39px;
	float: left;
 	margin-bottom: 0px;
}

#logo a
{
font-size:30px;
color:#fff;
text-decoration:none
}

#logo a span
{
font-size:24px;
color:#00fcf9;
text-decoration:none
}

#extra  
{
float: top;
text-align: right;
font-size:10px;
color:#666666;
text-decoration:none;
}

#banner
{
	width: 820px;
	height: 164px;
}

#content-wrapper
{
	width: 950px;
	min-height: 400px;
  	height: auto !important;
  	height: 400px;
        background: #000000;
}

#footer
{
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: center;
	background: #333;
	color: #fff;
	margin-top: 0px;
}

#top
{
	width: 100%;
	height: 50px;
text-align: center;
	font-size: 12px;
	background: #606060;
	color: #fff;
	margin-right: 10px;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper ul
{
	padding: 30px 30px 30px 20px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-bottom: 3px;
	padding-left: 20px;
        background: #000000;
	background: url(../images/list-arrow.gif) left 4px no-repeat; 
	list-style: none;

}

#content-wrapper img.float-left
{
	float: left;
	margin: 0px 27px 10px 0;
}

#content-wrapper .content-float
{
	float: left;
	width: 460px;
}
#content-wrapper .content-float a:link 
{
	color: #ff0000;
        text-decoration: none;
}
#content-wrapper .content-float a:visited 
{
	color: #ff0000;
        text-decoration: none;
}
#content-wrapper .content-float2
{
	float: left;
	width: 540px;
}

#content-wrapper .content-float3
{
	float: left;
	width: 540px;

}

#content-wrapper .orange-header
{
	color: #e47e00;
}

#content-wrapper .black-text
{
	color: #000;
}

#content-wrapper #small-photos
{
	float: right;
	padding-top: 24px;
        background: #fff;
        font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
        text-align: center;
}

#content-wrapper #small-photos img
{
	padding-left: 10px;
}

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

#navigation ul
{
        height: 28px;
	line-height: 27px;
	margin: 0;
	display: inline;
	float: right;
	width: 300px;
	padding-left: 0px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link
{
	color: #ffffff;
}
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #cccccc;
	font-size: 11px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 15px 0 11px;
	text-transform: uppercase;
	background: url(../images/nav-divide.gif) right 12px no-repeat;
        font-weight: strong;
}

#navigation ul li a.last:link
{
	background: none;
}

#navigation ul li a:hover
{
	color: #ff0000;
}

#home #navigation ul li a#home-link, #senior #navigation ul li a#senior-link,
#sport #navigation ul li a#sport-link, #backgrounds #navigation ul li a#backdrops-link
{
	color: #ffffff;
}
#page-wrap			{ width: 800px; margin: 0 auto; }

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #999; display: block; width: 210px;
					  float: left; }
.photo-link:hover	{ border-color: white; }

/*************************************************** Footer Styles ***************************************************/

#footer p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	line-height: 26px;
}

#footer p a
{
	text-decoration: none;
	color: #fff;
}

#sport a
{
	text-decoration: none;
	color: #ff0000;
}
#sport a:hover
{
	color: #ff0000;
}