﻿
/*
House Nouse Colours:

Friendly: Normal Yellow
Colour: rgb(252,244,208)	#fcf4d0

Friendly: Light Yellow
Colour: rgb(253,251,230)	#fdfbe6

Friendly: Brown
Colour: rgb(201,116,35)		#c97423
*/

/* House Nouse-specific classes. */


body
{
	text-align: center;
	background-color: #ffffff;
	font-family: Georgia, Verdana, Tahoma, Times New Roman, Sans-Serif;
	color: #808080;
	font-size: 12px;
}

.Text
{
	color: #808080;
}

.Headline
{
	color: White;
	background-color: #C97423;
}
h1
{
	font-weight: normal;
	font-size: 22px;
	padding: 4px 4px 4px 18px;
	border: solid 1px #e2e2e2;
}

h2
{
	font-weight: normal;
	font-size: 11pt;
}

h2, .CompanyName, a
{
	color: #C97423;
	text-decoration: none;
}
a:hover { text-decoration:underline; }

#pageHeader
{
	background-color: #fcf4d0;
	margin-bottom:2px;
}

.HeaderPhoneNumber
{
	float: right;
	position: relative;
	top: 25px;
	margin-right:5px;
}
.HeaderLogo
{
	float: left;
}

#containerarea
{
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: White;
}

#HeaderStrap
{
	text-align: center;
	color: #C97423;
	
	font-weight: bold;
	font-size: larger;
	margin-bottom: 19px;
}

#LeftMenu
{
	width: 122px;
	float: left;
}
#LeftMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
#LeftMenu div ul
{
	background-color:#FDFBE6;
list-style-type:none;
margin:0;
padding:21px 0 0;
}
* html #LeftMenu div ul
{
padding:6px 0 0;
}
*:first-child+html #LeftMenu div ul
{
padding:6px 0 0;
}
.menu2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width:100%;
}
.menu2 li {
	margin-bottom:2px;
}
.menu2 a {
	display:block;
	width:100%;
	font-size:12px;
	text-decoration:none;
	color:#C97423;
	background-color: #fcf4d0;
	padding:4px 0 4px 8px;
}
.menu2 a:hover {
	text-decoration:underline;
	color:#ffffff;
	background-color: #C97423;
}

.SiteContent
{
	width: 620px;
	_width: 612px; /* IE Size */
	background-color: #fdfbe6;
	float:right;
	padding:5px 5px 50px 5px;
	border: solid 1px #fcf4d0;
}

.PageText
{
	width: 377px;
	padding-left: 2px;
	padding-right: 2px;
}

.SectionTitle
{
	background-color: #fdfbe6;
}

.section_title
{
	color:#C97423;
	display:block;
}

.LeftFloat, .FloatLeft
{
	float: left;
}
.FloatRight, .RightFloat
{
	float: right;
}
.AllClear
{
	clear: both;
}

#footer
{
	margin-top: 10px;
	clear: both;
	border-style: solid;
	border-color: #fcf4d0;
	border-width:1px 0;
	width: 756px;
	_width: 748px; /* IE Size */
	padding: 4px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fcf4d0;
	color:#c97423;
}

#footer a
{
	text-decoration: none;
	color:#c97423;
}
#footer a:hover
{
	text-decoration: underline;
}

#PageTextWithinHowHelp
{
	margin-left: 256px;
}