@charset "UTF-8";


/*
Background
#e6e6cf

Light Green
#9daa1f

even lighter green
#dce234

DarkGreen
#445820

Dark Tan
#8d957f
*/


html {
	background-position: 0 top;
	background-repeat: repeat-x;
	background-color: #e6e6cf;
	background-image: url(../images/msm_bkgd.jpg);
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
}


p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #445820;
	line-height: 18px;
	margin-bottom: 5px;
}

p a {
	color: #9daa1f;
}

p a:hover {
	text-decoration: none;
}

em {
	font-style: italic;
}

.att_emph {
	font-size: 11px;
	color: #fff;
	background-color: #9daa1f;
	line-height: 18px;
	padding: 1px 4px;
}

.indent {
	text-indent: 18px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #9daa1f;
	line-height: 24px;
}

h2 {
	margin-left: 85px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 20px;
	background-position: right center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #445820;
	display: block;
	padding: 10px 0 5px 0;
	width: 800px;
	border-bottom: 1px dotted #dce234;
	background-image: url(../images/smicon.jpg);
	background-repeat: no-repeat;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #445820;
	line-height: 24px;
	border-bottom: 1px dotted #9daa1f;
	margin-bottom: 10px;
}

h3 em {
	font-style: italic;
	font-size: 14px;
	color: #9daa1f;
}

strong {
	font-weight: bold;
}

.horizline {
	border-top: 1px solid #445820;
	margin: 15px 0;
}


img { /* kill firefox borders*/
	border: 0;
}

div#map-canvas {
	width: 520px;
	height: 400px;
	border: 1px solid #dce234;
	margin-bottom: 50px;
}


.container {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	word-wrap: break-word;
	position: relative;
	background-image: url(../images/MSM-contentbkgd.png);
	padding-top: 5px;
	
}


.header {
	height: 186px;
	width: 881px;
	background-image: url(../images/msm_header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

.logo {
	width: 276px;
	height: 143px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.nav {
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	display: inline;
	bottom: 10px;
	left: 110px;
}

.nav li {
	padding-left: 27px;
	padding-bottom: 10px;
	padding-right: 27px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	margin: 0;
	color: white;
}

.nav li.last {
	border-right: none;	
}

.nav li a {
	color: white;
	text-decoration: none;
	padding: 10px 0px;	
	margin: 0;
}

.nav li a:hover {
	color: #9daa1f;
	text-decoration: underline;
}

.twocol {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	float: left;
	width: 230px;
	
}

.twocol li {
	margin-left: 2px;
	margin-bottom: 5px;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #445820;
	line-height: 20px;
}

.twocol em {
	font-size: 12px;
	color: #445820;
	line-height: 14px;
	font-style: italic;
}

.content {
	padding-top: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	word-wrap: break-word;
	position: relative;
}

.hp_feature {
	margin-left: 85px;
	margin-top: 20px;
	width: 857px;
	background-image: url(../images/feat_back.jpg);
	background-repeat: no-repeat;
}

.hp_list {
	width: 240px;
	float: right;
	margin-right: 65px;
}

.hp_list li {
	border-top: 1px solid #445820;
	background-image: url(../images/sidebag_background_grad_03.jpg);
	background-repeat: repeat-x;
}	

.hp_list li a {
	padding: 10px 3px 10px 60px;
	display: block;
	text-decoration: none;
	height: 70px;
}

.hp_list li a h1 {
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9daa1f;
	line-height: 30px;
}

.hp_list li a p {
	color: #445820;
	line-height: 18px;
}

.hp_list li a.practice {
	background-image: url(../images/gavel_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

.hp_list li a.attorney {
	background-image: url(../images/att_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

.hp_list li a.history {
	background-image: url(../images/historyicon.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}


.hp_list li a.practice:hover {
	background-image: url(../images/gavel_icon_over.png);
	background-color: #ebebeb;
}

.hp_list li a.attorney:hover {
	background-image: url(../images/att_icon_over.png);
	background-color: #ebebeb;
}

.hp_list li a.history:hover {
	background-image: url(../images/historyicon_over.png);
	background-color: #ebebeb;
}


.pagegrad {
	border-top: 1px solid #445820;
	background-image: url(../images/sidebag_background_grad_03.jpg);
	background-repeat: repeat-x;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.columnFull {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

.columnFullB {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 40px;
}

.columnA {
	padding-left: 85px;
	width: 260px;
	float: left;	
}

.address {
	background-image: url(../images/address_bkgd.jpg);
	background-repeat: no-repeat;
	padding: 160px 15px 30px 0px;
	text-align: center;
	height: 111px;
}

.address p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	line-height: 13px;
}

.address em {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-style: italic;
	line-height: 13px;
	background: none;
	padding: 0;
}

.address a {
	color: #dce234;
	font-size: 16px;
}

.address a:hover {
	text-decoration: none;
}

.columnB {
	width: 530px;
	float: right;
	margin-right: 80px;
	padding-top: 30px;
}

.bottombar {
	width: 930px;
	padding-right: 1px;
	background-color: #445820;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.bottombar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 12px;
}

.disclaimer {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 930px;
	color: #8d957f;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 10px;
	
}

.links {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 930px;
	color: #8d957f;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 10px;
}

.links a {
	color: #445820;
	text-decoration: underline;
}


.links a:hover {
	text-decoration: none;
}


.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;
}




/* Form Styles */
.frmholder {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #706f64;
	padding: 5px 15px;
	display: block;
}

.success {
		float: right;
	width: 500px;
}

.frmholder a {
	color: white;
}

.frmholder a:hover {
	text-decoration: none;
}


.error {
	padding-top: 10px;
	color: #8b0b04;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}



form {
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #445820;
	width: 500px;
	font-size: 14px;
}

form fieldset {
	 margin-bottom: 10px;
	 margin-right: 15px;
}

form legend {
  	padding: 0 2px;
  	font-weight: bold;
  	color: #445820;
}

form label {
	 display: inline-block;
	 line-height: 1.8;
	 vertical-align: top;
	 color: #445820;
}

form fieldset ol {
  	margin: 0;
  	padding: 0;
}

form fieldset li {
  	list-style: none;
  	padding: 5px;
  	margin: 0;
}

form fieldset fieldset {
  	border: none;
  	margin: 3px 0 0;
}

form fieldset fieldset legend {
  	padding: 0 0 5px;
  	font-weight: normal;
}

form fieldset fieldset label {
  	display: block;
  	width: auto;
}

form em {
  	font-weight: bold;
  	font-style: normal;
  	color: #880218;
}

form label {
  	width: 120px; /* Width of labels *
}

form fieldset fieldset label {
  	margin-left: 150px; /* Width plus 3 (html space) */
}

form input:focus {
	background-color: #e4fff4;
}

form textarea:focus {
	background-color: #e4fff4;
}


/* Stuff for twirls */

#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 100px;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
