@charset "utf-8";
/* CSS Document */
 
 
body  {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color:#eeeeee;
}

textarea {
	font:110% Arial, Helvetica, sans-serif;
}

table {
	font-size:13px;
}

.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0 10px;
} 
.thrColFixHdr #header { 
	padding: 0 0 5px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 5px 0 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 5px 10px; /* padding keeps the content of the div away from the edges */
	clear:right;
}

#events {
	background: #CCCCFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 7px 5px 7px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 p, #sidebar2 .grey {
	color:#333;
}
.thrColFixHdr #mainContent { 
	margin: 0 225px 0 175px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 18px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/*.thrColFixHrd #mainContent*/
.thrColFixHdr #footer {
	padding:0 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#CCCCFF;
	margin:0 0 10px 0;
	text-align:right;
	width:990px;
	background-image:none;
	overflow:hidden;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bottommenu {
/*	position:relative;*/
	color:#FFFFFF;
	padding-top:10px;
	font-size:80%;
	letter-spacing:0;
/*	text-align:center;
	float:left;*/
	top:7px;
}

.legal {
	text-align:center;
	display:block;
	xfloat:left;
	font-size:120%;
	padding:8px 0 0 0;
}

.legal a {
	color:#333;
}

.footer {
	color:#333;
}



.address {
	text-align:center;
}
.logo img {float:right;}
#footer .right  {margin-top:.4em; }
#footer .right p {font-size:120%; text-align:right;}
#footer img {float:left; padding:5px 0 0; position:relative;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*bens additions */
.topmenu {background-color:#CCCCFF; text-align:right; padding: 5px 10px; color:#FFFFFF; font-size: 90%; letter-spacing:0.2em;}
.topmenu div {float:left; text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; }
.topmenu div p {margin:0; letter-spacing:normal; color:#fff;}
/*#topbanner {background:url(images/top_background.jpg) no-repeat top;}*/
#topbanner image {padding:0; margin:0; border:0;}
#sidemenu {height:10px;}
#sidebar1 img {padding:2px 0; margin: 0; border:0;}
.imggap {padding-top:10px;}
.imggap img {margin:0px 10px 10px 0;}
body h1 {font-size:170%; margin:0.3em 0;}
p {
	xfont-family:Verdana, Arial, Helvetica, sans-serif;
	font-family:"Gill Sans","Gill Sans MT", sans-serif;
	color:#333;
	margin:0.1em 0 0.8em 0;
	line-height:1.2;
	xtext-align: center;
	xfont-weight: bold;
	font-size:16px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	xfont-family:Verdana, Arial, Helvetica, sans-serif; 
	font-family:"Gill Sans","Gill Sans MT", sans-serif;
	color:#555; 
	line-height:1.5;
	margin:1.5em 0 1.8em;
}

li {
	margin-bottom:.6em;
}

hr {margin-top:10px; display:block;}
h2 {font-size:170%; color:#1100A0; margin:0.4em 0 0 0;}
h3 {color:#1100A0; font-size:130%; margin:1.5em 0 0.3em 0; line-height:1.2;}
.home {margin:0.4em 0;}
h4 {color:#1100A0; font-size:125%; margin:1em 0 0.3em 0; font-weight:bold;}
h5 {color:#1100A0; font-size:100%; margin:1em 0 0.3em 0;}

a {text-decoration:none; color:#660099; color:#1100A0;}
h4 a {font-weight:bold; font-size:90%;}
a img {border:none;}
a:hover {text-decoration:underline;}

#events a {color:#1100A0;}

.more {top:-7px; left:6px; position:relative;}
.border {border:#CC66CC solid thin;}

.topmenu a:hover, .bottommenu a:hover {color:#1100A0;}
.topmenu a, .bottommenu a {color:#1100A0;}
.topmenu a:hover {text-decoration:underline;}
#topbanner a img {border:0; margin:.3em 0;}
#mainContent img {margin:0 0 0em 1.5em;}
.rgt img {float:right; margin: 0 0 5px 10px;}
.indent {text-indent:2em;}
#imgleft {
	float:none;
	width:100%;
	vertical-align: bottom;
	height: 110px;
}
#imgleft p {font:14px "Trebuchet MS"; padding-top:75px;}
#imgleft img {
	float:left;
	margin:-90px 15px 15px;
}
.purple {color:#1100A0;}
#submenu {margin:2px 0 15px 0;}
#submenu a {
	display:block;
	text-decoration:none; 
	background-image:none; 
	padding-left:30px; 
	margin: 7px 0 0 10px; 
	line-height:1.2em;
	color:#1100A0;
}
#submenu a:hover, #submenu a.selected {background:url(images/small_arrow.jpg) 17px 1px no-repeat;}
.space {line-height:1.6em;}
#ceoblog {height:88px; width:100%; margin:10px 0; padding:5px 0; background-color:#CCCCFF;}
#ceoblog img {float:left; margin-right: 15px;}
.nudgeleft {position:relative; left:-10px;}
.right {float:right;}
.ralign {text-align:right;}
.left {float:left; }
div.lft img {float:left; margin: 0;}
div.lft a { display:block; padding-top:8px;}
.dot {border:dashed #CCCCCC 1px; margin:0;}
.dot2 {border:dashed #FFFFFF 1px; margin:0;}
#sidebar2 hr {border:dashed #FFFFFF 1px; margin:0;}
.link {color:#1100A0;}
.grey {color:#555; font-size:90%;}
#footer p.ben {font-size:120%; text-align:right; float:right; margin-top:0;}
#footer p.steve {float:left; font-size:120%; margin-top:0;}
/*#submenu a.selected {background:url(images/small_arrow.jpg) 1px 5px no-repeat;}*/

/*--humus--*/
fieldset { padding:10px 0 15px 0; margin:15px 0;}

form div {padding-top:.6em;}

#marginForm label {
	margin: 5px 9px 5px 5px;
	display: block;
	width: 8em;
	text-align: right;
	float: left;
	top:-5px;
	position:relative;
}

#include_in_news label.check-right {
	float:none;
	display:inline;
	text-align:left;
	width:auto;
	top:0;
}

#include_in_news input {
	margin-left:8em;
}

#marginForm div {
	clear: both;
	position: relative;
	margin:3px;
}
#marginForm div.mo {margin:2em 0 0 9em;}
#marginForm input, #marginForm textarea, #marginForm select {background-color:#e2e2fd; border:1px solid #aeaefa;}

#rowForm div { display:block; margin:5px 0; padding:0;}
#rowForm {padding-left:10px; display:block;}
#rowForm .col1 {float:left; width:180px;}
#rowForm .col2 {float:left; width:180px;}
#rowForm .col3 {float:left; width:350px;}
#rowForm .col4 {float:left; width:100px;}
.clear {clear:both;}
#rowForm br {margin: 5px 0; padding:0;}

table {border-collapse:collapse;}
tr.row th {border-bottom:#1100A0 1px solid;}
td {padding:5px 4px;}
th {padding:0 4px;}

.note {color:#1100A0;}
.mandat {position:relative;}
.update {background-color:#FFFF66; color:#1100A0; text-align:center; font-size: 120%; margin:.8em 0; padding:.2em;}
.help {color:#CC0000;}
.mo {margin-left:2em;}
thead {text-align:left;}
.moveleft {margin-left:1em;}
.bottomspace {padding-bottom:5em;}
.bottomspace1 {padding-bottom:1.5em; display:block;}
.topspace {padding-top:2em;}
.leftmargin {margin-left:20px;}

table {
	table-layout:fixed;
}/*
td {
	overflow:hidden;
}*/

.tabledata
{
	border:1px solid #ccc;
	margin-bottom:10px;
}
.tabledata th
{
	font-weight:bold;
	background:#ccc;
	color:#fff;
	text-align:left
}
.tabledata .shaded
{
	background:#eee;
}
.tabledata .center {
	text-align:center;
}
body .content {
	margin:1em 3em;
}

.column1 {
	float:left;
	width:40%;
}

.column2 {
	float:left;
	width:40%;
}

#mainContent img.floatnone {
	float:left;
	display:block;
	margin:.7em 80px .7em 12px;
}
	
#TICKER {
	display:none; 
	border-top:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC;
	overflow:hidden; 
	/*display:inline-block;*/
	background-color:#FFFFFF; 
	width:998px;
	height:2.2em;
	white-space:nowrap;
	vertical-align:top;
	padding:2px 0 0 0;
}
#TICKER span {
	padding:0;
	margin:0;
}
/*
#TICKER {
	display:none; 
	border-top:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	overflow:hidden; 
	background-color:#FFFFFF; 
	width:998px;
	white-space:pre;
	height:22px;
	padding-top:2px;
}

#TICKER td {
	overflow:auto;
}*/

#listfiles {
}

#listfiles div {
	margin:1em 0;
	clear:left;
}

#listfiles span {
	display:block;
	font-weight:normal;
}

#listfiles p {
}

#listfiles input, #listfiles select, #listfiles textarea {
	_float:left;
	_margin-left:120px;
	background-color:#C4D1FF;
	border:1px solid #7A95FE;
}

#listfiles .input-long, #listfiles .textarea-long {
	width:500px;
}

.advert {
	width:200px;
	font-weight:bold;
	margin-left:30px;
	background-color:#e8e8fc;
	padding:15px 0 0 10px;
}

.cqcdate {
	color:#555;
	margin:0 0 .8em;
	text-align:left;
	text-transform:uppercase;
	font-size:1.1em;
	background-color:#ECECEC;
}

.cqcupdate {
	border-top:1px dotted #888;
	margin-top:5em;
}

.faq-list h5 {
	margin:.2em 0 .2em;
	padding:0;
	font-size:110%;
	font-weight:normal;
}

.faq-list h4 {
	padding:1.2em 0 .2em;
}

.toppage {
	padding-top:1.2em;
}
	
.large {
	font-size:130%;
	font-weight:bold;
	color:#000;
}

.pdf p {
	margin:0 0 .2em 0;
}

.pdf {
	margin:0 0 1.1em 2em;
	font-style:italic;
	font-size:95%;
}

#mainContent .pdf img, .pdf img {
	float:right;
	margin:.1em 0.5em 0.1em 0;
}

.mem-intro, .mem-top-right {
	_height:250px;
}

.mem-intro {
	color:#0e358d;
	background-color:#e1e1e1;
	padding:10px;
	width:50%;
	float:left;
	margin:0 12px 10px 0;
}

.mem-intro p {
	color:#0e358d;
}

.mem-intro h1 {
	font-size:2em;
	font-weight:normal;
}

.mem-top-right {
	color:#8f6094;
	background-color:#dae1ec;
	padding:10px;
	border:#6dab96 2px solid;
	width:260px;
	float:right;
	margin:0 15px 0 10px;
}

.mem-main .mem-top-right p {
	color:#8f6094;
	font-weight:bold;
	word-wrap:break-word;
}

.mem-main {
	_float:left;
	position:relative;
}

.mem-main p {
	_color:#000;
}

.mem-middle {
	color:#000;
	padding:10px;
	background-color:#e1e1e1;
	width:97%;
	float:left;
	margin-top:15px;
}

.mem-middle p {
	color:#000;
}

.mem-purple {
	background-color:#c78ada;
	padding:10px;
	float:left;
	width:40%;
	margin:10px 0;
}

.mem-purple h2 {
	color:#fff;
}

.mem-purple li {
	color:#000;
	line-height:1.3;
}

.mem-purple ul {
	margin:.9em 0;
}

#mainContent .mem-image {
	float:right;
	margin:0 0 10px 0;
	position:relative;
}

.mem-today {
	background-color:#b6dde8;
	color:#220165;
	padding:10px;
	border:2px solid #6dab96;
	float:left;
	width:50%;
	margin:10px 0 10px 10px;
}

.mem-today p {
	color:#220165;
}

.mem-today a {
	color:#FF0000;
	font-size:1.5em;
}
	
.mem-sector {
	border:2px solid #6dab96;
	padding:10px;
	float:left;
	width:50%;
	margin:0 0 10px 10px;
}

.mem-sector p {
	color:#000;
}

.mem-bottom {
	float:left;
	padding:10px 10px 0 10px;
	background-color:#f8dfe3;
	margin-bottom:10px;
	border:1px solid #6e6ecb;
}

.mem-bottom p {
	color:#0283a2;
}

.mem-bottom a {
	color:#0000ff;
}

#ac-title {
	background-color:#8181df;
	background-color:#1f4b82;
	padding:5px;
	color:#fff;
	text-align:center;
}

