﻿/*-----------------------------------------------------------------------------
Global Style Sheet (empty commented stylesheet)

Version:   1.0
Author:    Bas Kuis
Email:     baskuis1@gmail.com
Website:   http://www.bytestudios.com/
-----------------------------------------------------------------------------*/

/* General
-----------------------------------------------------------------------------*/

@font-face {
	font-family: 'HelveticaNeueCondensedBold';
	src: url('/assets/fonts/helvencb-webfont.eot');
	src: local('☺'), url('/assets/fonts/helvencb-webfont.woff') format('woff'), url('/assets/fonts/helvencb-webfont.ttf') format('truetype'), url('/assets/fonts/helvencb-webfont.svg#webfontBKcFAFps') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

a {
	color:#0b5f8d;
	text-decoration: none;
}
	a:visited {
		color:#0b5f8d;
	}
	a:active {
		color:#0b5f8d;
	}
	a:hover {
		color:#0b5f8d;
	}
	
	
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #ca341c;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0.5em 0 0.5em 0;
}

h1.legacyHeadline {
	color: black;  
	font-family: HelveticaNeueCondensedBold, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: 100;
	line-height: 28px;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0px;
	line-height: normal;
	margin: 0.5em 0.1em 0.5em 0.1em;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0.5em 0 0.5em 0;
}

h4 {
	font-size: 1.1em;
	color: #000000;
	margin: 0.5em 0 0.5em 0;
	font-weight: 400;
}
h4 a {
	text-transform: uppercase;
	text-decoration: underline;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #00568D;
	line-height: normal;
	letter-spacing: 0px;
	margin: 0.5em 0 0.5em 0;
}
       
h6 {
	font-size: 1em;
	font-weight: bold;
	color: #ca341c;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0.5em 0 0.5em 0;

}

#medblue {
	text-transform: uppercase;
	color: #085c8b;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
}

#medblack {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
}

.medblue {
	text-transform: uppercase;
	color: #085c8b;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
}

.medblack {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
}

body  {
	background-color: #eceddd;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333535;
	font-family: Arial, Helvetica;
    font-size: 0.8em;
    line-height: 1.5em;  
}

img {
	border: none;
}

/* The thin blue header bar at the top has drop down content menus and a few
other links -Jared 7/13/10 */
#topwrapper {
	width: 100%;
	text-align: center;
	background-color: #00568d;
	color: white;
	padding-top: 10px;
}

#topwrapper-resize {
	width: 904px;
	margin: 0 auto;
}

#topwrapperlinks {
	text-align: right;
	height: 27px;
}

#topwrapperlinks li {
	float: right;
	list-style: none;
	padding: 0 3px 0 3px;
}

#topwrapperlinks li a {
	margin: 0 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
}
			
#nav-wrapper {
	float:left;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#nav a {
	color: white;
	display: block;
	width: 13em;
}

#nav li.top-nav-item {
	padding-right: 2em;
}

#nav li {
	float: left;
}

#nav li ul {
	background-color: #00568D;
	position: absolute;
	width: 13em;
	left: -999em;
	padding: 0.25em;
}

#nav li:hover ul {
	left: auto;
}

#nav li ul li:hover {
	background-color: #09B;
	text-decoration: underline;
}
/* end topwrapper */

/* start wrapper */
#wrapper {
	width: 100%;
	background-color: #FFFFFF;
}
#container { 
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	min-height: 350px;
	text-align: left;
	padding: 1px;
} 
#header { 
	padding: 18px 0 0 0;
	height: 118px;
	width: 950px;
}
	#headerimage img { 
		border: 1px solid #9d9c9c;
		padding:11px 9px 9px 9px;
		width: 696px;
		height: 77px;
	} 
#logo {
	padding: 10px 23px 0 34px;
	float: left;
}
#banner {
	margin: 0 0 14px 212px; 	
}
#banner img{
	width: 695px;
	margin: 0;
	padding: 0;
}
html>body #banner img{
	width: 718px;
}
/* sidebar1 */
#sidebarleft {
	float: left;
	width: 166px;
	padding: 0 0 0 25px;
	margin-bottom: 15px;
}
#sidebarright {
	float: left;
	width: 200px;
	min-height: 300px;
	padding: 0 0 0 20px;
	border-left: 2px dotted #CCCCCC;
	margin: 0 0 25px 0;
}
#sidebarright a {
	text-decoration: underline;
}
#sidebarright object embed {
	position: relative;
	width: 220px;
	height: 170px;
	right: 20px;
}
#sidebarright object {
	width: 220px;
	height: 170px;
}
html>body #sidebarright object {
	width: 245px;
	height: 170px;

}
html>body #sidebarright object embed {
	position: relative;
	width: 245px;
	height: 170px;
	right: 12px;/*adjust this depending on size of flash content*/
}

