@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	background-color: #c16313;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin-top:0px;
	margin-bottom:0px;
	font-family: "Century Gothic", "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:link {
	color:#442001;
	text-decoration:underline;
}

a:visited {
	color: #442001;
}

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


.areas_of_practice_highlight {
	color: #442001;
}

#container {
	position: relative;
	background-color: #c16313;
	background-image: url(images/background-swirl.gif);
	background-repeat: no-repeat;
	width: 750px;
	min-height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

* html #container {
	height: 100%;
}

#header {
	width: 750px;
	height: 125px;
}

#header img.headshot {
	float:right;
	margin: 20px 25px 25px 10px;
}

#header img.logo {
	float:left;
	margin: 21px 13px 0px 25px;
	}

#header h1 {
	font-size: 1.05em;
	font-weight: bold;
	color: #442001;
	margin: 60px 10px 10px 25px;
	position: absolute;
	float: left;
	left: 1px;
	top: 0px;
}

#header h2 {
	font-size: 0.875em;
	font-weight: lighter;
	color: #ffffea;
	margin: 85px 10px 0px 25px;
	position: absolute;
	float: left;
	left: 1px;
}

#navigation {
	background-color: #ad5911;
	width: 203px;
	margin: 45px 10px 0px 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

#navigation a {
	font-size: 0.875em;
	text-decoration: none;
	line-height: 30px;
}

#content {
	width: 470px;
	margin: 40px 0px 0px 265px;
	}
	
#content h1 {
	font-size: 1.25em;
	font-weight: 700;
	color: #442001;
	margin: 0px 0px 0px 0px;
}

#content h2 {
	font-size: 0.875em;
	font-weight: 600;
	color: #442001;
}

#content p, li {
	list-style-image: url(images/list-item-block.gif);
	font-size: 0.875em;
	font-weight: lighter;
	text-align: left;
	line-height: 20px;
	color: #FFFFEA;
	padding: 0px 10px 0px 0px;
}

#footer {
	background-color: #ad5911;
	width: 700px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 100px;
	position:relative;

}

#footer_bottom {
	width: 750px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 25px;
	position:relative;
}

#footer p {
	font-size: 0.7em;
	font-weight:lighter;
	text-align: right;
	color: #442001;
	padding: 3px 15px 0px 0px;
}

#footer a {
	font-size: 1em;
}