/* aeCustomLocoMtn.css */
/* LocoMountainOutfitters.com */
/* CSS Document */
/*  Ashley Engelund, author */
/*  copyright 2003 - 2009, Ashley Engelund */

#boxright {width:300px; float:right; border:medium solid #000; padding:5px;}
#powderhorn {width:750px; display:block; margin-left:auto; margin-right:auto; text-align:center; font-size:26px; font-weight:bold; !important}
/* init values so that different browsers won't apply their differing defaults */
html, body, div, span, applet, object, iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* The following section is from Adobe CS4 Dreamweaver twoColHybLtHdr.css -- a 2 column fluid css with header and footer.  I've made some minor changes to these styles */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
/*	background-image:  url(assets/sandTextureBackground.jpg);  */
	background-image:  url(assets/sandTextureBackground-l-200911.jpg);  
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


basefont     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.1em;}


.twoColHybLtHdr #container {
	width: 96%;  /* this will create a container 80% of the browser width */
	margin: 0 auto auto 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header {
	padding: 2px 10px 0px 0px;
	margin: 5px auto 0px auto;
	border-style:none;
	border-width: 0pt;
	border-color:#F0F;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 185px; /* top and bottom padding create visual space within this div  */
	margin-top: 12px;  /* this looks nicely aligned with the bottom of the H1 page title */
	padding: 0px 0px 15px 0px;
	/*	margin-left: 10px; */
/*	position: relative; */
	border-style:none;
	border-color:#0F0;
	border-width:1pt;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}



/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	padding-left: 5px;
	margin: 10px 0 0 190px;
} 
#mainContent {
	border: 0px solid #F00;
}

#mainContent h1 .ranchName {
	font-style: italic;
}

#mainContent p {
	line-height: 120%;
	text-align: left;
}


/* important notice that should appear somewhere on a sidebar -- probably on the right side
    generally appears within the content area in a 2 col layout (1 col = nav, 2nd col = content)
*/
#sidebarNotice {
	margin-left: 7px;
	margin-top: 10px;

	
}

/* we want this to be after #maincontent p so that this will override any text properties of maincontent p */

#sidebarNotice p {
	text-align: center;
}
#mainContent ul {
	list-style-image: url(assets/expbul1a.gif);
	list-style-position: outside;
	line-height: 140%;
}



.twoColHybLtHdr #footer {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Rockwell, Verdana, sans-serif;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: smaller;
	font-family: Rockwell, Verdana, sans-serif;
}
#backgroundHeaderImg   {
	text-align: right;
	vertical-align: top;
	top: 10px;
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: absolute;
	left: 555px;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/******************************************************/
/*  BASIC FONTS AND SETTINGS  */

					
/* AE 12-6
 taking these out did have a little effect - it meant that I could click ONCE on a thumbnail and have the full size image come up (new page)
 
ul           { list-style-image:  url("assets/css/expbul1a.gif")}
ul ul        { list-style-image:  url("assets/css/expbul2a.gif")}
ul ul ul     { list-style-image:  url("assets/css/expbul3a.gif")}
*/


a:link       { color: #993300;}
a:active     { color: #cc3300}
a:visited    {
	color: #006;
	text-decoration: underline;
}

label        { color: rgb(0, 0, 0) }

textarea     { color: rgb(0, 0, 0) }
fieldset     { color: rgb(11, 0, 0) }
legend       { color: rgb(102, 0, 51) }

th           { color: rgb(0, 0, 0) }

button       { font-size: 8pt; font-style: normal; font-family: Verdana; border-style: solid; 
               border-width: 1pt;
               background-color: rgb(102, 0, 51); color: rgb(255, 255, 255) }

fieldset     { font-family: Verdana; font-size: 8pt; font-style: normal; border-style: solid; 
               border-width: 1pt }

h1, h2, h3, h4, h5, #ColoradoStateHuntingRatesTitle {
	color: rgb(102, 0, 51);
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}


h1           {
	font-size: 20pt;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: Rockwell, "Times New Roman", serif;
}
h2, #ColoradoStateHuntingRatesTitle {
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 14pt;
}
h4 { font-size: 12pt;}
h5 { font-size: 10pt;}
h6 { font-size: 8pt; }

label        { font-size: 8pt; font-family: Verdana; font-style: normal }

legend       { font-style: Normal; font-size: 8pt; font-family: 
               'Book Antiqua', 'Times New Roman', Times }

marquee      { font-family: Verdana; font-size: 14pt }

p   {
	font-family: Verdana, Geneva, sans-serif;
}

select       { font-style: normal; font-family: Arial, Helvetica; font-size: 8pt; 
               border-style: solid; border-width: 1pt }



textarea     { font-style: normal; font-size: 8pt; font-family: Arial, Helvetica; 
               border-style: solid; border-width: 1pt }
th           { font-family: 'Book Antiqua', 'Times New Roman', Times; font-style: normal }
.pictureHasLink {
	border: 3px solid rgb(102,0,51);
}



#skipToContent {
	display:none;
}

