/* -- [ imports ] -- */
@import url("clearfix.css");
/* -- [ /imports ] -- */


/* Link control */


a {
	outline: none;
}

a img {
	border: none;
}

#main-body a:link {
	color: #214332;
	font-weight: bold;
}

#main-body a:visited {
	color: #737a75;
	font-weight: bold;
}

img.button {
	border: 0;
}

/* Link control */

p {
margin:0;
padding:0 0 12px 0;
}

body {
background: #F1D49B;
font-family: arial, helvetica, sans-serif;
font-size: small;
line-height: normal;
color: #000;
margin: 0;
padding: 0;
text-align: center;
}

#all-wrap {
margin: 0 auto;
padding: 0;
width: 780px;
}

#main-shell {
	width: 780px;
	border: 10px solid #547a41;
	border-top: 0;
	background: #fff;
	margin: 0;
	padding: 0;
}

#header {
	background: url(../img/header-bg3.jpg) no-repeat;
	width: 800px;
	height: 190px;
}

#top-nav {
	position: relative;
	z-index: 2;
	height: 37px;
	width: 780px;
	background: #A3ABA5;
}

#home-splash {
	width: 780px;
	height: 259px;
	text-align:center;
	background-repeat: no-repeat;
	background-image: url(../img/splash-bg.jpg);
}
#splash-main-text {
	width: 773px;
	height: 259px;
	padding: 0;
	margin: 3px 0px 0 0px;
	text-align:left;
}

.splash-box-shell {
	float: right;
	width: 230px;
	height: 200px;
	margin: 7px 6px 0 6px;
}

.splash-image-left {
	width: 230px;
	height: 200px;
	background: #FFF;
	text-align: left;
	font-size: 85%;
	line-height: 1.5em;
}
.splash-image-right {
	width: 230px;
	background: #FFF;
	text-align: left;
	font-size: 85%;
	line-height: 1.5em;
}
.imgBorders {
	border: 1px solid #000000;
	padding: 2px;
	text-indent: 0px;
	margin: 0px;
}

#camo-line {
	margin: 0;
	padding: 0;
	height: 13px;
	width: 780px;
	background: url(../img/camo-bg.gif) no-repeat;
	line-height: 13px;
}

#home-bottom {
	position: relative;
	width: 780px;
	min-height: 208px;
	background: #D1D1D1 url(../img/bottom-bg.gif) repeat-x;
	border-top: 13px solid #547a41;
}

#footer {
	clear: left;
	width: 780px;
	height: 30px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}


/* Camo Box */

.camo-box-shell {
	float: left;
	width: 230px;
	margin: 0 3px;
}

.camo-box-shell p {
	margin: 5px 10px 0 12px;
	padding: 0;
}

.camo-box {
	width: 230px;
	background: url(../img/box-bg.gif) repeat-y;
	text-align: left;
	font-size: 85%;
	line-height: 1.5em;
}


h1.box {
	width: 218px;
	height: 26px;
	padding: 0;
	margin: 0 0 0 6px;
	color: #fff;
	font-size: 130%;
	background-color: #547a41;
	text-align: center;
	line-height: 26px;
}

.camo-box-footer {
	clear: left;
	width: 230px;
	height: 15px;
	background: url(../img/box-footer.png) no-repeat;
}

.camo-box-shell-small {
	float: left;
	width: 170px;
	margin: 0 3px;
}

h1.box-small {
	width: 158px;
	height: 26px;
	padding: 0;
	margin: 0 0 0 6px;
	color: #fff;
	font-size: 130%;
	background-color: #547a41;
	text-align: center;
	line-height: 26px;
}

.camo-box-shell-small p {
	margin: 5px 10px 0 12px;

}

.camo-box-small {
	width: 170px;
	background: url(../img/box-bg-small.gif) repeat-y;
	text-align: left;
	font-size: 85%;
	line-height: 1.5em;
}

.camo-box-footer-small {
	clear: left;
	width: 170px;
	height: 15px;
	background: url(../img/box-footer-small.png) no-repeat;
}



#bottom-sign {
	margin: 0 5px -3px 5px;
	padding: 0;
	float: left;
	width: 95px;
	height: 208px;
}

p.center-image {
	text-align: center;
	clear: left;
	display: block;
}

p.home-sep {
	width: 110px;
	border-bottom: 1px solid #547a41;
}

/* Top nav */

#top-nav ul {
width: 780px;
margin: 0;
padding: 0;
list-style: none;
}

#top-nav ul li {
position: relative;
z-index: 4;
float: left;
display: inline;
margin: 0;
padding: 0;
list-style: none;
line-height: 37px;
}

#top-nav ul li.nav-home {
width: 100px;
}

#top-nav ul li.nav-store {
width: 120px;
}

#top-nav ul li.nav-board {
width: 150px;
}

#top-nav ul li.nav-team {
width: 140px;
}

#top-nav ul li.nav-events {
width: 150px;
}

#top-nav ul li.nav-contact {
width: 120px;
}

#top-nav ul li a:link,
#top-nav ul li a:visited {
display: block;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
color: #214332;
font-size: 110%;
text-decoration: none;
line-height: 37px;
}

#top-nav ul li.nav-home a:hover,
body#home #top-nav ul li.nav-home a,
#top-nav ul li.nav-home a.active:visited,
#top-nav ul li.nav-home a.active:hover {
width: 100px;
background: #547a41 url(../img/nav-arrow.gif) bottom center no-repeat;
color: #fff;
}

