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


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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(../images/bkgnd.gif);
}

#container  {
	width: 900px; /* 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. */
	background-color: #CFAB09;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#navigation {
	height: 45px;
	background-color: #000;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navitem {
	font-size: 18px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}


#header  {
	height: 100px;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#banner {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	color: #FFF;
	background-color: #060;
}
.maindivs {
	margin-right: 5px;
	margin-left: 5px;
}
 .images {
	margin-top: 40px;
	border: 1px solid #333;
	height: 160px;
	width: 240px;
}

#footer {
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 5px;
	padding-top: 5px;
	color: #FFF;
}

a:link {
	text-decoration: none;
	color: #FFF;
}


a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FAAA12;
}
a:active {
	color: #00F;
}

.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;
}

#logo {
	height: 125px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-image: url(../images/sky_5_25_no_slogan.gif);
}
#pictitle {
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#mainarea {
	background-color: #FFF;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 300px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	border-right-width: 8px;
	border-bottom-width: 20px;
	border-left-width: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 5px;
}
#mainimage {
	width: 160px;
	height: 200px;
}
#maintext {
	font-size: 0.95em;
	width: 655px;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 10px;
}
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	padding-top:25px;
	margin-left:470px;
	font-size: 2em;
}
.awards {
	color: #F00;
}
#tagline {
	color: #EDEDED;
	font-size: 1.9em;
}
#tagline2 {
	color: #FF0;
	font-size: 0.8em;
	line-height: 10px;
}
#tagline3 {
	color: #14961A;
	font-size: .8em;
}
#img1 {
	height: 200px;
	border: thin solid #F00;
	width: 196px;
}
.image {
	border: 1px solid #000;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
}
#container #logo #slogan #tagline {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
#panelarea {
	background-color: #D4B90F;
	font-family: Arial, Helvetica, sans-serif;
}
.panel {
	height: 610px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#login {
	margin-left: 5px;
	width: 250px;
	float: left;
}
#legal {
	width: 285px;
	margin-left: 285px;
	line-height: 1.2em;
}
#order {
	float: right;
	margin-right: 5px;
}
#awards {
	color: #F00;
}
.links {
	font-weight: bold;
	color: #B2A211;
}
.links2 {
	font-weight: bold;
	color: #060;
}
#legals2 {
	line-height: 1.3em;
}

#featuredtext {
	width: 660px;
	margin-left: 200px;
	margin-top: -170px;
	padding: 5px;
}

