/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	}

h1 {
	font: bold x-large Arial, sans-serif;
	color: #FF6600;
	margin-top: 0px;
	}

#news h2 {
	color: #D6D6D6;
	margin-top: 10px;
	}
#center h2 {
	color: #006666;
	
	}

h2 {
	font: large Arial, sans-serif;
	color: #FF6600;
	}
h3 {
	font: bold small Arial, sans-serif;
	color: #006666;
	}

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;
	}
	
p {
	font: 0.7em Verdana, sans-serif;
	color: #666666;
	}
table.shoptext {font: 0.8em Verdana, sans-serif;
	color: #666666;
	
	}

#center p {
	font: 0.8em Verdana, sans-serif;
	}

#sponsor p, #right p {
	color: #A5B5C6;
	}
	
#footer p {
	margin: 4px;
	text-align: center;
	}

a {
	color: #006666;		
	}
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;
	}

.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 #006666;
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #FF6600;
	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;
	}
.author a {color: #5C6F90;}

.blurb {
	margin: 0px 0px 0px 0px;
	}
.comments {text-align:right;
	margin-bottom: 50px;
	margin-top: 0px;
	}
.right {font: small Verdana, sans-serif;
	margin-bottom: 50px;
	text-align: left;}

p.crumbtrail {
	margin: 10px 28% 0px;;
	font-size: 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= height: 250px;
	overflow: hidden;
	margin-left: 75%;
	padding: 0px 1.5%;
	top: 101px;
	background-color: #006666;
	border-top: 1px solid #4D7B7B;
	}

div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	}|  1.5%  |          22%         |  1.5%  |				total width= 25%
 
 */
 
 #top {
	padding: 4px;
	background: #FFFFCC;
	border-bottom: 1px solid #4D7B7B;
	}
	
#center {
	margin: 0px 25%; 
	padding: 1% 3%;
	background: #fff url(images/bgcenter.gif) no-repeat center;
	color: #000;
	}

#left {
	position: absolute;
	padding: 0px;
	top: 101px;
	width: 25%;
	background: #FFFFCC;
	color: #000;
	}

#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: #006666;
	border-top: 1px solid #4D7B7B;
	}

div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	}


div#news p.row span.leftcol {
	float: left;
	color: #FFFFFF;
	}
	
div#news p.row span.rightcol {
	width: 70%;
	float: right;
	}
	
div#news p.row span.rightcol a {
	color: #FFFFFF;
	
	}
	
div#news p.row span.rightcol a:hover {
	color: #FFFFCC;
	}
	
.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;
	}
	
#right {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 125px;
	text-align: center;
	}

#footer {
	clear: both;
	background-color: #006666;
	padding: 3px
	}
#footer p {
	color: #fff;
	}

#bio {
	float: right;
	width: 35%;
	padding: 1%;
	border: 4px dotted #4D7B7B;
	color: #5C6F90;
	font-size: 0.7em;
	margin: 1%;
	}
/* --------------------- Feature Image and Transparency Trick --------------- */


#featureimg {
	margin: 0px 25% 0px 170px;
	height: 250px;
	background: #006666 url(images/topSopSax.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #4D7B7B;		/*	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  */  
	}


/* 

-------------------------------- 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: #4D7B7B;
	border-bottom: 1px solid #4D7B7B;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #4D7B7B;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #006666;
	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: #FFFFFF;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: #FFFFCC;
	color: #006666;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid #FF6600;
	}

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: #EEEEEE;
	background-color: transparent;
	border: 0px solid yellow;
	}

ul#mainnav ul.subnav li a:hover {
	color: #FFFFCC;
	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 #006666;	
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;
	}

div#topcontent img {
	position: absolute;
	right: 0px;
	top: 27px;
	margin: 0px;
	white-space: nowrap; /* this line added due to recent builds of firefax wrapping the form content (Oct 15 2004) */
	}
div#center ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
div#center ul li {
	padding: 0 0 4px 13px;
	line-height: 1.4em;
	background: url(/images/orangearrow.gif) no-repeat 0 5px;
	font: 0.8em Verdana, sans-serif;
	color: #666666;
	
	}

div#right ul {
	list-style-type: none;
	text-align: center;
	padding: 0px 0px 0px;
	font: bold small verdana,sans-serif;
	line-height: 2em;
	}


/* ---------------------------------------------------------------------*/
  
/* -------------------------------- Tables ------------------------------ */

.tdCenterWhite {
	text-align: center;
	border-bottom: 1px solid #006666;
	font: normal 0.8em Verdana, sans-serif;
	}
.td40LeftWhite {
	text-align: left;
	width: 40%;
	border-bottom: 1px solid #006666;
	font: normal 0.8em Verdana, sans-serif;
	vertical-align: top;
	}
.td40LeftOrange {
	text-align: left;
	width: 40%;
	background: #FF6600;
	color: #FFFFFF;
	font: bold 0.8em Verdana, sans-serif;
	}
.td20CenterWhite {
	text-align: center;
	width: 20%;
	border-bottom: 1px solid #006666;
	font: normal 0.8em Verdana, sans-serif;
	}
.td20CenterOrange {
	text-align: center;
	width: 20%;
	background: #FF6600;
	color: #FFFFFF;
	font: bold 0.8em Verdana, sans-serif;
	}
.td10LeftWhite {
	text-align: left;
	width: 10%;
	border-bottom: 1px solid #006666;
	vertical-align: top;
	font: normal 0.8em Verdana, sans-serif;
	}
.td20LeftWhite {
	text-align: left;
	width: 20%;
	border-bottom: 1px solid #006666;
	vertical-align: top;
	font: normal 0.8em Verdana, sans-serif;
	vertical-align: top;
	}
.td10CenterOrange {
	text-align: center;
	width: 10%;
	background: #FF6600;
	color: #FFFFFF
	font: normal 0.8em Verdana, sans-serif;
	}
.td30LeftWhite {
	text-align: left;
	width: 20%;
	border-bottom: 1px solid #006666;
	vertical-align: top;
	font: normal 0.8em Verdana, sans-serif;
	}
.td30CenterOrange {
	text-align: center;
	width: 20%;
	background: #FF6600;
	color: #FFFFFF;
	font: bold 0.8em Verdana, sans-serif;
	}
table {
	margin-bottom: 20px;
	width: 100%
}
.img {
	border: 1px solid #000000;
	padding: 10px;
	text-align: center
	}
.imgright {
	float: right;
	border: 1px solid #006666;
	padding: 10px;
	text-align: right;
	margin: 10px
	}
.tdright {
	font: normal 0.8em Verdana, sans-serif;
	text-align: right;}
.td15centerWhite {
	font: normal 0.8em Verdana, sans-serif;
	text-align: center;
	width: 15%;
	background: #FFFFFF;
	border-bottom: 1px solid #006666;
}
.td50orange {
	font: bold 0.8em Verdana, sans-serif;
	text-align: center;
	width: 50%;
	background: #FF6600;
	color: #FFFFFF;
}
.td50white {
	font: normal 0.8em Verdana, sans-serif;
	text-align: center;
}
