/*
windhammarketingcenter.com
___"style.css" -- Global sitewide styles.
Palette:
   #AAE0FA --light blue
   #FA4B00 --redish**
   #FFFFFF --white
   
   maybies
   #B6C9B9
   #C0BEB7
   #5D6268

*/

.header {
	height: 90px;
	padding-top:30px;
}

.nav a {
	font-weight:900;
	color:#FA4B00;	
	vertical-align:3px;	
}

.help {
	background-image:url('../images/question-shield.png');
	background-repeat:no-repeat;
	/*padding-left:18px;*/
}

.help a {
	display:block;
	padding-left:18px;
}
	

.content {
	color:#594F4F;
	border:2px solid #ccc;
	font-size:1.2em;
	line-height:1.18em; 
}

#navigation {
	background-color: #fff;	
}

#footer {
	padding-top:10px;
	background-color:#fff;
	color:#FA4B00;
	font-size:1.1em;
	
}

#navigation li {
	/*color: #fff;*/
	padding-bottom:8px;
	line-height:1.4em;
}

.nav-list, .featured-list {
	font-size: 1.25em;
	margin-left:-20px;
}

.home { list-style: none; background: url('../images/home.png') no-repeat; }
.store { list-style: none; background: url('../images/shopping-basket.png') no-repeat;}
.location { list-style: none; background: url(../images/map.png) no-repeat; }
.contact { list-style: none; background: url(../images/phone.png) no-repeat; }

.selected {display:block; padding-left:20px;}
.home a {display:block; padding-left:20px;}
.store a {display:block; padding-left:20px;}
.location a {display:block; padding-left:20px;}
.contact a {display:block; padding-left:20px;}

#box1, #box2, #box3 {
	border:2px solid #EEEDF0;
	height:80px;
	padding:4px;
}

h5[class="append-bottom"] {color:#5D6268;}

.noborder { border:0px solid #fff;}
img.logo {float:left; padding-right:10px;}

blockquote {
	width: 100%;
	font: italic normal 1.5em "Lucida Bright";
	padding: 10px;
	border: 1px #00CCFF solid;
	text-align: center;
}

.emphasis {
	font-weight:bold;
	color:#FA4B00;
	
}


	
.hours li {
	font-size:1.25em;
	font-weight:bold;
	color:#FA4B00;
	margin:4px auto 0 auto;
	background-color:#000;
	padding-left:10px;
	line-height:1.5em;
}

.hours ul {
	list-style-type:none;
	text-align:left;
	margin-left:-15px;
}



.content_img {
	clear:both; 
	float:left;
	padding: 10px 10px 0 15px;
}

.united {text-align:center; font-weight:bold;}

.top-push{padding-top:25px;}

ul.part1 {padding-left:50px;}
ul.part2 {float:right; padding-right:30px;}

.fdbk_tab_left {margin-top:20em;}