#ac-title p {
	color:#fff;
	font-style:italic;
	font-size:180%;
	font-weight:normal;
}

#ac-title h1 {
	font-size:1.8em;
}

#ac-title h2 {
	font-size:1.4em;
	color:#fff;
}

div.bg-blue p.light {
	font-weight:normal;
	text-align:left;
}

.football {
	background:url(images/football.png) no-repeat 200px 300px;
}

div.bg-blue p.ac-sub {
	background-color:#fff;
	color:#000;
	font-size:220%;
	text-align:center;
	margin:0 0 30px;
	padding:10px 0 15px;
	font-weight:normal;
	position:relative;
}

div.bg-blue p.ac-sub img {
	background-color:#fff;
	padding:0;
	float:none;
	margin:0;
}

.ac1 {
	float:left;
	width:250px;
}

div.bg-blue .ac1 p {
	text-align:left;
}

div.bg-blue .ac2 p {
	text-align:right;
}

.bg-blue img {
	float:right;
	padding:0 0 20px 30px;
	xborder:1px solid #fff;
	background-color:#85afe2;
}

.ac2 {
	float:right;
	width:250px;
	text-align:right;
}

div.bg-blue {
	padding:25px 30px;
	background-color:#85afe2;
	width:540px;
	margin:10px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

div.bg-blue p {
	color:#000;
	font-weight:bold;
	font-size:110%;
	line-height:1.3;
	text-align:center;
}

#ac-left {
	color:#fff;
	background-color:#8181df;
	padding:7px;
	margin:10px 10px 10px 0;
	font-weight:bold;
	float:left;
	width:280px;
}

