/* CSS Document */

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

body {
	margin: 0;
	padding: 0;
	}

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

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

h2 {
	color: #9C1A1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	}

h3 {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

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

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

#sponsor p, #articlesponsor p {
	color: #A5B5C6;
	}
	
#footer p {
	margin: 4px;
	text-align: center;
	}

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: #00CCFF;
	border: 1px solid #000;
	}

.latestarticle {
	margin-bottom: 0px;
	}
	
.headshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}
	
p.latestarticle {
	clear: right;
	font: bold 14px, Verdana, sans-serif;
	}

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

/* 

/* ------------------------------------- Top Main Navigation -------------------------------- */
#nav ul{
   padding : 6px;
   margin : 0;
   white-space : nowrap;
   background-color : #5a6d8d;
   color : White;
   width : 100%;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   padding-left : 11px;
   padding-right : 11px;
   padding-top: 5px;
   padding-bottom: 5px;
   background-color : #aec5d6;
   color : #273855;
   font-family:Arial;
   font-size:14px;
   font-weight : bold;
   text-decoration : none;
   float:left;
   border-right-color : #5a6d8d;
   border-right-style : solid;
   border-right-width : 1px;

}
#nav ul li a:hover{
   background-color : #ffffff;
   color : #5a6d8d;
}
/* ---------------------------------End of Top Main Navigation --------------------------------- */



#top {
	padding: 4px;
	border-bottom: 1px solid #A5B5C6;
	}
	
#center {
	margin: 2% 16%; 
	padding: 1% 3%;
	background: #aec5d6;
	color: #000;
	}

#left {
	position: absolute;
	padding: 0px;
	top: 155px;
	width: 112px;
	background: #aec5d6;
	color: #5a6d8d;
	left: -1px;
	height: 481px;
	}

#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;
	}
	
.print {
	padding-left:500px;
	text-align:right;
	font-size:11px;
	}	

/*
#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
	}
*/

#footer
	{
	background:#aec5d6;
	text-align: center;
	font-family:Arial;
	font-size:11px;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
#footer a, a:link
	{
	color:#1f2f4a;
	text-decoration:none;
	}
	
#footer a:hover
	{
	color:#ad851a;
	text-decoration:none;
	}

#bio {
	float: right;
	width: 30%;
	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;
	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: #5a6d8d;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #5a6d8d;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #aec5d6;
	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: #2d3f5d;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: #ffffff;
	color: #aec5d6;
	}
	

/* ---------------------------------------------------------------------*/
/* ----------------------start Content Left block ------------------------------------- */
#left-firstlayer {
	background-color:#aec5d6;
	margin-left:5px;
	}
	
#left-secondlayer {
	background-color:#5a6d8d;
	margin-left:107px/*122px*/;
	}
	
#left-content {
	width:640px;
	margin:0px;
	padding-left:20px;
	padding-right:10px;
	margin-left:10px;
	padding-top:14px;
	background-color: #aec5d6;
	}
#gala1 {
	margin: 0px;
	padding: 10px;
	height: 400px;
	width: 600px;
	border: 1px solid #BBE0FF;
}
.galaTextCenter {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.galaText {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.galaInput {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #aec5d6;
	width: 300px;
}
.galaInputSmall {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #aec5d6;
}
.galaInputSubmit {
	background-color: #FFFF33;
	padding: 3px;
	border: 1px solid #003366;
}
