/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-image: url(../images/fp_logo_100.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 145px;
	background-position: center top;
}
#tag{
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-image: url(../images/tag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
	margin-top: 20px;
	}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-color: #FFF;
	
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.content p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	margin: 0px;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #1E7139;
}
.float_left {
	padding: 3px;
	float: left;
	border: 1px solid #CCC;
	margin: 3px;
}
.float_right {
	padding: 3px;
	float: right;
	border: 1px solid #CCC;
	margin: 3px;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
	
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #257037;
	font-size: 0.75em;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#tnav-center {
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #1E7139;
	padding: 5px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #1E7139;
}
a:visited {
	color: #ff7d00;
}
a:hover {
	color: #ff7d00;
}
a:active {
	color: #1E7139;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 11px;
	z-index: 99;
	top: 142px;
	border: 0;
	font-size: 0.3em;
}
#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: #FFF;
	padding: 0px;
	display: block;
	text-decoration: none;
	float: left;
}
#masthead #epmExternal .p7epm_trigs a img {
	text-decoration: none;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #ff7d00;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #ff7d00 !important;
	background-color: #FFF;
	border-color: #2B6F34;
}
#Fontjazz-font{
	text-align: center;
}
.content li{
	list-style-image: url(../images/daisy_16.jpg);
	list-style-type: none;
	padding-left: 5px;
}
#searchcontrol {
	width: 150px;
	margin-left: 200px;
	height: 300px;
}
  #searchForm input.gsc-input {
        padding : 2px;
        color : rgb(51, 51, 51);
        border : 1px solid rgb(204, 204, 204);
      }
	  #searchForm {
	width: 300px;
	margin-left: 200px;
      }
