

 /* ---------------------------------------------------------------------------

 Title: tour_styles.css
 Version: 2
 Date: 12/01/2006

 Author:    James Stuart Johnson
 Email:     jjohnson@NationalDodgeball.com
 Website:   WWW.NationalDodgeball.COM

 Description: Main Style Sheet Supporting the NDL amateur website.

------------------------------------------------------------------------------*/

/* Standard Element Styles
------------------------------------------------------------------------------*/


body {
	color: black;
	background: #003366 none;
	font-size: 76%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 120%;
    text-align: center;
}

img {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0px;
	}

table {
}

div {margin: 0; padding: 0;}

p{
	margin: 4px 0px 8px 0px
	}

form {
	margin: 0px;
	padding: 0px;
	}	
	
a {
	color: #C00;
	background: transparent none;
	text-decoration: underline;
	}

sup {
  font-size: 50%;
    }


strong { font-weight: bold; font-size: 115%; }

a:link { color: #C00;}
a:visited { color: #BF311A;}
a:active { color: #231f20;}
a:hover { color: #232323;}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;}

h1 { font-size: 230%; line-height: 90%;}
h2 { font-size: 200%; line-height: 95%;}
h3 { font-size: 160%; line-height: 90%;}
h4 { font-size: 120%; line-height: 110%;}
h5 { font-size: 90%; line-height: 110%;}
h6 { font-size: 80%; line-height: 110%;}

blockquote {
  margin: 0px 0px 20px 0px;
  padding: 0px 120px 0px 30px;
}

#HomeTabBkgd {
    position: relative;
    background-image: url(Images/NDL-Home-BKGD-Top.gif);
    background-repeat: repeat-x;
    background-position: top left;
    }

#HomeTab {
    position: relative;
    margin: 0px auto;
    width: 750px;
    text-align: right;
    }


/* Note: Page Centering
--------------------------------------------------------------------------------
 Comment out the #page style if you have problems displaying in some older
 WYSIWYG editors linke Adobe GoLive, and Dreamweaver.

------------------------------------------------------------------------------*/

#Page {
	width:725px;
	margin:10px auto;
	text-align:left;
	background-color: transparent;
	}

/*#Page {
	float: left;
	position: absolute;
	left: 50%;
	width:725px;
	height: 1200px;
	margin-left: -363px;
	margin-top: 10px;
	background: transparent;
	}
*/

/* Top Menu Styles
------------------------------------------------------------------------------*/
#TopMenu{
	width: 725px;
	padding: 3px 0px 3px 0px;
	background: #6699CC;
	}

#TopMenuGroup {
	width: 450px;
	float: left;
	}

#TopMenu ul {
	list-style: none;
	margin: 0px 10px 0px 40px;
	padding: 3px 0px 3px 0px;
	}

#TopMenu li {
	width: auto;
	display: inline;
	font-size: 110%;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

#TopMenu span {
	color: white;
	margin: 0px 0px 0px 10px;
	}

#TopMenu a:link{ color: white; text-decoration: underline;}
#TopMenu a:visited { color: white; text-decoration: underline;}
#TopMenu a:hover { color: red; text-decoration: underline;}
#TopMenu a:focus {color: red; text-decoration: underline;}
#TopMenu a:active { color: red; text-decoration: underline;}


/* Top Menu Bar Drop Down Navagational Styles
------------------------------------------------------------------------------*/
#DropDownMenu{
	width: 200px;
	float: right;
	margin: 0px 35px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#DropDownLable {
	width: 100px;
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 3px;
	color: white;
	font-weight: bold;
	font-size: 100%;
	float: left;
	}

#DropDownMenu .DropHead{
    font-weight: bold;
    }

/* Bottome Menu Styles
------------------------------------------------------------------------------*/
#BottomMenu{
	width: 725px;
	background: white;
	text-align: center;
	}

#BottomMenu ul {
	list-style: none;
	font-size: 90%;
	margin: 0px;
	padding: 10px 0px 2px 0px;
	}

