/*
// $Id: wrapper.css,v 1.12 2011/01/07 04:47:34 randyr Exp $
// $Revision: 1.12 $
// $Author: randyr $
//
// $Log: wrapper.css,v $
// Revision 1.12  2011/01/07 04:47:34  randyr
// updated position of navBox
//
// Revision 1.11  2010/11/17 05:15:19  zachb
// *** empty log message ***
//
// Revision 1.10  2009/12/17 23:15:22  zachb
// *** empty log message ***
//
// Revision 1.9  2009/09/22 21:36:41  zachb
// *** empty log message ***
//
// Revision 1.8  2009/09/10 17:28:41  zachb
// interactive site install
//
// Revision 1.7  2009/07/30 21:43:58  zachb
// *** empty log message ***
//
// Revision 1.6  2009/07/24 16:19:05  zachb
// *** empty log message ***
//
// Revision 1.5  2009/07/22 20:07:58  zachb
// *** empty log message ***
//
// Revision 1.4  2009/07/20 19:56:46  zachb
// Jump Box fixes and getting wrapper to work with jump overlay
//
// Revision 1.3  2009/07/07 23:15:07  zachb
// *** empty log message ***
//
// Revision 1.2  2009/07/06 22:23:35  zachb
// *** empty log message ***
//
// Revision 1.1  2009/06/23 19:38:54  zachb
// initial revision
//
// Revision 1.2  2008/02/22 19:01:54  scottl
// Various changes to reference website.  Added new and updated example code modules and fixed some basic things that were missing/broken (Google Analytics, doctype, etc.)
//
//
*/

#mainContainer 
{
	/*border: 1px solid red;*/
}
#headerContainer 
{
	height: 140px;
}
#logoBox 
{
	float: left;
	position: relative;
	left: 64px;
	top: 61px;
	width: 91px;
}
#breadCrumbBox
{
	position: relative;
	left: 264px;
}
#navBox 
{
	/*float: left;
	position: relative;
	left: 113px;
	top: 48px;*/
	position: absolute;
	left: 204px;
	top: 57px;
	width: 600px;
}
#welcomeLinks 
{
	/*border: 1px solid green;*/
	height: 30px;
}
#welcomeLinks A
{
	font-family: Arial;
	line-height: 30px;
	font-size: 10px;
	color: #D44E29;
	text-decoration: none;
	font-weight: bold;
}
#welcomeLinks A:hover
{
	text-decoration: underline;
}

#blogBox
{
	/*float: left;
	position: relative;
	left: 113px;
	top: 110px;*/
	position: absolute;
	left: 804px;
	top: 110px;
	width: 200px;
	font-family: Arial;
	line-height: 16px;
	font-size: 10px;
	color: #897e75;
	font-weight: bold;
}
#blogBox A 
{
	text-decoration: none;
	color: #897e75;
}
#blogBox A:hover
{
	text-decoration: underline;
	color: #897e75;
}
#backgroundDiagonalsContainer 
{
	/*border: 1px solid green;*/
	min-height: 342px;
	height: auto !important;
	background-image: url(../images/corp.diag.lines.secondary.gif);
	background-repeat: repeat-y;
}

#indexBackgroundDiagonalsContainer 
{
	height: auto;
	background-image: url(../images/corp.diag.lines.home.gif);
	background-repeat: repeat-y;
	/*border: 1px solid red;*/
}
#indexBackgroundContainer
{
	/*border: 1px solid green;*/
	height: 559px;
	/*background-image: url(../images/corp.home.bkgd.placeholder.jpg);*/
	background-repeat: no-repeat;
}
#contentBox 
{
	margin-top: 90px;
	width: 564px;
	background-color: #fff;
	/*border: 1px solid red;*/
	min-height: 342px;
	height: auto !important;
	height: 342px;
	padding-bottom: 45px;
}
#contentContainer
{
	position: relative;
	left: 331px;
	width: 564px;
	/*border: 1px solid blue;*/
	z-index: 1;
	min-height: 342px;
	height: auto !important;
}
#content 
{	
	position: relative;
	top: 25px;
	left: 22px;
	width: 518px;
	/*border: 1px solid red;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #98938f;
}
#content P:first-child 
{
	margin:0;
	padding:0;
}
#content A 
{
	color: #D64C2B;
	text-decoration: none;
}
#content A:hover
{
	color: #D64C2B;
	text-decoration: underline;
}
li
{
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 15px;
}

#dotBox 
{
	position: relative;
	top: 45px;
	left: 280px;
	width: 247px;
	padding-bottom: 25px;
	/*border: 1px solid blue;*/
}

#footerContainer 
{
	width: 630px;
	/*border: 1px solid green;*/
}
#indexFooterContainer 
{
	width: 605px;
	position: relative;
	left: 358px;
}

/* NAVIGATION STYLES */
table.primaryNav
{
	font-family: Arial;
	line-height: 16px;
	font-size: 10px;
	color: #897e75;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

table.primaryNav A
{
	font-family: Arial;
	line-height: 16px;
	font-size: 10px;
	color: #897e75;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

table.primaryNav A:hover 
{
	color: #D44E29;
}

table.primaryNav A.navOn 
{
	color: #D44E29;
}

#jumpBox
{
	position: absolute;
	top: 230px;
	/*border: 1px solid red;*/
	z-index: 10;
}


