/* CSS Document */
*{
padding: 0;
margin: 0;   /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
} 

html, body{
height: 100%;
font: 100% Verdana, Garamond, Arial, Helvetica, sans-serif;
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 */
background: #FFFFFF /*url('images/bg.png') repeat-x*/;
}

h1{
font-family: "Garamond";
padding: 10px 10px 10px 10px;
font-size: 150%;
}    

h2{
font-family: "Garamond";
padding: 10px 10px 10px 10px;
font-size: 130%;
color:#b00f15;
} 

p{
text-indent:30px;
}

img{
border: 0;
}

#container{
position:relative;
width: 920px;  
margin: 0 auto;
text-align: left; 
border: 1px solid #660000;
background: #CCCCCC; 
min-height:720px;             
}

#header{
position:relative;
width: 920px;
height: 140px;
background: url('images/header.png') no-repeat;
}

#header h1{
}

#contact{
position:absolute;
bottom:10px;
right:0;
width:300px;
font-family: "Garamond";
font-size:1.2em;
font-weight:bold;
text-align:center;
}

#header img{
float:left;
width:auto;
border:0;
}

#topNav{
position: relative; 
z-index:3000;
width: 720px;
margin-left: 10px;
} /*Dropdown CSS at bottom of document */

#sidebar{
float: right;
width: 300px;
/* border-left: 1px solid gray; */
min-height: 300px;
font-family: "Garamond";
margin-bottom:10px;
}

#sidebar h3{
text-align:center;
margin:10px 0 5px 0;
color:#993333;
}
#sidebar img{
padding: 0 10px 10px 10px;
}

#sidebar p{
font-family: "Garamond";
text-align: center;
padding: 10px 10px 10px 10px;
}

#socialNetwork p{
text-align: center;
margin: 0 10px 0 0;
}

#mainContent {
width:920px;
}           
       
#mainContent p{
margin: 10px 10px 10px 10px;
max-width: 550px;
font-family: "Garamond";
font-size: 13pt;
line-height: 140%;
} 

#pi{
margin: 10px 10px 10px 10px;
font-family: "Garamond";
font-size: 1em;
line-height: 130%;
width:600px;
list-style:inside;
color:#003366;
}

/*Network Links */
#networkLinks{
float: right;
width: 300px;
height: 140px;
background:url('images/networklinktitle.jpg') top no-repeat;
}

#networkLinks ul{
width:210px;
margin:35px auto;
}

#networkLinks li{
    list-style:none;
    display:inline;
}
#networkLinks a{
float:left;
display:block;
width:50px;
height:50px;
overflow:hidden;
text-indent: -9999px;
z-index:1000;
text-decoration: none; 
}
#networkLinks a:hover{ 
background-position: -50px 0;
}
#logolink a{
background: url('images/logoicon.jpg') no-repeat;
margin-right:30px;
} 
#personalinjurylink a{
background: url('images/personalinjuryicon.jpg') no-repeat;
margin-right:30px;
} 
#workerscomplink a{
background: url('images/workerscompicon.jpg') no-repeat;
margin-right:0;
} 
 
/* Image Links */  
#practices{
width:920px;
height:118px;
}

#practices li{
    list-style:none;
    display:inline;
}
#practices a{
float:left;
display:block;
width:125px;
height:98px;
overflow:hidden;
text-indent: -9999px;
z-index:1000;
text-decoration: none; 
margin:10px;
}
#practices a:hover{ 
background-position: -125px 0;
}
#personalinjury a{
background: url('images/personal.jpg') no-repeat;
} 
#malpractice a{
background: url('images/malpractice.jpg') no-repeat;
} 
#productliability a{
background: url('images/product.jpg') no-repeat;
} 
#employmentlaw a{
background: url('images/employment.jpg') no-repeat;
} 
#nursinghomenegligence a{
background: url('images/nursinghome.jpg') no-repeat;
} 
#workerscomp a{
background: url('images/workerscomp.jpg') no-repeat;
}            
 


#footer{
position: relative;
margin: 10px auto;
width: 920px;
font: 12pt Garamond;
text-indent:0;
}

#footer p{
text-align:center;
font: 11pt Garamond;
margin-bottom:5px;
}


#validIcons{
margin-top:15px;
}

/* Reusable Classes */

.clearFooter{
height: 75px;
clear: both;
}

.clearBoth{
clear:both;
}

.clearRight{
clear: right;
}

.clearLeft{
clear: left;
}

.alignRight{ 
float:right; 
padding: 0 15px 15px 15px;
width: auto; 
}

.alignLeft{ 
float:left; 
padding: 0 15px 15px 0;
width: auto; 
}

.moveleft{
position:relative;
left:80px;
}

.centerImg{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.footlinks, .footlinks ul{
margin:0 auto 10px auto;
padding:0;
list-style:none;
text-align:center;
}

.footlinks{
}

.footlinks li {
display:inline;
padding:0;
}

.footlinks a {
padding:2px 5px;
color:#660000;
text-decoration:none;
font-size:.8em;
margin-top:5px;
margin-right:1px;
margin-left:1px;
}

.footlinks a:hover{
color:#0066CC;
} 

.faq{
font-family: "Garamond";
margin-bottom:10px;
margin-left:20px;
}
.faq ul{  
color:#000099;
width:700px;
list-style:outside disc;
margin: 0 0 0 0; /* resetting margin */
padding: 0 0 0 40px; /* using padding to position ul */
}
.faq ol{
margin-left:20px;
list-style:inside decimal;
margin: 0 0 0 0; /* resetting margin */
padding: 0 0 0 10px; /* using padding to position ul */
}
.faq li{
font-size:1em;
padding:5px;
}

/* CSS FOR DROPDOWN MENU */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
	float: left;
	font: bold 15px Georgia}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #882732;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #333366;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFCC;
		color: black;
		font: 13px Garamound}

	#sddm div a:hover
	{	background: #333366;
		color: #FFF}
		
/* END CSS FOR DROPDOWN MENU */

/* CONTACT AREA */
#contact-area {
	width: 250px;
	margin:0 auto;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 240px;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button{
	width: 100px;
	text-align:center;
}
/* END CONTACT AREA */

/* Calandar CSS */
.main {
width:200px;
border:1px solid black;
margin: 0 auto;
}

.month {
background-color: #993333;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: #FFFFCC;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

/*End Calandar CSS*/

/* News Feed CSS */

#firmnews{
position:relative;
margin:0 auto;
width:300px;
text-align:left;
}
.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
display:block;
font-size:120%;
}

.labelfield{ /*CSS for label field in general*/
color:#802A2A;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:red;
font-size: .8em;
}

#example3{ /*Demo 3 main container*/
position:relative;
margin:0 auto;
width: 250px;
height: 150px;
border: 3px solid #333333;
padding: 4px;
background:#FFFCCC;
}

#example3 #readmore{
position:absolute;
right:0;
bottom:0;
font-size:.8em;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin:0;
padding:5px;
text-indent:0;
text-align:center;
font-size:.9em;
}

code{ /*CSS for insructions*/
color: red;
}
/* END FEED CSS */



