/*
// $Id: wrapper.css,v 1.10 2007/10/02 17:45:54 stephend Exp $
// $Revision: 1.10 $
// $Author: stephend $
//
// $Log: wrapper.css,v $
// Revision 1.10  2007/10/02 17:45:54  stephend
// Module updates
//
// Revision 1.9  2007/09/17 21:29:09  stephend
// Updated specials widget(s)
// Added meta-data
// Updated style switchers
// Added sub-page heroes
//
// Revision 1.8  2007/09/12 22:23:50  stephend
// Updated margins
//
// Revision 1.7  2007/09/11 17:27:57  stephend
// Added calendar module, pt. 1
// Added page.wide
//
// Revision 1.6  2007/09/04 20:56:19  stephend
// Added font toggler, updated press releases
//
// Revision 1.5  2007/08/30 20:55:22  stephend
// UI Tweaks
//
// Revision 1.4  2007/08/29 19:50:32  stephend
// UI Tweaks
//
// Revision 1.3  2007/08/28 22:38:53  stephend
// Module Build
//
// Revision 1.2  2007/08/21 22:31:15  stephend
// *** empty log message ***
//
// Revision 1.1  2007/08/20 17:17:09  stephend
// Init. check-in
//
// Revision 1.1  2007/07/12 17:32:30  scottl
// Module cleanup after corruption.
//
// Revision 1.1  2007/02/01 19:50:36  scottl
// Had to re-add the module after a developer committed project specific code and assets to the reference website.
//
// Revision 1.1  2006/11/27 16:28:25  scottl
// Re-established ReferenceWebsite module after cross-project corruption issue.
//
// Revision 1.1.1.1  2006/08/28 19:54:54  scottl
// Initial check-in.
//
//
*/
body 
{
	background:#e2d8cc url(../images/bg.jpg) repeat-x;
	padding:30px 0;margin:0;
}
body,p
{
	font-family:Georgia, serif;
	font-size:13px;
	color:#383838;
}

p {padding:0;margin:0;}

img {border:0}

input,select 
{
	font-family:Georgia, serif;
	font-size:12px;
	color:#706c6b;
}

a 
{
	font-family:Georgia, serif;
	font-size:13px;
	color:#b7851c;
}
a:hover {color:#836414;}

div.yellowbar 
{
	width:757px;
	height:11px;
	background-color:#edb74b;
}
h1,h2,h3,h4,h5,h6 {padding:0;margin:0;font-weight:normal;color:#a8a8a8;letter-spacing:2px}

h1 
{
	padding:0 0 8px 0;
	margin:0;
	font-size:22px;
	line-height:1em;
}

h1 a, h1 a:hover
{
	font-weight:normal;
	font-size:22px;
	color:#232020;
	letter-spacing:2px;
	text-decoration:none;
}

h2 {font-size:18px;}

ul {margin:0;padding:0;list-style-type:none;}
li {
	padding: 2px 0 0 10px;
	background-image: url(../images/goldbar.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
li a {color:#706c6b;text-decoration:none}
li a:hover {text-decoration:underline}
ul li ul li a {font-size:12px} /* reduces size of sitemap subnav items */

#containerDatePicker 
{
	position:absolute;	
	margin:84px 0 0 194px;
	z-index:100;
}

#containerParent 
{
	width:982px;
	height:756px;
	margin:auto;
}
#content_sitemap
{
	width:220px;
	float:left;
	padding:0 0 15px 10px;
}

#content_wide
{
	padding:10px 10px 15px 10px;
}

#font_toggler 
{
	text-align:right;
	color:#706c6b;
	font-size:12px;
	padding:2px 14px;
}

#footer 
{
	font-size:10px;
	color:#706c6b;
	background-color:transparent;
}
#footer a
{
	font-size:10px;
	color:#706c6b;
	text-decoration:none;
}
#leftcol
{
	font-size:12px;
	width:220px;
	float:left;
	color:#706c6b;
}
#news 
{
	width:366px;
	float:right;
	padding:10px 0 15px 10px;
	background-image:url("../images/pipe.gray.gif");
	background-position:0 16px;
	background-repeat: no-repeat;
}

#specials 
{
	width:366px;
	float:left;
	padding:10px 0 15px 10px
}

.containerMain 
{
	width:757px;
	float:right;
	background-color:#fff;

}
.containerMain h1 
{
	color:#232020;	
}
.dark {color:#232020;}
.error {border:solid 1px #ff0000;color:#ff0000;}
.lowercase {text-transform:lowercase}
.name2 {display:none}
.si {font-style:italic}
.small {font-size:10px}
.yellow {color:#edb74b}
