/* CSS Document for guerrerolawfirm.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

a {
 color:#000033;
 text-decoration:none;
 }
 
a:hover {
 text-decoration:underline;
 } 
 
#pagewidth{ 
 width:684px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border: 1px dotted #CDAF00;  
} 
 
#header{
 position:relative;
 height:69px; 
 width:100%;
} 
 
#flash{
 position:relative; 
 height:191px; 
 width:100%;
}
 
#category_header{
 background-image:url(../images/Menu_Header_Bg.jpg);
 background-repeat:repeat-x;
 position:relative; 
 height:40px; 
 width:100%;
}

.categoryheaderimg {
 padding-left: 30px;
 }
 
#leftcol{
 width:225px;
 float:left; 
 position:relative;
 background-image:url(../images/Contact_Bg.jpg);
 background-repeat:no-repeat;
 background-position:center;
 }
 
#leftcol p{
	padding-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
 }
 
#maincol{
 background-color: #F2F2F2;  
 float:left; 
 position: relative; 
 width:459px;
 height: 420px;
 }
 
#maincol p {
 padding-left: 10px;
 padding-right:10px;	
 font-family:Garamond;
 font-size:16px;
 text-align:justify;
}
	
#maincol h1 {
 padding-top: 10px;
 padding-left:10px;
 font-family:Garamond;
 }	

#maincontent_col {
 background-color: #F2F2F2;  
 float:left; 
 position: relative; 
 width:459px;
 }
 	
#maincontent_col p {
 padding-left: 10px;
 padding-right:10px;	
 font-family:Garamond;
 font-size:16px;
 text-align:justify;
}
	
#maincontent_col h1 {
 padding-top: 10px;
 padding-left:10px;
 font-family:Garamond;
 }	

#bottom_area {
 float:left;
 width:100%;
 }

#important_articles {
 background-color: #FFFFFF;  
 float: left; 
 width:223px;
 }

.articles_content {
 height:153px;
 overflow:auto;
}

.articles_content a {
 text-decoration:underline;
 }

p.articles_content {
 padding-left: 10px;
 padding-right: 5px;
 font-family:Garamond;
 font-size:14px;
 }
	
#whats_new {
 background-image:url(../images/Whats_New_Bg.jpg);
 background-repeat:repeat-y;
 float: left; 
 width:254px;
 }

.whats_new_articles {
 height:153px;
 overflow:auto;
}

p.whats_new_articles {
 padding-left: 10px;
 padding-right: 5px; 
 font-family:Garamond;
 font-size:14px;
 }

.sitemap {
 text-align:left;
 }
 
#case_management {
 background-color: #FFFFFF;  
 float:right;
 width:207px;
 }

#footer {
 height:130px; 
 clear:both;
 background-image:url(../images/Footer_Bg.jpg);
 background-repeat:repeat-x;
 }	
 
#footer p {
 padding-top: 10px;
 font-family:Garamond;
 font-size:14px;
 text-align:center;
 }

p.contactus {
 padding-left: 10px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;	
 }	
	
.contactusform {
 padding-left: 10px;
 font-family:Garamond;
 font-size:16px;	
 }	
 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}