/* CSS Document */

.topcontentleft {
	position: absolute;
	height: 100px;
	width: 374px;
	left: 0px;
	top: 0px;
}
.topcontentcentre {
	height: 100px;
	width: 390px;
	background-position: center;
	margin-right: 99px;
	margin-left: 375px;
}
.longbannerpic {
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	clip: rect(auto,auto,auto,500px);
	margin-left: 300px;
	background-image: url(x5-on-grass.jpg);
	background-position: right top;
	background-color: #071D4A;
	background-repeat: no-repeat;
}
.longbannerpic2 {
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	clip: rect(auto,auto,auto,500px);
	margin-left: 300px;
	background-image: url(gt3-on-grass.jpg);
	background-position: left top;
	background-color: #071D4A;
	background-repeat: no-repeat;
}
.longbannerpic3 {
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	clip: rect(auto,auto,auto,500px);
	margin-left: 300px;
	background-image: url(gttlong.jpg);
	background-position: right top;
	background-color: #071D4A;
	background-repeat: no-repeat;
}
.longbannerpic4 {
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	clip: rect(auto,auto,auto,500px);
	margin-left: 300px;
	background-image: url(showmap.jpg);
	background-position: left top;
	background-color: #071D4A;
	background-repeat: no-repeat;
}
.longbannerpic5 {
	background-color: #071D4A;
	background-image: url(images/anura-on-grass.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 300px;
	clip: rect(auto,auto,auto,500px);
}
.longbannerpic6 {
	background-color: #071D4A;
	background-image: url(images/TTC-on-grass.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 300px;
	clip: rect(auto,auto,auto,500px);
}
.longbannerpic7 {
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	clip: rect(auto,auto,auto,500px);
	margin-left: 300px;
	background-image: url(gt3-blue-on-grass.jpg);
	background-position: left top;
	background-color: #071D4A;
	background-repeat: no-repeat;
}
.topcontentright {
	height: 100px;
	width: 499px;
	top: 0px;
	right: 0px;
	text-align: justify;
	position: absolute;
}
.topcontent {
	background-image: url(bgtop.jpg);
	background-repeat: repeat;
	height: 100px;
	background-position: 50px 0px;
	left: 50px;
	top: 0px;
	right: 50px;
}

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	padding: 0;
	}

h1 {
	font: bold x-large Arial, sans-serif;
	color: #43616B;
	margin-top: 0px;
	}

#news h2 {
	color: #D6D6D6;
	margin-top: 10px;
	}

h2 {
	font: large Arial, sans-serif;
	color: #E22429;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #071D49;
	}

#center p {
	font: 0.8em Verdana, sans-serif;
	}

#footer p {
	margin: 4px;
	text-align: justify;
	}

a {
	color: #34339B;
	}
a:hover {
	}

hr {
	color: #A5B5C6;
	height: 1px;
	}
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 153px;
	background-color: #5C6F90;
	}

div#top a:hover {
	background-color: #43616B;
	}

.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #5C6F90;
	border: 1px solid #000;
	}

.latestarticle {
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	}
.pagebase {
	position: absolute;
	left: 325px;
	bottom: 0px;
}
	
.headshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}
	
p.latestarticle a {
	clear: right;
	font: bold small Verdana, sans-serif;
	}

.date {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}

.author {
	display: block;
	color: #5C6F90;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 2;
	font-style: normal;
	}

.blurb {
	margin: 0px 0px 1em 55px;
	}

p.crumbtrail {
	margin: 10px 28% 0px;
	font-size: x-small;
	}
/* 

------------------------------- layout ----------------------------- 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |   0    |          25%         |   0    |	
 
Center Margins:
 |  marg  |         width        |  marg  | 
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |  1.5%  |          22%         |  1.5%  |				total width= 25%
 

*/

#top {
	padding: 4px;
	background: #BDC5CE url(images/bgtop.jpg) repeat-x;
	border-bottom: 1px solid #A5B5C6;
	}
	
#center {
	margin: 0px 25%; 
	padding: 1% 3%;
	background: #fff url(images/bgcenter.gif) no-repeat center;
	color: #000;
	}

#left {
	padding: 0px;
	top: 100px;
	color: #000;
	background-color: #A5B5C6;
	background-position: left;
	position: absolute;
      left: 0px;
	width: 300px;
	}

#otherleftstuff {
	width: 88%;
	padding: 10px 6% 40px 6%;
	}

#news {
	position: absolute;
	width: 21.9%;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	height: 250px;
	overflow: hidden;
	margin-left: 75%;
	padding: 0px 1.5%;
	top: 101px;
	background-color: #153976;
	border-top: 1px solid #A5B5C6;
	}

div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	}

div#news p.row span.leftcol {
	float: left;
	color: #D6D6D6;
	}
	
div#news p.row span.rightcol {
	width: 70%;
	float: right;
	}
	
div#news p.row span.rightcol a {
	color: #D6D6D6;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #A4B5C5;
	}
	
.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}
		
div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}

#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}

#sponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 375px;
	text-align: center;
	}
	
#articlesponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 150px;
	text-align: center;
	}

#footer {
	clear: both;
	background-color: #FFFFFF;
	padding-left: 155px;
	}
.backtotop {
	height: 20px;
	width: 41px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#bio {
	float: right;
	width: 30%;
	padding: 1%;
	border: 4px dotted #5C6F90;
	color: #5C6F90;
	font-size: 0.7em;
	}
/*

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #6ebc20;
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #fff;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: #0f5d1f;
	color: #FFFFFF;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid pink;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid yellow;
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}
	
div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;
	}

div#topcontent form {
	position: absolute;
	right: 0px;
	top: 55px;
	margin: 0px;
	}
/* ---------------------------------------------------------------------*/
  
.comingupname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.cominguporg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #071D4A;
}
.comingupname a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #E22429;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.comingupname a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.cominguporg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #071D4A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #071D4A;
	text-decoration: none;
}
.cominguporg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #E22436;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #071D4A;
	text-decoration: none;
}
.dataname    { 
	color: #071D49; 
	font-size: 0.8em; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
