﻿/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/ 

 @import url(reset-fonts.css);

body {
	/* For breathing room between content and viewport. */
	margin:0px;
	font:13px/1.231 Lucida Sans Unicode, Lucida Grande, sans-serif;
}


h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}
td
{
    vertical-align: top;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text], input[type=password], textarea
{
    width: 12.25em; *width:11.9em;}



/********** Site Specific *************/


/* Color Scheme  
     Light Grey afb4b4
     Dark Gray	767a7a
     White		ffffff
     Green		4C5758
     WHP Blue	13b5ea
     Lite Text  DEE0E0
*/

/*************** Menu Styles ****************/

#main_navigation
{	margin: 0;
	padding: 0}
	
	#main_navigation li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#main_navigation li a
	{	display: block;
		padding: 5px 20px 6px 20px;
		text-decoration: none;
		font-weight: bold;
		width: auto;
		color: #fff;
		white-space: nowrap}

	#main_navigation li a:hover
	{	color: #13b5ea;}
		
		#main_navigation li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 2px solid #13b5ea}
		
		#main_navigation li ul li
		{	float: none;
			display: inline}
		
		#main_navigation li ul li a
		{	width: auto;
		    padding: 5px 20px 5px 20px;
		    font-weight: normal;
			background-image: url(     '/App_Themes/Normal/menubg.png' );
}
		
		#main_navigation li ul li a:hover
		{	background: #000;
		    color: #13b5ea;}

/************ End Menu Styles ***************/

html
{
    background-color: #3d4849;
    background-image: url(  'pagebg.png' );
    background-repeat: repeat-x;
}
.bottom
{
    vertical-align: bottom;
}
.pagecenter
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 1100px;
}
#header, #header a
{
    font-size: .8em;
    color: #afb4b4;
    text-align: right;
    width: 950px;
    padding-top: 10px;
    text-transform: uppercase;
}
#footer
{
    font-size: .8em;
    color: #afb4b4;
    width: 950px;
    padding-top: 10px;
}
#banner
{
    width: 950px;
    padding-top: 5px;
    border-bottom: solid 1px #fff;
}
#menu
{
    position: relative;
    z-index: 500;
}
#content
{
    width: 950px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #DEE0E0;
    text-align: left;
}
.content-top
{
    width: 100%;
    vertical-align: top;
}
.content-middleleft
{
    width: 640px;
    vertical-align: top;
}
.content-middleright
{
    width: 290px;
    padding-left: 20px;
    vertical-align: top;
}
.content-bottom
{
    width: 100%;
    vertical-align: top;
}

/* --------------------------------------------------------------------------------------------------- */
