﻿html, body
{
  background-color: #FFFFFF;
}

/* Allows div's to touch with no gap */
*
{
  margin: 0;
  padding: 0;
}

img
{
  border: 0;
}

#wrapper
{
  margin: 0 auto;
  width: 900px;
  color: #444444;
}

.clear
{
  clear: both;
}

.center
{
  margin: 0 auto;
  text-align: center;
}

h5, h6
{
  color: #444444;
}

h1, h2, h3, h4
{
  padding: 10px 0;
  color: #444444;
}

#header
{
  background: url('../img/banner_with_logo.png') no-repeat;
  height: 211px;
}

.menuBar
{
  background: url('../img/menu-background.gif') no-repeat;
  width: 900px;
  height: 37px;
  margin-top: 2px;
}

.menuItems ul li
{
  display: inline;
  float: left;
}

#logo
{
  padding-top: 33px;
  padding-left: 80px;
}

.divider
{
  background: url('../img/menu-background.gif') no-repeat;
  height: 21px;
}

#container
{
  background: url('../img/bg.png') no-repeat center top /*fixed*/;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}

#sidebar
{	
	float: left;
  width: 137px;
  margin: 0 0 0 32px;
}

#sidebar .top
{
  background: url('../img/grey-top.png') no-repeat;
  height: 27px;
}

#sidebar .bottom
{
  background: url('../img/grey-bottom.png') no-repeat;
  height: 50px;
}

#sidebar .middle
{	
  background: url('../img/grey-middle.png') repeat-y;
}

#mainPanel
{
	float: right;
  width: 670px;
  margin: 0 31px 0 0;
}

#mainPanel .top
{
  background: url('../img/green-top.png') no-repeat;
  height: 27px;
}

#mainPanel .bottom
{
  background: url('../img/green-bottom.png') no-repeat;
  height: 50px;
}

#mainPanel .middle
{
  background: url('../img/green-middle.png') repeat-y;
}

.content
{
  padding: 0 10px 0 10px;
  font-family: Verdana;
  font-size: 10pt;
  text-decoration: none;
  color: #444444;
}

#footer
{
  background-color: #FFFFFF;
  text-align: center;
}

#footer a
{
  font-family: Arial;
  text-decoration: none;
  color: #444444;
}

#footer a:hover, a:active
{
  color: #C1FF00;
}

#footer_left
{
  padding-bottom: 5px;
  float: left;
}

#footer_right
{
  padding-top: 10px;
  float: right;
}

#copywrite
{
  font-size: 10pt;
  color: #AAAAAA;
}

/* quote.aspx */
.quote
{
  font-family: Arial;
  font-weight: bold;
  color: #444444;
}

.quote h2 h3 h4 h5 h6
{
  color: #444444;
  padding: 10px 0px 10px 0px;
}

.quote .checkboxes
{
  margin-left: 40px;
  list-style: none;
  font-weight: normal;
}

.quote .text
{
  font-weight: normal;
  padding: 10px 0px 10px 0px;
}

.quote .errors
{
  font-weight: normal;
}

.quoteimg
{
  padding-left: 29px;
  padding-top: 62px;
}

.blog_link
{
  float: right;
  width: 360px;
  font-style: italic;
  padding-bottom: 15px;
  font-size: 11px;
}
.blog_link a
{
  font-style: normal;
  font-size: 12px;
}
.blog_join_discussion
{
  float: right;
  width: 360px;
  text-align: left;
  padding-bottom: 15px;
  font-size: 10px;
}

.blog_image
{
  float: left;
  width: 130px;
  padding-bottom: 15px;
}

.text
{
  padding-bottom: 15px;
}

.text a
{
  text-decoration: none;
}
.text a:hover, a:active
{
  color: #FFFFFF;
}

.portfolio_webphoto
{
  padding: 50px 0px 10px 20px;
  clear: both;
  float: left;
  width: 160px;
  text-align: center;
  vertical-align: middle;
}

.portfolio_webphoto img
{
  height: 100px;
  width: 150px;
}

.portfolio_info
{
  float: right;
  width: 300px;
}

.portfolio_info h2, h3
{
  padding: 10px 0px 10px 0px;
}

.portfolio_info h2
{
  font-size: 16pt;
}

.pricelink
{
  cursor: pointer;
  margin-left: 20px;
  color: #808285;
  font-size: 8pt;
  text-decoration: none;
}

.pricelink a:active, a:hover
{
  color: White;
}

#menu
{
  padding-bottom: 28px;
}
