/* Simple Black Syle Sheet */
/* Black Beauty */
/* CSS done by David Kadison (based on 'Tranquille' by Dave Shea) */
/* Homepage: http://galacticdrifter.com */

/* basic elements */
body { 
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	font-size: 86%;
	color: #eeeeee; 
	background: black;
	margin: 0px; 
	padding: 0px;
	}
p { 
	font-size: 10pt;
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	margin-top: 0px;
	margin-left: 0px; 
	text-align: justify;
	}

p.iframe
	{
	width: 840px;
	margin-right: 10px;
	color: #eeeeee;
	line-height: 100%;
	}

h3 { 
	font-size: 16pt;
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #ddd;
	height: 30px;
	padding-left: 0px;
	background: url("../images/h3.gif") no-repeat center left;
	}
	
a:link, a:visited { 
/*	border-bottom: 1px dashed #c03; */
	text-decoration: none;
	color: #C03;
	}

a:hover, a:active { 
/*	border-bottom: 1px dashed #FFF; */
	color: #FFF;
	}

acronym {
	cursor: help;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dashed #FFF;
}

/* specific divs */
#container { 
	padding: 0px 110px 0px 50px;  
	margin: 0px; 
	}

#pageHeader { 
	margin-top: 20px;  
	text-align: center;
	min-width: 770px;
	height: 130px;
	background-color: Black;
	/* url("../images/swosh_01.png") no-repeat center center;  */
	
	}
	
	
#gits_menu { 
	margin-top: 20px;
	
	}

/* This is where links or any other quick tag can go */
#quickSummary {
	clear:both; 
	margin: 60px 10px 0px 10px; 
	max-width: 500px; 
	width: 500px;
	}


/* text box to use with right hand menu */
#preamble {
	clear: both; 
	max-width: 500px; 
	width: 500px;
	padding: 0px 10px 0px 10px;
	}

/* This is the ajax links on the top left or a tagline on a non ajax page */	
#quickSummary p {
	font-size: 10pt;
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	}

	
#supportingText {
	clear: both;
	width: 800px;
	padding-left: 0px; 
	}
	
#SimpleText {
	clear: both;
	width: 600px;
	padding-left: 80px; 
	}

#footer { 
	max-width: 750px;
/*	border: 1px dashed #fff; */
	text-align: center; 
	background-color: #85303d;
	padding: 2px 0px 10px 0px;
	margin: 40px 0px 0px 0px;
	}
#footer a:link, #footer a:visited { 
	color: #fff; 
	}
#footer a:hover { 
	color: #ccc;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	}

#footerp p {
	max-width: 750px;
	font-size: 82%;
	color: #cccccc; 
	}
		
#whirl {
position: absolute;
margin-top: 40px;
margin-left: 650px;
}
	

.floatright { float: right; 
		margin: 0px 10px 0px 10px;
		padding: 0px 0px 0px 0px;
		border-style: none;
		
}

.floatleft { float: left;
			margin: 0px 10px 0px 10px;
			border-style: none;
			
}

a.aj_one:link,visited {color: #ffcc00;}
a.aj_one:hover {color: #cc0033;}


/* video window */
.night {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #ccc;
	background-color: #85303d;
	height: auto;
	width: auto;
	float: none;
}

/* alternating table */
table.alternating {
	border: 6px inset #8B8378;
/* ######### this is a mozilla property ######### */
/*	-moz-border-radius: 6px;*/
}
table.alternating td {
	border: 1px solid black;
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
}
table.alternating tr.d0 td {
	background-color: #FCF6CF;
}
table.alternating tr.d1 td {
	background-color: #FEFEF2;
}

/* ######### Everything below here is questionable ######### */

/* ######### CSS for Ajax Shade Tabs. Remove if not using ######### */



.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}