#ac-topright {
	padding:8px;
	background-color:#ccccff;
	width:270px;
	float:right;
	margin:10px 0px;
}

#ac-topright p {
		color:#5757b3;
		font-weight:bold;
}

#ac-topright h3 {
	margin:0 0 .7em 0;
}

#ac-left p {
	color:#fff;
}

#ac-topright .ac-1 {
	border:1px solid #000;
	margin:0 0 8px 15px;
}

#ac-topmiddle {
	width:280px;
	padding:8px 1px;
	color:#000;
	float:right;
	word-wrap:break-word;
	font-size:1.1em;
}

#ac-topmiddle a {
	font-size:.9em;
}

#ac-bottomright {
	padding:5px 8px 5px 8px;
	background-color:#ccccff;
	width:270px;
	float:right;
	margin:10px 0px;
	text-align:center;
}

#ac-bottomright p {
	color:#fff;
}

#ac-bottomright h3 {
	margin:7px;
	font-size:1.2em;
}

#ac-bottom {
	padding:8px;
	background-color:#ccccff;
	margin:10px 0px;
}

#ac-bottom img {
	float:right;
}

#ac-left .ac-2 {
	margin:8px 0 0 10px;
	border:1px solid #000;
}

#ac-left .ac-3 {
	margin:0;
	top:-20px;
	left:40px;
	position:relative;
	border:1px solid #000;
}

