﻿/* global styles */
html, body 
{
	background-color: #966;
}

a 
{
	color: #CC6600;
	text-decoration: none;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

#custom-doc 
{ 
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
    margin:auto; 
    min-width:970px; 
    text-align:left; 
    width:74.62em;
    *width:72.82em;
}

#hd, #ft
{
	background-color: #C9C2B1;
}

/* masthead + nav styles */

#masthead
{
	background: transparent url(/images/core/masthead.jpg) no-repeat scroll top left;
	display: block;
	height: 108px;
	text-indent: -9999px;
}

#nav-global
{
	background-color: #F0EADE;
	height: 37px;
	line-height: 37px;
}

#nav-global ul
{
	margin-left: 22px;
	text-align: left;
}

#nav-global ul li
{
	display: inline;
	font-size: 1.4em;
	margin-right: 30px;
	text-transform: uppercase;
}

#nav-global ul li a
{
	color: #9A9076;
	text-decoration: none;
}

#nav-global ul li a:hover
{
	color: #CC6600;
}

/* body area styles */

#bd
{
	background-color: #fff;
	padding: 30px 45px;
}

#bd a:hover
{
	text-decoration: underline;
}

/* content area styles */
.yui-g h1
{
    color: #9A9076;
    font-size: 24px;
	height: 60px;
	/*text-indent: -9999px;*/
	width: 160px;
}

/* footer area styles */

#bd > .yui-b
{
	margin-top: 60px;
}

#nav-footer
{
	background: transparent url(/images/core/masthead.jpg) no-repeat scroll top left;
	height: 24px;
	line-height: 22px;
	vertical-align: middle;
}

#nav-footer ul
{
	text-align: center;
}

#nav-footer ul li
{
	border-left: solid 1px #fff;
	display: inline;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 0 6px;
	text-transform: lowercase;
}

#nav-footer ul li:first-child, #nav-footer ul li.li-first
{
	border-left: none;
}

#nav-footer ul li a
{
	color: #fff;
	text-decoration: none;
}

#nav-footer ul li a:hover
{
	color: #CC6600;
}
