/* CSS Document */

/* Body */

body	{
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

body p {
	margin: 0px;
}

A:link	{color: #CC0000; font-weight: bold; text-decoration: none;}
A:visited	{color: #CC0000; font-weight: bold; text-decoration: none;}
A:active	{color: #CC0000; font-weight: bold; text-decoration: none;}
A:hover 	{color: #FF3333; font-weight: bold; text-decoration: underline;}

/* Layers */

#altnav {
	margin: auto;
	position: relative;
	top:-60px;
	width:550px;
	height:0px;
	z-index:1;
}

#footer {
	margin: auto;
	position: relative;
	top:-23px;
	width:700px;
	height:0px;
	z-index:2;
}

/* Table */

table.main	{
	background-image: url(images/coyote_background.jpg);
	margin: auto;
	padding: 0px;
}

table.awards	{
	background-color: #000000;
	text-align: center;
	border: outset #CCCCCC;
}

td	{
	vertical-align: top;
	margin: 0px;
}

.center	{
	display: block;
	text-align: center;
}

/* Paragraph */

h2	{
	text-align: center;
	margin: 0px 25px 15px 25px;
	padding: 2px;
	border-bottom: 3px double #FFCC66;
}

h3	{
	margin: 0px 250px 5px 10px;
	padding: 2px;
	font-size: 16px;
	border-bottom: 1px solid #FFFFFF;
}

h3.gray	{
	color:#999999;
	margin: 0px 250px 5px 10px;
	padding: 2px;
	font-size: 16px;
	border-bottom: 1px solid #999999;
}

hr	{
	margin: 5px 5% 5px 5%;
	height: 5px;
	background-color: #990000;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #000000;
}


p.bodytext	{
	margin: 0px 25px 5px 20px;
	line-height: 20px;
}

p.bodytext_gray	{
	margin: 0px 25px 5px 20px;
	line-height: 20px;
	color: #999999;
}

p.altnav	{
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	text-align: center;
	color:#CC3300;
}

p.footer	{
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	text-align:center;
	padding-top: 2px;
	border-top: 1px solid #000000;
	color: #000000;
}

p.menu_title	{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 0px 200px 5px 20px;
	padding-left: 5px;
	border-bottom: 3px groove #CCCCCC;
}

p.menu_item	{
	margin: 0px 50px 10px 30px;
}

li.link	{
	list-style-image: url(images/icon_links.jpg);
	margin-left: 25px;
	padding-left: 12px;
	padding-bottom: 5px;
	vertical-align:text-top;
}

li.sitemap	{
	list-style-image: url(images/icon_sitemap.jpg);
	line-height: 200%;
	margin-left: 25px;
	padding-left: 10px;
	vertical-align: text-top;
}
	

/* Sidebar */

p.side_header	{
	text-align: center;
	padding: 2px;
	color:#000000;
	font: 12px Tahoma, sans-serif;
	font-weight: bold;
	background-color:#FFCC66;
	border-bottom: 2px solid #000000;
}

p.side_text 	{
	padding: 4px 4px 16px 4px;
	color: #000000;
	font: 12px Tahoma, sans-serif;
	background-color: #CC9966;
}

/* Contact Form */

.entry	{
	border: none;
	background-color: #FFCC99;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

.formlabel	{
	text-align: right;
	font-weight: bold;
}

.formback	{
	background-color: #990033;
	border: 5px ridge #FF0033;
}

.formtitle	{
	text-align: center;
	padding: 5px;
	background-color: #CC0000;
	border-top: 1px solid #000000;
	border-left: 1px solid #333333;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #666666;
	font-size: 16px;
	letter-spacing: 1.5px;
}