#left_nav {
	list-style: none;
	font-size: 1.1em;
	width:174px;
}
	#left_nav ul {
		list-style: none;
		margin: 0 0 0 0;
		border-bottom: 2px dotted #CCCCCC;
	}
		#left_nav ul li {
			padding: 8px 4px 8px 8px;
			border-top: 2px dotted #CCCCCC;
			line-height:1.1em;
		}
			#left_nav ul li a{
				font-family: HelvaticaNeue, Arial-narrow, Arial;
				text-transform: uppercase;
				font-weight: bold;
				text-decoration: none;
				color: #333333;
				/*letter-spacing: -1px;*/
			}
			#left_nav ul li a:hover{
				color: #000000;
			}
				#left_nav ul ul {
					padding: 0 0 8px 0;
					border: none;
				}
					#left_nav ul ul li {
						border: none;
						padding: 2px 4px 2px 8px;
					}
						#left_nav ul ul li a{
							text-transform: none;
							color: #666666;
							font-weight: normal;
							font-size: 0.8em; 
						}
							#left_nav ul ul li a:hover{
								color: #006699;
								/*font-weight: 900;*/
							}
							
							#left_nav ul ul li a.active{
								color: #006699;
								/*font-weight: 900;*/
							}
							#left_nav ul ul li a.activesub{
								text-transform: uppercase;
								font-weight: bold;
								color: #333535;
								/*font-weight: 900;*/
							}
								#left_nav ul ul ul{
									margin-left: 10px;
								}
								#left_nav ul ul ul li a{
									text-transform: none;
									color: #666666;
									font-weight: normal;
									font-size: 0.8em; 
								}
								#left_nav ul ul ul li a:hover{
									color: #006699;
									/*font-weight: 900;*/
								}
								#left_nav ul ul ul li a.active{
									color: #006699;
									/*font-weight: 900;*/
								}
							
/* end sidebar1 */
#breadcrumbs {
	margin: 0 0 11px 213px;
	background-color: #DAD0CB;	
	height: 29px;
	width:717px
}
	#breadcrumbs p{
		margin: 0;
		padding: 4px 0 0 10px;
		color: #1A1A1A;
		font-weight: bold;
		font-size: 0.8em;
	}
	#breadcrumbs form {
		float: right;
		margin-top: 3px;
		margin-right: 3px;
	}
		#searchinputtext{
			height: 18px;
			border: 1px solid #FFFFFF;
			background-color:#FFFFFF;
		}
		#searchinputsubmit{
			height: 20px;
			border: none;
			background-color:#FFFFFF;
		}
	
	#breadcrumbs a{
		color: #1A1A1A;
		font-weight: normal;
		text-decoration: none;
	}

/* main content */
#mainContent { 
	float:left;
	margin: 0 10px 0 20px; 
	width: 462px;
}
 img {
	margin-right:13px;
}
#mainContent a {
	text-decoration: underline;
}
#mainContent ul {
	list-style: inside;
} 
#optionbox {
	width: 460px;
	color: #254d99;
	padding-bottom:15px;
	text-align: right;
	margin-top:10px;
}
#optionbox ul {
	list-style: none;
	border: 1px solid #CCCCCC;
	margin-left:0;
	padding-left:0;
}
#optionbox ul li {
	display: inline;
	margin-right:5px;
}
#optionbox ul li a {
	text-decoration:none;
}
#optionbox ul li img {
	padding:0;
	margin:0;
	position:relative;
	top:2px;
	
}
#centerbuckets {
	border-top: 2px dotted #CCCCCC;
	width: 210px;
}
/* end main content */
/* end wrapper */

/* bottom wrapper */
/* Many of these "bottomwrapper" styles may be defunct -Jared 7/13/10 */
#bottomwrapper {
	padding: 25px 0 0 80px;
	width: 904px;
	margin: 0 auto;
	text-align: left;
}
#bottomwrapperlinks {
	margin: 0 auto;
	text-align:center;
}

#account div {
	padding: 10px;
}

#bottomwrapperlinks ul {
	list-style: none;
	text-align:left;
	float: left;
	padding-left:50px;
}
#bottomwrapperlinks ul li {
	font-size: 1.2em;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: -1px;
}
#bottomwrapperlinks ul ul {
	padding: 0 0 0 2px;
	text-align:left;

}
#bottomwrapperlinks ul ul li {
	list-style: none;
	letter-spacing: 0;
}
#bottomwrapperlinks ul ul li a {
	color:#666666;
	font-size: 11px;
	text-decoration: none;
	
}
#bottomwrapperlinks ul ul li a:hover {
	color: #000000;
}
	
#footer { 
	width: 904px;
	padding: 0; 
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
} 
/* end bottom wrapper */

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* buckets below */
.bucket {
	padding: 15px 0 15px 0;
}

.buckethead {
 	margin-bottom: 5px;
	text-transform: uppercase;
	color: #085c8b;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
}

.bucketcontent img {
	float: left;
	margin: 0 5px 0 0;
}

.centerbucket {
	border-top: 2px dotted #CCCCCC;
	width: 201px;
	padding: 15px 15px 15px 15px;
	float: left;
}
.centerbuckethead {
 	margin-bottom: 5px;
}
.centerbucketcontent img {
	float: left;
	margin: 0 5px 0 0;
}

#article_content ul {
	list-style: outside;
	margin-left: 25px;
}
#article_content ul li {
	padding-bottom:10px; 
}
.blue_header {
	font-size: 1.4em;
	font-weight: bold;
	color: #00568D;
	line-height: normal;
	letter-spacing: 0px;
	margin: 0.5em 0 0.5em 0;
}
.blue_header_smaller {
	font-size: 1.2em;
	font-weight: bold;
	color: #00568D;
	line-height: normal;
	letter-spacing: 0px;
	margin: 0.5em 0 0.5em 0;
}

/* List of related sites -Jared 7/9/10 */
#relatedSiteListWrapper { 
	background-color: #555; 
	color: white; 
	padding-top: 4px;
	height: 15px;
	line-height: 15px;
	}
#relatedSiteListWrapper a { 
	color: white; 
	font-family: Arial,Helvetica; 
	font-size: 13px; 
	line-height: 15px; 
	}
	