#top-nav ul li.nav-store a:hover,
body#store #top-nav ul li.nav-store,
#top-nav ul li.nav-store a.active:visited,
#top-nav ul li.nav-store a.active:hover {
width: 120px;
background: #547a41 url(../img/nav-arrow.gif) bottom center no-repeat;
color: #fff;
}

#top-nav ul li.nav-home a.main, #top-nav ul li.nav-home a.main:visited, #top-nav ul li.nav-store a.main, #top-nav ul li.nav-events a.main, #top-nav ul li.nav-board a.main, #top-nav ul li.nav-team a.main, #top-nav ul li.nav-contact a.main {
	color: #547a41;
}

#top-nav ul li.nav-store ul li a:visited {
	color: #fff;
}

#top-nav ul li.nav-board a:hover,
body#board #top-nav ul li.nav-board a,
#top-nav ul li.nav-board a.active:visited,
#top-nav ul li.nav-board a.active:hover {
width: 150px;
background: #547a41 url(../img/nav-arrow.gif) bottom center no-repeat;
color: #fff;
}

#top-nav ul li.nav-team a:hover,
body#team #top-nav ul li.nav-team a,
#top-nav ul li.nav-team a.active:visited,
#top-nav ul li.nav-team a.active:hover {
width: 140px;
background: #547a41 url(../img/nav-arrow.gif) bottom center no-repeat;
color: #fff;
}

#top-nav ul li.nav-events a:hover,
#top-nav ul li.nav-events a.active,
#top-nav ul li.nav-events a.active:visited,
#top-nav ul li.nav-events a.active:hover {
width: 150px;
background: #547a41 url(../img/nav-arrow.gif) bottom center no-repeat;
color: #fff;
}

#top-nav ul li.nav-contact a:hover,
body#contact #top-nav ul li.nav-contact a,
#top-nav ul li.nav-contact a.active:visited,
#top-nav ul li.nav-contact a.active:hover {
width: 120px;
background: #547a41 url(../img/nav-arrow.gif) bottom center no-repeat;
color: #fff;
}

#top-nav ul li ul {
position: absolute;
display: block;
text-align: center;
font-size: 90%;
font-weight: normal !important;
clear: both !important;
width: 130px;
margin: 0;
padding: 0;
left: -999em;
height: auto;
background-color: #fff;
border-right: solid 1px #000;
border-left: solid 1px #000;
border-bottom: solid 1px #000;
z-index: 1000;
line-height: 25px;
color: #000;
}

#top-nav ul li.nav-store ul li a:link, #top-nav ul li.nav-store ul li a:visited, #top-nav ul li.nav-events ul li a:link, #top-nav ul li.nav-events ul li a:visited, #top-nav ul li.nav-board ul li a:link, #top-nav ul li.nav-board ul li a:visited, #top-nav ul li.nav-team ul li a:link, #top-nav ul li.nav-team ul li a:visited, #top-nav ul li.nav-events ul li a:link, #top-nav ul li.nav-contact ul li a:link, #top-nav ul li.nav-contact ul li a:visited {
width: 130px;
display: block;
text-align: center;
height: auto;
margin: 0;
padding: 0;
font-weight: normal !important;
background-image: none !important;
border-bottom: solid 1px #000;
line-height: 25px;
color: #000;
}

#top-nav ul li.nav-store ul li a:hover, #top-nav ul li.nav-board ul li a:hover, #top-nav ul li.nav-team ul li a:hover, #top-nav ul li.nav-events ul li a:hover, #top-nav ul li.nav-contact ul li a:hover  {
width: 130px;
display: block;
text-align: center;
height: auto;
margin: 0;
padding: 0;
background-color: #eef7e2;
background-image: none !important;
color: #000;
text-decoration: none;
line-height: 25px;
color: #000;
}

#top-nav ul li:hover ul, #top-nav ul li.sfhover ul {
top: 37px;
left: -1px;
}

/* Main cotrols */

.photo-right {
	float: right;
	margin: 5px 0 0 15px;
}

.photo-left {
	float: left;
	margin: 5px 5px 0 55px;
}

.photo-right-visit {
	float: right;
	margin: 5px 10px 0 5px;
}

#main-body {
	position: relative;
	margin: 20px 0 0 0;
	text-align: left;
}

#left-nonav {
	float: left;
	width: 20px;
}
	
#left-nav {
	float: left;
	width: 130px;	
}

#left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

#left-nav ul li a:link {
	text-decoration: none;
}

#left-nav ul li a:hover {
	text-decoration: underline;
}

#whole-body {
	float: center;
	width:100%;
}

#right-body {
	float: left;
	width:570px;
}

#right-body h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	color: #214332;
}

/* Buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: #fff url('../img/bg-button-a.gif') no-repeat scroll top right;
    display: block;	
	float: left;
    font: normal 11px arial, sans-serif;
    height: 21px;
	text-align: left;
	margin-bottom: 0;
    margin-right: 6px;
    padding-right: 22px; /* sliding doors padding */
    text-decoration: none;

}

a.button span {
    background: #fff url('../img/bg-button-span.gif') no-repeat;
    display: block;
	font-weight: bold;
	color: #fff;
    line-height: 11px;
    padding: 5px 0 5px 22px;
}
