@charset "UTF-8";
/* cancel margin and padding defaults */

*{
margin:0; 
padding:0;
}

#wrapper {
	background-color:#FFF;
	padding: 10px;
	width: 880px;
	margin: 0 auto 0 auto;
	border: 6px solid #bfa270;
}

body {
	background-color: #ede7dc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.85em;
}

#header_container {
	background-color: #e0ebeb;
	display:block;
	height:210px;
	position: relative;
	}
	

#logo {
	float:left;
	margin-top: 0px;
}

	
#contact_address {
	background-color: #e0ebeb;
	position: absolute;
	left: 280px;
	top: 10px;
	text-align: center;
	}
#TopPhone {
	position: absolute;
	top: 12px;
	right: 20px;
	text-align: right;
}
	
#contact_addressREV {
	background-color: #e0ebeb;
	position: absolute;
	left: 280px;
	top: 75px;
	text-align: center;
	}
	
.title {
	font-size: 230%;
	font-weight: normal;
	color: #224962;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
	
.phone {
	font-size: 275%;
	font-weight: bold;
	color: #990000;
	line-height: 80%;
	text-align: right;
}

.call {
	font-size: 200%;
	font-weight: bold;
	color: #990000;
	line-height: 100%;
}


.address {
	font-size: 100%;
	font-weight: bold;
	color: #224962;
	line-height: 220%;
	margin-left: 14px;
}

.boldblue {
	font-weight: bold;
	color: #224962;
	text-transform: uppercase;
	font-size:135%;
}
	
.Free {
	font-size: 160%;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	line-height: 75%;
}

h1 {
	font-size: 135%;
	font-weight: bold;
	color: #990000;
	line-height: 22px;
	padding-bottom:4px;
	text-transform: uppercase;
	}
	
p {
	font-size: 100%;
	line-height: 20px;
	padding-bottom:8px;
	}
	
.bold {
	font-weight: bold;
	}
	
#navbar{
	position: absolute;
	left: 322px;
	bottom: 0px;
	background-color: #e0ebeb;
	margin:0;
	padding:0;
	width:530px;
	}
	
#navbar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#navbar ul li{
	float:left;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(Images/RTabBlank.jpg);
	margin:0;
	padding:0;
	position:relative;
	}	


#navbar ul li a,
#navbar ul li a:link,
#navbar ul li a:visited{
	text-decoration:none;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #224962;
	text-align: center;
	padding:10px 18px 0 18px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(Images/LfTabBlank.jpg);
	}
	
#navbar ul li:hover,
#navbar ul li:active,
#navbar ul li.selected{
	color:#990000;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(Images/RTab.jpg);
	}
	
#navbar ul li a:hover,
#navbar ul li a:active,
#navbar ul li a.selected,
#navbar ul li.selected a:link,
#navbar ul li.selected a:visited{
	color:#990000;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(Images/LfTab.jpg);
	}
	
#navbar li ul{  /*for drop down menu*/
	position:absolute;
	margin-left:2px;
	z-index:100;
	visibility:hidden;
	}

#navbar li:hover ul{ /*for drop down menu*/
visibility:visible;
}

#navbar li ul li a.current {
	visibility: visible;
}

	
#navbar li:hover ul li a{  /*for drop down menu*/
	background:#e0ebeb; /*Removes background image */
	color:#224962;
	text-align:left;
	display: block;
	height: auto;
	width: 145px;
	padding: 7px 6px 7px 10px;
	border: solid  1px #FFF;
	font-size: 97%;
	font-weight: normal;
	font-style: italic;
}

#navbar li:hover ul li a:hover{ /*for drop down menu*/
	background:#eff5f4;
	color:#990000;
}
	

	
#pics_container{
	display:block;
	height:135px;
	width:880px;
	margin: 10px 0 10px 0;
	float:left;
	background:#fff;
}

#pic_left{
	display:block;
	width:396px;
	margin-right:10px;
	float:left;
}

#pic_mid{
	display:block;
	width:264px;
	margin-right:10px;
	float:left;
}

#pic_right{
	display:block;
	width:200px;
	float:left;
}

#navcol{
	float:left;
	width:234px;
	margin-right:25px;
	margin-bottom:0px;
	background-color: #cacec0;
}

#navcol_longer{
	float:left;
	width:259px;
	height:455px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #EFF0EC;
}

#content{
	float:left;
	background-color:#FFF;
	block:display;
	padding:10px;
	margin-bottom:0px;
	width:600px;
	height:455px;
	overflow: auto;
	position: relative;
	}
	
#content_too{
	float:left;
	background-color:#eff0ec;
	block:display;
	padding:10px;
	margin-bottom:10px;
	width:600px;
	height:435px;
	overflow: auto;
	}
	
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 12px;
	color: #000;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 143px;
}
.fillins {
	width: 430px;
}
	
#content  li  {
	line-height: 15px;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 1px;
}
#content ul {
	margin-left: 15px;
}
	
.bold_talic {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 12px;
}
	
#navcol ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#navcol a,
#navcol a:link,
#navcol a:visited{
	text-decoration:none;
	display:block;
	background-color: #cacec0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	color: #374f7d;
	text-align: center;
	font-weight: bold;
	padding: 8px 0 8px 0;
	}
	
.makeRED {
	color: #990000;
	font-weight: bold;
	}
	
.Areas {
	display:block;
	font-size: 115%;
	background-color:#224962;
!important
	font-family: Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	color: #e0ebeb;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 10px 0;
	letter-spacing: 1px;
	}

#navcol a:hover,
#navcol a:active,
#navcol li.selected a:link,
#navcol li.selected a:visited{
	background-image: url(images/hilite.jpg);
	background-position:right;
	background-repeat: no-repeat;
	color:#990000;
	}
	
#case_form{
	background-color: #EFF0EC;
	width: 200px;
	padding: 9px;
	margin: 6px 9px;
	}
	
#SuperLaw{
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: 2;
	}
	
#SupLawTxt{
	font-size: 90%;
	font-weight: bold;
	color: #302315;
	text-align: center;
	position: absolute;
	left: 18px;
	top: 135px;
	z-index: 1;
	}
	
#footer a {
	color: #005980;
	}

#footer{
	font-size: 12px;
	clear: both;
	background-color: #FFF;
	text-align: center;
	color:#005980;
	padding-bottom:4px;
	padding-top:8px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 8px;
	}
	
.smalltext {
	font-size: 85%;
	line-height: 100%;
	text-transform: none;
}
#content #Submit_Your_Case #formpage {
	text-align: center;
	display: block;
	clear: left;
	padding-top: 8px;
}

#content #Submit_Your_Case{
	height:450px;
}

#content img {
	margin-right: 12px;
	margin-bottom: 18px;
	border: solid 1px #bfa270;
}
#button img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.makeREDItal {
	color: #990000;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #665E4D;
	text-align: center;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	text-decoration: none;
}
.credit {
	color: #665E4D;
	text-decoration: none;
}
#Title img {
	margin-bottom: 5px;
}
#button {
	position: absolute;
	bottom: -12px;
	left: 350px;
}

#my-content p{
	overflow: auto;
}
