/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to high#menu light inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BASIC STRUCTURE */

#container {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}
#leftcol {
	width: 150px;
	height: 100%;
	position: fixed;
	font-size:11px;
	text-align:right;
	color: #FFF;
	background:#000;
	float: left;
}
#rightcol {
	width: 100%;
	height: 100%;
	background: #ccc;
	float: right;
}
#dim {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	overflow: hidden;
	margin-left: 950px;
	background-image: url(../img/dim.png);
}

#contactbox {
	width: 260px;
	height: 40px;
	top: 0;
	position: fixed;
	margin-left:690px;
	background: #000;
	z-index:49;
}
.clearfix {
	clear: both;
}

.keynav {
	margin: 12px 25px 10px 0px;
}
/* CONTACT FORM */

#contactInfoContainer {
	position:absolute;
	float:right;
	z-index:48;
}
#contactInfo {
	color:#fff;
	margin-left:700px;
	text-align:right;
	line-height: 18px;
	height:257px;
	width:230px;
	padding: 20px 20px 0px 0px;
	background:#000;
	display:none;
}
#contactLink {
	color:#FFF;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	padding: 10px 0px;
	height:20px;
	width:130px;
	background: #000;
	display:block;
	position:fixed;
	cursor:pointer;
	z-index:49;
	margin-left:820px;
}

#contactLink:hover {
	color:#000;
	background: #fff;
}

#contactInfo a:link, #contactInfo a:visited, #contactInfo a:active {
	color: #F78F1E;
	text-decoration:none;
}
#contactInfo a:hover {
	color: #fff;
}

/* MENUS */

ul#menu li a {
	background: #000 url('../img/menu.gif') 0px 0px no-repeat;
	display: block;
}
ul#menu li a#home { 
	background-position: 0px 0px;
	width: 150px;
	height: 75px;
} 
ul#menu li a#home:hover {
	background-position: 0px -85px; 
	width: 150px; 
	height: 75px;
} 
ul#menu li a#home:active, ul#menu li.selected a#home {
	background-position: 0px -85px; 
	width: 150px; 
	height: 75px;
} 
ul#menu li a#newsb {
	background-position: 0px -170px; 
	width: 150px;
	height: 46px;
} 
ul#menu li a#newsb:hover, ul#menu li.selected a#newsb { 
	background-position: 0px -226px; 
	width: 150px; 
	height: 46px;
}
ul#menu li a#what {
	background-position: 0px -282px;
	width: 150px;
	height: 46px;
} 
ul#menu li a#what:hover, ul#menu li.selected a#what {
	background-position: 0px -338px;
	width: 150px;
	height: 46px;
}
ul#menu li a#who {
	background-position: 0px -394px;
	width: 150px;
	height: 46px;
} 
ul#menu li a#who:hover, ul#menu li.selected a#who { 
	background-position: 0px -450px;
	width: 150px;
	height: 46px;
}
ul#menu li a#why {
	background-position: 0px -506px;
	width: 150px;
	height: 46px;
} 
ul#menu li a#why:hover, ul#menu li.selected a#why {
	background-position: 0px -562px;
	width: 150px;
	height: 46px;
} 
ul#mlinks {
	margin: 20px 0px 10px 0px;
	line-height: 20px;
	width:125px;
	text-align: right;
}
ul#mlinks li a:link, ul#mlinks li a:active, ul#mlinks li a:visited {
	color: #fff;
	text-decoration: none;
}
#mlinks li a:hover {
	color: #F78F1E;
}
.section_menu {
	background-image: url(../img/submbg.png);
	height: 100%;
	margin: 0px;
	width: 132px;
	padding: 0px;
	position: relative;
	float: left;
}
.section_menu ul {
	width: 90px;
	margin: 75px 20px 0px 20px;
}
.section_menu li a:link, .section_menu li a:visited, .section_menu li a:active {
	font-size: 11px;
	color: #fff;
	background: #000;
	width: 75px;
	height: 9px;
	padding: 8px;
	margin: 0px 0px 1px 0px;
	float:left;
	text-decoration: none;
	display: block;
}
.section_menu li a:hover, .section_menu li.selected a {
	color: #000;
	background:#fff;
}
/* SECTIONS */

