@charset "utf-8";

/* CSS Document */

/* for min-width to work for ie browsers */
* html .minwidth {border-left:1000px solid #fff; position:relative; float:left; z-index:1;}
* html .iecontainer {margin-left:1000px; position:relative; float:left; z-index:2; text-align:left;}

body

{
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#AC8558;
	scrollbar-highlight-color:#B99873;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-base-color:#AC8558;
	scrollbar-dark-shadow-color:#black;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#B99873;
	background-color: #b0a89b;
	background-image: url(images2/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #3b2424;	
	margin: 0px;	
	font-size: 12px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: left;
}

a{		font-weight:normal;
		color: #050d5f;}
a:hover {color: #752f19;}

td {vertical-align: top;}

#wrap
{
	position:relative;
	
	width:800px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:100%;
	
	text-align:right;
}

#topheader
{
	width: 800px;
	height: 150px;	
	background-image: url(images2/merkle_law_firm_sub.jpg);
	background-repeat: no-repeat;
	top: 0;
	text-align: right;
}

#topbuttons
{
	width:494px;
	text-align:right;
	height: 29px;
	position: absolute;
	top: 65px;
	right: 0;
}
/* home page */
#maintexthome 
{
	width: 800px;
	height: 382px;
	position:relative;	
	top: 0;
	text-align: left;
}

.homeleft 
{
	width: 304px;
	height: 382px;
	background-image: url(images2/home_left_bg.jpg);
	background-repeat: no-repeat;
}

.homeright
{
	background-image: url(images2/home_right_bg.jpg);
	background-repeat: no-repeat;
	width: 496px;
	height: 382px;
}

/* content pages */

#maintext 
{
	width: 800px;	
	background-color: #B0A89B;
	background-image: url(images2/text_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
	position:relative;	
	top: 0;
	text-align: left;
}

#maintable 
{
	width: 800px;	
	background-color: none;
	background-image: url(images2/copy_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	top: 0;
	text-align: left;
}

/* buttons */
td.buttonsleft 
{
	width: 255px;
	padding: 140px 0 0 0;
}

td.buttonsleft a
{
	display: block;
	background-image: url(images2/dark_button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 0 50px;
	color: #3b2424;
	font-size: 17px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;margin: 0;
	text-decoration: none;
	height: 45px;
	margin-left: 35px;
}

td.buttonsleft a:hover
{
	background-image: url(images2/light_button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #3b2424;
	font-style: italic;
}

td.buttonsleft .act a
{
	display: block;
	background-image: url(images2/light_button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 0 50px;
	color: #3b2424;
	font-size: 17px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	height: 45px;
	font-style: italic;
	margin-left: 35px;
}

td.buttonsleft .act a:hover
{
	background-image: url(images2/dark_button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #3b2424;
	font-style: normal;
}


td.copy
{ 
	width: 460px;	
	padding: 140px 60px 20px 40px;
}

/* font styles */

.heading 
{
	background-image: url(images2/heading_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 4px 0 0 10px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	height: 25px;
}

.emph, h2, h3
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
}

.note
{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
/* footer */
#footer
{
	color: #e5e1cf;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 800px;
	height: 20px;
	padding-top: 10px;
}

#footersub
{
	background-image: url(images2/footer_sub.jpg);
	background-repeat: no-repeat;
	color: #e5e1cf;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 800px;
	height: 20px;
	padding-top: 15px;
	margin-bottom: 30px;
}
	
/* forms */
.block
{
margin-bottom: 1em;
}

.block .label
{
font-weight: bold;
margin-bottom: 0.5em;
}

.form_section
{
clear: both;
display: block;
}

.input input, .input textarea
{
width: 80%;
}

textarea
{
height: 100px;
font-family: arial;
font-size: 12px;
}

input.radio
{
width: 20px;
}


.block p
{
clear: both;
}
	
	
	

