/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	background-color: #fff1e4;
	margin: 0px;
	padding: 0px;
}
#masthead {
	
	background-repeat: repeat-x;
	background-color: #f6eee5;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 0px;
	font-size: 12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, "Century Gothic";
	text-align: center;
}
.content {
	font-size: 0.75em;
	line-height: 20px;
	padding: 0px;
	margin-right: 40px;
}
.content p {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 30px;
}
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;
}
#footer {
	margin: 0px auto;
	font-size: 12px;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	min-height: 40px;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #fff1e4;
	font-size: 0.8em;
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 60px;
	background-position: left bottom;
}
#tnav-center {
	margin: 0 auto;
	border-left-width: 0px;
	border-left-style: none;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #333333;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #d5b4cd;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #d1adc7;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #363;
	text-decoration: none;
}
a:visited {
	color: #363;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #363;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 210px;
	z-index: ffffff;
	top: 7px;
	font-size: 0.7em;
	border: 0;
	height: 47px;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: 0.9em;
	background-color: #f0f2ef;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #994289;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #fae7bc;
	float: left;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #9ab7cd;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #d1adc7;
	border-color: #a36d95;
}
