/*-------------------------------------------------------------------------------
$Archive: /TraneDotCom/Redesign/PSCDEV2/Stylesheets/HomeStyle.css $
$Author: Bpayne $
$Date: 9/30/02 3:35p $
$Revision: 1 $
$NoKeywords: $
-------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------
Stylesheet:  HomeStyle.css
Documented:  4 June 2002 By David Brewer
Purpose:     Defines styles used on the home page of the site.
             Defined for IE on PC, other stylesheets may be used to
             modify this one.
---------------------------------------------------------------------- */

body {
	margin: 0 0 0 0;
	background-color: #FFF;
	color: #000;
}

.nomargin {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#bodytext h1  {
	color: #CC3333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
}

#bodytext p {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0px;
}

/**********************************************
 section headings, text under section headings
***********************************************/

a.section {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

a.section:hover {
	color:  #47C41E;
}

a.page {
	color: #555522;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.page:hover {
	color:  #47C41E;
}

.text { 
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0px;
}

.verticalBar {
	background-image: url('/Images/DotGray.gif');
}


/**********************************************
 text and links in the lower menu bar
***********************************************/

.lowerMenu {
	background-color: #0465CE;
	color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

a.lowerMenuText {
	color: #CCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.lowerMenuText:visited {
	color: #CCC;
}

a.lowerMenuText:active {
	color: #CCC;
}

a.lowerMenuText:hover {
	color: #fff;
}

/**********************************************
 the footer text
***********************************************/

.footer {
	color: #999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
	margin-left:20px;
	margin-top: 8px;
}

/**********************************************
 background color for bars, and for the flash area
***********************************************/

.topBar {
	background-color: #E5E5E5;
}

.flashArea {
	background-image: url('Images/background.gif');
}