@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,1);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #666666;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
	width: auto;
	height: 30px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
a img { 
	border: none;
}

a:link {
	color: #0033CC;
	text-decoration: none; }

h3 a:link {text-decoration: underline; color: #0033CC;}

a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: underline;
	text-align: left;
	color: #787777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width:960px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: rgba(255,255,255,1.00);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	width: 960px;
	height: 150px;
	color: rgba(0,51,153,1);
	background-color: rgba(255,255,255,1);
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: large;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-position: 0% 0%;
	z-index: 5;
}

.sidebar1 {
	float: left;
	width: 164px;
	padding-bottom: 0px;
	/* [disabled]box-shadow: 0px 4px 4px #333; */
	margin-top: 1px;
	margin-left: 1px;
}
.content {
	width: auto;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
aside {
	float: left;
	max-width: 175px;
	background-color: #4675FF;
	color: rgba(255,255,255,1);
	margin-top: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* [disabled]padding-left: 5px; */
	border-radius: 8px;
	box-shadow: 0px 5px 5px #333;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}




/* ~~ The footer ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: rgba(255,255,255,1);
	color: rgba(0,51,153,1);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 960px;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
	z-index: 10;
}
#label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: rgba(255,255,255,1);
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #666;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	margin-top: -15px;
}
.container .content section #story-box h3 {
}


a {
		color: #06c;
	}
	
nav {
		width: 100%;
	}
	
	#main_nav ul {
		background: rgba(0,51,153,1);
		float: left;
		}
	
	#main_nav li {
		float: left;
		position: relative;
		width: 160px; 
		list-style: none;
		border-bottom:thin; 
		border-bottom-color:#F5F6F9;
		border-bottom-style:solid;
		}
	
	#main_nav > ul > li > a, h1 {
		text-transform: uppercase;
	}
	
	#main_nav a {
		display: block;
		text-decoration: none;
		padding: 5px 12px;
		color: white;
		font-family: Helvetica, Arial, sans-serif; 
		text-transform:capitalize;
		font-size: 14px;
	}

	#main_nav ul ul {
		position: absolute;
		left: 0;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		z-index: 10;
	}
	
	#main_nav ul ul ul {
		left: 100%;
		top: 0;
		background-color: rgba(0,51,153,1);
	}
	
	#main_nav li:hover, #main_nav li:hover li {
	background: rgba(0,51,153,1);
	z-index: 10;
	}
	
	#main_nav li li:hover, #main_nav li li:hover li {
	}
	
	#main_nav li li li:hover {
	background-color: black;
	z-index: 10;
	}
	
	#main_nav li:hover > ul {
		visibility: visible;
		opacity: 1;
		z-index: 10;
	}
#main_nav ul li ul li a:hover {
	background-color: #666;
	z-index: 10;
}

#search {
	max-width: 300px;
	padding-right: 0px;
	margin-top:10px;
	margin-right: 10px;
	/* [disabled]margin-top: 5px; */
	/* [disabled]margin-left: 5px; */
	/* [disabled]margin-bottom: 25px; */
	float: right;
	font-family: Helvetica, Arial, sans-serif;
}
.container2 {
	width: 960px;
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}



#content5 {
width: 100%; 
height: auto; 
float: left; 	
}

#section-label {
padding: 5px; 
margin: 10px; 
font-size: 15px; 
border-top: blue solid 2px; 
border-bottom: blue solid 2px;
color: grey;
width: auto;
height: 25px;
}

#section-label a {
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;	
}


#section-label a:hover {
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;	
}

.tabs {
  position: relative;   
  height: 1200px;
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #666; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  color: white;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px 5px;
  border: 1px solid #ccc; 
  width: 98%;
  height: auto;
  overflow: scroll;
}
[type=radio]:checked ~ label {
  background: white;
  color: #666;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}
.tab .content li {
	list-style-type: circle;
}