/* Layout for all pages using a container */
#container {
	width:900px;
	margin:40px;
	background-color:#E6E2AF;
	border: 2px solid #ACA774;

	}


body  {
	background-color:#89A08C;

	}

/* Header information  */
#header {
	font-family:Garamond, sans-serif;
	font-size: 3.5em;
	font-weight:bolder;
	color:#425355;
	text-align:center;
	background:transparent;	
	background-image: url("candc-bg-6.jpg");
	background-repeat: no-repeat;
	background-position:left bottom;
	width:900px;
	height: 150px;
	border-bottom: 2px solid #ACA774;
	}

	
/* Horizotal Navigation Bar on all pages */
#horizontalnav  {
	width: 900px;
	height: 30px;
	position: relative;
	background-color: #E6E2AF;
	border-bottom: 2px solid #ACA774;

	}

.navlinks  {
	position: absolute; top: 0px; left: 140px; 
	}

.navlinks ul { 
	margin: auto;
	}

.navlinks li {
	margin: 0px 10px 0px 0px;
	list-style-type: none;
	display: inline;
	}

.navlinks li a {
	font-size: 16px;
	font-family: Times;
	color: #425355;
	padding: 0px 13px 0px;
	text-decoration: none;
	}


.navlinks li a:visited{
	color:#08296b;
	text-decoration: none;
	}
	
.navlinks li a:hover{
	font-weight:bolder;
	color: #999966;
	text-decoration: underline;
	}
.navlinks li a:active{
	color: #7b52a5;
	background-color:#E4DFC3;
	text-decoration: none;
	}

/* Sidebar on home page */
#sidebar {
	float:right;
	width:225px;
	height:250px;
	list-style: none;
	text-align:center;
	background-color:#cccccc;
	border: 1px solid #404040;
	padding:10px;
	margin:15px 40px;
	}
ul
	{
	list-style-type:none;
	padding:5px;
	margin:5px;
	}
li
	{
	padding-left:20px;
	font-family:Arial;
	font-size: 1.1em;
	}


#footer  {
	clear:both;
	font-size:1em;
	font-family:Garamond;
	width:900px;
	background-color: #E6E2AF;
	border-top: 2px solid #ACA774;

	}
#footer h1	{
		font-size:1em;
		font-family:Garamond;
		text-align:center;
	}
#footer h2	{
		font-size:.7em;
		font-family:Garamond;
		text-align:left;
	}	
	

p	{
	font-size:1.25em;
	font-family:Helvetica;
	text-align: left;
	color:#000066;
	padding: 0px 40px 0px 300px;

	}
/* Images */

.img {
	float:left;
	border: 5px solid #89A08C;
	padding: 2px;
	margin: 5px 5px 5px 100px;
	height: auto;
	width: auto;
	}

.img img {
  	display: inline;
  	margin: 3px;
  	border: 1px solid #ffffff;
	}
.desc {
	font-family:Bookman;
	color: #990000;
  	text-align: center;
    	width: auto;
  	margin: 2px;
	}

a:hover img
  	{
 	 border:1px solid #0000ff;
 	 }	
/* Image Sidebar attorneys page page */

#imgsidebar {
	float:left;
	width:80px;
	height:250px;
	}
/* Headings */

h2	{
	font-family:Arial;
	font-size:1.2em;
	color:#425355;
	padding:5px;
	margin:5px;
	}

h1	{
	font-size:.7em;
	font-family:Garamond, sans-serif;
	text-align:right;
	padding:5px;
	}
h3	{
	font-size:2em;
	font-family:Garamond;
	color:#990000;
	}
/* Left Navigation for the Attorneys page */

#leftnav {
	float:left;
	width:300px;
	height:300px;
	list-style: none;
	background-color:#E4DFC3;
	border-right: 1px dotted #404040;
	margin-right:10px;
	}

#leftnav li {
	list-style: none;
	margin:5px;
	padding:10px;
	}

#leftnav a {
	font-size: 1.25em;
	font-family:times;
	color: #425355;
	text-decoration: none;
	}

#leftnav a:visited {
	color:#08296b;
	padding:5px;
	}

#leftnav a:hover {
	font-weight:bolder;
	color: #999966;
	padding-left:55px;
	background-image: url(LAWSCLS.jpg);
	background-repeat:no-repeat;
	}
/* Gallery photots on Staff page */

.gallery	{
	float:left;
	border: 5px solid #89A08C;
	padding: 2px;
	margin: 10px 5px 5px 140px;
	height: auto;
	width: auto;
	}

.gallery img {
  	display: inline;
  	margin: 3px;
  	border: 1px solid #ffffff;
	}
.gallerydesc {
	font-family:Bookman;
	color: #351B10;
  	text-align: center;
    	width: auto;
  	margin: 2px;
	}
.gallery alt	{
	font-family:Times;
	color:white;
	}
/* Style for directions page */	

#directions {
	float:left;
	width:350px;
	height:150px;
	list-style: none;
	background-color:#e6e6e6;
	border: 1px solid #404040;
	margin:10px;
	padding:10px;
	}
#directions a	{
		font-family:Garamond;
		color:#425355;
	}

/* Style for Firm Overview Page  */
#firm	{
	font-size:1em;
	font-family:Times;
	color:#425355;
	text-align:left;
	margin:15px;
	}
/* Style for attorney Page  */
#attorney	{
	font-family: Garamond;
	color:#425355;
	text-align:left;
	margin:15px;
	}
#attorney h2	{
	font-size:1.25em;
	font-family:Garamond;
	text-align:left;
	}
#attorney h1	{
	font-size:1.2em;
	text-align:left;
	color:#9999cc;	
	}
#attorney h3	{
	font-size:2em;
	text-align:center;
	color:#425355;	
	}
#attorney h4	{
	font-size:1.5em;
	text-align:center;
	color:#425355;
	}
#attorney .img {
	float:left;
	border: 5px solid #89A08C;
	padding: 2px;
	margin: 5px 5px 5px 10px;
	height: auto;
	width: auto;
	}

/* Sidebar on attorney page */
#att-sidebar {
	float:right;
	width:610px;
	height:auto;
	list-style: none;
	text-align:left;
	padding:2px;
	margin:2px 2px;
	}

