@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	background-color: #646C83;

}

.twoColFixLtHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	background-color: #000000;
	margin-top: 20px;

} 

.twoColFixLtHdr #header {
	background-image: url(images/mobile-alabama-attorneys.png);
	height: 143px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1024px;
	margin: 0px;

} 



.twoColFixLtHdr #header2 {
	background-image: none;
	height: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1023px;
	background-color: #0681B8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: medium;
	color: #000000;
	margin: 0px;

}

.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 165px;

	background-color: #560202;

	height: auto;

	padding-top: 20px;

	padding-right: 10px;

	padding-bottom: 40px;

	padding-left: 10px;

	clear: both;

	border: thin outset #000000;

	margin-top: auto;

	margin-right: auto;

	margin-bottom: 5px;

	margin-left: auto;

}

.twoColFixLtHdr #mainContent {
	margin-bottom: 3px;
	margin-left: 0px;
	font-family: "Microsoft Sans Serif";
	font-size: 16px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: thin outset #000000;
	float: none;
	width: 990px;
	clear: none;
	margin-top: 0px;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 0px;

} 

.twoColFixLtHdr #container #mainContent #imageField {

	width: auto;

	height: auto;

}

.twoColFixLtHdr #container #mainContent #picturetable {

	width: auto;

	margin-left: 20px;

}

.twoColFixLtHdr  #footer  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px;
	color: #FFFFCC;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #0681B8;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

	margin-top: 0px;

	margin-bottom: 0px;

	padding: 0px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

	margin-top: 0px;

	margin-bottom: 0px;

	padding: 0px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

	margin: 0px;

	padding: 0px;

}

.textboxes {

	background-color: #FFFFFF !important;

}

.style18 {

	color: #ffcc33;

}
