@charset "UTF-8";
/* CSS Document */

body {
	background-color: #800100;
	background-image:url(Images/bckgrnd1.png);
	background-repeat:repeat-y;
	background-position:top;
	background-position:center;
}

/****************Style layer containing header image**************/
#xhdr {
	background-image:url(Images/header4.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:-8px;
	height:206px;
	width:800px;
}

#hdr {
	background-image:url(Images/header3.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:-8px;
	height:206px;
	width:800px;
	z-index:1;
}

/*******************Location and Phone# in Header*******************/
#contact {
	position:inherit;
	top:-200px;
	height:206px;
	width:725px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	text-align:right;
}
	
#location {
	list-style:none;
	text-align:right;
	font-weight:bold;
	margin-top:-135px;
	margin-bottom:-115px;
	padding-left:335px;
	padding-right:0px;
}

#rss {
	position:inherit;
	top:-200px;
	height:206px;
	width:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	text-align:right;
}

#social {
	width:25px;
	list-style:none;
	text-align:right;
	font-weight:bold;
	margin-top:-210px;
	margin-bottom:-100px;
	margin-left:345px;
}

/****************Styles for the navigation bar******************/

#menu {
	margin-left:auto;
	margin-right:auto;
	margin-top:-155px;
	height:22px;
	width:800px;
	z-index:2;
}

#links li {
	display:inline;
	text-align:center;
	margin:.8em;
	font-variant:small-caps;
	font-size:15px;
	font-weight:600;
}

#links a {
	text-decoration:none;
	color: #c53e02;
}
#links a:hover {
	color: #0066ff;
	background-image:url(Images/words/rbar.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

/*****************Subnavigation bars**********************/

#subnav {
	width:650px;
	text-align:center;
}

#subnav1 {
	width:400px;
	text-align:center;
}

#subnav li, #subnav1 li {
	display:inline;
	text-align:center;
	margin:1em;
	font-variant:small-caps;
	font-size:12px;
	font-weight:400;
}

#subnav a, #subnav li, #subnav1 a {
	text-decoration:none;
	color: #6f6f6f;
}
#subnav a:hover, #subnav li:hover, #subnav1 a:hover {
	color: #000000;
	background-image:url(Images/words/rbar.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

/******************Content container...main area**************/
#content {
	width:800px;
	height:600px;
	overflow:visible;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}

#content a img {
	border:none;
}

#main {
	width:800px;
	height:600px;
	padding-top:20px;	
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
}

#main p {
	margin-left:35px;
	margin-right:35px;
}

#main h2 {
	margin-left:35px;
	margin-right:35px;
	color:#002458;
}

#main h1 {
	font-size:0px;
	color:#FFFFFF;
	margin:-10px;
}

#main ul {
	margin-left:35px;
	margin-right:35px;
}

.ftnt {
	font-size:smaller;
	font-style:italic;
}

.wd {
	margin-right:-6px;
	margin-bottom:-10px;
}
/******************2 Column Body div**************************/

#left {
	width:430px;
	margin-left:35px;
	margin-right:25px;
	top:100px;
	padding-top:25px;
}

#left h3, h2, h1 {
	color:#002458;
}

#left h1 {
	font-size:18px;
}

#left li {
	list-style:none;
}

em, abbr {
	color:#c53e02;
	font-variant:small-caps;
	font-weight:bolder;
}

em a:hover, abbr a:hover {
	color:#000000;
}

em a:visited, abbr a:visited {
	color:#c53e02;
}

cite {
	color:#0066ff;
	font-style:normal;
	font-weight:bolder;
}

.subhd {
	font-variant:small-caps;
	font-size:12px;
	font-weight:400;
	color: #6f6f6f;
}


/****************Sidebar formatting***********************/

#sidebar {
	width:290px;
	position:absolute;
	top:205px;
	overflow: visible;
	margin-left:475px;
	padding-bottom:50px;
}

#sidebar p {
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}

#sidebar h1, h4 {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	color:#002458;
	font-size:16px;
}


#sidebar h3 {
	text-align:center;
	line-height:1em;
}
/***************Embedded Videos**************************/

.video {
	margin:10px;
	border:2px solid black;
}

