
body {
	background: navy;
	font-family: verdana;
	}
p {
	background-color: navy;
	width: auto;
	font-family: verdana;
	}

#thebox  { 
	position: relative;
	height: 1600px;
	width: 800px;
	background: #ff5525;
	margin-top: clear;
	padding: none;
	margin-right: auto;
	margin-left: auto;
	}
#motto {
	border-style: solid ridge;
	width: 653px;
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background: white;

	}


/*four pictures homepage*/
#box1 {
	float: center; 
	margin: 0;
	margin-left: -50px;
	padding: 0 -10px 0 -10px;
	text-align: center;
	height: 190px;
	width: 900px;
	background: navy;
	}
#box1 img {
	height: 120px;
	width: auto;
	padding: 0;
	margin: 5px;
	margin-top: 20px;
	}
	

/*whats hot*/

#leftbox img { 
	width: 200px;
	height: auto;
	border: solid white thin;
	margin: 0px;
	margin-left: 0;
	margin-right: 5px;
	}

#leftbox {
	float: left;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 100px;
	padding: 0;
	width: 230px;
	height: none;
	background: navy;
	line-height: 1;
	}
#leftbox h3 {
	color: white;
	text-align: center;
	}
	
#leftbox li {
	list-style-type: none;
	color: white;
	margin: none;
	padding: none;
	background: none;
	
	}
#leftbox ul {
	margin: none;
	padding: 10px 10px 10px 10px;
	border: none;
	background: none;
	}


#rightbox {
	position: absolute; 
	margin-top: 30px;
	margin-left: 320px;
	padding-left: 7px;
	padding-bottom: 25px;
	width: 420px;
	height: auto;
	border: grey inset .5px;
	background: white;
	line-height: 1;
	color: black;
	
	}

#rightbox ul li {
	list-style-type: none;
	}
	
	

	

#footer {
	position: relative;
	width: 800px;
	background: #ff5525;
	margin-top: clear;
	padding: none;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px ridge;
	line-height: 1.5em; 
	text-align: center;
		
	}

/* ONly change between here ................. and ............ below*/

img { 
	height: 138px;
	border: solid white thin;
	margin: 20px;
	margin-left: 0;
	margin-right: 5px;
	}

imghp { 
	height: 138px;
	border: solid white thin;
	margin: 0px;
	margin-left: 0;
	margin-right: 5px;
	}
	


/* ONly change between here ................. and ............ above*/


/*.............................................................*/

#header { position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	clear: both;
	background-color: #ff5525;
	z-index:99;
	}
#header h1 {
	
	font-family: "copperplate gothic", georgia, biondi, serif; 
	font-weight: bold;
	font-size: 90px;
	line-height: auto;
	text-align: center;
	color: navy;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: -8px;
	background: none;
	margin-bottom: 0;
	
	}
#header h2 {
	font-family: "copperplate gothic", georgia, biondi, serif; 
	font-weight: bold;
	font-size: 50px;
	line-height: auto;
	text-align: center;
	color: navy;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}

#header h3 {
	font-family: mistral, lucida, cursive; 
	font-style: none;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: white;
	background: transparent;
	padding-bottom: 20px;
	padding-right: 10px;
	}
 

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 800px; /*For KHTML*/
  list-style: none;
  height: 24px;
  background: transparent;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid white;
  border-right-color: blue;
  border-bottom-color: blue;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: transparent;
  color: white;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #CCC;
  color: #111;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
 
