/* Carter Law Group CSS Document */
body {
	margin: 0;
	padding: 0;
	color: white;
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
}
#wrapper {
	color: black;
	margin: 30px auto 0px;
	padding: 0px;
	width: 900px;
	background: #B3B8EF url(img/sidebarbg.gif) repeat-y left top;
}
#header_image {
	height: 135px;
	width: 894px;
	margin: 0px;
	padding: 0px;
	border: 3px solid #B3B8EF;
}
#header-address {
	color: #FFFFFF;
	background: #000000;
	width: 892px;
	height: 30px;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: center;
}
#header-address p {
	margin: 0px;
	padding: 7px 0px 0px;
}


/* left_colum_bg is used to force the left column down to be equal with the main contents or right column*/
#main {
	top:0;
	left:  0;
	width: 99.3%;
	border-top: 3px none #B3B8EF;
	border-right: 3px solid #B3B8EF;
	border-bottom: 3px solid #B3B8EF;
	border-left: 3px solid #B3B8EF;
	position: relative;
	background: url(images/left_column_bg.gif) repeat-y left top;
	overflow: hidden;
	margin: 3px 0px 0px;
	padding: 0px;
}
/* clearone is used just before the end of of the #main div in the html side to ensure equal lengths of the columns */
#clearone {
	clear: both;
	height: 1px;
}
#content {
	margin: 0 0 0 225px;
	border: 1px solid #b9d2e3;
	background-color: white;
	color: black;
	padding: 0px;
}
#content #iframe {
	margin: 0px;
	padding: 0px;
}

#content .inner {
	margin: 10px 20px 0px 30px;
}
#content .inner h1 {
	text-align: center;
	font-size: 24px;
	color: #256290;
}
#content .inner h2 {
	color: #245185;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size: 1em;
	margin: 0px;
	font-weight: bolder;
}
#content .inner h4 {
	font-size: 12px;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  color: #666666;
  font-size: 90%;
}
#content .inner .small {
	font-size: 9px;
}
.small {
	font-size: 4px;
	font-style: italic;
	text-align: justify;
}
#content .inner img {
}
.box {
	height: 17px;
	width: 225px;
	float: left;
	border: medium double #415485;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 5px 3px;
	padding: 0px;
}
.box_big {
	height: auto;
	width: 225px;
	float: left;
	border: medium double #415485;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 5px 3px;
	padding: 0px;
}
#content .inner #map {
	margin: 0px 0px 0px 35px;
	border: 5px solid #B3B8EF;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}
#sidebar {
	position: absolute;
	top: -1px;
	left: 0;
	width: 200px;
	color: white;
	margin: 0;
	padding: 0;
	background: #256290;
}
#sidebar_header {
	color: #FFFFFF;
	background: #000000;
	height: 30px;
	width: 170px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px;
	margin-left: 20px;
}
#sidebar_footer  {
	background: #000000;
	text-align: center;
	height: 20px;
	width: 170px;
}
#sidebar h3 {
  font-size: 110%;
  background-image: url(img/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  list-style-image: url(img/more-bullet.gif);
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
  font-size: 90%;
  line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}
#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}
#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#sidebar .inner img {
	border: 0px solid #B3B8EF;
	margin-left: 22px;
	margin-top: 0px;
}

#bottom {
	height: 1%;
	margin-top: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	background: #6E91E3;
	color: #FFFFFF;
	border-right: 3px solid #B3B8EF;
	border-bottom: 3px solid #B3B8EF;
	border-left: 3px solid #B3B8EF;
	border-top: 3px solid #B3B8EF;
}
#bottom img {
	float: left;
	border: 5px solid #B3B8EF;
	height: 128px;
	width: 125px;
	margin-left: 10px;
	margin-right: 10px;
}
.signature {
	font: 24px "Brush Script MT";
}

#footer {
	color: #FFFFFF;
	width: 100%;
	font-size: .7em;
	height: 1%;
	margin: 5px 0px 0px;
	clear: both;
	padding: 5px 0px 10px;
	background: #666666;
}
.footer_left {
	float:left;
	padding-left: 10px;
}

.footer_right {
	float: right;
	padding-right: 6px;
}
#footer .footer_right a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footer_right a:hover {
	color: #B3B8EF;
	text-decoration: underline;
}
#sidebar_footer {
	color: #FFFFFF;
	background: #000000;
	height: 30px;
	width: 210px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px;
}
