@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	padding: 0;
	height: 167px;
	position: relative;
	background-image: url(../images/SportsBack);
	background-repeat: repeat;
}
#header #addressBar {
	height: 5px;
	width: 1000px;
	background-color: #900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#header #lcpLogo {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#header #picRight {
	float: right;
	margin-top: 45px;
	margin-right: 5px;
	text-align: right;
	color: #FFF;
}
#header #picRight img {
	margin-right: 55px;
}
#header #picRight table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;
}
#header #picRight table tr td img {
	float: right;
}
#header #picRight p {
	text-align: right;
	margin-right: 5px;
	padding: 0px;
	margin-top: 75px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position: relative;
	z-index: 1;
}
#mainContent #bottomBox {
	background-color: #006;
	width: 1000px;
	height: 141px;
}
#mainContent #mainBox {
	height: 625px;
	width: 1000px;
}
#mainBox #contentFrame {
	background-color: #868685;
	height: 625px;
	width: 600px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
}
#mainBox #sidebar {
}
#sidebar #content {
	float: right;
	height: 625px;
	width: 374px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #FFF;
	background-image: url(../images/SportsSilhouettes.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#sidebar #pageTitle {
	margin-top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	text-align: center;
}
#sidebar #statement {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#sidebar #content #statement h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
#sidebar #content #statement h2 .bold {
	font-weight: bold;
}
#sidebar #clickSafeBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-right: 12px;
	margin-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#sidebar #content #clickSafeBox p {
	margin-bottom: 5px;
}
#sidebar #content #statement ul li {
	font-size: 16px;
}
#footer  {
	background-color: #900;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-image: url(../images/AllProSports/lcpLogoFooter.png);
	background-repeat: repeat-x;
	background-position: center;
}
#footer table tr td {
	vertical-align: text-top;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
#footer table {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer table tr td .subhead {
	font-size: 12px;
}
#footer table tr td a {
	color: #6F6;
}
#footer table tr td h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer table tr td h1 .Phone {
	font-size: 22px;
}
#footer table tr td #address a {
	font-size: 14px;
}
#footer table tr td h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
#footer table tr td h2 .hours {
	font-size: 14px;
}
#footer table tr td h2 .underline {
	text-decoration: underline;
}
#footer table tr td #address {
	text-align: right;
}
#mainContent #seperator {
	width: 1000px;
	height: 4px;
	background-color: #900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#navigation {
	background-color: #900;
	width: 1000px;
	height: 42px;
	z-index: 5;
}
#navigation ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
#navigation ul li {
	position: relative;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#navigation li ul {
	position: absolute;
	top: 38px;
	display: none;
	background-color: #006;
	z-index: 5;
}
#navigation li ul li {
	position: relative;
	float: left;
	width: 150px;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navigation ul li ul li a {
	text-align: left;
	padding: 5px;
}

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

#navigation li:hover ul, li.over ul { display: block; }
#mainBox #tabsBox {
	height: 625px;
	width: 623px;
	margin-left: 0px;
	float: left;
	border: 1px solid #000;
	position: relative;
	background-color: #000;
}
#tabsBox h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: -10px;
	margin-top: 0px;
}
#tabsBox p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
#tabsBox #teamPhotosBox {
	background-color: #FFF;
	float: left;
	height: 365px;
	width: 180px;
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	z-index: 1;
}
#tabsBox #indPhotosBox {
	background-color: #FFF;
	float: left;
	height: 365px;
	width: 180px;
	margin-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #000;
	margin-bottom: 5px;
	padding-top: 3px;
	z-index: 1;
}
#tabsBox #actionPhotosBox {
	background-color: #FFF;
	float: left;
	height: 365px;
	width: 180px;
	margin-top: 10px;
	border: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	z-index: 1;
}
#tabsBox #specialtyItemsBox {
	background-color: #FFF;
	width: 607px;
	border: 1px solid #000;
	margin-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	clear: both;
}
#tabsBox #specialtyItemsBox table tr td #specialtyGallery {
	height: 220px;
	width: 437px;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding: 2px;
	margin-left: 3px;
}
#specialtyItemsBox table tr td #specialtyGallery table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#teamPhotosBox table {
	margin-top: -30px;
	margin-bottom: -15px;
}
#teamPhotosBox table tr td ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	list-style-type: none;
}
#teamPhotosBox table tr td ul {
	margin-left: -25px;
}
#tabsBox #tabsMain {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#bottomBox p a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FF0;
	text-align: center;
	letter-spacing: 1px;
}
#sidebar #content #statement ul {
	margin-top: -15px;
}
#bottomBox #lcpBox {
	float: left;
	height: 134px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #006;
	width: 300px;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 5px;
}
#bottomBox #lcpBox #lcpImage    {
	margin-bottom: -15px;
}
#bottomBox #lcpBox p    {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 18px;
}
#bottomBox #lcpBox table tr td h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	margin-bottom: -15px;
	color: #FFF;
}
#bottomBox #apsportsBox {
	float: left;
	padding-top: 5px;
	height: 135px;
	padding-right: 11px;
	padding-left: 11px;
	background-color: #006;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-left-color: #900;
}
#bottomBox #apsportsBox p    {
	text-align: center;
}
#bottomBox #apsportsBox #sportsPhotoLogoText    {
	text-align: center;
	margin-top: -25px;
	margin-left: 30px;
	margin-bottom: -6px;
}
#bottomBox #apBox {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	height: 134px;
	background-color: #006;
}
#bottomBox #apBox table {
	margin-top: 0px;
	margin-bottom: -3px;
}
#bottomBox #lcpBox p .title {
	font-weight: bold;
}
#bottomBox #apBox p {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	text-align: center;
}
#bottomBox #apBox p img {
	margin-top: -32px;
}
#bottomBox #apBox table tr td{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	line-height: 18px;
}
#bottomBox #apBox table tr td #apImage {
	margin-top: 0px;
}
#mainContent  #NAVseperatorBottom{
	width: 1000px;
	background-image: url(../images/grayShadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
}
#tabsBox #sidebarShadow {
	width: 5px;
	background-image: url(../images/grayShadow.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 625px;
	z-index: 2;
	position: absolute;
	left: 620px;
}
#mainBox #mainBoxShadowBottom {
	width: 1000px;
	background-image: url(../images/grayShadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 621px;
}
#header #addressbarShadow {
	width: 1000px;
	background-image: url(../images/grayShadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 5px;
}
#header #headShadowBottom {
	width: 1000px;
	background-image: url(../images/grayShadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 167px;
}
#tabsMain p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
#tabsMain h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1773ef;
	letter-spacing: 1px;
}
#tabsMain h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	margin-top: 0px;
}
#tabsMain h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f1fd36;
	letter-spacing: 1px;
	margin-top: -10px;
}
#tabsMain h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	margin-top: -10px;
	margin-left: 5px;
}
#footerLinks {
	width: 1000px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
#footerLinks table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerLinks table tr td img {
	float: right;
}
#gradaccText table tr td a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#footerLinks table tr td #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
#footerLinks table tr td    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
	vertical-align: top;
}
#footerLinks a         {
	color: #666;
}
#footerLinks a:hover {
	color: #000;
}
#footerLinks table tr td table tr td ul {
	list-style-type: none;
}
#gradaccText table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#specialtyGallery table tr td p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #00F;
	font-weight: bold;
}
#bottomBox #apBox a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0;
	letter-spacing: 1px;
	text-align: center;
}
.lcpmain #container #header #lcpLogo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottomBox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#clickSafeBox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
