@charset "UTF-8";
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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #98CFFB;
	font-weight: normal;
}
.twoColFixRtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FF9;
} 
.twoColFixRtHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #F7A02F;
	margin: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #FFD89E;
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
#sidebar1 a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	background-color: #FFD89E;
}
#sidebar1 a:link {
	color: #333;
	text-decoration: none;
	background-color: #FFD89E;
}
#sidebar1 a:visited {
	color: #EB6A35;
	text-decoration: none;
	background-color: #FFD89E;
}
#sidebar1 a:hover {
	color: #09C;
}
.twoColFixRtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 100px;
	background-attachment: scroll;
	background-image: url(../2011CoyotePageheaders/2011bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F7A02F;
} 
.searcharea {
	background-color: #F1B442;
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	height: 90px;
	width: 770px;
	text-align: center;
	font-size: 12px;
	color: #333;
	text-indent: 10px;
	padding-right: 30px;
}
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	background-color: #FFF;
	text-align: center;
}
.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;
}
h1 {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 18px;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent p {
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent a {
	font-size: 12px;
}
#mainContent img {
	border: 10px dashed #F1B442;
}
#Horiz_google_ad {
	background-color: #F7A02F;
	left: auto;
	right: auto;
	text-align: center;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:640px;
	height:32px;
	position:relative;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:640px; w\idth:640px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:80px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:80px;
	position:relative;
	text-align: left;
}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:80px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:80px; w\idth:80px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#FDDBAE url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 80px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#FDDBAE url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 80px center;}
.menu ul ul :hover > a.drop {background:#FDDBAE url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 80px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FAF89E;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#FAF89E;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#FAD2A7; color:#000; height:auto; line-height:1em; padding:5px 10px; width:79px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:79px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#FDDBAE;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#FAF89E;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
.twoColFixRtHdr #container #sidebar1 h3 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
}
a {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 16px;
	font-style: normal;
	color: #39F;
	text-decoration: underline;
	background-color: #FFD89E;
}
a:link {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	color: #FFF;
	background-color: #09C;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	color: #F9F79E;
	background-color: #D8825E;
}
a:hover {
	color: #000;
	background-color: #F9F79E;
}
a:active {
	color: #000;
	background-color: #FFD89E;
}
#mainContent a {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 18px;
	color: #09C;
	text-decoration: none;
	background-color: #FF9;
}
#mainContent a:hover {
	color: #333;
	background-color: #FF9;
}
#mainContent a:visited {
	color: #F7A02F;
	text-decoration: none;
	background-color: #FF9;
}
#vert_ad_center {
	width: 140px;
	margin-right: 20px;
	margin-left: 40px;
}