#BottomMenu li {
	display: inline;
	text-transform: uppercase;
	}

#BottomMenu span {
	color: #333333;
	margin: 0px 0px 0px 3px;
	}	

#BottomMenu a:link{ color: #333333; text-decoration: none;}
#BottomMenu a:visited { color: #555555; text-decoration: none;}
#BottomMenu a:hover { color: red; text-decoration: underline;}
#BottomMenu a:focus {color: red; text-decoration: underline;}
#BottomMenu a:active { color: #555555;}




/* Primary Hex Color Classes
--------------------------------------------------------------------------------

Site color Codes:
Color1: Dark Blue = #003366
Color2: Gold = #FFCC33
Color3: Light Blue =  #6699CC
Color4: = Ball Red = #993300

------------------------------------------------------------------------------*/
.Color1{
	color: #003366;
	}
.Color2{
	color: #FFCC33;
	}
.Color3{
	color: #6699CC;
	}
.Color4{
	color: #993300;
	}

.pRed {
	color: red;
	}

.Hilight {
    color: red;
    }




/* General Template and Layout Styles
------------------------------------------------------------------------------*/
#Copyright  {
	text-align: center;
	font-size: 90%;
	color: black;
	background: white;
	width: 725px;
	margin: 0px;
	padding: 0px;
	}

#Copyright a {text-decoration: underline;}
#Copyright a:link {color: red;}
#Copyright a:visited {color: red;}
#Copyright a:active {color: #6699CC;}
#Copyright a:hover {color: #6699CC;}

#TopBlock {
    margin-bottom: 20px;
    }

#ContentBlock {
	width: 725px;
	background: white;
	}

#RightColumn {
	width: 230px;
	margin: 0px;
	padding: 0px;
	float:left;
	}

#LeftColumn {
	width: 380px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	}

#LeftColumn p {
	font-size: 110%;
	margin: 5px 0px 20px 0px;
	}

#MainContent {
	width: 640px;
	margin: 0px 42px 0px 43px;
	padding: 20px 0 5px 0px;
	}

#Footer {
	margin: 0px;
	padding: 0px;
	}

.LgBotMargin {
	margin-bottom: 15px;
	}

.BlockCenter {
	text-align: center;
	}

#RegDownload {
	margin: 10px 0px 10px 14px;
	}

#MainHead {
	margin-top: 25px;
    text-transform: uppercase
    }

#CustomInk {
    margin-left: 14px;
    margin-bottom: 5px;
    }
#CustomInk img {
	border: 1px solid #003366;
	}

#SponsoredBy {
    color: #003366;
    margin-bottom: 10px;
    }

.EventInfo{
    margin-bottom: 30px;
    }

.EventInfo h4{
    font-size: 150%;
    font-weight: bold;
    }

.EventInfo ul {
    margin: 5px 0px 0px 15px;
    padding: 0px;
    }


.EventInfo li {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    }

.PrizeBold {
    font-size: 92%;
    font-weight: bold;
    }


/* Tour Schedule Styles
------------------------------------------------------------------------------*/

#dScheduleBlock {
    margin-left: 9px;
    padding-bottom: 5px;
    }

