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


#slides {
      display:none;
	  width:800px;
	  position:relative;
	  padding: 10px 10px 10px 10px;
	  background: #000;
	}
	
	
	#slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
	  
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px; 
      background-image: url(images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
	
.floatright {
	float:right;
	margin: 10px;
	
}
.floatleft {
	float:left;
	margin: 10px;

}

body {
	font: 110%/1.4 Verdana, Arial, Helvetica, sans-serif;
		
background: rgb(140,197,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(140,197,255,1) 0%, rgba(0,62,249,1) 92%, rgba(140,197,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,197,255,1)), color-stop(92%,rgba(0,62,249,1)), color-stop(100%,rgba(140,197,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(140,197,255,1) 0%,rgba(0,62,249,1) 92%,rgba(140,197,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(140,197,255,1) 0%,rgba(0,62,249,1) 92%,rgba(140,197,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(140,197,255,1) 0%,rgba(0,62,249,1) 92%,rgba(140,197,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(140,197,255,1) 0%,rgba(0,62,249,1) 92%,rgba(140,197,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc5ff', endColorstr='#8cc5ff',GradientType=0 ); /* IE6-9 */

	margin: 0;
	padding: 0px 0px 100px 0px;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

ban {color:#FFF;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #007eff;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #fff;

		
}



/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	
	max-width: 100%;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 100%;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto;
	border: 1px solid #000;	
}

.headerwrap {	
	background-image:url(images/bgTop2.png);
	background-position:left bottom;
	padding-left: 15px;
	padding-top: 15px;
}
	
.header {
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	min-width:800px;
	border: none;
	font-size:14px;
	overflow:visible;
	background:none;
}

.blackwrap {
	background-color:#000;
	background-position:left bottom;
		padding-left: 15px;
}

.top {
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	min-width:800px;
	border: none;
	font-size:14px;
	overflow:visible;
	
}


.content {
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	min-width:800px;
	border: none;
	font-size:14px;
	overflow:visible;
	color: #fff
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.footerwrap {
 	background-image:url(images/bgBot2.png);
	background-position:left top;
	padding-left: 15px;
}

.footer {
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	min-width:800px;
	border: none;
	font-size:10px;
	overflow:visible;
	padding-top: 25px;
	padding-bottom: 25px;
	
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* NAV BAR */

nav {
/*START BG Gradient*/
background: rgb(0,126,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,126,255,1) 0%, rgba(0,126,255,1) 1%, rgba(46,138,209,1) 18%, rgba(46,138,209,1) 81%, rgba(0,126,255,1) 99%, rgba(0,126,255,1) 100%, rgba(0,126,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,126,255,1)), color-stop(1%,rgba(0,126,255,1)), color-stop(18%,rgba(46,138,209,1)), color-stop(81%,rgba(46,138,209,1)), color-stop(99%,rgba(0,126,255,1)), color-stop(100%,rgba(0,126,255,1)), color-stop(100%,rgba(0,126,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,126,255,1) 0%,rgba(0,126,255,1) 1%,rgba(46,138,209,1) 18%,rgba(46,138,209,1) 81%,rgba(0,126,255,1) 99%,rgba(0,126,255,1) 100%,rgba(0,126,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,126,255,1) 0%,rgba(0,126,255,1) 1%,rgba(46,138,209,1) 18%,rgba(46,138,209,1) 81%,rgba(0,126,255,1) 99%,rgba(0,126,255,1) 100%,rgba(0,126,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,126,255,1) 0%,rgba(0,126,255,1) 1%,rgba(46,138,209,1) 18%,rgba(46,138,209,1) 81%,rgba(0,126,255,1) 99%,rgba(0,126,255,1) 100%,rgba(0,126,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,126,255,1) 0%,rgba(0,126,255,1) 1%,rgba(46,138,209,1) 18%,rgba(46,138,209,1) 81%,rgba(0,126,255,1) 99%,rgba(0,126,255,1) 100%,rgba(0,126,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eff', endColorstr='#007eff',GradientType=0 ); /* IE6-9 */
/*end*/	
padding: 10px 10px 10px 10px;
box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	}




/* main menu*/
nav ul {
z-index:1000;
	
	
	background-color: transparent;
	border-radius: 10px;
	list-style: none;
	position: relative;
	display: inline-block;
	
}



nav ul li {
	float: left;
	border-style:solid;
	background-color: transparent;
	border-size: 1px;
	border-color: transparent;

	
	
}


/*sub menu*/


nav ul li:hover > ul {
		display: block;
		width: 100px;
		background:#007eff;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		float: left;
		
		list-style: none;
		
		
	}

nav ul ul {
	display: none;
	background: #5f6975; 
	border-radius: 5px; 
	position: absolute; 
	border-color: transparent;
	top: 100%;
}


/*MAIN SELECT*/
	
nav ul li:hover {
		color: #fff;
		background: #007eff;
					
	}

	
nav ul li a {
		display: block;
		padding: 4px 25px;
		color: #757575; 
		text-decoration: none;
	}
	

nav ul ul li {
		float: none; 
		position: relative;
		display:list-item;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
			}
	
nav ul ul li a {
			padding: 5px 5px;
			color: #fff;
			
		}	
		
/*BG of Hovered drop down*/

nav ul ul li a:hover {	
		background:#33CCFF;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
				
						
			}
			
			
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

TABLE.CSVTable {
	font: 0.8em Verdana,Arial,Geneva,Helvetica,sans-serif;
	border-collapse: collapse;
	width: 450px;
}

/* Header */
TABLE.CSVTable THEAD TR {
	background: #000000;
}
TABLE.CSVTable TH {
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: 1.2em;
}

/* Table Cells */
TABLE.CSVTable TD, TABLE.CSVTable TH {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid transparent;
}
/* Default background color for rows */
TABLE.CSVTable TR {
	background: #000;
}
/* Background color for odd rows */
TABLE.CSVTable TR.odd {
	background: #333;
}
/* Hover color for all rows */
TABLE.CSVTable TR:hover {
	background: #666;
}

/* Source code */
.source {
	background-color: #000000; border: 1px solid #999999
}