#ac-left .ac-4 {
	margin:0 0 0 10px;
	top:-25px;
	left:-0px;
	border:1px solid #000;
	position:relative;
}


/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* clearfix end */ 

.pub-top-box {
	background-color:#E7E7E7;
	padding:8px;
	margin:15px 0;
	border:2px solid #ffccff;
}

.pub-top-box p {
	color:#000;
}

.pub-left-box {
	background-color:#ffccff;
	border:2px solid #bd92e8;
	padding:8px;
	margin:0 10px 0 0;
	width:346px;
	float:left;
}

.pub-left-box ul, .pub-left-box p {
	color:#000;
}

.pub-right-box {
	background-color:#BD92E8;
	padding:8px 8px 0 8px;
	margin:0 0;
	border:2px solid #ffccff;
	width:210px;
	text-align:center;
	float:left;
}

.pub-right-box p {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.2;
	color:#000;
}

.pub-right-box a {
	color:#003c97;
}

.pub-left-box ul {
	padding-left:16px;
}

.red-highlight {
	color: #F03;
}

#mainContent img.pub-img {
	margin:0 0 6px 0;
}

.topspace1 {
	padding-top:64px;
}

.front-sponsor {
	width:200px;
	float:right;
	margin:0 0 0 40px;
}

.front-sponsor span {
	margin-left:15px;
}

.front-sponsor {
	width:200px;
	float:right;
	margin:0 15px 0 40px;
}

#countdown {
	text-align:center;
	font-size:20px;
}

.pright {
	xfloat:right;
	margin:0 0 20px 10px;
}

a {
	word-break:break-all;
}

.clear-left {
	clear:left;
	padding:0.7em 0 0;
}

.res {
	xborder:1px solid grey;
	overflow:auto;
}

#mainContent .res img {
	clear:left;
	padding:0 10px 0 0;
	margin:0;
}

.mclinks a {
	xdisplay:block;
	margin:1.3em 0 0;
}

#top-right {
	float:right;
	padding:9px 0 7px 0;
}

.links {
	text-align:center;
}

#twtr-widget-1 .twtr-ft {
	display:none;
}

.twtr-tweets p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}


