@charset "UTF-8";
/* CSS Document */

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image: url('../Images/Main/RedBlackGrad.jpg');
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


a:link {
	color: #999999;
	font-weight: bold;
}

a:visited {
	color: #999999;
	font-weight: bold;
}

a:hover {
	color: #cccccc;
	font-weight: bold;
}



.twoColHybLtHdr #container { 
	width: 70%;  /* this will create a container 70% of the browser width */
	min-width: 750px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColHybLtHdr #header { 
	background: #ffffff; 
	height: 168px;
} 


.twoColHybLtHdr #headerSidebar1 {
	float: left; 
	width: 100px; 
	height: 108px;
	background-image: url(../Images/Main/LeftHeader.jpg);
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
}


.twoColHybLtHdr #headerMain {
	height: 168px;
	margin: 0 75px 0 175px;
}

.twoColHybLtHdr #headerSub {
	height: 30px;
	margin: 0 0 0 0;
	background-color: #ffffff;
}


.twoColHybLtHdr #headerSubNav {
	margin: 0px 10px 10px 100px;
	padding: 5px 0;
	background-color: #ffffff;
	font-size: 10px;
	text-shadow: #cccccc 5px 5px 5px;
}


.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 100px; 
	height: 540px;
	background-image: url(../Images/Main/LeftBar.jpg); /* First Team Side Logo */
	background-color: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}

.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColHybLtHdr #sidebar2 {
	float: right; 
	width: 200px; 
	margin: 0 3px 0 0px;
	padding: 5px 0; /* top and bottom padding create visual space within this div  */
}


.twoColHybLtHdr #mainContent { 
	margin: 0 230px 0 130px;
	text-align: justify;
} 

.twoColHybLtHdr #mainContent2 { 
	margin: 0 50px 0 130px;
	text-align: justify;
} 


.twoColHybLtHdr #mainContent h2 {
	margin: 0;
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #mainContent h3 {
	margin: 0;
	padding: 15px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #mainContent p {
	margin: 0;
	padding: 5px 0px 5px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #mainContent li {
	margin: 0;
	padding: 0px 75px 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColHybLtHdr #footer {
	min-height: 30px;
	margin: 0 0 0 0;
	background:#222222;
} 

.twoColHybLtHdr #sideNav {
	margin: 0px 0px 0 0px;
	padding: 5px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 11px;
	text-align: left;
} 

.twoColHybLtHdr #sideNav ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.twoColHybLtHdr #sideNav ol li {
	margin: 0px;
	margin-bottom:0px;
	padding-bottom: 0px;
}

.twoColHybLtHdr #sideNav a {
	padding: 2px 2px 8px 16px;
	border-top: 3px solid #fff;
	text-decoration: none;
	background-color: #333333;
	display: block;
}


.twoColHybLtHdr #sideNav a:link {
	color: #999999;
}

.twoColHybLtHdr #sideNav a:visited {
	color:#999999;
}

.twoColHybLtHdr #sideNav a:hover {
	background-color: #fff;
	border-top: 3px solid #fff;
	color:red;
}

.twoColHybLtHdr #sideNav a:active {
	background-color: red;
	border-top: 3px solid #fff;
	color:#fff;
}



.twoColHybLtHdr #footerNav {
	margin: 0px 10px 0 50px;
	padding: 5px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#222222;
	font-size: 11px;
} 

.twoColHybLtHdr #list ol { 
	margin-left: 20px;
	padding: 0px;
} 

.twoColHybLtHdr #list ol li {
	margin:  0;
	padding: 0px 5px 25px 8px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #sample { 
	position: absolute;
	margin-top: -120px; 
	z-index: 1; 
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.ProjectTitle {
	font-style:italic;
	}
/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 300px;
	width: 400px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 300px;
	margin: 0 auto;
	width: 400px;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url(controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(controller-prev.gif);
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}