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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: url(../../images/clientspecific/header.jpg) center top no-repeat #091545;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #0057a6;}
a:hover{color: #ed1c24;}
a:visited{color: #666666;}

.clear {clear: both;}

/******************* STRUCTURE *******************/

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

#header {
	height: 253px;
}

#navbar {
	height: 40px;
	margin-bottom: 27px;
}

#navbar a {
	display: block;
	_display: inline-block;
	width: 160px;
	height: 40px;
	float: left;
	text-indent: -5000px;
	background: url(../../images/clientspecific/nav.jpg) top left no-repeat;
}

#navbar #home:hover {background-position: left bottom;}
.home #navbar #home {background-position: left bottom; cursor:default;}

#navbar #inventory {background-position: -160px top;}
#navbar #inventory:hover {background-position: -160px bottom;}
.inventory #navbar #inventory {background-position: -160px bottom; cursor:default;}

#navbar #directions {background-position: -320px top;}
#navbar #directions:hover {background-position: -320px bottom;}
.directions #navbar #directions {background-position: -320px bottom; cursor:default;}

#navbar #contact {background-position: -480px top;}
#navbar #contact:hover {background-position: -480px bottom;}
.contact #navbar #contact {background-position: -480px bottom; cursor:default;}

#navbar #service {background-position: -640px top;}
#navbar #service:hover {background-position: -640px bottom;}
.service #navbar #service {background-position: -640px bottom; cursor:default;}

#navbar #missionaries {background-position: -800px top;}
#navbar #missionaries:hover {background-position: -800px bottom;}
.missionaries #navbar #missionaries {background-position: -800px bottom; cursor:default;}


#browse {
	width: 170px;
	float: left;
	text-indent: -30px;
	padding-left: 30px;
	border-right: 1px solid #666a9b;
	line-height: 1.4em;
}

#browse a {
	color: #fff;
	text-decoration: none;
}

#browse a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

#features {
	width: 725px;
	float: right;
}

#features, #browse {
	margin-bottom: 20px;
}

#footer {
	height: 100px;
	color: #8795c2;
	font-size: .8em;
	text-align: center;
}

#footer a {
	color: #8795c2;
	font-weight: bold;
}

#footer a:hover {
	color: #ed1c24;
}

#footer img {
	margin-bottom: 10px;
}