#pageMastheadLogo {
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: .3em 0 0 0;
	position: relative;
}


#pageMastheadUtilMenus {
	float: right;
	z-index: 900;
	top: 5px;
	position: absolute;
	right: 24px;
	border-style:none;
	border-width:0pt;
	border-color:#FF0;
	text-align: right;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	font-size: 0.9em;
}

.twoColHybLtHdr  #pageMastheadUtilMenus p.headerUtilMenu a:link, #pageMastheadUtilMenus p.headerUtilMenu a:visited, #pageMastheadUtilMenus p.headerUtilMenu a:hover, #pageMastheadUtilMenus p.headerUtilMenu a:active  {
	text-decoration: none;
	text-align: center;
}

.headerUtilMenu {
	color: #000066;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
	font-family: "Rockwell", Verdana, Geneva, sans-serif;
}


#pageMastheadHeadline {
	visibility: inherit;
	clear: both;
	margin: 0px 30px 0px 30px;
	border: 1px none #df4800;
	padding: 6px 6px 6px 6px;
	font-family: Rockwell, "Times New Roman", serif;
	color: #333;
	background-image: url(assets/oldParch60x700_r1_c1.jpg);
}


#pageMastheadMotto {
	font-family:Rockwell, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	color: #993300; /*#9C3100; */
	margin: 2px 0px 0px 20px;
	padding: 0;
	/*display: compact; */
	vertical-align: top;
	top: 0px;
	clear: both;
	border-style:none;
	border-width:0pt;
	border-color:#6FF;
	/*float: left;*/
}

.motto {
	color: #600;  /* 	color: #993D1E;   was #880000? */
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	margin-left: 20px;
}


#pageMastheadHeadline p {
	margin: 0px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #006;
}

/******************************************************/
/*  Page Masthead (library file)  New 2008-12-13      */

#lowerContentTable, #pageMastheadTable, #footerTable {
	width: 98%;
	margin-right: 10px;
	padding: 0;
}

#pageMastheadTable {
	border-color:#0000FF;
	border-collapse:collapse;
	border:thin;  /* this is here to make testing easier - to show a border when futzing with layout */
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 110%;
}

#pageMastheadLogoTD {  /* table cell where the logo image is.  width is tied to the size of the graphic image */
	text-align:left;
	vertical-align:bottom;
	width:530px;
}

#pageMastheadTable a {
	text-decoration: none;
}


#pageMastheadContactTD {
	vertical-align:top;
	text-align:right;
}

#pageMastheadMottoTD {
	padding: inherit;
	border-collapse:collapse;
}



#pageMastheadHeadlineTable {
	vertical-align:top;
	text-align:left;
	width:100%;
	padding:0;
	border-collapse:collapse;
	border-width: thin;
	border-color:#ffcc00;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:inherit;
}

.headlineTR {
	border: none;
	padding: 4px;
	font-weight:bold;
	color: #993300;
}

.minSpaceAbove {
	margin-top: 1px;
	padding-top: 1px;
}

/*------------------------------------*/
/*  Special emphasis, highlights, etc */


.blueEmphasis {
	color: #000066;
}

.blueEmphasisCenter {
	color: #000066;
	text-align: center;
}

.brickBold {
	font-weight: bold;
	color: #993300;
}


/****  End settings for the page masthead ***********/


.pageContentSubHeader, .pageTopicHeader, .bigEmphasis,  .scrollDownHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #993300;
}

.pageContentSubHeader, .pageTopicHeader {
	margin-left:1em;
}

.pageTopics {
	font: bold medium "Times New Roman", Times, serif;
}


.pageSubTitle {
	font: bold 120% "Times New Roman", Times, serif; 
	color: #660000;
}

.toTheTop {
	font-size: x-small;
	font-style: italic;
}


#ranchTopCalloutGuffey {
	border: medium solid #00FF00;
	position: relative;
	right: 15px;
}

.captionSmall, .caption
{
	font-size: 8pt;
	font-style: italic;
}

#mainContent .caption, .caption { text-align: center; }


.picDesc {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}



#mmMenuWrapperDiv {
	position: relative;
	z-index: 201;
	left: 0px;
	top: 0px;

}

#navigationMenus { border: 1px solid; margin-top: 0px; padding-top: 0px;}

#menuTR {
	border: thin solid #00FF00;
}

#navMenuFooter {
	font-size: x-small;
}


#menuTableContentsCell {
	padding: 3px;
}

.xsmallFont {
	font-size: x-small;
}

.largerFont {
	font-size:larger;
}

.xxsmallFont {
	font-size: xx-small;
}

.footerFont {
	font-size: 70%;
	line-height: 110%;
	margin-bottom: 1px;
	text-align:center;
	margin-top: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.twoColHybLtHdr #container #mainContent .horizLineSeperator, .horizLine {
	text-align: center;
	margin: 1.5em 0 2em auto;
	border: 0;
}
.twoColHybLtHdr  .headerTopHorizLine, .twoColHybLtHdr  .headerBottomHorizLine {
	text-align: center;
}
.twoColHybLtHdr  .headerTopHorizLine {
	margin-top: 0em;
	margin-bottom: 0em;
}
.twoColHybLtHdr  .headerBottomHorizLine {
  margin-top: .2em;
	margin-bottom: .8em;
}



