/* CSS Document */

/*
dark grey 1F1C18
burgundy 400D0A
lite grey 66604D
caramel 805D00
cream E6D8AC
*/

html
{
	font-size: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 20px;
	padding: 0;
	background: #1F1C18;
}

/* -----Header----- */

.logo
{
	float: left;
}
.header
{
	background: #400D0A;
}

ul.cap
{
	list-style-type: none;
	float: right;
	margin-right: 15px;
}
li.company
{
	font-size: 3.5em;
	font-weight: bold;
	color: #E6D8AC;
	text-align: right;
	font-family: serif;
	font-variant: small-caps;
}


li.address
{
	font-size: 2em;
	font-weight: bold;
	color: #E6D8AC;
	text-align: right;
	font-family: serif;
	letter-spacing: 2px;
	font-variant: small-caps;
}

li.phone
{
	font-size: 1.8em;
	font-weight: bold;
	color: #E6D8AC;
	text-align: right;
	font-family: serif;
	letter-spacing: 2px;
	font-variant: small-caps;
}

/* -----Footer----- */
#footer
{
	margin-top: 0px;
	border: 0px solid #1F1C18;
	height: 24px;
	padding: 10px 10px 0 10px;
	background: #400D0A;
	font-size: 1em;
	font-weight: bold;
	color: #E6D8AC;
	text-align: center;
	vertical-align: middle;
}

/* -----Main content below header, including nav----- */

.main
{
	background: #E6D8AC;
}

#main
{
	width: 585px;
	padding: 20px 20px 0 20px;
	float: right;
	font-size: 1.2em;
	color: #444;
	background: #E6D8AC;
	text-align: justify;
}

#main h1
{
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 2px dotted #1F1C18;
	font-variant: small-caps;
}

#main h2
{
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #1F1C18;
	font-variant: small-caps;
}

#main h3
{
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
}

#main img
{
	padding: 4px;
	margin: 3px;
}

#main p
{
	line-height: 1.8em;
}

.companyline
{
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
}

li.areas
{
	margin: 6px 6px 6px 6px;
	padding: 0;
}

/*----------- for links ---*/

a.mainlink
{
	padding: 4px;
	text-decoration: none;
	color: #805D00;
	font-weight: bold;
	line-height: 1.4em;
}

a.mainlink:hover
{
	background-color: #400D0A;
	color: #E6D8AC;
}

ol#numbers
{
	list-style-type: decimal;
	line-height: 1.8em;
}

ol#numbers li
{
	margin-left: 50px;
	margin-right: 100px;
}

ol#lettercaps
{
	list-style-type: upper-alpha;
	line-height: 1.8em;
}

ol#lettercaps li
{
	margin-right:60px;
}

/*-----Left Nav----- */
#left
{
	background: #400D0A;
}

ul#menu
{
	margin: 5px 5px 5px 5px;
	padding: 0;
}

ul#menu li
{
	list-style-type: none;
}

ul#menu li a
{
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #E6D8AC;
	font-weight: bold;
}

ul#menu li a:hover
{
	background-color: #66604D;
	color: #1F1C18;
}

li.submenu
{
	margin: 3px 3px 3px 12px;
	list-style-type: none;
	padding: 0;
}

li.submenu a
{
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #E6D8AC;
	font-weight: bold;
}

li.submenu a:hover
{
	background-color: #66604D;
	color: #1F1C18;
}

/*-----Published Decision Lists-----*/

ul#decision_juris_list
{
	margin: 7px 7px 7px 12px;
	padding: 2px;
}

li.decision_juris_list
{
	list-style-type: none;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 1.8em;
}

ul#decision_list
{
	margin: 7px 7px 7px 12px;
	padding: 2px;
}

li.decision_list
{
	margin: 3px 3px 3px 8px;
	list-style-type: square;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.8em;
}
li.decision_list a
{
	padding: 4px;
	text-decoration: none;
	color: #805D00;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}

li.decision_list a:hover
{
	background-color: #400D0A;
	color: #E6D8AC;
}

font.decisionnum
{
	font-weight: bold;
	font-style: normal;
}

font.decision_nolink
{
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}

/*-----Client list-----*/


ul#clientlist
{
	margin: 7px 7px 7px 12px;
	padding: 2px;
}

ul#clientlist li
{
	margin: 7px 7px 7px 12px;
	list-style-type: square;
	font-style: normal;
	font-weight: bold;
	line-height: 1.8em;
}
/*-----Attorneys-----*/

img.profile
{
	border: 1px inset #400D0A;
	padding: 4px;
	margin: 3px;
}