/* CSS Template for www.delaneylaw.net/
   Produced for DeLaney & DeLaney
   Created by Cassis
   © 2008, DeLaney &DeLaney. All rights reserved. */



/* IE png fix
 USAGE: All you have to do is include this one line in your CSS file, with the
 tag names to which you want the script applied:
*/

/* img, div { behavior: url(/css/iepngfix.htc) } */

/* Alternatively, you can specify that this will apply to all tags like so: */
 * { behavior: url(iepngfix.htc) }

/*****************************
	HTML SEMANTICS
*****************************/

.clear { clear: both; height: 1px; }
td { font-size: 12px; }


html {
	font-family: arial, sans-serif;
	font-size: 12px;
	}


body {
	font-family: arial, sans-serif;
	font-size: 12px;
	/* IE fix Whatever:hover, csshover.htc
	from http://www.xs4all.nl/~peterned/csshover.html */
	behavior: url(/css/csshover.htc);
	background-color: #c0c0c0;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*****************************
	SHELL
*****************************/
#shell
{
	position: relative;
	width: 920px; /* background.png height */
	margin: 0px auto 0px auto;
	background-color:#90b8dc;
	background: url('../images/background_2.jpg') no-repeat;
	/*min-height: 800px;*/
	padding-top: 102px;
	text-align: left;
}

/*****************************
	NAVIGATION 
*****************************/
#navigation {
	width: 797px; height: 68px;
	margin-left: 91px;
	/*margin-bottom: 40px;*/
	text-align: center;
	line-height: 28px;
	}

#navigation a{
	padding-right:35px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	}
	
#navigation a:link {
	text-decoration: none;
	font-weight: bold;
	color: black;
	}

#navigation a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #377dae;
	}

#navigation a.current {
		color: blue;
		text-decoration: none;
	}
	
/*****************************
	SUB NAVIGATION 
*****************************/
#subnav {
	/*margin-left: 100px;*/
	margin: -28px 0 0 152px;
	text-align: left;
}

#subnav a{
	color: black;
	font-weight: bold;
	padding-right: 20px;
	font-size: 11px;
	}
	
#subnav a:link {
	text-decoration: none;
	font-weight: bold;
	color: black;
	}

#subnav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #377dae;
	}

#subnav a.current {
		color: blue;
		text-decoration: none;
	}


	/*****************************
		SIDEBAR 
	*****************************/
	#sidebar
	{
		float: right;
		background-color: #bae5f7;
		width: 301px;
		/*position: relative; top: 170px; left: 0px;*/
		margin-right: 21px;
		margin-bottom: 20px;
	}

	#sidebar p {
		font-size: 1.1em;
		font-weight: bold;
		padding-left: 13px;
		/*list-style: none;*/
		}

	#sidebar h3 {
		padding-left: 13px;
		margin-bottom: 0px;
		}

	#sidebar ul { 
		padding-left: 0;
		margin-left: 0;
	}

	#sidebar ul li {
		margin-left: 25px;
		padding-left: 0;
		padding-right: 13px;
		text-align: left;
		/*width: 255px;*/
		font-size: 0.95em;
		margin-bottom: 3px;
		}

	
/*****************************
	SERVICES SIDEBAR 

#servicesSidebar
{
	float: right;
	background-color: #bae5f7;
	width: 301px;
	margin-right: 21px;
	margin-bottom: 20px;
}

#servicesSidebar p {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 13px;
	}

#servicesSidebar h3 {
	padding-left: 13px;
	margin-bottom: 0px;
	}

	#sidebar ul { 
		padding-left: 0;
		margin-left: 0;
	}
	
#servicesSidebar ul li {	
	margin-left: 25px;
	padding-left: 0;
	padding-right: 13px;
	text-align: left;
	font-size: 0.95em;
	margin-bottom: 3px;
	}
*****************************/

	
/*****************************
	CONTENT 
*****************************/
#content 
{
	width: 550px;
	min-height:518px;
	float: left;
	margin-left: 23px;
	padding: 5px;
	background: white;
	opacity: 0.9;			 /*filter fixes for different browsers */
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9;
	margin-bottom: 20px;
}

#content p {
	padding-right: 30px;
	padding-left: 17px;
	text-align: justify;
}
	
#content ul li {
	list-style: none;
}
	
#content h2 {
	padding-left: 10px;
	margin-bottom:0px;
}

#content h1 {
	margin-left: 17px;
	margin-right: 30px;
	font-size: 1.4em;
	border-bottom: 1px solid #b5121b;
	color: #00adef;
	}

#content h3 {
	margin-left: 17px;
	margin-right:30px;
}


/*****************************
	SERVICES CONTENT
*****************************/	
#servicesContent
{
	width: 550px;
	min-height:518px;
	float: left;
	margin-left: 23px;
	padding: 5px;
	background: white;
	opacity: 0.9;			 /*filter fixes for different browsers */
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9;
	margin-bottom: 20px;
}

#servicesContent h2 {
	padding-left: 10px;
	margin-bottom:0px;
	}

#servicesContent h1 {
	margin-left: 17px;
	margin-right: 30px;
	font-size: 1.4em;
	border-bottom: 1px solid #b5121b;
	color: #00adef;
	}

#servicesContent h3 {
	margin-left: 17px;
	margin-bottom:0px;
	margin-right:30px;
	}

#servicesContent p {
	padding-left: 17px;
	padding-right:30px;
	text-align: justify;
	}

#servicesContent .image{
	float: left;
	margin-left: 80px;
	}
	
/*****************************
	CONTENT 3
*****************************/	
#content3 
{
	width: 550px;
	min-height:518px;
	float: left;
	margin-left: 23px;
	padding: 5px;
	background: white;
	opacity: 0.9;			 /*filter fixes for different browsers */
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9;
	margin-bottom: 20px;
}

#content3 h2 {
	padding-left: 10px;
	margin-bottom:0px;
	}

#content3 h1 {
	margin-left: 17px;
	margin-right: 30px;
	font-size: 1.4em;
	border-bottom: 1px solid #b5121b;
	color: #00adef;
	}

#content3 h3 {
	margin-left: 17px;
	margin-bottom:0px;
	margin-right:30px;
	}

#content3 p {
	padding-left: 17px;
	padding-right:30px;
	text-align: justify;
	}

#content3 .heading {
	margin-left: 17px;
	margin-right:30px;
	font-size: 1.1em;
	font-weight: bold;	
}

#content3 .homeImage{
	float: left;
	margin-left: 90px;
	}


/*****************************
	IMAGE
*****************************/	
.image {
	float: right;
	margin: 0px 10px 8px 17px;
	}

/*****************************
	FOOTER
*****************************/	
#footer
{
	clear:both;
	background-image: url(../images/footer.gif);
	/*margin: 0px auto 0px auto;
	width:920px;*/
	height:40px;
	text-align: center;
	/*position: relative; top: -20px;*/
	
}

#footer p
{
	padding-left: 25px;
	padding-top: 7px;
	border-top: 1px solid #666666;
}

/*****************************
	LINKS
*****************************/	
a:link {
	color: #377dae;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
	}


/* End layout */
