/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black			#000
- white			#fff
- blue			#4e8abe
- light blue	#a3c3df
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background: #f1f1f1;
}
#wrap {
	background: #fff;
	padding: 0 10px;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 590px;
	height: 90px;
	background: url(../img/barkman-corporate-logo.gif) 0 0 no-repeat;
}
h1 a {
	display: block;
	height: 90px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#navigation {
	position: relative;
	height: 90px;
}
#navigation ul {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	list-style-type: none;
	float: left;
	padding: 10px;
	background: #fff;
	margin-right: 0;
	margin-left: 0;
	font-size: 1.1em;
}
#navigation a {
	text-decoration: none;
}
#navigation ul li.active {
	background: #a3c3df;
}
#navigation ul li:hover {
	background: #bdd4e8;
}
#navigation ul li:hover a {
	color: #fff;
}
#navigation ul li.active a {
	color: #fff;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.description {
	height: 7em;
}
#showcase p {
	padding-left: 11px;
	padding-right: 11px;
}
h2 {
	color: #4e8abe;
	font-size: 2em;
}
h3 {
	font-weight: normal;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ddd;
}
/* a.external {
	background: #a3c3df;
	padding: 5px;
	color: #fff;
	text-decoration: none;
} */
/* a.external:hover {
	color: #a3c3df;
	background: #fff;
} */
.url {
	color: #999;
}


/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
	margin-top: 1em;
}

