/* CSS by Jeremy Asmus for Wise Law Group  */

body {
	margin:0 auto;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	margin:8px 0;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#header_cell {
	margin-top:10px;
}

#header_top {
	background:url(http://images1.comoms.com/state_sites/images/header_top.jpg) no-repeat bottom;
	height:10px;
}

#header_middle {
	background-image:url(http://images1.comoms.com/state_sites/images/header_middle.jpg);
	height:39px;
	margin:3px 0;
	color:white;
}

#header_middle_icon {
	float:left;
}

#header_middle_text {
	font-size:30px;
	padding:3px 0 0 10px;
	float:left;
}

#header_bottom {
	background-color:#475D12;
	height:25px;
}

#header_bottom h1 {
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:4px 0 0 10px;
	color:white;
}

#main_cell {
	margin-top:3px;
}

#content_cell {
	float:left;
	width:727px;
	margin-right:3px;
}

#subtitle {
	background-image:url(http://images1.comoms.com/state_sites/images/subtitle_bg.jpg);
	background-repeat:repeat-x;
	height:75px;
}

#subtitle_image {
	height:75px;
	width:175px;
	float:left;
	border-right:1px solid white;
}

#subtitle_text {
	float:left;
}

#subtitle_text h2 {
	color:white;
	margin:0;
	font-size:14px;
	padding:52px 0 0 10px;
}

#casereview_cell {
	float:left;
	width:270px;
}

#casereview {

	padding:1px 10px;
	margin-bottom:3px;

background-color:#ddd;
}

#casereview p {
	font-size:11px;
}

.casereview_title {
	font-size:16px !important;
	font-weight:bold;
	text-decoration:underline;
}

#citylist {
	background-color:#DFE8F9;
	overflow:hidden;
}

#citylist_top {
	background-image:url(http://images1.comoms.com/state_sites/images/citylist_top.jpg);
	background-repeat:repeat-x;
	height:31px;
}

#citylist_top_text {
	color:white;
	font-size:14px;
	padding:7px 0 0 8px;
}

#cities {
	color:#333333;
	overflow:hidden;
	background-color:#DFE8F9;
}

#cities ul {
	margin:0;
	padding:10px 0 0 20px;
	float:left;
	width:100px;
}

#cities li {
	list-style:none;
}

#citylist_bottom {
	background-image:#DFE8F9
 url(http://images1.comoms.com/state_sites/images/citylist_bottom.jpg);
	background-position:bottom;
	height:12px;
	clear: both;
}

#footer {
	background-color:#475D11;
	color:white;
	padding:5px 0;
	text-align:center;
	margin:0 auto;
	width:1000px;
	margin-top:10px;
}

#footer a {
	color:white;
}

#footer a:hover {
	text-decoration:none;
}


#new_box input { width: 130px; margin-bottom: 0px; }
#new_box { width:240px; padding:20px 0px 0px 10px;}
#new_box form { margin-top: 30px; margin-right:0px; margin-left:0px; text-align: left; }
#new_box select { margin-bottom: 0px; }
#new_box .phone1 { width: 25px ! important; }
#new_box .phone2 { width: 35px ! important; }
#new_box .zip { width: 65px; }
#new_box .month { width: 70px; }
#new_box .day { width: 55px; }
#new_box .year { width: 60px; }
#new_box .radio { width: 15px; }
#new_box .checkbox { float: left; width: 15px; margin-right:7px; }
#new_box textarea { width: 95%; height: 130px; margin-bottom: 10px; overflow:auto;}
#new_box .label { display: block; width: 95px; float: left; margin-bottom: 13px;  }
#new_box .label_wide { display: block; width: 185px; float: left; margin-bottom: 6px; margin-right: 5px; margin-top: 15px; font-size: 14px; }
#new_box br { clear: left; }
#new_box h1 { padding: 2px; font-size: 13px; text-decoration: underline; color: rgb(153, 0, 0); margin-bottom: 8px; }

#disclaimer1, #disclaimer2, #disclaimer3, #disclaimer4 { float:left; width:200px; margin-bottom:10px; font-size: 11px; text-align: justify; color: #666; }



/* SHORT FORM Styles */

#shortform {
	margin:0;
}

#shortform input{
	width:225px;
	border:1px solid #BBBBBB;
}

#shortform .phone1 {
	width:26px !important;
}

#shortform .phone2 {
	width:37px !important;
}

#shortform .zip{
	width:65px;
}

#shortform .radio{
	width:12px;
	border:none;
}

#shortform textarea{
	width:225px;
	height:85px;
	margin-bottom: 5px;
	border:1px solid #BBBBBB;
}

#shortform label{
	width:225px;
}

#shortform .label {
	display:block;
	width:225px;
	float:left;
	margin-top:3px;
}

#shortform br{
	clear:left;
}

#shortform .checkbox{
	float:left;
	width:15px;
}



