/*----------------------------------------------
Main Style Sheet (Tested on IE6 & up, Safari & Firefox)

version:  1.0
author:  scott anderson
email:  scott@abandondesign.com
website:  http://www.abandondesign.com
------------------------------------------------*/

body, div, ul, li, h1, h2, h3, h4, p, form, fieldset, input {
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
ul {
	list-style-type: none;
}
fieldset, img {
	border: 0;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #9b9e9e;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}

body {
	margin: 0 auto;
	font: normal 62.5% 'Lucida Grande', Arial, sans-serif;
	color: #FFF;
	background: #000 url(../images/headerBlack.gif) repeat-x scroll;
}

#container {
	margin: 0 auto 0 auto;
	width: 900px;
}

/*MASTHEAD
----------------------------------------------------------------*/

#masthead h1 {
	float: left;
	display: inline;
	width: 123px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(../images/homeLogo.gif) no-repeat;
}

#masthead h1 a {
	display: block;
	width: 123px;
	height:100px;
}

/*NAVIGATION
----------------------------------------------------------------*/
#navigation {
	margin: 0;
}

#mainNav {
	float: right;
	display: inline;
	width: 625px;
	margin: 0 15px 0 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}
#mainNav li {
	display: inline;
	width: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainNav a:link, #mainNav a:visited {
	font-size: 11px;
	float: right;
	line-height: 16px;
	margin: 69px 0 0 8px;
	padding: 8px 16px 7px;
	text-align: center;
	background: #999933 url(../images/tab2.png) repeat-x scroll center top;
	color: #000000;
}

#mainNav a:hover {
	background: #FFF url(../images/tab-active2.png) repeat-x scroll center top;
	color: #000000;
}

#main li a.hilite, #news li a.hilite, #about li a.hilite, #store li a.hilite, #links li a.hilite, #contact li a.hilite {
	background: #FFF url(../images/tab-active2.png) repeat-x scroll center top;
	color: #000000;
}

/*CONTENT
----------------------------------------------------------------*/
#content {
	float: left;
	display: inline;
	width: 900px;
	height: 550px;
	background-color: #000;
}

/*HOME GRAPHIC NAV
----------------------------------------------------------------*/
#graphicNav {
	float: left;
	display: inline;
}

#graphicNav li {
	float: left;
}

#graphicNav a.news, #graphicNav a.store, #graphicNav a.contact, #graphicNav a.links, #graphicNav a.about {
	float: left;
	display: inline;
	text-indent: -9999px;
}

#graphicNav a.news {
	width: 256px;
	height: 550px;
	background: url(../images/newsFront.jpg) no-repeat;
}

/*#graphicNav a.news:hover {
	background-position: -256px;
}*/

#graphicNav a.store {
	width: 396px;
	height: 313px;
	background: url(../images/storeFront.jpg) no-repeat;
}

/*#graphicNav a.store:hover {
	background-position: -396px;
}*/

#graphicNav a.contact {
	width: 248px;
	height: 313px;
	background: url(../images/contactFront.jpg) no-repeat;
}

/*#graphicNav a.contact:hover {
	background-position: -248px;
}*/

#graphicNav a.links {
	width: 146px;
	height: 237px;
	background: url(../images/linksFront.jpg) no-repeat;
}

/*#graphicNav a.links:hover {
	background-position: -146px;
}*/

#graphicNav a.about {
	width: 498px;
	height: 237px;
	background: url(../images/aboutFront.jpg) no-repeat;
}

/*#graphicNav a.about:hover {
	background-position: -498px;
}*/

/*NEWS PAGE
----------------------------------------------------------------*/
#news #content {
	height: 100%;
	color: #000;
	background: #f7f9e1 url(../images/newsBg.jpg) repeat-x;
}

#col1, #col2, #col3 {
	float: left;
	display: inline;
}

#news #col1 {
	width: 690px;
	margin-bottom: 10px;
	border-right: 1px dotted #000;
}

#news h2.title {
	text-indent: -9999px;
}

#news #col1 h4 {
	float: left;
	display: inline;
	width: 100%;
	margin: 35px 0 0 25px;
}

#news #col1 h2.heading {
	float: left;
	display: inline;
	width: 100%;
	margin: 5px 0 0 25px;
	font-size: 2.5em;
}

#news #col1 p {
	float: left;
	display: inline;
	margin: 5px 25px 0 25px;
	line-height: 170%;
	font-size: 1.2em;
}

#news #col1 p.top {
	margin-bottom: 15px;
	font-size: .9em;
}

#news #col1 img {
	float: left;
	display: inline;
	margin: 10px 200px 10px 25px;
	border: 1px solid #000;
}

#news #content a:link, #news #content a:visited {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

#news #content a:hover {
	color: #000;
}

#news #col2 {
	width: 209px;
}

#news #col2 img {
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
	border: 1px solid #000;
}

#news #col2 h3 {
	float: left;
	display: inline;
	width: 82px;
	height: 19px;
	margin: 10px 0 0 10px;
	text-indent: -9999px;
	background: url(../images/storiesTitle.jpg) no-repeat;
}

#news #col2 ul {
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
}

#news #col2 li {
	margin-bottom: 5px;
}

