/* CSS Document */


/* Background and structure */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/FirstLawBkg.jpg) repeat-x;
	background-color: #e0ebcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#pageBackground {
	width: 949px;
	margin: 0 auto;
	background: url(../images/pageBackground.png) repeat-y;
	padding-left: 3px;
	padding-right: 3px;
}

#header {
	width: 949px;
	height: 83px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat;
}

#top {
	width: 949px;
	height: 112px;
	margin: 0 auto;	
	
}

#lawDescription {
	margin-right: 2px;
	margin-top: 44px;
	float: right;
	
}

#headline {
	margin-right: 2px;
	margin-top: 40px;
	float: right;
	
}

#twoColumnWrapper {
	width: 650px;
	float: left;
}

#twoColumnWrapper p {
	list-style: none;
	margin: 5px 0;
	padding: 0px;
	line-height: 14px;

}

	
#twoColumnLeft {
		width: 310px;
		float: left;
	}
	
#twoColumnRight {
		width: 340px;
		float: right;
	}
	
#practiceColumnLeft {
		width: 350px;
		float: left;
	}
	
#praticeColumnRight {
		width: 300px;
		float: right;
	}
	


/* Sons of SuckerFish */

#nav {
	float: left;
	width: 688px;
	background: #5e332f;
	border-top: 1px solid #b3801a;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #996600;
	height: 27px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background: #5e332f;
}

#nav .last_child {
	border-right: none;
}

#nav a {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	font-size:10px;
	padding: 7px 13px 0px 12px;
	background: #5e332f;
	color: #FFFFFF;
	display: block;
	height: 20px;
}

#nav a:hover {
	color: #ff9933;
	display: block;
	background-color: #5e332f;
}

#nav li { /* all list items */
	float: left;
	border-right: 1px solid #000000;
	border-left: 1px solid #996600;
	height: 27px;
	display: block;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #5e332f;
	margin-left: -2px;
	width: 168px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav ul li ul li {
	border-top: 1px solid #b3801a;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #996600;
	width: 168px; /* width needed or else Opera goes nuts */
}

#nav li ul ul { /* third-and-above-level lists */
	margin-left: 150px;
	margin-top: -28px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Page */

#page {
	width: 949px;
	padding: 0;
	margin: 0 auto;
	float: left;
}


#pageFooter {
	width: 955px;
	height: 75px;
	margin: 0 auto;
	background-image: url(../images/pageBottom.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

#leftColumn {
	width: 259px;
	float: left;
	padding-top: 15px;
}

.callouts {
	width: 245px;
	float: left;
	margin-bottom: 10px;
	background: #80ac27;
	padding-left: 14px;
	height: 93px;
}

.callouts h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
	padding-top: 10px;
}

.callouts h1 a {
	color: #663300;
	text-decoration: none;
}

.callouts h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.callouts p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin: 0;
}

#prairieCallout {
	background: #fff0c1;
	width: 264px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
}

#prairieCallout h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
	line-height: 14px;
	margin-left: 10px;
	margin-top: 15px;
}

#prairieCallout h1 a {
	color: #ff6600;
	text-decoration: none;
}

#prairieCallout p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
}


#mainBodyWrapper {
	width: 650px;
	float: right;
	margin: 0px;
	padding: 0px 20px;
}

#openingBody  {
	line-height: 19px;
	padding-top: 0px;
	margin-top: 15px;

}

#mainBody  {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

#mainBody  strong {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}


#mainBody a {
	color: #993300;
	text-decoration: underline;
}


#mainBody a:hover {
	color: #ff9933;
	text-decoration: underline;
}

#mainBody  img {
	border: none;
	margin-left: 20px;
	margin-bottom: 30px;
}

.openingCopy {
	margin-top: 18px;
	margin-bottom: 8px;
}

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

/* Footer */

#address {
	font-size: 10px;
	float: left;
	color: #333333;
}

#copyright {
	clear: right;
	float: right;
	font-size: 10px;
	color: #666666;
	margin-right: 4px;
}

#copyright a {
	text-decoration: none;
	color: #666666;
}

#copyright a:hover {
	color: #ff6600;
}

#terms {
	float: right;
	font-size: 11px;
	color: #333333;
	font-weight: 600;
	font-weight: bold;
	text-align: right;
	margin-right: 4px;
}

#terms a {
	text-decoration: none;
	color: #333333;
}

#terms a:hover {
	color: #ff6600;
}	


/* Styles */

.welcome {
	font-size: 60px;
	color: #999999;
	font-weight: 100;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 20px;
	color: #ff6600;
	font-weight: 100;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

h2 {
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	font: italic normal 14px/130% "Times New Roman", Times, serif;
}

h4 {
	font-size: 14px;
	color: #333333;
	font-weight: 100;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
}

h2 a, h4 a {
	color: #333333;
}

h3 {
	font-size: 16px;
	color: #ff6600;
	font-weight: 100;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}

table {
	padding-left: 25px;
}



.friendlyFont {
	font-size: 15px;
	line-height: 130%;
}

.blackText {
	color: #000000;
}

.negativeLeftMargin {
	margin-left: -15px;
}

.whiteText {
	color: #FFFFFF;
	}
	
.greyText {
	color: #333333;
	}

#form {
	float: right;
	width: 300px;	
}

.tablelist {
	list-style-type: circle;
}

.tagline {
	float: right;
	color: #FF6600;
}

.vcard {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}

#openingBody a {
	color:#993300;
}

#openingBody a:hover {
	color: #ff6600;
}

.brown_italic {
	color: #993300;
	font: italic 16px/19px "Times New Roman", Times, serif;
}

#map {
	margin:0px;
	width:500px;
	height:300px;
	border:1px solid #000000;
}

.googledir {
	width: 500px;
}
	
