@charset "utf-8";
body  {
	font: 75% 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;
}

h1 {
	font:130% Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

h2 {
	font:120% Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3 {
	font:160% Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:5px;
	border-top:8px solid #333;
	background:#fff;
	font-weight:bold;
}

.twoColFixRtHdr #container { 
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:10px;
	border: 1px solid #888;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	width:860px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Navigation */

#nav {
 margin: 10px 0px;
 padding:0;
 background: #FFF; 
 color:#999;
 border-top: 7px solid #000;
 border-bottom:1px solid #000;
 line-height:25px;
 
 list-style-type: none;
 width:860px;
 float: left; /* Contain floated list items */
 font: 110% Georgia, "Times New Roman", Times, serif;
 font-weight:bold;
}

#nav li {
 margin:0;
 padding:0px;
 float: left;
 width:171px;
}

#nav a {
 float: left;
 width: 171px;
 text-align: center;
 color: #666;
 text-decoration: none;
 line-height: 30px; 
 margin:0px;
 border-right:0px solid #ccc;

}

#nav #nav_contact {
	width:172px;
}

#nav #nav_contact a{
 border: none;
 width:175px;
}

#nav #nav_home a:hover {
 color:#FC0;
 font-weight:bold;
 background:url(../images/nav/gradbg_nav.jpg) repeat-x;
}

#nav #nav_familylaw a:hover {
 color:#090;
 font-weight:bold;
 background:url(../images/nav/gradbg_nav.jpg) repeat-x;
}


#nav #nav_morefamilylaw a:hover {
 color:#009;
 font-weight:bold;
 background:url(../images/nav/gradbg_nav.jpg) repeat-x;
}

#nav #nav_faq a:hover {
 color:#009;
 font-weight:bold;
 background:url(../images/nav/gradbg_nav.jpg) repeat-x;
}

#nav #nav_contact a:hover {
 color:#900;
 font-weight:bold;
 background:url(../images/nav/gradbg_nav.jpg) repeat-x;
 /* background:#EEC; */
}


/* Center banner (boxOut) area */

#boxOut {
 position:relative;
 top:0px;
 left:0px;
 background-repeat: no-repeat;
 background-color: #925040;
 height:250px;
 width:570px;
 padding:0px;
 margin:0 0 10px 0;
 border:1px solid #555;
}

#boxOutTag {
 position:absolute;
 top:0;
 right:0;
 padding: 50px 10px 10px 0px;
 width: 150px;
 height:198px;

 background-color: #FFFFFF;
 filter: alpha(opacity=85);
 -moz-opacity: .85;
 color: black;
 
 font-family: arial, helvetica, sans-serif;
 font-size: 16px;
}

#boxOutTag h3 {
 color: #FFD235;
 font-family: Times New Roman, Times, Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: normal;
 font-style: normal;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:575px;
} 

.twoColFixRtHdr #mainContent #specialtyareas h4 {
	color:#fff;
}

/* Sidebar */

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 5px 0 0;
	color:#fff;
}

#sidebar1 p, H4 {
	padding:0 10px;
}

#contactbox {
	margin:0;
	padding:0 0 5px 0;
	background:#333;
	color:#fff;
}

#contactbox h4 {
	color:#ffd235;
	font-weight:bold;
}


#callnow {
	margin:25px 0;
	padding:0 0 5px 0;
	background:#333;
}

#callnow p {
	text-align:center;
	font:130% Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:bold;	
}


/* Footer and navigation */

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333; 
} 
.twoColFixRtHdr #footer p {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:100% Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

#footernav {
 margin:10px 0 0 200px;
 padding:0;
 list-style-type: none;
 float: left; /* Contain floated list items */
 font: 100% Arial, Helvetica, sans-serif;
 width:400px;
 color:#fff;
}

#footernav li {
 margin:0;
 padding:0;
 float: left;
}

#footernav a {
 float: left;
 text-align: center;
 color: #ffd235;
 text-decoration: none;
 margin:0px;
 border-right:1px solid #ccc;
 padding:0 10px;
}

#footernav #nav_contact a {
 border:none;
}

#footer a {
  color:#ffd235;
}

/* Miscellaneous*/
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}

/* Specialty areas */

#specialtyareas {
 padding-top:0px;
 padding-bottom:5px;
 padding-left: 10px;
 padding-right: 5px;
 border: 2px solid #FFD235;
 margin: 5px 0 0 0;
}

#specialtyareas ul {
 list-style-type: square;
}

#specialtyareas a:link {
 text-decoration:none;
 color:#FFFFFF;
}

#specialtyareas a:hover {
 text-decoration:underline;
 color:#FFD235;
}

#specialtyareas a:visited {
 color:#00CC33;
 text-decoration:none;
}