/* universal formatting -----*/

* {
  margin: 0;
  padding: 0;
}
body {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  background: #ceecee;
}


/* common tags -----*/

p {
  margin-bottom: 10px;
}


/* wrapper div -----*/

#wrapper {
  width: 750px;
  margin: 30px auto 0;
  text-align: left;
  background: #fff;
}


/* banner -----*/

#banner {
  height: 150px;
  margin-bottom: 20px;
  background: url(img/banner.jpg) center center no-repeat;
}

/* left sidebar -----*/

#sidebar {
  width: 110px;
  margin: 0 0 20px 10px;
  float: left;
  display: inline;
}
#sidebar a {
  color: #666;
  text-decoration: none;
}
.sideitem {
	margin-bottom: 10px;
	padding: 10px 10px 0;
	font-size: 10px;
	border: solid 1px #c0d5e8;
	position: relative;
	background-color: #e3eef6;
}
.searchbox {
  background: #e3eef6;
}
.sideitem h1 {
  margin: -10px -10px 5px;
  padding: 10px 10px 5px;
  font-size: 11px;
  font-weight: normal;
  background: #e3eef6;
}


/* main navigation -----*/

#navigation {
  margin-bottom: 10px;
  list-style: none;
}
#navigation li {
  border-bottom: solid 1px #c0d5e8;
}
#navigation li.bottom {
  border: none;
}
#navigation li a {
  padding: 3px 0 3px 10px;
  color: #666;
  text-decoration: none;
  display: block;
}
#navigation li a:hover, #navigation li.active a {
  background: url(img/arrow.gif) left 4px no-repeat;
}


/* page body -----*/

#body {
  width: 540px;
  margin: 0 40px 20px 0;
  float: right;
  display: inline;
}
#body h1 {
  margin-bottom: 20px;
  font-family: Times, Times New Roman, Georgia, serif;
  font-size: 24px;
  font-weight: normal;
}


/* submenu -----*/

#submenu {
  width: 100px;
  margin-bottom: 10px;
  list-style: none;
  float: left;
  display: inline;
}
#submenu li {
  border-bottom: solid 1px #c0d5e8;
  display: block;
}
* html #submenu li {
  width: 100%;
  float: left;
}
#submenu li.bottom {
  border: none;
}
#submenu li a {
  padding: 3px;
  color: #666;
  text-decoration: none;
  display: block;
}
* html #submenu li a {
  width: 100%;
  float: left;
}
#submenu li a:hover, #submenu li.active a {
  background: #d9e6ef;
}


/* main content -----*/

#content {
  width: 300px;
  margin-left: 20px;
  line-height: 14px;
  float: left;
  display: inline;
}
#content h2, #content h3 {
  margin-bottom: 20px;
  color: #0071ba;
  font-family: Times, Times New Roman, Georgia, serif;
  font-size: 16px;
  font-weight: normal;
}
#content h3 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, serif;
  font-size: 11px;
}
#content ul, #content ol {
  margin-left: 1.5em;
}
* html #content ul, * html #content ol {
  margin-left: 2em;
}
#content ul li, #content ol li {
  margin-bottom: 10px;
}
#content a {
  color: #0071ba;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content a img {
  border: none;
}
#content .news {
  margin-bottom: 2em;
}
#content .news h2 {
  margin: 0 0 0.25em;
}


/* thumbnails -----*/

#thumbnails {
  width: 100px;
  margin-top: 40px;
  float: right;
  display: inline;
}
#thumbnails img {
  margin-bottom: 10px;
}


/* footer -----*/

#footer {
  padding: 10px 0 30px;
  text-align: center;
  line-height: 150%;
  background: #ceecee;
  border-top: solid 15px #0071ba;
  clear: both;
}
* html #footer {
  padding-top: 0;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #666;
  text-decoration: underline;
}


/* tables -----*/

#plans {
  width: 100%;
  margin: -20px 0 10px;
}
#plans tr {
  vertical-align: top;
}
#plans td {
  padding: 20px 0 10px;
  border-bottom: solid 1px #c0d5e6;
}
td.image {
  width: 160px;
}
td.plan-name {
  width: 120px;
  font-weight: bold;
  text-align: left;
}
td.features {
  width: 70px;
  text-align: right;
}
#plans td.stats {
  padding-left: 10px;
  font-weight: bold;
}


/* specialty -----*/
.Lee {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.lee2 {
	border: thin none;
	color: #FFFFFF;
}
.CenterDatabox {
	text-align: center;
	vertical-align: middle;
}

