@font-face {
    font-family: 'mavenpro';
    src: url('fonts/mavenpro.eot');
    src: url('fonts/mavenpro.eot?#iefix') format('embedded-opentype'), url('fonts/mavenpro.woff2') format('woff2'), url('fonts/mavenpro.woff') format('woff'), url('fonts/mavenpro') format('truetype'), url('fonts/mavenpro.svg#mavenpro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mavenprobold';
    src: url('fonts/mavenprobold.eot');
    src: url('fonts/mavenprobold?#iefix') format('embedded-opentype'), url('fonts/mavenprobold.woff2') format('woff2'), url('fonts/mavenprobold.woff') format('woff'), url('fonts/mavenprobold') format('truetype'), url('fonts/mavenprobold.svg#mavenprobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('fonts/Roboto-Italic.eot');
    src: url('fonts/Roboto-Italic?#iefix') format('embedded-opentype'), url('fonts/Roboto-Italic.woff2') format('woff2'), url('fonts/Roboto-Italic.woff') format('woff'), url('fonts/Roboto-Italic') format('truetype'), url('fonts/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('fonts/Roboto-BoldItalic.eot');
    src: url('fonts/Roboto-BoldItalic?#iefix') format('embedded-opentype'), url('fonts/Roboto-BoldItalic.woff2') format('woff2'), url('fonts/Roboto-BoldItalic.woff') format('woff'), url('fonts/Roboto-BoldItalic') format('truetype'), url('fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}



* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    font-family: 'mavenpro';
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #2c1f00;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: 2px;
}

p {
    color: #2c1f00;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'mavenprobold';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: 2px;
}

h1 {
    font-size: 8pt;
}

h2 {
    font-size: 10pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 14pt;
}

h5 {
    font-size: 18pt;
}

h6 {
    font-size: 20pt;
}

html {
    width: 100%;
    margin: 0 !important;
}



#header_wrap {
    width: 100%;
    min-height: 72px;
    height: 72px;
    margin: 0 !important;
    background-color: #F9C13A;
}

#header {
    width: 100%;
    min-height: 72px;
    height: 72px;
    margin: 0 !important;
    background-color: #F9C13A;
}


/*menu*/

#leftmenu {
    display: inline-block;
    background-color: #F9C13A;
    vertical-align: top;
    width: 10%;
    height: 72px;
    
}
#rightmenu {
    display: inline-block;
    background-color: #F9C13A;
    vertical-align: top;
    width: 80%;
    height: 32px;
   margin-left:7%;
    margin-top:15px;
     
   
}

#header img {
    width: 71px;
    height: 67px;
    margin-left: 50px;
}

.drop_menu {
	height: 32px;
	
	list-style-type: none;
	background-color: #F9C13A;
}

.drop_menu li {
        float: left;
}

.drop_menu li a {
            padding-left:10px;
            padding-right:20px;
            padding-top:10px;
            display: block;
            color: #2c1f00;
            text-decoration: none;
            font-weight: bold;
            font: 14px mavenprobold;
            letter-spacing: normal;
            text-transform: uppercase;
}
.drop_menu li a:hover {
	color: #D09A1A;
}
  
/*end menu*/
body {
    width: 100%;
    margin: 0px auto;
    background-color: #ffffff;
}
#content{
	 width: 1000px;
	 height: auto;
	 min-height: 600px;
	 padding: 20px 20px 20px 20px;
    margin: 0px auto;
    background-color: #ffffff;
	 
}
#maincontent div{
	
	 text-align: left;
}

#dropdownSignin{
	width: 370px;
	padding: 5px;
	border-bottom: thin solid #000000;
}
.dropdownstyle{
font-family: 'mavenpro';
font-size:8pt;
color:#000000;
}
#fieldrodeos{
	padding:5px;
	width:300px;
}
#fieldrodeos h2{
	color:#000000;
	font-weight: 11pt;
}
#legrodeos{
	color:#000000;
	margin-left: 20px;
	font-weight: 12pt;
}
.myrodeobutton
{
	font-family: 'mavenpro';
	text-transform: uppercase;
	outline: 0;
	background: #1476B0;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	margin-top: 20px;
	
	
}
#chklstIndivevents td{
	padding: 5px 5px 5px 5px;
}
#chklstIndivevents td label{
	margin-left:5px;
	}

.hidden{
display:none;
}
  