﻿body
{
    margin: 30px 0 35px 0;
    padding: 0;
    font-size: 62.7%;
    font-family: Times New Roman;
    color: #000;
    background: #000 url(../images/background-wood.jpg) left top repeat-x;
    height: 100%;
}
	
a { color: #900; text-decoration: underline; }	
a:link { color: #900; text-decoration: underline; }	
a:visited { color: #c66; text-decoration: underline; }
a:hover { color: #c33; text-decoration: underline; }	
a:active { color: #f66; text-decoration: underline; }
a.newWin
{
    padding-right: 12px;
    background: url(../images/icon-newwin.gif) no-repeat right center;
    text-decoration: underline;
}

a.img, 
a.img:visited, 
a.img:active, 
a.img:hover 
{ border: none; }

h1, h2, h3, h4, h5, h6 
{ 
    font-weight: bold;
    margin: .25em 0;
}
h1 { font-size: 300%; }	
h2 { font-size: 250%; }
h3 { font-size: 180%; color: #432f2c; margin-bottom: .5em; font-family: Tahoma; }
h4 { font-size: 175%; margin-top: 1.25em; }
h5 { font-size: 125%; margin-top: 1.25em; }
dt { font-size: 125%; margin-top: 1.25em; }
h6 { font-size: 100%; margin-top: 1.25em; }		
		
tfoot, thead	
{	
    font-size: 120%;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}	
		
th	
{	
    vertical-align: baseline;
    font-size: 100%;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

p
{
    margin: 0 0 15px 0;
    line-height: 1.75em;
    font-size: 120%;
}	

blockquote, code
{
    font-family: "Times New Roman", Serif;
    font-size: 110%;
    color: #666666;
    margin: 15px 20px 20px 30px;
    padding: 0;
    font-style: italic;
}
pre, code 
{
    font-family: "Courier New", monospace;
    font-style: normal; 
}	

strong { font-weight: bold; }
em { font-style: italic; }

ul { margin: 15px 0 20px 40px; }
li { margin-bottom: 10px; }
ul li { list-style-type: disc; }	
ul li li { list-style-type: square; font-size: 70%; }	
ul li li li { list-style-type: circle; }	
ol li { list-style-type: decimal; }	
ol ol li { list-style-type: lower-alpha; }	
ol ol ol li { list-style-type: lower-roman; }	

/******End Generic Rules**************************/

#Page
{
    width: 975px;
    margin: 0 auto;
    position: relative;
}

#Header
{
    background: url(../images/header_background.gif) left top no-repeat;
    height: 380px;
    width: 975px;
}

h1
{
    text-indent: -9000px;
}

h1 a 
{
    width: 235px;
    height: 215px;
    display: block;
    background: url(../images/logo.png) left top no-repeat;
    position: absolute;
    left: -40px;
    top: -10px;
    z-index: 1;
    cursor: pointer;
}

#Content
{
    background: #fbf7e7 url(../images/content-background.jpg) left bottom no-repeat;
    padding: 5px 0 65px 0;
    position: relative;
}

#ContentInner
{
    background: url(../images/content-watermark.gif) left top no-repeat;
    margin: 0 0 0 7px;
    padding: 10px 20px 10px 15px;
}

#ContentInner ul
{
    font-size: 140%;
    font-family: Tahoma;
}

p
{
    font-size: 140%;
    font-family: Tahoma;
    line-height: 1.3em;
}

.ClearFloats 
{
    clear: both;
}

/******Navigation Rules**************************/

#Nav
{
    position: absolute;
    right: 40px;
    top: 113px;
}

#Nav li { list-style-type: none; display: inline; float: left; }

.NavHome
{
    background: url(../images/nav-sprites.jpg) left top no-repeat;
    width: 79px;
    height: 24px;
    display: block;
    text-indent: -9000px;
}

.NavHome:hover { background-position: left -24px; }

.NavAboutUs
{
    background: url(../images/nav-sprites.jpg) -79px top no-repeat;
    width: 108px;
    height: 24px;
    display: block;
    text-indent: -9000px;
}

.NavAboutUs:hover { background-position: -79px -24px; }

.NavGallery
{
    background: url(../images/nav-sprites.jpg) -187px top no-repeat;
    width: 99px;
    height: 24px;
    display: block;
    text-indent: -9000px;
}

.NavGallery:hover { background-position: -187px -24px; }

.NavEvents
{
    background: url(../images/nav-sprites.jpg) -286px top no-repeat;
    width: 89px;
    height: 24px;
    display: block;
    text-indent: -9000px;
}

.NavEvents:hover { background-position: -286px -24px; }

.NavPartners
{
    background: url(../images/nav-sprites.jpg) -375px top no-repeat;
    width: 112px;
    height: 24px;
    display: block;
    text-indent: -9000px;
}

.NavPartners:hover { background-position: -375px -24px; }

.NavMedia
{
    background: url(../images/nav-sprites.jpg) -487px top no-repeat;
    width: 83px;
    height: 24px;
    display: block;
    text-indent: -9000px;
}

.NavMedia:hover { background-position: -487px -24px; }

.NavResults
{
    background: url(../images/nav-sprites.jpg) -570px top no-repeat;
    width: 100px;
    height: 24px;
    display: block;
    text-indent: -9000px;
}

.NavResults:hover { background-position: -570px -24px; }

.NavLinks
{
    background: url(../images/nav-sprites.jpg) -670px top no-repeat;
    width: 73px;
    height: 24px;
    display: block;
    text-indent: -9000px;
}

.NavLinks:hover { background-position: -670px -24px; }

.NavTickets
{
    display: block;
    height: 100px;
    position: absolute;
    right: -33px;
    top: -115px;
    width: 255px;
    text-indent: -9000px;
}

.NavSubBack
{
    background: red;
}

.SubMenuTop
{
    background: url(../images/submenu_top.png) left top no-repeat;
    height: 13px;
    width: 185px;
    display: block;
    position: absolute;
    top: -13px;
    z-index: 50;
    left: 0;
}

/****** HOVER NAVIGATION ******/

#Nav li ul
{
	position: absolute;
	width: 185px;
	left: -999em;
	background: url(../images/submenu_back.png) bottom left no-repeat;
	padding-bottom: 14px;
}

#Nav li ul li 
{
    z-index: 999;
    display: block;
    width: 185px;
    position: relative;
    padding: 0;
    margin: 0;
}

#Nav li ul li a 
{
    display: block;
	font-size: 170%;
	font-family: Tahoma;
	z-index: 999px;
	padding: 7px 4px 8px 14px;
	text-decoration: none;
	color: #000;
}

#Nav li ul li a:hover { text-decoration: underline; }

#Nav li:hover ul
{
	left: auto;
	z-index: 99;
	margin: 7px 0 0 0;
}

#Nav li:hover ul, #Nav li.sfhover ul {
	left: auto;
}

#Nav li:hover, li.sfhover { display: block; }

#NavWrap { position: relative; z-index: 999; }

/******************************/
/******End Navigation Rules**********************/

#Banner
{
    position: absolute;
    top: 156px;
    left: 13px;
}

.FrontPhotoFltRight
{
    float: right;
    margin: 6px 5px 10px 10px;
    z-index: 99;
    height: 1%;
    position: relative;
}

.PresidentQuote
{
    margin-left: 50px;
}

#Footer
{
    color: #4d3e39;
    font-size: 120%;
    font-family: Arial;
    padding: 10px 0 5px 0;
}

#Footer a 
{
    color: #4d3e39;
}

#Footer a:hover
{
    text-decoration: underline;
}

#Footer span
{
    display: block;
    margin: 0 0 5px 0;
    text-align: center;
}

.UnderConstructionMessage
{
    padding: 10px;
    text-align: justify;
    background: #edeada;
    border: 1px solid #dedccc;
    margin-top: 10px;
}

.FrontPageCenterText h3
{
    text-align: center;
}

.MessageBox
{
    padding: 10px 10px 5px 10px;
    text-align: justify;
    background: #edeada;
    border: 1px solid #dedccc;
    margin: 10px 0 10px 0;
}

.MessageBox li 
{
    list-style-type: none;
}

.PDF
{
    background: url(../images/icon-pdf.gif) left center no-repeat;
    padding-left: 21px;
}

.ScheduleColLeft, .CategoriesColLeft
{
    float: left;
    width: 425px;
}

.ScheduleColLeft ul, .ScheduleColRight ul { margin: 10px; }

.ScheduleColLeft ul li
{
    line-height: 1.3em;
    list-style-type: none;
    text-align: center;
    margin-bottom: 25px;
}

.CategoriesColLeft ul li
{
    line-height: 1.3em;
    list-style-type: none;
    margin-bottom: 25px;
}

.ScheduleColRight ul li
{
    line-height: 1.3em;
    list-style-type: none;
    text-align: center;
    margin-bottom: 25px;
}

.CategoriesColRight ul li
{
    line-height: 1.3em;
    list-style-type: none;
    margin-bottom: 25px;
}

.ScheduleColRight, .CategoriesColRight
{
    float: right;
    margin-right: 15px;
    width: 425px;
}

.BloodDriveBox ul { margin: 10px; }
.BloodDriveBox ul li 
{
    line-height: 1.3em;
    list-style-type: none;
    text-align: center;
    margin-bottom: 75px;
    margin-top: 25px;
}

.CelebrateRodeoMonth
{
    text-align: center;
    border-bottom: 1px solid #f0ecdc;
    margin: 15px 0 15px 0;
    padding: 5px;
}

ol li 
{
    font-size: 140%;
    font-family: Tahoma;
}

ol { margin: 15px 10px 20px 35px; }

.H3CenterAlign
{
    text-align: center;
    line-height: 1.3em;
}

.TimJohnson 
{
     border: 1px solid #e4ca97;
     padding: 7px;
     margin: 0 auto;
     width: 887px;
}

.LonestarConcertAD
{
    float: left;
    margin: 0 15px 15px 0;
}

.AreaMapContainer { text-align: center; }

.SideBarNavigation
{
    padding: 10px 10px 5px 10px;
    text-align: justify;
    background: #edeada;
    border: 1px solid #dedccc;
    margin: 10px 20px 10px 0;
    float: left;
    width: 200px;
}

.SideBarNavigation2010
{
    padding: 10px 10px 5px 10px;
    text-align: justify;
    background: #edeada;
    border: 1px solid #dedccc;
    margin: 10px 20px 10px 0;
    float: left;
    width: 250px;
}

.SideBarNavigation ul, .SideBarNavigation2010 ul
{
    margin: 0 0 0 5px;
    padding: 0;
}

.SideBarNavigation ul li, .SideBarNavigation2010 ul li { list-style-type: none; }

.LeftMainContent
{
    float: left;
    width: 675px;
    padding-top: 6px;
}

.LeftMainContent2010
{
    float: left;
    width: 625px;
    padding-top: 6px;
}

.QueenBio
{
    padding: 7px 7px 0 7px;
    border: 1px solid #dedccc;
    margin: 15px 0 15px 0;
}

.QueenPhoto
{
    float: left;
    margin: 0 10px 10px 2px;
}

.BoardPhoto
{
    width: 519px;
    height: 423px;
    float: left;
    margin: 0 20px 40px 0;
}

.BoardPhoto p { text-align: center; }

.ParadeLeftCol
{
    float: left;
    width: 520px;
    margin-top: 15px;
}

.ParadeRightCol
{
    float: left;
    width: 363px;
    margin: 15px 0 10px 25px;
}

.RodeoParadePhoto
{
    margin: 0 0 0 30px;
}

.SponsorList li
{
    font-size: 11pt;
    list-style-type: none;
	line-height: 1.3em;
}

.SponsorListRed
{
	color: #d40000;
	font-weight: bold;
}

.SponsorList li li span
{
	padding-left: 14px;
	font-style: italic;
}

.SponsorListLeft
{
	float: left;
	width: 300px;
	margin-right: 50px;
	margin-left: 100px;
}

.SponsorListRight
{
	float: left;
	width: 300px;
}

.HomepageLeftCol
{
    text-align: center;
    float: left;
    width: 200px;
    margin: 0 0 20px 0;
    padding: 0 8px 16px 8px;
}

.HomepageRightCol
{
	float: left;
	width: 690px;
	margin-left: 20px;
}

.FrontpageLogos p { text-align: center; }

.FrontpageLogos a
{
    color: #000;
}

.FresnoBeeLink
{
    font-size: 180%;
    text-transform: uppercase;
    font-weight: bold;
	text-indent: -9000px;
	background: url(../images/fresnobee-logo.gif) left top no-repeat;
	width: 149px;
	height: 29px;
	display: block;
	margin: 0 0 0 25px;
}

.TableEvents
{
    font-size: 11pt;
    font-family: Tahoma;
    line-height: 1.3em;
    margin-left: 65px;
}

.ResultsTable
{
    font-size: 11pt;
    font-family: Tahoma;
    line-height: 1.6em;
    margin-left: 45px;
}

.RichardFieldLevinePhotos img
{
    float: left;
    margin: 15px 15px 15px 85px;
}

.LogoPaper
{
	background: url(../images/logo-paper.gif) left top no-repeat;
	width: 200px;
	height: 232px;
	text-align: center;
}

.LogoPaper p
{
	padding: 14px 11px 0;
	text-align: center;
}

.RanchRodeoPhoto
{
	float: left;
	width: 509px;
	margin: 0 12px 0 0;
	position: relative;
}

.RanchRodeoPhoto p
{
	text-align: center;
	font-size: 110%;
}

.RanchRodeoCover
{
	width: 509px;
	height: 344px;
	position: absolute;
	top: 0;
	left: 0;
}

.SponsorBox
{
	background: #EDEADA;
	border: 1px solid #dedccc;
	padding: 10px;
	clear: both;
	margin-top: 20px;
}

.SponsorBox ul li
{
	float: left;
	list-style-type: none;
	width: 150px;
	padding-right: 76px;
}

.SponsorBox ul
{
	margin: 0; padding: 0;
}


.PhotoFloatRight
{
	float: right;
	margin: 0 0 12px 12px;
}

.SponsorListLeftCol
{
	float: left;
	width: 400px;
	margin-right: 50px;
}

.SponsorListLeftCol ul li, .SponsorListRightCol ul li { font-weight: bold; line-height: 1.3em; list-style-type: none; }

.SponsorListLeftCol ul li span, .SponsorListRightCol ul li span { padding-left: 20px; font-weight: normal; }

.SponsorListRightCol
{
	float: left;
	width: 400px;
}

.QueenProfile2010
{
	margin-bottom: 25px;
	border-bottom: 1px solid #e3e1d1;
	padding-bottom: 5px;
}

.ProfilePhoto2010
{
	float: left;
	width: 200px;
	margin-right: 15px;
}

.Profile2010
{
	float: left;
	width: 700px;
}

.ThankYou2010
{
	background: url(../images/thank-you-2010-partners.png) left top no-repeat;
	width: 608px; height: 23px;
	text-indent: -9000px;
	margin: 20px auto 5px auto;
}

.SponsorLogos li
{
	list-style-type: none;
	float: left;
	display: block;
	width: 200px; height: 220px;
	margin-right: 14px;
	margin-bottom: 5px;
	text-align: center;
}