* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body 
{
	background-color: #fff;
	background-image: url(/images/bak_repeat.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}
h1 {
}

h2 {
}
h3 {
}
a
{
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: none;
}
ul, ol
{
	list-style: none none;
	margin: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
img.marginRight
{
	margin-right: 10px;
	margin-bottom: 10px;
}
img.marginLeft
{
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #b3a38c;
}
.printOnly
{
	display: none;
}
.hidden
{
	display: none;
}
#main
{
    margin: 0;
	width: 100%;
	background-image: url(/images/bak_content_y.jpg);
	background-repeat: repeat-y;
	position: relative;
	text-align: left;
    min-height: 100%; /* For Modern Browsers */
}
* html #main
{
    height: 100%; /* For IE */
}
#inner
{
	width: 100%;
	height: auto;
	float: left;
	padding-left: 0px;
	background-image: url(/images/bak_inner_x.jpg);
	background-repeat: repeat-x;
}
#banner
{
	width: 908px;
	height: 237px;
	padding-left: 52px;
	float: left;
	background-repeat: no-repeat;
}
div.bannerHome
{
	background-image: url(/images/bak_top_home.jpg);
}
div.bannerContent
{
	background-image: url(/images/bak_top.jpg);
}

#nav
{
	float: left;
	width: auto;
	height: 43px;
}
#nav ul
{
	padding-left: 13px;
	float: left;
	width: auto;
}
#nav ul li
{
	margin: 0px;
	margin-right: 1px;
	float: left;
	width: auto;
	height: auto;
}
#nav ul li a
{
	display: block;
	height: 31px;
	width: auto;
	padding-top: 12px;
	font-size: 1.3em;
	color: #713200;
	float: left;
	background-image: url(/images/bak_nav.png);
	background-repeat: repeat-x;
	padding-right: 11px;
	padding-left: 11px;
	text-decoration: none;
}

#nav ul li a:hover
{
	background-image: url(/images/bak_nav_ovr.png);
	color: #b45800;
}
#nav ul.nav li.sel a
{
	background-image: url(/images/bak_nav_ovr.png);
}
#nav ul.nav li.sel a:hover
{
	background-image: url(/images/bak_nav_ovr.png);
	color: #713200;
}

#nav ul ul
{
	position: absolute;
	top: 43px;
	height: auto;
	background-color: #e6f5f1;
	border: 1px solid #e3e6db;
	border-top: none;
	border-bottom: none;
	padding: 0px;
}
#nav ul ul li
{
	clear: both;
	display: table;
	padding: 0px;
	margin: 0px;
}

#nav ul.nav ul li a
{
	background-image: none;
	font-size: 1.1em;
	line-height: 1.2em;
	height: auto;
	padding: 5px;
	padding-left: 10px;
	padding-top: 7px;
	display: block;
	width: 138px;
	border-bottom: 1px solid #e3e6db;
}
#nav ul.nav ul li a:hover
{
	color: #b45800;
}

#nav ul.nav li.sel ul li a
{
	background-image: none;
	color: #713200;
}
#nav ul.nav li.sel ul li a:hover
{
	background-image: none;
	color: #b45800;
}
#nav ul ul#tot
{
	width: 153px;
}
#nav ul ul#tot a
{
	width: 138px;
}
#nav ul ul#sas
{
	width: 136px;
}
#nav ul ul#sas a
{
	width: 121px;
}
#access
{
	float: right;
	width: auto;
	height: 43px;
	color: #ccc;
	padding-top: 2px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .8em;
	display: none;
}
#access a
{
	text-decoration: none;
	color: #535789;
}
#access a:hover
{
	text-decoration: underline;
}
#logo
{
	width: 330px;
	height: 190px;
	float: left;
}
#logo a
{
	width: 330px;
	height: 190px;
	display: block;
}
#middle
{
	margin: 0 0 0 0;
	padding-bottom: 110px;
	margin-bottom: 110px;
}
html>body #middle
{
	margin-bottom: 0px;
	`margin-bottom: 110px;
}
#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}


#content
{
	width: 948px;
	height: 420px;
	float: left;
	padding-left: 52px;
	background-repeat: no-repeat;
}
html>body #content
{
	min-height: 420px;
	height: auto;
}
#content a
{
	color: #535789;
	text-decoration: underline;
}
#content a:hover
{
	color: #d58900;
	text-decoration: underline;
}
#content ul
{
	color: #8c572b;
	list-style-type: square;
	list-style-position: inside;

}
#content ul li
{
	font-family: arial, sans-serif;
	margin: 0px;
	margin-top: .5em;
	line-height: 1.1em;
	padding-left: 40px;
	font-weight: bold;
}

div.contentHome
{
	background-image: url(/images/bak_main_home.jpg);
}
div.contentContent
{
	background-image: url(/images/bak_main_content.jpg);
}
#contentCol
{
	width: 617px;
	height: auto;
	float: left;
}
#content div.homeBlock
{
	float: left;
	padding-top: 30px;
}
#content div.homeBlock p
{
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: .6em;
}
#content div.homeBlock p a
{
	color: #333;
	text-decoration: none;

}
#content div.homeBlock p a:hover
{
	color: #000;
	text-decoration: none;
}
#homeBlock1
{
	width: 230px;
	height: 162px;
	padding-left: 25px;
}
#homeBlock2
{
	width: 280px;
	height: 162px;
	padding-left: 54px;
}
#homeBlock3
{
	width: 250px;
	height: auto;
	padding-left: 25px;
}
#homeBlock4
{
	width: 280px;
	height: auto;
	padding-left: 34px;
}
#contentBlock
{
	width: 555px;
	height: auto;
	padding-left: 25px;
	padding-top: 30px;
}
#content div.about
{
	background-image: url(/images/header_about.jpg);
	background-repeat: no-repeat;
}
#content div.sas
{
	background-image: url(/images/header_sas.jpg);
	background-repeat: no-repeat;
}
#content div.tot
{
	background-image: url(/images/header_tot.jpg);
	background-repeat: no-repeat;
}
#content div.faqs
{
	background-image: url(/images/header_faqs.jpg);
	background-repeat: no-repeat;
}
#content div.contact
{
	background-image: url(/images/header_getintouch.jpg);
	background-repeat: no-repeat;
}
#contentBlock h2
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: .5em;
	color: #8c572b;
}
#contentBlock p
{
	font-family: Arial, Helvetica, Sans-serif;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#contentBlock p.first
{
	padding-top: 18px;
}
#contentBlock p.pullout
{
	font-size: 1.2em;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: bold;
}
#contentBlock ol
{
	list-style-type: decimal;
	list-style-position: inside;
	font-family: Arial, Helvetica, Sans-serif;
}
#contentBlock ol li
{
	line-height: 1.4em;
	margin-bottom: 1em;
}

#quotesCol
{
	width: 330px;
	height: auto;
	float: left;
}
#quotesCol #flashBlock
{
	width: 330px;
	height: 300px;
	float: left;
}

#quotesCol h3
{
	padding-left: 20px;
	padding-top: 20px;
	font-size: 1.3em;
	color: #8c572b;
}
#content #quotesCol ul
{
	clear: both;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	width: 248px;
}
#content #quotesCol ul li
{
	margin-top: .5em;
	font-size: 120%;
	font-weight: bold;
	font-family: Helvetica, arial, sans-serif;
	color: #535789;
	background-image: none;
	border: 1px solid #e5e5e5;
	padding: 4px;
}
#content #quotesCol ul ul
{
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	display: none;
	width: auto;
}
#content #quotesCol ul ul li
{
	border: none;
	padding: 0px;
	font-size: .9em;
	font-family: Arial;
	font-weight: normal;
}

div.contactText
{
	font-size: 120%;
}
div.fullPanel
{
	float: left;
	height: 130px;
	width: 543px;
	background-image: url(/images/bak_contact_large.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	margin-bottom: 6px;
}
html>body div.fullPanel
{
	margin-bottom: 12px;
}
.rateBox0
{
float: left;
width: 60px;
height: 45px;
}
.rateBox1
{
float: left;
width: 155px;
height: 41px;
padding-top: 4px;
}
.rateBox2
{
float: left;
width: 170px;
height: 41px;
padding-top: 4px;
}
p.small
{
font-size: 75%;
}
.contactBox0
{
float: left;
width: 60px;
height: 27px;
}
.contactBox1
{
float: left;
width: 475px;
height: 28px;
font-size: 1.2em;
padding-top: 1px;
}
div.colPanel
{
	float: left;
	height: 136px;
	width: 180px;
	background-image: url(/images/bak_contact_block.jpg);
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-top: 6px;
}
div.colLast
{
	width: 177px;
}
div.sasPanel
{
	padding-top: 8px;
	margin-bottom: 2px;
}

#content div.sasPanel a
{
	display: block;
	width: 165px;
	height: 125px;
	text-decoration: none;
	background-image: url(/images/bak_landing_link.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content div.sasPanel a:hover
{
	text-decoration: none;
}
div.sasPanel a span.title
{
	color: #d58900;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-serif;
	display: block;
	width: 165px;
	line-height: 1.3em;
	margin-bottom: .4em;
}

#footer
{
	height: 70px;
	width: 100%;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: url(/images/bak_foot_x.jpg);
	position: relative;
	margin: -4.5em 0 0 0;
}

* html #footer
{
	margin-top: -3.5em;
}
#footer div.footInner
{
	background-image: url(/images/bak_foot_static.jpg);
	background-repeat: no-repeat;
	width: 738px;
	height: 26px;
	padding-top: 44px;
	padding-left: 62px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .9em;
	color: #666;
}
#footer a
{
	color: #999;
}
#footer a:hover
{
	color: #333;
}

#contentCol .fQuote p
{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.1em;
	color: #8c572b;
	font-weight: bold;
}


