
html, body { 
	font-family: "Times New Roman", Times, serif;
	color: #006;
	background-image: #FFF url(../images/background.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: small;
}
* html body {
	font-size: x-small;
	f\ont-size: small;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 120%;
	color: #436D90;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 100%;
	color: #436D90;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 *
 * Classes.
 * 
 */
.center {
	width: 834px;
	text-align: center;
	margin: 0px auto;
}

/*
 *
 * Page Components 
 * 
 */

/*
 *
 * Header
 *
 */

#header {
	background-color: #09406E;
	color: #FFF;
	padding: 10px 0 0 0;
	text-align: center;
	margin: 0px auto;
	float: left;
	clear: left;
	width: 100%;
}
#header .wrapper {
	float: left;
	background: url(/images2/bg_info.gif) no-repeat top right;
}

#header #logo {
	float: left;
	clear: left;
}
#header #logo a {
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
}

#companyInfo {
	color: #09406E; 
	width: 235px;
	font-size: 80%;
	margin: 0 0 0 9px;
	padding: 10px 0 0 0;
	float: right;
	clear: right;	
	text-align: left;
	list-style: none;
	border-bottom: 1px dotted #09406E;
	font-weight: bold;
}
#companyInfo li {
	background-color: #DAE3E9;
	padding: 0 20px 0 10px;
	text-align: right;
	margin: 0 10px;
}
#companyInfo li:first-child {
	border-top: 1px dotted #09406E;
}
#companyInfo #mobile {
	background: url(/images2/mobile.gif) no-repeat right 50%;
}
#companyInfo #telephone {
	background: url(/images2/telephone.gif) no-repeat right 50%;
}
#companyInfo #email {
	background: url(/images2/email.gif) no-repeat right 50%;
}



#nav {
	padding: 5px 0px;
	margin: 0px 0px;
	list-style: none;
	float: left;
	clear: left;
	width: 590px;
}
#nav li {
	float: left;
}
#nav li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	text-align: left;
}
#nav li a:hover {
	color: #09406E;
	background-color: #FFF;
}
#home #t-home a, #about #t-about a, #tips #t-tips a, #feedback #t-feedback a
, #contact #t-contact a {
	font-weight: bold;
	border-top: 1px solid #DAE3E9;
	border-left: 1px solid #DAE3E9;
	border-right: 1px solid #006; 
	border-bottom: 1px solid #006; 
}

/*
 *
 * Body
 *
 */

#body {
	background: #FFF url(/images2/bg.jpg) repeat-x top;
	color: #09406E; 
	padding: 0;
	text-align: center;
	margin: 0px auto;
	float: left;
	clear: left;
	width: 100%;
}

#body .wrapper {
	float: left;
	text-align: left;
	background: #FFF url(/images2/bg_content_top.jpg) no-repeat left top;
}

#body .wrapper #trim {
	height: 30px;
	width: 834px;
	background:  url(/images2/bg_content_bottom.gif) no-repeat left bottom;
	float: left;
	clear: both;
}

#body #content {
	float: left;
	clear: left;
	padding: 10px 0px;
	min-height: 400px;
}

#body p, #body ul, #body h1, #body h2 {
	margin: 0 0px 0.8em 210px;
	width: 370px;
	padding: 0;
	list-style: none;
}

#body #summary {
	list-style: none;
}
#body #summary li {
	background: url(/images2/bullet1.gif) no-repeat left 50%;
	padding-left: 20px;
	margin-bottom: 0.8em;
}
#body #hints_and_tips {
	float: left;
	clear: left;
	width: 156px;
	height: 142px;
	padding: 0;
	margin: -325px 0 0 20px;
}

#body #quotes {
	float: right;
	clear: right;
	width: 225px;
	margin: 0px 0px;
	text-align: right;
}
#body #quotes li {
	margin-bottom: 1em;
	font-size: 130%;
	color: #666;
	font-style: italic;
	padding: 0px 5px;
}
#body .decoration {
	padding-bottom: 180px;
	background: url(/images2/plumber_van.gif) no-repeat bottom;
}

#body #affiliations {
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	width: 370px;
	border-top: 1px dotted #09406E;
}
#body #affiliations li {
	float: left;
	width: 30%;
}
#body #links li {
	padding-right: 30px;
	text-align: right;
	background: url(/images/b1.gif) no-repeat right 50%;
}

#footer {
	text-align: center;
	font-size: 80%;
	color: #09406E;
	float: left;
	clear: left;
	margin-top: 20px;
	width: 100%;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer p a {
	color: #09406E;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

