/*#############################################################
LIHStv.com | Long Island High Schools (Sports) TV
Author: Reggie Shore
Version: 20.0 -- Launch Date: APR 2008
All Rights Reserved.
#############################################################*/

	
/**
 * Default body styles
 */
* { padding: 0px; margin: 0px; }
* html img,

* html .png{

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}
body { margin: 0px; background-color:#EBE9E1; font-family: Georgia, "Times New Roman", Times, serif; }

#Container { margin: 0px; }

#QuickNav { margin: 0px auto; padding: 4px 0px; background-color:#00142E; font-size: .6em; color:#ffffff; border-bottom: 0px solid #cccccc;  }

#SearchNav { margin: 0px auto; background-image:url("../media/system/SearchNav_bg.gif"); height: 126px; font-size: .8em; color:#ffffff; border-top: 1px solid #ffffff; }

#BodyContainer { margin: 0px auto; width:1000px; border:0px solid #ff00ff; }

#leftcolumn { margin: 0px auto 0px auto; color:#808080; }
#rightcolumn { margin: 0px auto 0px auto; color:#808080; }

#Divider { margin: 0px auto; background-color:#ffffff; color:#00142E; border-bottom: 1px solid #cccccc; }

#Footer { margin: 0px auto; padding-top: 10px; padding-bottom: 50px; background-color: #EBE9E1; border-top: 0px solid #ffffff; font-size:.8em; color:#808080; }


.highlightBox { margin: 0px; background-color: #CCE0EB; border: 1px solid #808080; padding: 0px; }

.highlightBox td { margin: 0px; padding-left: 4px; height: 30px; }

.highlightBox2 { margin: 0px; background-color: #faffaf; border: 1px solid #808080; padding: 0px; }

.highlightBox2 td { margin: 0px; padding-left: 5px; height: 30px; }


#menu { width: 800px; margin: 0px auto; padding: 0px 0px; font-size: 1.2em; }

#menu ul { margin: 0px; padding: 0px; list-style: none; }

#menu li { display: inline; }

#menu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 8px 14px;
	text-decoration: none;

	color: #ffffff;

}

#menu a:hover { color:#1A548C; }

#menu .current_page_item a { background-image:url("../media/system/Shading_bg.gif"); color: #00142E; font-weight:bold; }
#menu .current_page_item a:hover { color: #5E8DAF; }


.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;

border-top: 0px solid #cccccc;

}

.markermenu li a{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #000000;
display: block;
width: auto;
padding: 3px 0;
padding-left: 4px;
text-decoration: none;
border-bottom: 0px solid #cccccc;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:hover{
color: #000000;
background-color: #FFFF66;

}

/**
 * Default hyperlink styles
 */
a { color: #4E849E; }
a:hover { text-decoration: none; color: #b30000; }

#QuickNav a { color: #AEC6D7; }
#QuickNav a:hover { text-decoration: none; color: #ffffff; }

#SearchNav a { text-decoration: none; color: #cccccc; }
#SearchNav a:hover { text-decoration: none; color: #ffffff; }


.thumbnails a img { margin: 2px 4px 2px 0px; padding: 4px 4px 18px 4px; background-color: #ffffff; border: 1px solid #808080; float:left;  }
.thumbnails a:hover img  { padding: 4px 4px 18px 4px; border: 1px solid #b30000; }
.thumbnails td { }



.photo a img { padding: 10px 10px 65px 10px; background-color: #ffffff; border: 1px solid #808080; }
.photo a:hover img { padding: 10px 10px 65px 10px; background-color: #ffffff; border: 1px solid #b30000; }

h1 { padding:4px 4px; background-image:url("../media/system/Shading_bg.gif"); font-size:.8em; color:#00142E;
border: 1px solid #cccccc; border-bottom: 0px dotted #cccccc; }
h2 { font-size: 1.4em; color:#333b3e; padding:0px; margin:0px; }
h3 { font-size:1em; color: #b30000; font-weight:bold; padding: 0px; margin:10px 0px 4px 0px;}



h6 { font-size: .6em; color:#333b3e; padding:0px; margin:0px; }

