﻿HMTL, body
{
    margin: 0px;
    background-color: White;
    font-family: Arial, Tahoma, Sans-Serif;
    color: Black;
    font-size: 62.5%;
}

p, h1, h2, li
{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.4em;
}
p
{
    margin-top: 0pt;
    margin-bottom: 4pt;
}
H1
{
    color: #dd6123;
    font-size: 2em;
}
h2
{
    font-size: 1.2em;
    text-decoration: underline;
}
img
{
    border: 0;
}

#container
{
    margin: auto;
    width: 960px;
    background-color: White;
}

#masthead
{
    height: 120px;
    background-color: White;
}
.logo
{
    margin-top: 20px;
    margin-left: 20px;
}
#content
{
    float: left;
    width: 650px;
}

/* Side bar */
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
#sidebar 
{
    float: right;
}
.sidebox {
	margin: 0 auto; /* center for now */
	width: 30em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.4em; 
	line-height: 1em;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.slider_content 
{
    overflow: hidden;
}
.slider_content a
{
    text-decoration: none;
    color: Black;
}
.client 
{
    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 20px;
}
.slider_content .client 
{
    text-align: right;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
}
blockquote {background:url(../images/quotel.gif) no-repeat 0 0; margin:0; }
blockquote p {background:url(../images/quoter.gif) no-repeat 100% 100%; margin-bottom:0; padding: 0 22px 0 22px;}
.slider_content blockquote {background:url(../images/quotel.gif) no-repeat 0 0; margin:0; }
.slider_content blockquote p {background:url(../images/quoter.gif) no-repeat 100% 100%; margin-bottom:0; padding: 0 22px 0 22px;}

#footer
{
    clear: both;
    height: 80px;
}
#footer_text
{
    background-color: #262626;
    color: White;
    width: 100%;
    margin-left: 2px;
    font-size: 1.4em;
    line-height: 1.8em;
    margin-top: 10px;
}
