/*    Andrew Lemalu Law    */

body
{
	color: #222;
	background: #404040 url(/images/template/body-gradient.gif) 0 0 repeat-x;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
}

#container
{
	position: relative;
	margin: 30px auto;
	padding: 0;
	width: 802px;
}

#container #top
{
	margin: 0;
	padding: 0 20px 0 0;
	height: 142px;
	background: transparent url(/images/template/container-top_logo.gif) 0 0 no-repeat;
	text-align: left;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#container #top ul#navmenu
{
	position: relative;
	top: 110px;
	list-style-type: none;
}

#container #top ul#navmenu li { display: inline; }

#container #top ul#navmenu li a
{
	margin: 0;
	padding: 0 13px;
	color: #000;
	text-decoration: none;
}

#container #top ul#navmenu li a:hover
{
	color: #666;
	background: transparent url(/images/template/dot-grey.gif) 0 3px no-repeat;
}

#container #top ul#navmenu li a.yah
{
	color: #000;
	background: transparent url(/images/template/dot-teal.gif) 0 3px no-repeat;
}

#container #content
{
	margin: 0;
	padding: 10px 30px 30px 30px;
	background: transparent url(/images/template/container-middle.gif) 0 0 repeat-y;
}

#container #content a { color: #67A2B7; }

#container #content p { text-align: justify; }

#container #bottom
{
	margin: 0;
	padding: 10px 20px 0 20px;
	height: 30px;
	background: transparent url(/images/template/container-bottom.gif) 0 0 no-repeat;
}

#container #bottom p
{
	margin: -10px 0 0 10px;
	font-size: 0.8em;
}

#container #footer
{
	margin: -10px 0 0 0;
	color: #ddd;
	font-size: 0.6em;
	text-align: right;
}

#container #footer a
{
	text-decoration: none;
	color: #fff;
}

div.float-right
{
	float: right;
	padding: 20px 0 20px 20px;
}

div.float-left
{
	float: left;
	padding: 20px 20px 20px 0;
}

#container #footer a:hover { text-decoration: underline; }
a img { border: 0; }
h1, h2, h3, h4 { color: #67A2B7; }
h1 { line-height: 1.0em; font-size: 1.7em; }

div.bio
{
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 0.9em;
	line-height: 1.45em;
}

div.bio img
{
	float: left;
	padding: 0 20px 2px 0;
}

div.bio h3
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.35em;
}

div.bio p
{
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 0.95em;
}

.warning
{
	color: #c00;
	font-weight: bold;
}

