/*************************************************************************
 * Desc: contains the layout for the Screen media type.
 ************************************************************************/


/************* ELEMENTS *************************************/
h2, h3, h4, h5, h6 {
	margin: 0.8em 0;
}

table ul {
	margin-left: 20px;
	padding-left: 0;
}


/****************** GLOBAL ******************************/
.clearer {
	clear: both;
}

.floatL
{
	float: left;
	margin-right: 5px;
}

.floatR
{
	float: right;
	margin-left: 5px;
}

/****************** WRAP, HEADER, NAV ***************************/
#wrap {
	width: 750px;
	margin: 0 10px;
}

#header {
	margin-left: 60px;
	background: url(images/header.jpg) no-repeat;
	height: 75px;
}
#header h1 {
	margin: 0;
}

#header h1 span {
	display: block;
	text-indent: -9000px;
}

#skipLink {
	height: 0px;
	overflow: hidden;
}

#nav {
	width: 150px;
	float: left;
	margin-bottom: 5px;
	position: fixed;
	left: 10px; /* IE7 gets confused without this */
}

#nav ul {
	margin-top: 0;
}

/* nav groups */
#nav > ul > li
{
	font-weight: bold;
	background-color: #000080;
	margin-bottom: 10px;
}

/* nav sub items */
#nav ul ul li
{
	margin-left: 10px;
	font-weight: normal;
	background-color: #000;
}

/* IE/Win only \*/
#nav a { height: 1%; }
/* End IE/Win only */

#nav h2 {
	display: none;
}


/******************** CONTENT ********************/

/* IE/Win Only \*/
* html #content { height: 1%; }
/* end IE/Win only */

#content {
	padding: 0px 10px;
	margin-left: 150px;
	margin-bottom: 1em;
}

#content h2 {
	color: #fff;
	background: #723016 url(../images/h2-cap.gif) top left no-repeat;
	margin-top: 0em;
	margin-right: -10px;
	padding-right: 10px;
	font-size: 120%;
	clear: both;
}

#content h3 {
	color: #fff;
	background: #28497e url(../images/h3-cap.gif) bottom right no-repeat;
	padding: 3px 100px 3px 3px;
	font-size: 120%;
	clear: both;
}

#content img {
}

#content .imageBox {
	font-style: italic;
	min-width: 1px;
}
#content .imageBox img {
	border-bottom: none;
}
#content .imageBox p {
	margin-top: 0;
}

#content .right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#content .left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#content acronym, #content abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
}


/************************ FOOTER *********************/
#footer {
	clear: both;
	margin-left: 160px;
	margin-bottom: 1em;
}

#footer h2 {
	display: none;
}

#footer p {
	margin-top: 0;
}

