/** Martin L. Horwitz law stylesheet 
* Creator: Edward Boot (www.pghwebs.com)
*/

html
{
	height: 100%;
}

body
{
	background: url('grafix/bodybg.png') repeat;
	font-family: Tahoma;
	color: black;
	font-size: normal;
	margin: 0;
	padding: 0;
}

/** MAIN ELEMENTS */
#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white;
	border: 1px solid #858585;
	border-top: 0;
	border-bottom: 0;
	width: 900px;
	min-height: 100%;
}

#header
{
	background: url('grafix/header.png') no-repeat;
	width: 900px;
	height: 182px;
}

#navigation
{
	background: url('grafix/nav.png') no-repeat;
	width: 900px;
	height: 64px;
	text-align: center;
}

#navigation a
{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
	color: #e8da98;
}

#banner
{
	background: url('grafix/banner1.jpg') no-repeat;
	width: 900px;
	height: 234px;
}

#dots
{
	background: url('grafix/dots.jpg') no-repeat;
	width: 900px;
	height: 10px;
}

.sideHeader
{
	background: #773f2a;
	width: 294px;
	height: 65px;
	text-align: center;
}

.sideHeader2
{
	background: #773f2a;
	width: 224px;
	height: 65px;
	text-align: center;
}


.mainHeader
{
	background: #9c583f;
	width: 582px;
	height: 65px;
	text-align: center;
}

.mainHeader2
{
	background: #9c583f;
	width: 414px;
	height: 65px;
	text-align: center;
}

.fullHeader
{
	background: #9c583f;
	width: 888px;
	height: 65px;
	text-align: left;
}

.heading
{
	color: white;
	text-align; center;
	font-size: 23px;
	font-family: Times New Roman;
	letter-spacing: 0.1em;
}

.gold
{
	background: #f4f0de;
	width: 294px;
	min-height: 200px;
	color: #a06c5a;
}

.gold2
{
	background: #f4f0de;
	width: 224px;
	min-height: 200px;
	color: #a06c5a;
}

.gold h1
{
	font-weight: normal;
	font-size: 18px;
	color: #773f2a;
	line-height: 100%;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}


/** SPACING */
.spacing
{
	padding: 6px;
}

.spacing2
{
	padding: 12px;
}

.spacing3
{
	padding: 18px;
}

.spacing4
{
	padding: 24px;
}

/** LINKS */
a img
{
	border: 0;
}

a
{
	color: #db6336;
	text-decoration: underline;
}

a:hover
{
	color: #c04011;
	text-decoration: none;
}

/** Syling */
.bold
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.strike
{
	text-decoration: line-through;
}

.italic
{
	font-style: italic;
}

.gray
{
	color: #9c9c9c;
}

p
{
	font-size: 13px;
}

.left
{
	float: left;
	padding: 10px;
	padding-left: 0;
	padding-top: 0;
}

.right
{
	float: right;
	padding: 10px;
	padding-top: 0;
	padding-right: 0;
}

.center
{
	text-align: center;
}

/** Default lists */
ul
{
	list-style: square;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

ul.practice
{
	font-weight: bold;
	font-size: 12px;
	padding: 12px;
	padding-top: 0;
}

ul.practice li
{
	padding-top: 1px;
	padding-bottom: 1px;
}

ul.footer-links
{
	margin: 0;
	padding: 0;
	color: #a4a4a4;
	display: inline;
}

ul.footer-links li
{
	border-right: 1px solid #a4a4a4;
	padding: 5px;
	display: inline;
	padding-top: 0;
	padding-bottom: 0;
}

ul.footer-links a
{
	color: #c74b1c;
	font-size: 13px;
	text-decoration: underline;
}

ul.footer-links a:hover
{
	color: #ea7549;
	font-size: 13px;
	text-decoration: none;
}

ul.padded
{
	padding: 14px;
	padding-top: 0;
}

ol.cases
{
	font-size: 13px; 
	padding: 16px; 
	padding-top: 0;
	margin: 10px;
	list-style-image: url("grafix/pdf.gif");
	list-style-type: none;
}

ul.testimonials
{
	list-style: none;
}

ul.testimonials li
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	color: black;
}

ul.testimonials li p
{
	font-size: 14px;
}

ul.testimonial h4
{
	padding: 0;
}

ol.disclaimer
{
	font-size: 13px;
}

ol.disclaimer li
{
	padding-top: 9px;
	padding-bottom: 9px;
}

ol.cases li
{
	padding-top: 3px;
	padding-bottom: 3px;
}

a.foot-link
{
	color: #c74b1c;
	font-size: 13px;
	text-decoration: underline;
}

a.foot-link:hover
{
	color: #ea7549;
	font-size: 13px;
	text-decoration: none;
}

a.next
{
	background: url('grafix/button_next.jpg') no-repeat;
	background-position: -152px;
	overflow: hidden;
	display: block;
	width: 152px;
	height: 44px;
}

a.next:hover
{
	background-position: -0px;
}

a.previous
{
	background: url('grafix/button_previous.jpg') no-repeat;
	background-position: -152px;
	overflow: hidden;
	display: block;
	width: 152px;
	height: 44px;
}

a.previous:hover
{
	background-position: -0px;
}

a.continue
{
	background: url('grafix/button_continue.jpg') no-repeat;
	background-position: 0px;
	overflow: hidden;
	display: block;
	width: 156px;
	height: 44px;
}

a.continue:hover
{
	background-position: -156px;
}


/** HEADINGS */
h1
{
	color: #9c583f;
	font-size: 20px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6
{
	color: #9c583f;
	font-weight: normal;
}

h3, h4
{
	padding: 0;
	margin: 0;
}

h4
{
	padding-top: 5px;
}

h3 a
{
	color: #db6336;
	font-weight: normal;
	text-decoration: underline;
}

h3 a:hover
{
	color: #b1684d;
	text-decoration: none;
}

.date
{
	font-size: 16px;
	color: #a4a4a4;
}


/** FORMS */
form#contact
{
	font-size: 13px;
}

input.text
{
	border: 1px solid #b48a7a;
	padding: 5px;
}

textarea
{
	border: 1px solid #b48a7a;
}


a.twitter
{
	background: url('grafix/twitter.jpg') no-repeat;
	width: 64px;
	height: 24px;
	background-position: 0px;
	overflow: hidden;
	display: block;
}

a.twitter:hover
{
	background-position: -64px;
}

a.twit
{
	color: #c0601a;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.twit:hover
{
	color: #c0601a;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

a.facebook
{
	background: url('grafix/facebook.jpg') no-repeat;
	width: 27px;
	height: 27px;
	background-position: 0px;
	overflow: hidden;
	display: block;
}

a.facebook:hover
{
	background-position: -27px;
}

a.linkin
{
	background: url('grafix/in.jpg') no-repeat;
	width: 27px;
	height: 27px;
	background-position: 0px;
	overflow: hidden;
	display: block;
}

a.linkin:hover
{
	background-position: -27px;
}