@charset "utf-8";
/* CSS Document */
/*
-----------------------------------------------
Style Sheet

Site: tyroyer.com CSS stylesheet
Author:   aaryn.com-tom 08-29-2011
Version:  1.0
----------------------------------------------- */

/*--- Resets---*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
 
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* prevent blue linked image borders */

a img, :link img, :visited img, fieldset { border:none; }

/*---COLORS CODE     
Green       
Blue      
Light Gray      
Dark Gray     
Lite Brown (orange) dc7d29     
Teal     
Yellow 
White FFFFFF
---*/

.bodytext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	color: #000000;
}
.bodytextwh {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	color: #ffffff;
}
.bodytextylw {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	color: #F1CA5F;
}
.hometext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	color: #000000;
}
.bodytextred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	color: #690000;
}
.abouttext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 22px;
	color: #000000;
}
.bodytextsm {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 12px;
	color: #ffffff;
}
.bodytextmed {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #000000;
}
.bodytextlg {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 12px;
	color: #ffffff;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #000000;
}
body 
{ 
scrollbar-base-color: #690000; 
scrollbar-face-color: #690000; 
scrollbar-track-color: #690000; 
scrollbar-arrow-color: #ffffff;
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #690000; 
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #690000; 
} 

/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/navstack.jpg") no-repeat; width:768px; height:27px; position:relative;margin-bottom:0px;margin-top:5px;}
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:27px; display:block; }
#nav span { display:none; }

#nav-01 { width: 74px; left:2px; }
#nav-02 { width: 94px; left: 76px; }
#nav-03 { width: 89px; left: 170px; }
#nav-04 { width: 85px; left: 259px; }
#nav-05 { width: 81px; left: 344px; }
#nav-06 { width: 50px; left: 425px; }
#nav-07 { width: 125px; left: 475px; }
#nav-08 { width: 166px; left: 600px; }



#nav-01 a:hover { background: transparent url("../images/navstack.jpg") -2px   -27px no-repeat; }
#nav-01.selected { background: transparent url("../images/navstack.jpg") -2px   -27px no-repeat; }

#nav-02 a:hover { background: transparent url("../images/navstack.jpg") -76px -27px no-repeat; }
#nav-02.selected{ background: transparent url("../images/navstack.jpg") -76px -27px no-repeat; }

#nav-03 a:hover { background: transparent url("../images/navstack.jpg") -170px -27px no-repeat; }
#nav-03.selected { background: transparent url("../images/navstack.jpg") -170px -27px no-repeat; }

#nav-04 a:hover { background: transparent url("../images/navstack.jpg") -259px -27px no-repeat; }
#nav-04.selected { background: transparent url("../images/navstack.jpg") -259px -27px no-repeat; }

#nav-05 a:hover { background: transparent url("../images/navstack.jpg") -344px -27px no-repeat; }
#nav-05.selected { background: transparent url("../images/navstack.jpg") -344px -27px no-repeat; }

#nav-06 a:hover { background: transparent url("../images/navstack.jpg") -425px -27px no-repeat; }
#nav-06.selected { background: transparent url("../images/navstack.jpg") -425px -27px no-repeat; }

#nav-07 a:hover { background: transparent url("../images/navstack.jpg") -475px -27px no-repeat; }
#nav-07.selected { background: transparent url("../images/navstack.jpg") -475px -27px no-repeat; }

#nav-08 a:hover { background: transparent url("../images/navstack.jpg") -600px -27px no-repeat; }
#nav-08.selected { background: transparent url("../images/navstack.jpg") -600px -27px no-repeat; }
