/*  
Site URI: http://www.gerlachlaw.com/
Description: Stylesheet for Gerlach & Beaumier, Attorneys at Law, L.L.P. website.
Version: 1.0
Author: James Gerlach
Author URI: http://www.aingide.com/
*/



/* Begin Structure*/
* { 
	margin: 10px 0 0 0;
	padding: 0;
	}

body {
	text-align: center; /*forces IE 5 to center layout*/
	background: url(images_presentation/bodybackground.gif)	}
	
div#mainwrap {
	width: 750px;
	background: black url(images_presentation/background_01.jpg) repeat-y center 140px;
	margin: 0 auto 25px auto;
	text-align: left; /*fixes IE5 bug from body selector*/
	}

div#contentarea {
	width: 750px;
	margin: 0;
	}
/* End Structure*/



/* Begin Header*/
div#header {
	width: 750px;
	height: 153px;
	background: black url(images_presentation/logo01.jpg) no-repeat center;
	text-align: center;
	padding-top: 8px !important; padding-top: 4px;
	}
/* End Header*/



/* Begin Column 1 */
div#column1 {
	width:150px;
	background: url(images_presentation/books_01.jpg) no-repeat 0 100px;
	float: left;
	display: inline;
	margin: 0 0 0 25px;
	padding-bottom: 10px;
	}
	
div#column1 ul {
	margin: 15px 0 280px 15px;
	list-style-type: none;
	}
	
div#column1 a {
	font: 1.2em Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1f4a6d;
	line-height: .9em;
	}
	
div#column1 a:hover {color: #CC3300;}
/* End Column 1 */



/* Begin Column 2 */
div#column2 {
	width: 550px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding-bottom: 25px;
	}	
	
div#column2 h1 {
	font: 1.1em Geneva, Arial, Helvetica, sans-serif;
	color: #1c4363;
	}
	
div#column2 h2 {
	font: 1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #1c4363;
	margin-top: 20px;
	}
	
div#column2 h3 {
	font-size: .95em;
	color: #1c4363;
	margin: 1em 0 0 70px;
	}
		
div#column2 .contactinfo {
	font: .9em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 .05em 70px;
	line-height: 1.2em;
	}
	
div#column2 .activities {
	font: .9em Arial, Helvetica, sans-serif;
	margin: 0 20px .05em 90px;
	list-style-type: none;
	}			

div#column2 p {
	font-size: 1em;
	color: #1c4363;
	margin: 1em 20px 0 10px;
	line-height: 1.5em;
	}
	
div#column2 .attorney {
	margin: 0 0 50px 0;
	}
	
div#column2 .italic {
	font-style: italic;
	}
	
div#column2 .attorneybar {
	font: .75em Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 20px 30px 10px;
	}
	div#column2 .attorneybar a {text-decoration: none;}
			
div#column2 .attorneyname a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
div#column2 span a {
	font: .85em Georgia, "Times New Roman", Times, serif;
	color: #1c4363;
	letter-spacing: .06em;
	}
	
div#column2 span a:hover {
	color: #CC3300;
	text-decoration:underline;
	}
	
div#column2 ul {
	font: .9em Arial, Helvetica, sans-serif;
	margin: 0 0 .05em 90px;
	list-style-type: square;
	}

div#column2 a {color: #1c4363}

div#column2 a:hover {color: #CC3300;}
/* End Column 2 */



/* Begin Footer*/
div#footer {
	width: 750px;
	background-color: black;
	margin: 0;
	padding: 10px 0;
	}

div#footer p {
	font: .85em Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	margin: 0;
	}
	
div#footer a {color: #9F8754}

div#footer a:visited {color: #9F8754;}
/* End Footer*/



/* Begin Images */
img {border-style: none;}

.photo {
	float: left;
	margin: 10px 15px 7px 10px;
	}
/* End Images */



/* Begin ToS */
div#tos_header {
	font-size: .95em;
	color: #1c4363;
	}
	
div#terms_text {
	font: .9em Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.2em;
	}
	
div#tos_button2 a {color: #1c4363}
div#tos_button2 a:hover {color: #CC3300;}
/* End Tos */



/* Begin Various Tags & Classes */
	/*Aslett clearing method*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

		/*fix for IE Mac*/
.clearfix {display: inline-table;}
	
		/*Holly hack for IE6 bug*/
			/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
	
.clearfix {display: block;}
			/* end backslash hack */
	/* end Aslett clearing method*/
/* End Various Tags & Classes*/