/*
-----------------------------------------------
Theme Name:	MG-Lawfirm Print Master
Version:  	February 2005
Author:   	Serge Isaacson
Author URL: http://www.zanzinato.com
----------------------------------------------- */

/* Global Elements
----------------------------------------------- */

body { 
	margin: .5in .75in; padding: 0;
	font-family: "Stempel Garamond", Times, Georgia, Palatino, serif; 
}

/* Hide
----------------------------------------------- */
hr, #skipnav, #nav, #sidenav, #date, #utilities, .rule {
	display: none;
}

/* Horizontal Rules
----------------------------------------------- */
#header, #callout { 
	padding-bottom: .10in;
	border-bottom: .25pt solid gray; 
}

#footer { 
	border-top: .25pt solid gray; 
}
	
/* Headings
----------------------------------------------- */
h1, h2, h3 {
	margin:1em 0 .5em;
	font-family:Georgia,Serif;
	font-weight:normal;
	clear:both;
}

h1 {
	margin-top:.5em;
	font-size:190%;
}

h2 {
	font-size:140%;
}

/* Callouts and Lists
----------------------------------------------- */
blockquote {
	margin: 0; padding: .25in 0;
	font-size: 120%;
	color: gray;
	font-style: italic;
}

#content ul {
	font-family: verdana, sans-serif;
	font-size: 9pt;
	float: right;
	width: 150px;
}

#content li {
	line-height: 13pt;
}

/* Images
----------------------------------------------- */
#logo img {
	border: none;
}

#main-pg img {
  float:left;
  margin:.05in .15in .15in 0;
  border: none;
}



