/*
 * This file contains default style settings for the entire site.
 * Sections that need to differ from the norm should have their
 * own stylesheet files, which should only contain modifications
 * or additions to what is set in this file.
 */



body {
    background-color: #FFF;
    margin: 0px;
    text-align: left;
    border: 0px;
    padding: 0px;
}


/* Defaults typeface */
body,p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
    font-family: Arial,sans-serif;
}

/* Default font size */
body,p,blockquote,li,td,th,input,textarea,select,button {
    font-size: 12px;
}

/* Default line height for Body Copy elements */
p,blockquote,li,td {
    line-height: 1.6em;
}


/* For standard block elements, place the margin at
 * the BOTTOM instead of the top */
p,table,ul,ol,dl,blockquote,h1,h2,h3,h4 {
    margin-top: 0px;
    margin-bottom: 1em;
}


/* Default line height for headlines */
h1,h2,h3,h4 {
    line-height: 1.2em;
}



/* Default settings for links */
a { color: #000; }
a:link { color: #000; }
a:visited { color: #000; }
a:active { color: #000; }
a:hover { color: #000; text-decoration: none; }


input.Text,
textarea {
    border: 1px solid #A49B92;
    padding: 1px;
    margin: 0px;
}

input.Button, button {
    background-color: #0D2275;
    font-size: 11px;
    color: white;
    border: 1px solid black;
    font-weight: bold;
    text-transform: uppercase;
}


/*
 * RUNNING HEADER
 */


/*
 * HeaderBody allows for bg color to extend. width is controlled via #Header
 */
div#HeaderBody {
    background: #ECD223;
}

div#Header {
	height: 110px;
	position: relative;
	width: 800px;
}
div#Header img.logo, div#Header span.logo {
	position: absolute;
	top: 0;
	left: 10px;
}
img#printLogo {
	display: none;
}
div#Header table#siteNav {
	position: absolute;
	top: 15px;
	left: 185px;
	width: 560px;
}
div#Header table#siteNav tr td {
	font-size: 11px;
	font-weight: bold;
}
div#Header table#siteNav tr td a {
	color: #3E5BA1;
}

img#SiteName {
	display:block;
	margin-left: 24px;
}

div#Highlights {
	margin: 0px 12px 0px 0px;
}

div#Highlights img {
	float: right;
}

/* 
 * SubHead
 */
 
div#SubHeadBody {
    background: #ECD223 url(/lib/skins/2005/images/subheadbg.gif) repeat-y;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
	padding-bottom: 5px;
}

div#SubHeadContainer {
	width: 800px;
}

div#SubHeadBody.Feature table#NavBar {
	margin-bottom: 0px;
}

div#SubHeadBody img#SubHeadImage {
	float: right;
	border: 2px solid #fff;
	margin: 5px 20px 0px 0px;
}

div#SubHeadBody div#SubHead {
	width: 470px;
	margin: 0px 0px 0px 10px;
}

div#SubHeadBody div#SubHead h1 {
	font-size: 12px;
	letter-spacing: -0.1px;
	margin: 5px 0px 0.5em 0px;
}

div#SubHeadBody div#SubHead p {
	line-height: 1.4em;
}

div#SubHeadBody div#SubHead p a {
	color: #3E5BA1;
}

/*
 * Home Body
 */

div#HomeBody {
    background: #fff url(/lib/skins/2005/images/homebodybg.gif) no-repeat 60px 45px;
	width: 750px;
}

table#FeatureNav {
	margin: 40px 0 15px 40px;
}

div#Header table#FeatureNav {
	left: 180px;
	margin: 0;
	position: absolute;
	top: 75px;
}

table#FeatureNav.Footer {
	margin: 45px 0px 0px 35px;;
	padding-bottom: 10px;
}

table#FeatureNav td {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 1.2em;
	padding-right: 45px;
}
div#Header table#FeatureNav td {
	padding-right: 3px;
}
div#Header table#FeatureNav td.text {
	padding-right: 20px;
	padding-top: 4px;
	text-align: left;
}

table#FeatureNav td img {
	margin-bottom: 5px;
}

table#FeatureNav td#red a {
	color: #BA0023;
}

table#FeatureNav td#green a {
	color: #58A339;
}

table#FeatureNav td#blue a {
	color: #37A4E6;
}

table#FeatureNav td#yellow a {
	color: #DF771C;
}

table#FeatureNav td#white a {
	color: #fff;
}


table#FeatureNav td a {
	text-decoration: none;
}

div#HomeBody p {
    background: #fff url(/lib/skins/2005/images/homebodypbg.gif) repeat-y;
	padding: 30px 0px 13px 40px;
}

div#DiscoverNav {
	background: #85BDE8 url(/lib/skins/2005/images/footer-disco.gif) no-repeat;
	padding: 0px;
}

div#DiscoverNavContainer {
	width: 770px;	
}

div#DiscoverNav p {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -0.1px;
	margin: 0px 0px 0.5em 0px;
	padding: 20px 0px 40px 0px;
}


.red {
	color: #BA0023;
}

.green {
	color: #58A339;
}

.blue {
	color: #37A4E6;
}

.yellow {
	color: #EBD223;
}



/*
 * Featuures
 */


div#FeatureBody {
	padding: 35px;
	width: 790px;
}

div#FeatureBody div#Charts {
	float: right;
	margin-left: 20px;
}

div#FeatureBody div#Charts img {
	vertical-align: top;
}

div#FeatureBody div#Charts p{
	font-weight: bold;
	color: #37A4E6;
	font-size: 14px;
	letter-spacing: 1px;
}

/*
 *
 */

h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0.5em;
}

div#FeatureBody h1 {
	color: #90928E;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 1em;
}
div#FeatureBody h1 span.FeatureHeader {
	text-transform: uppercase;
}

div#FeatureBody h2 {
	color: #37A4E6;
}

ul {
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 15px;
}

ul li {
	line-height: 1.4em;
}

img#FeatureHeader {
	margin: 15px 0px 10px 150px;
}

div#MainBody {
	width: 620px;
	padding: 35px;
}


div#MainBody h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0.5em;
}

div#MainBody h2 {
	margin-bottom: 0px;
}
	
div#MainBody a {
	color: #37A4E6;
}

div#Info {
	text-align: center;
	color: #3E5BA1;
	padding: 5px 5px 50px 5px;
	width: 800px;
}

div#Info a {
	color: #3E5BA1;
}


div.PopupMenu {
    background: url(/lib/skins/2005/images/menubg.gif) no-repeat;
    display: none;
    z-index: 10;
}

div.PopupMenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.PopupMenu li {
    margin: 0px;
    padding: 0px;
    display:  inline;
}


div.PopupMenu a, div.PopupMenu a:visited {
    display:  inline;
    color: #000;
    padding: 1px 10px 1px 6px;
    text-decoration: none;
    margin: 0px;
}

div.PopupMenu a:hover {
    background-color: #FEED26;
    color: #CA3D28;
}

div#ApplicationsMenu {
    position: absolute;
    left: 138px;
    top: 136px;
	width: 179px;
	height: 28px;
	padding: 4px 0px 0px 15px;
}


/*
 * Print
 */

img#PrintLogo {
	display: none;
}