div.schBlueRCBlock {
    width: 172px;
    background-color: transparent;
    background-image: url(Images/Schedule_Bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    color: black;
    margin: 0px 0px 10px 0px;
    }

div.schBlueRCBlock dl {
    width: 172px;
    background-image: url(Images/Schedule_top.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 1px;
    margin: 0px;
    }

.ddFacilityName {
    font-size: 105%;
    font-weight: bold;
    }

div.schBlueRCBlock dt {
    background-color: #D4DCE8;
    color: #003366;
    font-size: 110%;
    font-weight: bold;
    margin: 5px 5px 0px 5px;
    padding: 2px 3px 2px 3px;
    text-transform: uppercase
    }

div.schBlueRCBlock dd {
    font-size: 95%;
    font-weight: bold;
    color: #003366;
    margin: 2px 5px 0px 5px;
    padding: 2px 3px 2px 3px;
    }

#schDivisions dd{
    color: black;
    font-size: 90%;
    font-weight: normal;
    }


#schDivisions strong { color: #003366; font-size: 110%;}



/* Sitewide Typographical Classes
------------------------------------------------------------------------------*/
.Center {
    text-align: center;
    }

.Notes {margin-top: 5px;}

.Notes p {
	font-size: 90%;
	font-style: italic;
	}

.DodgeDiv {
	font-weight: bolder;
	font-size: 102%;
	}


/* Home page specific styles
------------------------------------------------------------------------------*/

#TourMap {
    width: 360px;
    height: 300px;
    border: 2px solid black;
    margin-bottom: 5px;
    background-image: url(Images/TourStop-No-Flash.jpg);
    background-repeat: no-repeat;
    }

#ZoomOut {
    width: 120px;
    background-color: #FFBA2C;
    border: 1px solid black;
    }

#ZoomOutHov {
    width: 120px;
    background-color: #FF6633;
    border: 1px solid red;
    }

/* Map Page Styles */

#MapNavBlock {
    font-size: 80%;
    text-align: center;
    }

#LargeMargin {margin-bottom: 20px;}
#LowerRightSection {margin-top: 0px;}
#MainCopyBlock {}

#Divisions {
  background-color:#facc73;
  border: 1px solid black;
  padding: 10px;
  margin-bottom: 10px;
    }

#NDLSubhead {
	font-weight: bolder;
	font-size: 120%;
	}

#MapKey {
    padding: 0;
    margin: 0px 0px 5px 0px;
    text-align: left;
    list-style: none;
    font-size: 110%;
    }

#MapKey li{
    margin-bottom: 5px;
    }

#MapKey strong{
    margin: 0px 2px 0px 0px;
    font-size: 110%;
    }

/* Deadline Block
------------------------------------------------------------------------------*/
#SponsorBkgd {
    background-color: transparent;
    width: 195px;
    margin-bottom: 10px;
    }

#Deadline{
	font-size: 90%;
    width: 158px;
    margin: 5px 0px 10px 12px;
    padding: 5px;
    background-color: #F8E6C3;
    border: 1px solid red;
    }

#Deadline H4 {
    font-size: 150%;
    margin: 5px 0px 5px 0px;
    }

#Deadline IMG {
    margin: 0px 5px 0px 0px;
    }

#Deadline p {
    color: Black;
    font-size: 110%;
    font-weight: bolder;
    padding: 0px;
    margin: 2px 0px 0px 0px;
    }

/* Utility Styles
------------------------------------------------------------------------------*/
.ClearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
	}

/* FAQ Styles
------------------------------------------------------------------------------*/

.FAQHeader {margin-top: 20px;}

#FAQ p.Question {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	}

#FAQ .Question span{
	color: red;
	margin-right: 5px;
	font-weight: bold;
	}

#FAQ p.Answer {
    width: 550px;
	margin-bottom: 20px;
	padding: 0px;
	}

#FAQ .Answer span{
	color: red;
	margin-right: 5px;
	font-weight: bold;
	}

.FAQNote {
    margin-left: 20px;
    margin-bottom: 25px;
    width: 500px;
    }



/* Tour Calender Styles
------------------------------------------------------------------------------*/

#calTourStops{
    height: 200px;
    }

#calTourRecaps{
    height: 140px;
    }


#calTourRecaps .calItems {
    margin-left:  5px;
    }


#calTourStops, #calTourRecaps {
    width: 230px;
    border: 1px solid black;
    padding: 5px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
    overflow: scroll;
    }

#calTourStops dl,
#calTourStops dt,
#calTourStops dd{
    margin: 0px;
    padding: 0px;
    }

#calTourStops dl {
    margin-left: 5px;
    }

#calTourStops dt {
    }

#calTourStops dd {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 180px;
    }


