/* CSS Document */

/* ------------------------------- 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;
	}

#newscontent h2 {
	color: #D6D6D6;
	margin-top: 12px;
	}


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

#centerwide h2 {
	font: large Arial, sans-serif;
	color: #9C1A1E;
	margin-top: 2px;
	margin-bottom: 0px;
	}


#newscontent h2 {
	font: large Arial, sans-serif;
	color: #9C1A1E;
	margin-top: 2px;
	margin-bottom: 0px;
	}


#newscontent h3 {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-top: 10px;
	}


#otherleftstuff h3 {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-top: 10px;
	margin-left: 10px;
	}


#otherleftstuff p {
	font: 0.7em Verdana, sans-serif;
	margin-left: 10px;
	}




h3 {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-top: 0px;
	}

h4 {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-bottom: 2px;
	}

h5 {
	font: italic bold small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
	}

h6 {
	font: small Arial, sans-serif;
	color: #FFFFFF;
	margin-top: 2px;
	}

	
p {
	font: 0.7em Verdana, sans-serif;
	}
	
p2 {
	font: bold small Verdana, sans-serif;
	}

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

#sponsor p, #articlesponsor p {
	color: #A5B5C6;
	}
	
#footer h3 {
	font: 0.7em Verdana, sans-serif;
	color: #000;
	margin: 4px;
	text-align: center;
	margin-top: 20px;
	}

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

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;
	}
	
.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;
	font: x-small /2 Verdana, sans-serif;
	}

.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 {
	background: white  ;
	background-image: url(images/tm_default_01.gif);
	/*padding: 4px;*/

	border-bottom: 1px solid white;
	width: 1024px;
	height: 132px;
	}
	
#center {
	margin: 0px 237px;
	padding: 1% 3%;
	color: #000;
	width: 550px;
	height: 500px;

	}

#centerwide {
	margin: 0 0 0 25%; 
	padding: 1% 3%
	color: #000;
	width: 550px;
	height: 500px;
	}

#left {
	background: white; /* left bottom;*/
	background-image: url(images/tm_default_02.gif);
	position: absolute; 
	padding: 0px;
	top: 132px;   /* 68px */
	/* width: 25%; */
	width: 237px;
	height: 550px;
	color: #000;
	}

#otherleftstuff {
	width: 187px;
	/* padding: 50px 6% 60px 6%; */
	margin-left: 22px;
	}

#features {
	float: right;
	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 */
	padding: 0px 1.5%;
	background-color: #153976;
	border-top: 1px solid #A5B5C6;
	border-left: 5px solid white;
	border-bottom: 2px solid white;
	}
	
#features h2 {
	color: #D6D6D6;
	margin: 10px 0 0 0;
	}

div#features p {
	width: 100%;
	margin: 0px 0px 1em 0px;
	color: #D6D6D6;
	}

div#features li {
	margin: .5em 0;
	color: #D6D6D6;
	text-decoration: none;
	font: 0.7em Verdana, sans-serif;
	}
	
div#features ul {
	margin: 0;
	list-style: none;
	}

#news {
	/* background-color: #A5B5C6; */
	/* border-top: 1px solid #A5B5C6;*/
	background: white ;
	background-image: url(images/tm_default_04.gif);	
	
	position: absolute;
	width: 215px;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	height: 550px;
	overflow: hidden;
	margin-left: 808px;
	/* padding: 0px 1.5%; */
	top: 132px;
	}

#newscontent {
	background: white ;	
	position: absolute;
	width: 160px;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	height: 330px;
	overflow: hidden;
	margin-left: 830px;
	/* padding: 0px 1.5%; */
	top: 132px;
	}




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

div#news p.row span.leftcol {
	float: left;
	//color: #D6D6D6;
	}
	
div#news p.row span.rightcol {
	width: 100px;
	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: 60px;
	left: 300px;
	width: 700px;
	}

div#toplogo {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 30px;
	}


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

#sponsor {
	position: absolute;
	width: 215px;
	height: 251px;
	margin-left: 780px;
	padding: 0px 1.5%;
	top: 470px;  /* top: 375px; */
	text-align: center;
	}

#sponsorlogo {
	position: absolute;
	width: 215px;
	height: 251px;
	margin-left: 810px;
	padding: 0px 1.5%;
	top: 520px;  /* 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; */
	/* border-top: 1px solid #5C6F90; */
	/* border-bottom: 1px solid #5C6F90; */
	/* background-color: #D6D6D6; */
	/* color: #000; */
	background: white ;
	background-image: url(images/tm_default_03a.gif);		
	position: absolute;
	/* overflow: hidden; */
	/* padding: 0px 1.5%; */

	width: 571px;
	height: 49px;
	left: 237px;
	top: 603px;


	}

#bio {
	float: left;
	width: 20%;
	padding: 1%;
	border: 4px dotted #5C6F90;
	color: 5C6F90;
	font-size: 0.7em;
	}
/* --------------------- Feature Image and Transparency Trick --------------- */


#featureimg {
	margin: 0px 25% 0px 170px;
	height: 250px;
	background: #153976 url(images/sky.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #A5B5C6;		/*	Without this 1px border, Mozilla/Netscape applies the 200px margin from the child element (div#mstrans) - I don't know why? In these crazy topsy turvey times it seems that nothing is certain  */  
	}
	
#mstrans {
	margin: 200px auto 0px auto;
	width: 140px;
	height: 30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footbag.png');
	border: 0px solid pink;
	}
	
#mstrans img {
	filter: Alpha(opacity=0);	
	border: 0px solid cyan;
	}

/* 

-------------------------------- 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: 
	font: bold 0.7em /1 verdana, sans-serif;
	}
		
ul#mainnav li {
	display: block;
	/* border-top: 1px solid #A5B5C6; */
	font: bold 0.7em /1 verdana, sans-serif;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 10px;
	background-color:
	font: bold 0.7em /1 verdana, sans-serif;
	/* 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: #000;
	text-decoration: none;
	width: 197px;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	/* background-color: #fff; */
	
	color: #9C1A1E;
	/* color: #010101; */
	}
	
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: 1px 1px 1px 1.5em;
	font: bold small Verdana, sans-serif;
	/* font: bold 0.7em /1.5 verdana, sans-serif; */
	color: #9C1A1E;
	}

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

ul#mainnav ul.subnav li a:hover {
	color: #9C1A1E;
	background-color: transparent;
	text-decoration: none;
	}
	
div#topcontent ul {
	position: absolute;
	right: 20px;
	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;
	text-decoration: none;
	}
/* ---------------------------------------------------------------------*/
  