.dontPrint {
	visibility: visible;	/* change this to not visible in a stylesheet for printing */

}
.applicationText {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	color: #000000;
}
.smaller {
	font-size: smaller;
}

.copyrightText {
	text-align: center;
	margin-bottom: 1px;
	font-size:smaller;
	padding-bottom: 1px;
	margin-top: 4px;
}

.bottomTextLinks {
	font-size: 80%;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1px;


}
.soldOut {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

#willHelpWithLicenses {  margin-right: 20px;}

.vouchersAvail { font-weight: bold; }

#willHelpWithLicenses p.vouchersAvail {
/*	text-align:center; */
	color: rgb(102, 0, 51);
/*	width: 60%;*/
	/* 	border="2" cellpadding="5" cellspacing="1" width="80%" 	*/
}


#coloradoDOWRates {
	margin-top: 2em;
}

#coloradoDOWRates table, .huntRatesDates { font-family: Verdana, Arial, Helvetica, sans-serif; }

#coloradoDOWRates table, table.huntRatesDates {
	border-collapse: collapse;
	border: 2pt solid #333333;
	font-weight: bold;
}

#coloradoDOWRates table { margin-top: 8px; margin-left: 15px; }

#coloradoDOWRates table th, #coloradoDOWRates table td, th.huntRatesDates, td.huntRatesDates{
	font-weight: bold;
	padding: 5px;
}

#coloradoDOWRates table th, #coloradoDOWRates table td {
	padding-right: 8px;
	padding-left: 8px;
}

th.huntRatesDates, td.huntRatesDates{ text-align: left;}

#coloradoDOWRates table th, th.huntRatesDates {
	color: #FFFFCC;
	background-color: #660000;
	vertical-align: bottom;
	font-family: Verdana, Geneva, sans-serif;
}

th.huntRatesDates { font-size: 110%; }

#coloradoDOWRates table td, td.huntRatesDates {
	border: 1px solid #660000;
}
#coloradoDOWRates table td { vertical-align:middle; text-align: center; }
td.huntRatesDates { vertical-align: top; }


.minSpaceBelow {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Verdana;
}

.clientLetterTable {
	border: none;
	padding: 2px;
	margin: 3px;
}

.clientLetter {
	text-align: left;
}

.boldBrickText {
	font-weight: bold;
	color: #993300;
}
.imageBorderThick, imageBorderDouble {
	border: 5px double #993300;
}
.biggerBold {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

.calloutBox {
	padding: 3px 2px 1px 2px;
	text-align: center;
	border: 2px solid #336;
}

trHeaderCallout {
	margin-top: 2px;
	margin-bottom: 0px;
}

.calloutBox p {
	line-height: 110%;
	font-size: 85%;
	margin: 0px 3px 1px 3px;
}

.calloutBoxLarge, .calloutBoxMedium {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.calloutBoxLarge {
	font-size: 12pt;
}

.calloutBoxMedium {
	font-size: 12pt;
}

#sidebarNotice .calloutBox p {
	text-align: left;
}

#siteHeadline .headlineTR p {
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainContent .clientLetterTable  img {
	text-decoration: none;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}
/* #twoColsForLSM {
	width: 660px;
}
*/
#pageMastheadUtilMenus p {
	line-height: 1.1em;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-family: Rockwell, "Times New Roman", serif;
}

.faqQuestion {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .2em;
}
.faqAnswer {
	margin-top: 0px;
	margin-bottom: 3em;
	font-weight: normal;
	margin-left: 10px;
}
.bigbigBlueFont {
	font-size: 150%;
	color: #000066;
	line-height: 175%;
}

.roundedcornr_box_10 {
   background: #d0caa8;
}
.roundedcornr_top_10 div {
	background-image: url(assets/roundedcornr_281428_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedcornr_top_10 {
	background-image: url(assets/roundedcornr_281428_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedcornr_bottom_10 div {
	background: url(assets/roundedcornr_281428_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_10 {
	background: url(assets/roundedcornr_281428_br.png) no-repeat bottom right;
}

.roundedcornr_top_10 div, .roundedcornr_top_10, 
.roundedcornr_bottom_10 div, .roundedcornr_bottom_10 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_10 {
	margin: 0 10px;
}
.twoColHybLtHdr #container #mainContent .calloutBox a {
	color: #900;
	text-decoration: underline;
}
.twoColHybLtHdr #container #mainContent table tr td #sidebarNotice .calloutBox a {
	color:#993300;
}
.twoColHybLtHdr #container #mainContent .alignCenter {
	text-align: center;
}
.textBoldGreen {
	font-weight: bold;
	color: #060;
}
.textBoldBrightBrick {
	font-weight: bold;
	color: #CC2200;
}