#calTourRecaps dl {
    margin-left: 5px;
    }

#calTourRecaps dt{
     }

#calTourRecaps dd{
    margin-left: 10px;
    margin-bottom: 10px;
    width: 180px;
     }

.calMonth{
    font-size: 120%;
    width: 200px;
    margin: 0px 0px 5px 5px;
    padding: 0px;
    border-bottom: 2px solid #aaa;
    }

ul.calItems {
    list-style-type: none;
    font-size: 100%;
    margin: 5px 2px 10px 2px;
    padding: 0px;
    }

ul.calItems li{
    margin-top: 5px;
    }

#calTourStops dt,
#calTourRecaps dt {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
    }

.calHeader {
    margin: 0px 10px 5px 0px;
    font-size: 140%;
    color:  #003366;
    }

/* Tour Download Pages
------------------------------------------------------------------------------*/

.FileType {
    background-color: #6699CC;
    color: white;
    padding: 4px 0px 4px 0px;
    margin-top: 20px;
    }

.FileType span {
    font-size: 130%;
    font-weight: bold;
    margin: 10px;
    }

#TourLocationDL {
    font-size: 300%;
    line-height: 100%;
	margin-top: -10px;
    margin-bottom: 5px;
    }

#TourDateDL {
    font-size: 200%;
	margin-bottom: 20px;
    }

#DLTextHead {
    margin: 20px 0px 10px 0px;
    color: #003366;
    }

.DownloadItem {
    margin: 20px 0px 5px 20px;
    font-size: 160%;
    }

.DownloadItem span{
    font-size: 75%;
    font-weight: normal;
    color: black;
    }

.DownloadItem p{
    font-size:65%;
    }

#HowTo {
  background-color: #FFFFD5;
  padding: 10px;
  border: 1px dashed black;
  margin-bottom: 10px;
	}

.FormCopy {
    font-size: 110%;
	font-weight: bold;
    padding-top: 5px;
    margin-right: 10px;
    }

.FormImage {
    float: left;
    margin-right: 10px;
    margin-bottom: 2em;
    }

#Firefox {
    font-size: 100%;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 20px;
    }

#SpecialStopCopy h3{
    font-size: 175%;
    line-height: 100%;
    margin-top: 20px;
    color: #993300;
    }

#SpecialStopCopy p{
    font-size: 130%;
    font-weight: 500;
    line-height: 110%;
    }

/* Recap Styles Download Pages
------------------------------------------------------------------------------*/

#RecapLeftColumn {
	width: 360px;
	margin-right: 10px;
	padding: 0px 20px 10px 0px;
	float: left;
    border-right: 2px solid #003366;
	}

#RecapLeftColumn p {
	font-size: 110%;
	margin: 5px 0px 20px 0px;
	}

#RecapSponsoredBy {
    color: #003366;
    margin: 0px 0px 10px 0px;
    }

#RecapSubhead {
    width: 640px;
    margin-bottom: 20px;
    text-align: center;
    }

#RecapLocationHead {
    text-transform: uppercase
    }

#GalleryBlock {
    width: 600px;
    text-align: center;
    }

#FlashContent {
    margin: 0px;
    }

.WinnersBlock {
    width: 600px;
    margin: 10px 0px 10px 0px;
    float: left;
    display: inline;
    }

.WinnersBlock h3 {
    width: 600px;
    font-size: 130%;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding-bottom: 5px;
    color: #003366;
    border-bottom: 2px solid #003366;
    }

.WinnersBlockFirst, .WinnersBlockSecond {
    float: left;
    width: 280px;
    }

.WinnersBlockSecond {
    margin-left: 40px;
    }

.WinnersBlockMargin{
    margin: 0px 0px 5px 0px;
    text-align: left;
    }

.RecapTestimonial{
    width: 300px;
    padding: 4px 10px 4px 10px;
    margin-left: 20px;
    border-top: 2px solid #003366;
    border-bottom: 2px solid #003366;
    }