/***************Icon images***************************/
.icon {
	margin-left:50px;
	margin-right:50px;
}

/**************Schedule page*********************/
.schedule {
	margin-left:30px;
}

.schedule h2 {
	margin-left:-15px;
}

.schedule td {
	padding-right:25px;
}

/******************* Fees Page *******************/

.fees {
	width:350px;
	font-variant:small-caps;
	font-weight:bolder;
	padding-left:0px;
}


/*******************Contact page******************/
#loc {
	width:450px;
	margin-left:25px;
	margin-right:25px;
	top:100px;
	padding-top:25px;
}

#loc p {
	margin-left:10px;
	margin-right:10px;
}

#map {
	width:450px;
	position:absolute;
	top:480px;
	overflow: visible;
	margin-left:325px;
	margin-top:20px;
}

#dir {
	margin-top:70px;
	height:400px;
}

/**********************Toggling Location Menus****************/
#switch1 ul {
	width:200px;
	margin-left:25px;
	margin-right:25px;
	top:100px;
	padding-top:25px;
	list-style:none;
}

#switch1 ul li {
	color:#c53e02;
	font-variant:small-caps;
	font-weight:bolder;
}

#switch1 ul li:hover {
	cursor:pointer;
	color:#0066FF;
}	

.toggle {
	height:500px;
	width:500px;
	position:absolute;
	top:1375px;
	overflow: visible;
	margin-left:275px;
	margin-top:30px;
}

/*******************Other Locations Columns******************/

#main h3 {
	color:#002458;
}

#main h2 {
	color:#002458;
}

#main li {
	list-style:none;
}

/********************Curriculum page***********************/
.style {
	width:300px;
}

.style img {
	margin:10px;
}

#animal, #weapon {
	margin-left:35px;
	float:left;
}

#empty, #internal {
	margin-right:35px;
	float:right
}

#crane {
	position:absolute;
	text-align:center;
	top:800px;
	width:275px;
	margin-left:auto;
	margin-right:auto;
	padding-left:250px;
}
	
/**********************Toggling Purchase Categories****************/
#buycat {
	width:250px;
}

#buycat ul {
	width:140px;
	margin-left:15px;
	margin-right:25px;
	margin-top:40px;
	padding-right:20px;
	list-style:none;
	text-align:right;
	border-right: 1px solid #999999;
	border-right-style:groove;
}

#buycat ul li {
	color:#6f6f6f;
	font-variant:small-caps;
	font-weight:bolder;
}

#buycat ul li:hover {
	cursor:pointer;
	color:#c53e02;
}

#form {
	color:#0066ff;
	font-variant:small-caps;
	font-weight:bolder;
	text-decoration:none;
}

#form:hover {
	cursor:pointer;
	color:#c53e02;
}

.prod {
	margin-right:10px;
}

#mbr {
	width:550px;
	margin-left:225px;
	position:absolute;
	top:300px;
}

#spcl1, #wpn1, #gear1, #tst1, #poa1 {
	width:800px;
}

#spcl, #wpn, #gear, #tst, #poa {
	width:550px;
	margin-left:225px;
	position:absolute;
	top:350px;
}

#icon img {
	margin-top:20px;
}

.note  {
 	font-size:smaller;
	padding-left:50px;
	padding-right:50px;
}

/**************************Products Table**************************/
#view {
	margin-left:645px;
	margin-top:-45px;
}

.table {
	padding-top:100px;
}

.icon {
	width:50px;
}

.col1 {
	width:300px;
	font-variant:small-caps;
	font-weight:bolder;
	padding-left:0px;
}

.col2 {
	color:#6f6f6f;
	font-variant:small-caps;
	font-weight:bolder;
}

.col3 {
	padding-left:30px;
}

/* ------------------ Photo Gallery ---------------------- */

#tnails {
	width:50px;
	text-align:center;
	margin-left:35px;
}

#tnails p {
	font-size:small;
	font-style:italic;
	padding:0;
	margin:0;
}

#tnails a {
	font-weight:bolder;
	text-decoration:none;
	color: #6f6f6f;
	margin:5 10 5 10;
}

#tnails a:hover {
	color:#c53e02;
}

#photo {
	width:630px;
	position:absolute;
	top:250px;
	margin-left:120px;
}