#content {
	height: 100%;
	width: 100%;
	margin-left: 150px;
}
#viewport {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
}
#subviewport {
	width: 100%;
	height: 100%;
	border: #000 1px solid;
}
#home-section {
	background-color: #F78F1E;
	height: 500px;
}
#news-section {
	background-color: #FFF;
	height: 625px;
}
#who-section {
	background-color: #FFF;
	height: 700px;
}
#what-section {
	background-color: #FFF;
	height: 650px;
}
#why-section {
	background-color: #FFF;
	height: 600px;
} 
.section {
	width: 3000px;
}
.section_content li {
	float: left;
	width: 620px;
	padding: 75px 20px 0px 20px;
}
.section_content li.last {
	padding-right: 50px;
}
.sections_con {
	width: 100%;
	height: inherit;
	margin-left: 132px;
}
.section_content {
	width: 668px;
	border: 0px #000 solid;
	overflow: hidden;
	height: 100%;
}
.content-wrapper {
	width: 3000px;
	height: 100%;
}

div.section div.content-wrapper ul li div.content 
{
    height: 400px;
    overflow: auto;
}

div.section div.content-wrapper ul li div.content-large
{
    height: 450px;
    width: 640px;
    overflow: auto;
}

div#news-section div.content-wrapper ul li a
{
    color: #000;
}

div#news-section div.content-wrapper ul li a:hover
{
    color: #000;
}

#filler {
	background-color:#000;
	height: 1000px;
	width: 100%;
}
.dual_col {
	width: 290px;
	margin: 0px 20px 0px 0px;
	float: left;
}

.media_content {
	background-color:#FFF;
	float: left;
	width: 620px;
	height: 100%;
	padding: 75px 20px 0px 20px;
	margin-left: 150px;
}
/* LINKS AND LINK BOXES */

a:link, a:visited, a:active {
	color: #000;
}

a:hover {
	color:#FFF;
}

.link_box a:link, .link_box a:visited, .link_box a:active {
	font-size: 12px;
	color: #fff;
	background: #000;
	width: auto;
	height: 12px;
	line-height: 12px;
	padding: 8px;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
	float:left;
	display: block;
}
.link_box a:hover {
	color: #000;
	background:#fff;
}

.mlink_box a:link, .mlink_box a:visited, .mlink_box a:active {
	font-size: 12px;
	color: #fff;
	background: #54B948;
	min-width: 10px;
	height: 12px;
	padding: 8px;
	margin: 10px 0px;
	text-decoration: none;
}
.mlink_box a:hover {
	color: fff;
	background:#000;
}

#news div#title div#headline 
{
    width: 450px;
    float: left;
}

#news div#title div#headline h1
{
    font-size: 28px;
    letter-spacing: 0px;
}

#news div#title div#date
{
    display: inline;
    background-color: #000;
    color: #fff;
    width: 165px;
    height: 25px;
    float: right;
    margin-left: -325px;
}

#news div#title div#date div.display-date
{
    float: left;
    line-height: 25px;
    margin-left: 8px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

#news div#title div#date div.copy
{
   float: right;
   margin-right: 8px;
   color: #8e8e8e;
   line-height: 25px;
   font-size: 10px;
   text-align: right; 
}

#news div#body
{
    height: 200px;
    overflow: auto;
}

#news div#controls
{
    margin: 15px 0px;
}

#news div#updateProgress
{
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 620px;
    height: 290px;
    text-align: center;
    border: 0px solid #000;
    background-image: url('../img/ajax-loader.gif'); 
    background-repeat: no-repeat; 
    background-position: center;
}

#news div#updateProgress img
{
    margin: auto;
    display: block;
}

#news div#controls div.box a, #news div#controls div.box a:hover
{
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 7px;
    text-decoration: none;    
}


#news div#controls div.prev
{
    float: left;   
}

#news div#controls div.next 
{
    float: right;    
}

#news div#controls div.box a.disabled, #news div.disabled
{
    visibility: hidden;
}

#news div#article-container
{
    background-color: #fef200;
    width: 580px;
    height: 205px;
    padding: 20px 20px;
    margin-left: 0px;
}

#news div#article-container h1
{
    font-size: 20px;
    letter-spacing: 0px;
}

#news div#article-container a, #news div#article-container a:hover
{
    color: #000;
    text-decoration: none;
}

/* COLOR */

.white {
	color:#FFF;
}
.black {
	color: #000;
}
.orange {
	color: #F78F1E;
}
.yellow {
	color: #FFF200;
}
.pink {
	color: #EC008C;
}
.gray {
	color: #7E8082;
}
.green {
	color: #54B948;
}
/* TYPE */

p {
	font-size: 12px;
	line-height: 20px;
}
h1 {
	font-size: 38px;
	letter-spacing: -2.5px;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	letter-spacing: -1px;
}
h3 {
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 25px;
	font-weight: normal; 	
}

/* TOOLTIP */
.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
} 