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

body {
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #311901;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

/* LOGO BACKGROUND AT TOP OF PAGES */
#masthead {
/*	background-image: url(img/p7iq_masthead.jpg);
*/	
	width:1024px;
	margin: 12px auto 0 auto;
	background-repeat: repeat-x;
	background-color: #ffffff;
}


#logo img {
	border: 0;
}

/* COLUMNS */
#columnwrapper {
	width:1024px;	
	margin: 0 auto;
/*	background-repeat: repeat-y;*/
	background-color:#E4D8CA;
}
#columns-top {
	background-color:#ffffff;
	background-repeat: no-repeat;
	height: 5px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-color:#4E2A00;	
	background-repeat: no-repeat;
	height: 5px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
/*
#c1 .content{
	background-color:#ffffff;
}
*/
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}

/* GLOABAL FOOTER STYLES */
#footer {
	margin: 0px auto;
	font-size: .7em;
	background-color:#F4F4F3;
}
#footercontent {
	padding: 12px 0 20px 20px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*GLOBAL MENU STYLES TOP OF ALL PAGES*/
#navbar {
	width:1024px;
	margin: 0px auto;
	padding: 0px;	
	background-color: #fff;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	margin-bottom: 0px;

}

#navbar-center {
	width: 1024px;
	margin: 0 auto;
	border-left: 1px solid #333;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar li {
	list-style-type: none;
	float: left;
}
#navbar #BasicNav a {
	float: left;
	color: #F8F2E4;
	padding: 7px 50px 10px 50px;
	text-decoration: none;

	border-right: 1px solid #333333;
}
#navbar #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #3E1D01;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}

/* GLOBAL LINK STYLES */
a:link {
	color: #4E2A00;
}
a:visited {
	color: #4E2A00;
}
a:hover {
	color: #B89A76;
}
a:active {
	color: #4E2A00;
}

/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 200px;
	z-index: 999999;
	top: 36px;
	font-size: 0.7em;
	border: 0;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: .9em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #999999;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #2A2A2A;
	float: left;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3C3C3C;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000000;
}
