/***********************************************/
/* SEC Beach Volleyball CSS                   */
/***********************************************/

/***********************************************/
/* Zero out all tags                            */
/***********************************************/ 

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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html {min-height: 100%; margin-bottom: 1px;} /* forces scrollbar to prevent firefox page shift issue */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .85ems;
	color: #FFFFFF;
	margin: 5px;
	min-width: 770px;
}

table {empty-cells: show;}

/******* fonts and colors *******/

.blue {color:#003399;}
.gold {color:#ffcc33;}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {color: #FFFFFF;}
a:hover, a:focus, a:active {color: #ffcc33;}

.Images a {text-decoration: none;}
.BioImages a img {border: solid thin #FFFFFF}
.BioImages a:hover img {border: solid thin #FFCC33;}

/************** header tag styles **************/

h1{font: bold 115%;}
h2{font: bold 112%;}
h3{font: bold 110%;}

/*************** list tag styles ***************/

ul{
	list-style-type: disc;
	padding-left: 2%;
}

ul ul{list-style-type: disc;}


/********* form and related tag styles *********/

label{
}
				
input{
}


/***********************************************/
/* Layout and Positional Divs                  */
/***********************************************/
#EntirePage {width: 900px; height: 675px; margin-left: auto; margin-right: auto;}
#Background {width: 900px; height: 585px; margin-left: auto; margin-right: auto; background-image:url(../images/background.jpg); background-repeat: no-repeat;}

#EntirePageInternal {width: 900px; min-height: 585px; margin-left: auto; margin-right: auto; background-image:url(../images/background-sand.jpg); background-repeat: repeat;}
#Inaugural {width: 900px; min-height: 585px; margin-left: auto; margin-right: auto;}

#SponsorPage {width: 900px; min-height: 585px; margin-left: auto; margin-right: auto; background-image:url(../images/2008/Sponsors.jpg); background-repeat: no-repeat;}

#NavBar {background-color: #003399; border-color: #666666; border: ridge; position: relative; top: 110px;}
#NavBar a{text-decoration:none;}
#InnerPage {width: 900px; position: relative; top: 0px; left: 0px;}
#MainContentTitle {position: absolute; top: 115px; left: 15px; width: 885px;}
#MainContent {position: absolute; top: 155px; left: 15px; width: 450px;}
#Hosting {position: absolute; top: 156px; left: 438px; width: 400px;}
#ComingSoon {position: absolute; top: 516px; left: 438px; width: 400px;}
#SiteDesign {position: absolute; top: 515px; left: 25px; text-align:center; font-size:x-small; font-style:italic;}

#NavBar2 {background-color: #003399; border-color: #666666; border: ridge;}
#NavBar2 a{text-decoration:none;}
#InnerPage2 {width: 900px; text-align: center}
.ImageRight {float:right; padding-left: 5px; padding-top: 4px; padding-bottom: 2px;}
.ImageLeft {float:left; padding-right: 5px; padding-top: 4px; padding-bottom: 2px;}

#TwoColumns {width:45%; float:left; text-align:left; padding:0px;}

#TournamentContactInfoLeft {width:480px; padding:8px; float:left; text-align:center;}
#TournamentContactInfoCenter {width:186px; padding:8px; float:left; text-align:center;}	
#TournamentContactInfoRight {width:186px; padding:8px; float:left; text-align:center;}
#InnerPageContent {padding-left:50px; padding-right:50px;}

#InauguralImage {float:left; padding-right: 25px; padding-top: 4px; padding-bottom: 4px;}

#TournamentDirectorBox {border:thin solid #003399}
/********************* end **********************/

/*

*/
