/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
html, body {
	height: 101%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-image: url(img/p7iq_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 16px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 16px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
	
}
.content p {
	margin: 6px 0px 12px 0px;
}
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;
}
h3.news {
	margin: 10px 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
	text-align: center;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #ABCACF;
	font-size: 0.7em;
	background-image: url(img/p7iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 10px;
	background-position: left bottom;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	/*float: left;*/
}
#tnav #BasicNav a {
	float: left;
	color: #FFF697;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #4D5B9C;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #6C92FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FFC;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 475px;
	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: #FFF697;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #475184;
	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;
}
#c2 div.content {
	background-image: url(../p7ap/images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}
#photohead {
	float: right;
}
#photohead h1 {
	margin: 10px;
	color: #FFF;
	font-size: 1.5em;
}
h2 {
	font-size: 1.6em;
	margin: 20px 0 10px 0;
	background-color: #DFE4E9;
	padding: 5px;
	color: #43464D;
}
.adminlist {
	width: 80%;
	margin: auto;
}
.adminlist th, .adminlist td {
	padding: 2px;
}
.adminlist th {
	background-color: #F4F7FB;
	text-align: left;
	margin-top: 10px;
}
.adminlist2 {
	width: 100%;
	margin: auto;
}
.adminlist2 th, .adminlist2 td {
	padding: 2px;
}
.adminlist2 th {
	background-color: #F4F7FB;
	text-align: left;
	margin-top: 10px;
}
.location {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
.location th, .location td {
	padding: 2px;
}
.location th {
	background-color: #F4F7FB;
	text-align: left;
	margin-top: 10px;
}
.top {
	vertical-align: top;
}
.imgright {
	float: right;
	padding: 4px;
	border: 1px!important;
	margin-left: 6px;
	margin-bottom: 6px;
}
.imgleft {
	float: left;
	padding: 4px;
	border: 1px!important;
	margin-right: 6px;
	margin-bottom: 6px;
}
#CommMembers, #CommDocs {
	float: left;
}
#CommMembers {
	width: 200px;
}
#CommDocs {
	max-width: 400px;
}
#CommDocs .right {
	margin-right: 10px;
}
#CommMembers h5, #CommDocs h5 {
	margin: 10px;
	font-size: 105%;
	color: #333;
	
}
.pdf {
	background-image: url(../images/icons/pdf.jpg);
	padding-left: 18px;
	vertical-align: middle;
	background-repeat: no-repeat;
	text-decoration: none;
	
}
.eynsham {
	background-image: url(../images/icons/logo.gif);
	padding-left: 18px;
	vertical-align: middle;
	background-repeat: no-repeat;
	text-decoration: none;
	
}
.docbox li{
	list-style: none;
	margin-bottom: 2px;
}
.buscat {
	margin-left: 180px;
	margin-top: 20px;
}
.right {
	text-align: right;
}
.center {
	font-size: 1.2em;
	text-align: center;
}
div.center img {
	padding: 5px;
	border: 1px solid #333;
}
.smaller {
	font-size: 80%;
}
#listaz {
	width: 600px;
}
.services {
	width: 95%;
	margin: auto;
	margin-bottom: 500px;
}
.servhead {
	background-color: #dfe4e9;
	
}
.servhead th {
	text-align: left;
	padding: 2px 7px 2px 6px;
	border-bottom: 1px dotted #4d5b9c;
	font-weight: normal;
	vertical-align: top;
}
.servhead td {
	text-align: right;
	background-color: #fff;
	border-bottom: 1px dotted #4d5b9c;
}
.servhead td a {
	font-style: italic;
	font-size: smaller;
}
.servhead td p a{
	font-size: 11px;
	font-weight: bold;
	font-style: normal!important;
}
.servhead td.noborder {
	border-bottom: none;
}
.hideit {
	display: none;
}
.showit {
	display: block;
}
.servdesc {
	 padding: 20px 0px 20px 60px;
	 border-left: 1px solid #dcd2d3;
}
.servdesc p {
	margin: 4px;
}
.servdesc ul {
	list-style-image: url(../images/icons/logo.gif);
}
.busdir {
	width: 95%;
	margin: auto;
}
.busdir p {
	margin-left: 40px;
}
.busdirhead {
	background-color: #dfe4e9;
	
}
.busdirhead th {
	text-align: left;
	padding: 2px 7px 2px 6px;
	border-bottom: 1px solid #dfe4e9;
	vertical-align: top;
	font-size: 1.4em;
	color: #43464d;
}
.busdirhead td {
	text-align: right;
	background-color: #fff;
	border-bottom: 1px solid #dfe4e9;
}
.busdirhead td a {
	font-style: italic;
	font-size: smaller;
}
.subhead {
	text-align: left!important;
}
.head {
	border-bottom: 1px solid #CCC;
	text-align: left;
	padding-bottom: 5px;
}
hr {
	height: 1px;
	color: #ccc;
	margin-top: 20px;
}
.locheadtable {
	width: 80%;
	margin: auto;
}
.doclist {
	margin-left: 40px;
}
#pagenav {
	margin: auto;
	width: 200px;
	text-align: center;
}
#pagenav2 {
	margin: auto;
	width: 200px;
	
}
#albtext {
	width: 500px;
	margin: auto;
}
.formaddress {
	display: none;
	border: 0!important;
}
#formContainer, #formContainer2, #formContainer3 {
	width: 500px;
	margin: auto;
}
#horizontalForm fieldset, #horizontalForm2 fieldset, #horizontalForm3 fieldset {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #dfe4e9;
}
#horizontalForm label, #horizontalForm2 label, #horizontalForm3 label {
	width: 100px;
	text-align: right;
	float: left;
	display: block;
	margin-top: 10px;
}
#horizontalForm2 label {
	width: 150px;
}
#horizontalForm input, #horizontalForm2 input, #horizontalForm3 input {
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #dfe4e9;
	display: block;
	float: left;
}
#horizontalForm2 input#ContactTel, #horizontalForm2 input#Dialcode, #horizontalForm3 input#BusTelCode {
	width: 75px;
}
#horizontalForm2 input#ContactTel, #horizontalForm3 input#BusTel {
	width: 112px;
}
#horizontalForm select, #horizontalForm2 select, #horizontalForm3 select {
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #dfe4e9;
	display: block;
	float: left;
}
#horizontalForm textarea, #horizontalForm2 textarea, #horizontalForm3 textarea {
	width: 440px;
	height: 200px;
	margin-top: 10px;
	border: 1px solid #dfe4e9;
}
#horizontalForm2 textarea#ContactAddress, #horizontalForm3 textarea#BusAddress {
	width: 200px;
	height: 50px;
	float: left;
	margin-left: 10px;
}
#horizontalForm2 textarea#OtherInfo, #horizontalForm3 textarea#BusOtherinfo {
	height: 100px;
}
#horizontalForm input.submit, #horizontalForm2 input.submit, #horizontalForm3 input.submit {
	background-color: #dfe4e9;
	width: 100px;
}
#thankswrap {
	margin: auto;
	width: 500px;
}
#thanks {
	margin: auto;
	width: 450px;
	border: 1px solid #ccc;
}
#thanks th {
	text-align: left;
	background-color: #dfe4e9;
	
}
#thanks td, #thanks th {
	padding: 6px;
	border-bottom: 1px solid #ccc;
}
.ruler {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 10px;
}
.text_center {
	text-align: center;
}
.grouplist {
	list-style-type: none;
	margin: 2px 0px 2px 120px;
}
.grouplist2 {
	list-style-type: none;
	margin: 2px 0px 2px 0px;
}

#buswrap {
	width: 600px;
	margin: auto;
}
#buswrap h2 {
	font-size: 105%;
}
.imgcenter {
	border: 0px;
}
table#terms {
	width: 100%;
}
#terms th {
	text-align: left;
	vertical-align: top;
}
#terms td {
	vertical-align: top;
}
.topline {
	vertical-align: top;
}
#homenews h3 {
	margin-top: 10px;
}
.bottomline {
	border-bottom: 1px solid #dfe4e9;
	padding-bottom: 10px;
}
.centerhead {
	text-align: center;
	border-bottom: 1px solid #dfe4e9;
	padding-bottom: 10px;
}