
body {
  background: #CCC url("images/bodybg.png") top left repeat-x;
  font-size: 100%;
  margin: 0 0 20px 0;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
  font-family:Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
}
#page
{
  font-size:0.75em;
  width: 914px;
  background: #FFF url("images/main-bg.png") top left repeat-y;
  margin: 0 auto;
}

#header
{
  background: #FFF url("images/header.png") top left no-repeat;
  width: 670px;
  height: 175px;
}

#home-logo {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

#home-logo a {

}
#main {
}
#main-inner {
  background: url("images/main-inner-bottom-bg.png") bottom left no-repeat;
  padding-bottom: 75px;
}

#site-right {
  float: left;
  display: inline;
  padding: 0;
  margin-top: 0;
  margin-left: 244px;
  margin-right: -914px;
  width: 670px;

}
#site-right-inner {

}

#content
{
  float: left;
  background: url("images/content-bg.png") top right no-repeat;
  width: 670px;

  min-height:415px;
  height:auto !important;
  height:415px;
}
#content-inner {
  margin:0;
  padding: 0 27px 50px 20px;
}

#content-area {
}

a {
  color: #323B97;
  text-decoration: none;
}
a:hover {
  color: #CC0000;
}

#content a {
  border-bottom: 1px dotted #ccc;
}
#content a:hover {
  border-bottom: 1px solid #cc0000;
}
a img {
  border: none;
}




/* sidebar-left */

#phone-number {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  padding-left: 11px;
  text-indent: -9999px;
}
#sidebar-left
{

  background: url("images/sidebar-top.png") top left no-repeat;
  float: left;
  display: inline;
  margin-left: 0;
  margin-right: -244px;
  width: 244px;
  font-size: 0.9em;
  min-height:415px;
  height:auto !important;
  height:415px;
}
#sidebar-nav {
  float: left;
  border: 1px solid #000;
  margin-top: 18px;
}

#sidebar-left-inner {
  float: left;
  margin-top: 23px;
  margin-left: 33px;
  margin-bottom: 30px;
}

#sidebar-left span {
  border-bottom:1px solid #CCCCCC;
  color:#000000;
  display:block;
  line-height:2em;
  padding-left:10px;
  position:relative;
  text-decoration:none;
  font-size: 1em;
  font-weight: bold;
}


.sidebar-block {
  width: 100%;
  float: left;
  display: inline;
  text-align: center;
}
.sidebar-block-inner {
  margin: 10px;
}

#footer {
  height: 68px;
  background: url('images/footer-bg.png') top left no-repeat;
}

#footer p
{
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 1px 0 0 0;
  line-height: 17px;
}
#footer-inner {
  padding-top: 20px;
  padding-left: 30px;
}
#footer-message
{
  float: left;
  color: #fff;
}

#footer-message a
{
  color: #fff;
  border-bottom: 1px dotted #fff;
}
#footer-message a:hover
{
  border-bottom: 1px solid #fff;
}



/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

#header, #content, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks {
  overflow:visible;
  word-wrap:break-word;
}
