/* reset */
*
{
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
.hi {}
body
{
	/*background: url('../img/structure/backgroundTexture.gif') scroll 0 0 #e7e4e4;*/
	background-repeat:repeat-x;
	font-family: 'Georgia';
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	width: 100%;
}
/* HOLIDAY STYLES */
/*
body
{
	font-family: 'Georgia';
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	background-color:#519932;
	background-image:url(../img/holiday/background-greenStarRepeat.gif);
	background-repeat:repeat-x;
	width: 100%;
}
*/
/*
#holiday-lights-left {
	position:fixed;
	top:0px;
	left:0;
	background-image:url(../img/holiday/background-lights-L.png);
	background-repeat:repeat-y;
	width:40px;
	height:100%;
	}
#holiday-lights-right {
	position:fixed;
	top:0px;
	right:0px;
	background-image:url(../img/holiday/background-lights-R.png);
	background-repeat:repeat-y;
	width:40px;
	height:100%;	
	}
#holiday-presents-left {
	position:relative;
	float:left;
	width:115px;
	height:169px;
	left:-58px;
	left: 0\9;
	*left:0px;
	}
#holiday-presents-right {
	position:absolute;
	right:72px;
	width:115px;
	height:169px;
	bottom:0;
	right: 14px\9;
	*right:15px;
	/*	left: 0\9;
	*left:-58px;
	}
*/
	#holiday-outer-container
{
	position: relative;
	margin: auto;
	width: 1165px;
	height: auto;
	min-height: 77em;
}

/*END OF HOLIDAY STYLE */
#main-container
{
	position: relative;
	margin: auto;
	padding: 20px 0 0 3px;
	width: 980px;
	height: auto;
	/*min-height: 100em;*/
	background: url('../img/structure/backgroundBody.png') repeat-y scroll 0 0 transparent;
}

#mastHead
{
	position: relative;
	width: 980px;
	height: 37px;
	z-index: 3;
}

#logo
{
	position: absolute;
	left: 10px;
	top: -19px;
	width: 237px;
	z-index: 2;
}

#logo-image
{
	width:169px; 
	float:left;
}

#social-icons
{
	width:63px; 
	vertical-align:top; 
	float:left;
	margin-top:18px;
	z-index: 2;
}

#social-icons img
{
	width:22px;
	height:22px;
}

#tools
{
	float: right;
	margin: 0 50px 4px 0;
	position: absolute;
	right: 0;
	z-index: 10;
	top: 10px;
}

#tools.hidden-under
{
	z-index: 0;
}

#tools ul li
{
	display: inline;
}

#tools li a
{
	color:#757373;
}

#tools li a:hover
{
	color:#ff0000;
}

.toolsBar
{
	border-right: 1px solid #757373;
	padding-right: 5px;
	padding-left: 5px;
}

#body-container
{
	margin-top: -4px;
	width: 980px;
}
.clear { clear: none !important; }

