/****************************** Global Styles ******************************/
body {
	background-image: url(https://store.nexternal.com/inspiredfa/images/page_background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
a:link, a:visited {
	color:#3987ab;
}
a:hover {
	color:#3952ab;
}
img {
	border:0px;
}
h2 {
	margin:0px;
}
#pagewrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
.allcontentbackground {
	background-color: #bebab5;
}


/****************************** Header Styles ******************************/
.header{
	width:1000px;
	height:208px;
	color:#FFFFFF;
	background-image: url(https://store.nexternal.com/inspiredfa/images/header_background.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.search {
	text-align:right;
	margin:60px 20px 0px 0px;
	font-size:12px;
}
.search a:link, .search a:visited {
	color:#4a4743;
	text-decoration:none;
}
.search a:hover {
	color:#EE2E23;
	text-decoration:underline;
}
.header_nav {
	text-align:right;
	margin-top:10px;
	#position:relative;
	#top:-8px;
	_position:relative;
	_top:-8px;
	font-size:14px;
}
.header_nav a:link, .header_nav a:visited {
	margin-right:20px;
	color: #FFFFFF;
	text-decoration:none;
}
.header_nav a:hover {
	color: #afadaa;
}


/****************************** Footer Styles ******************************/
.footer {
	color: #66625d;
	font-size:11px;
	text-align:right;
	height:26px;
	padding-top:14px;
	background-image: url(https://store.nexternal.com/inspiredfa/images/footer_background.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.footer a:link, .footer a:visited {
	color: #66625d;
	text-decoration:none;
	margin-right:20px;
}
.footer a:hover {
	color:#EE2E23;
	text-decoration:underline;
}


/************************** Interior Page Styles ***************************/
.sidebar {
	float:left;
	color: #999693;
	width:200px;
	background-color: #bebab5;
	padding:10px;
	font-weight:bold;
	font-size:13px;
	text-transform:capitalize;
	line-height:18px;
}
.sidebar a:link, .sidebar a:visited {
	color: #4a4743;
	text-decoration:none;
}
.sidebar a:hover {
	color: #fff;
}
.interiorcontentwrapper {
	background-color:#e4e1e2;
	margin-left:220px;
	padding:20px;
}
.sitemap li {
	margin-bottom:18px;
}
.author {
	border-bottom: #BEBAB5 dashed 1px;
	padding:10px;
}
.ptitle {
	 text-decoration:underline;
	 font-weight:bold;
}






.red {
	color: #0F0;
}
.red {
	color: #F00;
}

/*************************************Drop Down Menu Styles*****************************************/

#dropin a:link, #dropin a:visited {
	color: #00FF00;
}
#dropin a:hover {
	color: #00FF00;
}
#navMenu {
	margin:0;
	padding:0;
}
#navMenu ul {
	margin:0;
	padding:0;
	line-height:30px;
}
#navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background-image:  url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#navMenu ul li a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:30px;
	width:120px;
	display:block;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
}
#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:30px;
}
#navMenu ul li:hover ul {
	visibility:visible;
}

/*********************************************/

#navMenu li:hover {
	background:#09F;
}

#navMenu ul li:hover ul li a:hover {
	background:#CCC;
	color:#000;
}

#navMenu a:hover {
	color:#000;
}

.clearFloat {
	clear:both;
	margin:0;
	padding:0;
}