div#newsTop {
	float: left;
	display: inline;
	width: 900px;
	height: 97px;
	background: url(../images/newsHeader.jpg) no-repeat;
}

/*ABOUT PAGE
----------------------------------------------------------------*/
#about #content {
	height: 100%;
	color: #000;
	background: #daf4f2 url(../images/hsitoryBg.jpg) repeat-x;
}

#about #col1 {
	width: 240px;
}

#about #col1 img {
	margin: 15px 0 0 10px;
}

#about #col2 {
	width: 440px;
}

#about #col2 img {
	margin-top: 14px;
}

#about #col2 p {
	float: left;
	display: inline;
	margin: 5px 15px 0 20px;
	line-height: 160%;
	font-size: 12px;
}

#about #col2 p.paragraph {
	margin-top: 20px;
}

#about #col2 p.last {
	margin-top: 20px;
	margin-bottom: 25px;
}

#about #col3 {
	width: 219px;
	margin-top: 14px;
}

#about #col3 img.war {
	margin: 0 0 0 7px;
	border: 1px solid #000;
}

#about #col3 img.store {
	margin: 10px 0 0 15px;
	border: 1px solid #000;
}

div#aboutTop {
	float: left;
	display: inline;
	width: 900px;
	height: 118px;
	background: url(../images/historyHeader.jpg) no-repeat;
}

/*LINKS PAGE
----------------------------------------------------------------*/
#links #content {
	height: 100%;
	color: #000;
	background: #5a4421 url(../images/linksBg.jpg) repeat-x;
}

div#linksList {
	margin-left: 20px;
}

#links h2.title {
	text-indent: -9999px;
}

#links img {
	float: left;
	display: inline;
	margin: 20px 0 20px 15px;
}

div#linksTop {
	float: left;
	display: inline;
	width: 900px;
	height: 118px;
	background: url(../images/linksHeader.jpg) no-repeat;
}

/*CONTACT PAGE
----------------------------------------------------------------*/
#contact #content {
	height: 550px;
	color: #000;
	background: #d96e18 url(../images/contactBg.jpg) repeat-x;
}

#contact img.contactPhoto {
	float: left;
	display: inline;
	margin: 30px 0 0 35px;
}

#contact img.contactLogo {
	float: left;
	display: inline;
	margin: 30px 210px 0 35px;
}

div#contactForm {
	float: left;
	display: inline;
	margin-left: 40px;
}

.border {
	border: 1px solid #CCC;
	color:#666;
	background-color:#fff;
	font-size:12px;
	line-height:160%;
	height:20px;
	width:190px;
}

input.border:focus, textarea.borders:focus {
	background: #fff;
	border: 1px solid #595959;
}

.borders {
	border: 1px solid #CCC;
	color:#666;
	background-color:#fff;
	font-size:12px;
	line-height:160%;
	height:130px;
	width:262px;
}


label {
	display: block;
	margin-top: 20px;
	text-align: left;
	font-size: 12px;
	letter-spacing: normal;
	padding: 0;
}

form {
	margin: 0 0 0 20px;
	padding: 0;
}

#formBox p.required {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	letter-spacing: normal;
}

div#inputs {
	float: left;
	display: inline;
}

textarea {
	margin: 10px 0 0 0;
}

.submitBtn {
	margin-top: 20px;
}

#contact #address {
	float: left;
	display: inline;
	margin: 0 0 0 200px;
}

#contact h2 {
	color: #333;
	margin-left: 20px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}

#contact #address h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	letter-spacing: -1px;
}

#contact #address h2.below {
	margin-top: 20px;
}

#contact #address p {
	font-size: 2em;
	color: #fff;
	line-height: 150%;
	letter-spacing: -1px;
}

#contact p.email a:link, #contact p.email a:visited {
	color: #FFF;
}

#contact p.email a:hover {
	color: #333333;
}

div#contactTop {
	float: left;
	display: inline;
	width: 900px;
	height: 118px;
	background: url(../images/contactHeader.gif) no-repeat;
}

div#contactBottom, div#linksBottom, div#aboutBottom, div#newsBottom {
	float: left;
	display: inline;
	width: 900px;
	height: 31px;
}

div#contactBottom {
	background: url(../images/contactBottom.jpg) no-repeat;
}

div#linksBottom {
	background: url(../images/linksBottom.jpg) no-repeat;
}

div#aboutBottom {
	background: url(../images/historyBottom.jpg) no-repeat;
}

div#newsBottom {
	background: url(../images/newsBottom.jpg) no-repeat;
}

/*FOOTER
----------------------------------------------------------------*/
#footer {
	float: left;
	display: inline;
	width: 900px;
	height: 30px;
	margin-top: 10px;
	font-size: 1em;
	text-align: center;
}

#footer p a:link, #footer p a:visited {
	color: #fa8a57;
	border-bottom: 1px dotted #fa8a57;
}

#footer p a:hover {
	color: #FFF;
	border-bottom: none;
}

/*Form & Elements
--------------------------------------------------------------------------*/
form {
	float: left;
	display: inline;
	width: 200px;
	margin: 20px 0 0 20px;
	padding: 0;
}

#joinEmail {
	float: left;
}

#email {
	color: #99966;
	background-color: #99666;
}

#submit {
	float: left;
	display: inline;
	margin-left: 5px;
}

