﻿/* CSS layout */

/* Font sizing hack for consistency */

*html body {
    font-size: x-small; /* for IE5 Win */
    f\ont-size: medium; /* for other IE versions */
}

html>body {
    font-size: small; /* be nice to opera */
}


body {
	margin: 0;
	padding: 0;
	background-color: #CDCDB6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 135%;
	text-align: center;
	color: #808080; 
	font-size: medium;
	
		
}


.pop {
	background-color: #FFFFFF;
	text-align: left;
		
}

#shadow	{
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/shad_me.jpg');
	background-repeat: repeat-y;
}

#shadow_b	{
	background-image: url('images/shad_bb.jpg');
	background-repeat: no-repeat;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	height: 4px;
}

#wrapper {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	text-align: left;
	
}

#wrap_pop {
	width: 620px;
	height: 450px;
	top: 0px;
	left: 0px;
	text-align: center;
    margin-right: auto;
	margin-left: auto;

	

}


/*-------HEADER----------*/

#head {
	min-height: 18px;
	height: auto !important;
	height: 18px;
	font-size: 80%;
	background-color: #333333;
	color: #FFFFFF;
	vertical-align: bottom;
	margin-top: 2px;
	margin-bottom: 2px;
}



#topimg {
	
	height: 183px;
	width: 100%;
}



/*-------NAVIGATION----------*/


#nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

#nav li {
	float: none;
	
}

#nav a {
	padding: 1px;
	color: #333333;
	display: block;
	text-align: left;
	padding-left: 5px;
	text-decoration: none;
	font-size: 90%;
	width: 152px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	border-bottom: solid;
	border-color: #808080;
	border-width: 1px;
	background-color: #C8C3A3;
}

.stat {
	padding: 1px;
	color: #333333;
	font-weight: bold;
	display: block;
	text-align: left;
	padding-left: 5px;
	text-decoration: none;
	font-size: 90%;
	width: 152px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	border-bottom: solid;
	border-color: #808080;
	border-width: 1px;
	background-color: #CFC8A7;
	font-family: Arial; 
	color: #333333; 

}

#nav a:hover {
	background-color: #F0F0E2;
	color: #333333;
}

#nav a.sub {
	background-color: #FFFFFF;
	padding: 1px;
	color: #4A4A4A;
	font-size: 90%;
	font-weight: normal;
	display: block;
	text-align: left;
	width: 152px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	text-indent: 10px;
	border-bottom: solid;
	border-color: #AAAAAA;
	border-width: 1px;
}

#nav a.sub:hover {
	background-color: #F0F0E2;
	color: #333333;
}

a   { 
	font-family: Arial; 
	color: #666666; 
	text-decoration: none; 
	font-weight: bold 
	}
	
a.map   { 
	text-decoration: none; 
	font-weight: normal; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #808080;
	}

	
a:hover   { 
	color: #333333; }

/*-------CONTENT----------*/



#container {
	margin-top: 20px;
	width: 766px;
		
}

#nav {
	
	width: 150px;
	float: left;

}


#content {
	margin-left: 230px;
	margin-top: 0px;
	width: 500px;
	
	
}



/*-------FOOTER----------*/

#footer {
	border-top: 4px solid #DCDCB8;
	width: 100%;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 95%;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 10px;
	
}

#footer_l {
	width: 380px;
	margin-top: 10px;
	float: left;
}

#footer_l table {
	text-align: center;
	
}

#footer_m {
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	width: 340px;
	margin-right: 5px;
	color: #FFFFFF;
	}

#footer_r {
	float: left;
	margin-top: 10px;
	width: 214px;
	
}

#footer a {
	color: #FFFFFF;
	font-weight: normal; 		
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}



#base {
	border-top: 4px solid #DCDCB8;
	width: 100%;
	min-height: 20px; 
	height: auto !important;
	height: 20px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCCCCC;
	vertical-align: bottom;
	margin-top: 0px;
	
	}

#base_l {
	width: 40%;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
	float: left;
}
	
#base_r {
	width: 50%;
	margin-top: 5px;
	text-align: right;
	float: right;
	margin-right: 10px;
}
	
#base a {
	color: #FFFFFF;
	text-decoration: none;
}

#base a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/*-------OTHER HOLDERS----------*/

table {
	
	width: 100%;
	text-align: left;
	line-height: 120%;
	font-size: 100%;
	
}


.ph_holder {
	width: 33%;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	
}

.form {
	table-layout: auto;
}

/*-------TEXT----------*/

h1  {
	color: #666666; 
	font-size: 130%;
	font-weight: bold;	
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	}

h2 {
	font-size: 100%;
	color: #666666;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 1px;
	clear: right;
}

h3 { 
	font-size: 90%; 
	font-weight: bold; 
	text-align: left; 
	margin-top: 5px; 
	margin-bottom: 2px; 
}


p { 
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}


.day {
	border-width: 1px;
	border-color: #C0C0C0;
	background: #F0F0E2;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 2px;
	margin-bottom: 10px;
	color: #555555;
}

.itin {
	border-width: 3px;
	border-color: #C0C0C0;
	background: #333333;
	padding: 3px;
	margin-bottom: 10px;
	color: #FFFFFF;
	border-bottom-style: solid;
}
.camp {
	border-width: 1px;
	border-color: #C0C0C0;
	border-bottom-style: solid;
	margin-top: 5px;
	color: #666666;
}
	
strong {
	color: #666666; 
	text-decoration: none; 
	font-weight: bold; 
}

.small { 
	font-size: 75%; 
	}

.italic  {
	color: #808080;
	font-size: 90%;
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
}

.italicw  {
	color: #FFFFFF;
	font-size: 90%;
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
}


#title	{
	text-align: right;
	
	float: right;
}

.court  {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	
}

.phcell {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	}


.label {
	width: 90px;
	vertical-align: top;
	color: #666666;
	font-weight: bold;
	font-size: 90%;
}

.labelb {
	width: 130px;
	font-weight: bold;
	vertical-align: top;
	color: #FFFFFF;
	}

.labelg {
	width: 130px;
	font-weight: bold;
	vertical-align: top;
	color: #666666;
	white-space: nowrap;
	}

.white  {
	color: #FFFFFF;
}

li  { 
	list-style-position: outside;
	
}

ul {  
    list-style-type: square; 
	margin-top: 5px;
	padding-left: 15px;
	margin-left: 10px;
	line-height:140%; 
	

}          

.bull{
	margin-top: 0px;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 250px;
	line-height:140%; 
	list-style-type: square; 

}

	
/*-------IMAGES----------*/

img {
	border-width: 0px;
	top: 0px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

img.left {
	float: left;
	margin-top: 0px;
}

img.leftd  {
	float: left;
	margin-top: 20px;
}

.right	{
	float: right;
	margin-right: 25px;
	margin-top: 5px;
	}


img.logo {
	margin-left:50px;
}

img.logob {
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
}

img.close {
	margin-top: 5px;
}

hr  {
	width: 100%;
	height: 1px;
	color:	#C0C0C0;
}	

/*-------HACKS----------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* self clearing rules */
	   #container:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #container { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #container { display: block; }
      /* End hide from IE-mac */

/* self clearing rules */
	   #footer:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #footer { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #footer { display: block; }
      /* End hide from IE-mac */
      
