﻿body
{
	background-color: #ffffff;
	color: #808080;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
}

a
{
	color: #710c33;
}
select
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
}
textarea
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}
input
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}
h1
{
	color: #808080;
	font-size: 18px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	color: #808080;
}
p
{
	margin-top: 0px;
	margin-bottom: 1em;
	text-align:justify;
}
#header
{
	height: 120px;
	padding-top: 5px;
	padding-left: 5px;
	background: transparent url(../images/DarkerRedGradientBkg.png);
}
/*
div#headerLogo
{
	float: left;
	padding-top: 11px;
	padding-left: 11px;	
}
div#headerContent
{
	float: right;
	width: 125px;
	padding-top: 11px;
	margin-right: 8px;
}
*/
#body
{
	clear: both;
	width: 955px;
}
#menuPanel
{
	float: left;
	width: 200px;
	padding-left: 5px;
}
#weather
{
	width: 200px;
	background-image: url(../images/200x175Panel.png);
}
#page
{
	float: left;
	width: 740px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}
#footer
{
	clear: both;
	border-top: #e9e9e9 1px solid;
}
#footerAddress
{
	margin-left: 5px;
}
#footerCopyright
{
	margin-left: 5px;
	font-size: 8px;
}
#pageHeader
{
	width: 734px;
	height: 25px;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(../images/Box740CapHeaderTop.png);
	background-repeat: no-repeat;
}
#pageContent
{
	width: 732px;
	padding: 3px;						/* Top and bottom padding prevents margin collapse issues */
	border-left: #e9e9e9 1px solid;
	border-right: #e9e9e9 1px solid;
	background-color: #fdfdfd;
	background-image: url(../images/Box740Background.png);
	background-repeat: no-repeat;
}
#pageFooter
{
	width: 734px;
	padding-left: 3px;
	padding-right: 3px;	
	background-image: url(../images/Box740CapBottom.png);
	background-repeat: no-repeat;
}

/* accordion menu styles, move to new css? */
#accordion
{
	height:240px;
	margin:0px 0px;
	color:#666600;
}

#accordion div.toggler
{
	cursor:pointer;
	background:transparent url(../images/MenuSlider.png) no-repeat;
	height:31px;
	width:200px;
}
#accordion div.toggler:hover
{
	color:#ffffff;
}
#accordion div.togglerTop
{
	background:transparent url(../images/MenuSlider.png) no-repeat;
	height:31px;
	width:200px;
}
#accordion div.togglerTop:hover
{
}
#accordion div.togglerBottom
{
	background:transparent url(../images/MenuSliderHot.png) no-repeat;
	height:31px;
	width:200px;
}
#accordion div.togglerBottom:hover
{
}
#accordion div.togglerNoElements
{
	background:transparent url(../images/MenuSlider.png) no-repeat;
	height:31px;
	width:200px;
}
#accordion div.togglerNoElements:hover
{
}

#accordion div.togglerText
{
	padding-left:5px; 
	padding-top:6px; 
}
#accordion div.togglerTopText
{
}
#accordion div.togglerBottomText
{
}
#accordion div.togglerNoElementsText
{
}

#accordion a.togglerTopText
{
	display:block;
	height:25px;
	width:195px;
	padding-left:5px; 
	padding-top:2px;
	color:#666600;
}
#accordion a.togglerTopText:hover
{
	color:#ffffff;
	text-decoration:none;
}
#accordion a.togglerNoElementsText
{
	display:block;
	height:25px;
	width:195px;
	padding-left:5px; 
	padding-top:6px;
	color:#666600;	
}
#accordion a.togglerNoElementsText:hover
{
	color:#ffffff;
	text-decoration:none;
}
#accordion a.togglerBottomText
{
	display: block;
	height: 21px;
	width: 195px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #fa9c94;/*#de99bf;*/
}
#accordion a.togglerBottomText:hover
{
	color:#ffffff;
	text-decoration:none;
}

#accordion div.element
{
	border-right: #f5f5dc 1px solid;
	border-left: #f5f5dc 1px solid;
	background-color: #fcfcfc;
	padding-right: 4px;
	padding-left: 4px;
	width: 190px;
}
#accordion div.element div
{
}