/* zero out to remove differences among browsers and to remove ugly things*/
* {margin:0; padding:0 border: 0;}
html {height: 100%; min-height: 100%; margin-bottom: 1px;}
input, select, th, td, h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
li li, li p, td p, blockquote p {font-size:1em}
:link,:visited { text-decoration:none }
ul,ol { list-style:none; margin: 0; padding: 0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
table {font-size: 100%}

/* START MAIN DIVS */
body
{
	font: 90% arial, helvetica, sans-serif;
	text-align: center;
	padding: 0 0 15px 0;
	background: #D7CDA8;
}

div#container
{
	text-align: left;
	width: 750px;
	margin: 0 auto;
	background: #fff url(/i/bg_container.gif) top left repeat-y;
	border: 1px solid #D7CEAF;
}

div#content
{
	float: right;
	width: 520px;
	color: #495751;
	padding: 18px 15px 0 15px;
	background: #fff;
}

div#navigation
{
	float: left;
	width: 200px;
	background: #B9CAFF;
}

div#extra
{
	float: left;
	clear: left;
	width: 200px;
	background: #FF8539;
}

div#footer
{
	clear: both;
	width: 100%;
	background: #EFEFEF url(/i/bg_container.gif) top left repeat-y;
	border-top: 3px solid #DFDFDF;
}
/* END MAIN DIVS */

/* START MISC DIVS */
div.bio-holder
{
	border-top: 1px solid #C2CFC9;
	padding: 15px 0 5px 0;
}

div.atty-holder
{
	float: left;
	width: 170px;
	text-align: center;
	margin: 15px 0;
	
}
/* END MISC DIVS */

/* START LINKS */
a:link, a:visited
{
	color: #005F35;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #AF972B;
	text-decoration: none;
}

div#footer a:link, div#footer a:visited
{
	color: #005F35;
	text-decoration: underline;
}

div#footer a:hover, div#footer a:active
{
	color: #777;
	text-decoration: none;
}
/* END LINKS */


/* START PARAGRAPHS AND HEADINGS */
p
{
	margin: 15px 0;
	line-height: 1.3;
}

p.contact
{
	padding-left: 18px;
	background: url(/i/address.png) left center no-repeat;
}

div.atty-holder p
{
	margin: 3px 0;
}

div#footer p
{
	margin: 0 0 0 215px;
	padding: 5px 0;
	font-size: .9em;
	color: #59776A;;
}


div#header h1
{
	height: 274px;
	line-height: 274px;
	margin: 0;
	padding-left: 10px;
	background: #D7CDA8 url(/i/header.jpg) top left no-repeat;
	color: #fff;
	text-indent: -9999px;
	border-bottom: 3px solid #DFDFDF;
}

h2
{
	color: #05844A;
	font-size: 1.3em;
}

h3
{
	color: #277F56;
	font-size: 1.1em;
	margin-bottom: 5px;
}
/* END PARAGRAPHS AND HEADINGS */

/* START NAV */
ul#nav li
{
	border-bottom: 1px solid #03673B;
	border-top: 1px solid #059957;
	margin: 0;
}

ul#nav li a
{
	display: block;
	padding: 8px 0 8px 8px;
	background-color: #00814A;
	color: #fff;
	text-decoration: none;
	width: 192px;
}

ul#nav li a:hover
{
	background-color: #005F35;
	color: #fff;
}
/* END NAV */

/* START MISC STUFF */
div.atty-holder img
{
	border: 1px solid #02371F;
}
/* END MISC STUFF */

/* START MISC LISTS */
ol.generic
{
	list-style-type: decimal;
	margin: 0 0 17px 20px;
}

ol li
{
	margin-bottom: 5px;
	color: #615B12;
}

ul.generic
{
	margin: 0 0 17px 20px;
}

ul.generic li
{
	background: url(/i/bullet_1.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	color: #615B12;
}

dl.generic
{
	margin-bottom: 17px;
	margin-top: 10px;
}

dl.generic dt
{
	color: #615B12;
	background: url(/i/bullet_1.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 3px;
}

dl.generic dd
{
	margin-bottom: 20px;
	padding-left: 15px;
}
/* END MISC LISTS */




