*
{
	margin: 0px;
	padding: 0px;
}

html
{
	text-align: center;
}

body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #f2f2f2;
}

img { border: none; }

#container
{
	margin: 0 auto;
	width: 803px;
	text-align: left;
	background: url(images/border_sides.jpg) repeat-y left top;
	position: relative;
}

#container-inner
{
	width: 666px;
	margin: 0 auto;
	
}

#header
{
	width: 803px;
	background: url(images/border_top.jpg) no-repeat left top;
	padding-top: 10px;
}

#header-inner
{
	width: 666px;
	margin: 40px auto 0 auto;
	position: relative;
}

#header img
{
	display: block;
}

#nav_container
{
	width: 224px;
	margin-left: 6px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}

#address
{
	text-align: right;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #756a6a;
	margin-bottom: 6px;
}

#nav
{
	list-style: none;
	height: 168px;
	overflow: hidden;
	background: #536090 url(images/nav_bg.jpg) no-repeat right top;
}

#nav li
{
	text-align: right;
	font-size: 1.1em;
	margin-left: 0px;
	border-bottom: dotted 1px #fff;
}

#nav li a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 10px;
	padding: 13px 30px 10px 0;
}
* html #nav li a /* IE6 hack */
{
	padding: 10px 30px 9px 0;
}

#nav li a:hover
{
	color: #eb2a34;
}

#nav li#active
{
	background: url(images/arrow.jpg) no-repeat 205px center;
}

#nav li#active a
{
	color: #eb2a34;
}

#content
{
	width: 666px;
	float: left;
	display: inline;
	margin-top: 6px;
}

.arrow
{
	background: url(images/arrow_right.gif) no-repeat left center;
	padding: 2px 0 0 16px;
	color: #756a6a;
	text-decoration: none;
	font-weight: bold;
}

#left_col
{
	width: 149px;
	float: left;
	display: inline;
}

#left_col h2
{
	color: #988f8f;
	margin: 20px 16px 0 0;
	width: 133px;
	height: 15px;
	background: url(images/learn_more.jpg) no-repeat right top;
	text-indent: -9999px;
	display: block;
}

#left_nav
{
	list-style: none;
	margin: 20px 20px 0 0;
}

#left_nav li
{
	margin: 6px 0;
	font-size: 13px;
	text-align: right;
}

#left_nav li a
{
	color: #669;
	text-decoration: none;
	font-weight: bold;
}

#left_nav li a:hover, #left_nav li#current a
{
	color: #eb2a34;
}

#right_col
{
	width: 477px;
	float: left;
	display: inline;
	background: url(images/content_bg.jpg) no-repeat left top;
	padding: 20px;
	min-height: 411px;
	height:auto !important;
	height: 411px;
}

#right_col h1
{
	color: #525f90;
	font-size: 1.6em;
	background: url(images/dots.png) repeat-x left bottom;
	padding-bottom: 6px;
	margin-bottom: 16px;
	line-height: 1.2em;
}

#right_col h2
{
	color: #525f90;
	font-size: 1.4em;
	margin-bottom: 0px;
	margin-top: 22px;
}

#right_col p
{
	color: #756a6a;
	margin: 8px 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

#right_col a
{
	color: #525f90;
	text-decoration: none;
}

#right_col a:hover
{
	text-decoration: underline;
}

#right_col ul
{
	list-style: disc;
	margin: 8px 0 8px 15px;
	color: #756a6a;
	font-size: 12px;
	line-height: 16px;
}

#right_col ul li ul
{
	margin-top: 0;
	margin-bottom: 0;
}

#edit
{
	position: absolute;
	right: 20px;
	top: 300px;
	font-size: 13px;
	color: #C03;
	font-weight: bold;
}

#edit a { color: #C03; }

#bio_form{
	text-align:left;
	margin:25px;
}
#bio_form ul{
	list-style:none;
}
#bio_form li{
	margin:0 0 1em 0;
}
#bio_form textarea{
	width:100%;
	height:150px;
}

.contact p
{	
	padding-bottom: 6px;
	margin-bottom: 16px;
	background: url(images/dots.png) repeat-x left bottom;
}

.contact strong
{
	font-size: 1.1em;
	margin-bottom: 6px;
	display: block;
}

#copyright
{
	position: absolute;
	bottom: 0px;
	left: 25px;
	color: #756a6a;
	font-size: 1em;
}

#footer
{
	display: block;
	background: url(images/border_bottom.jpg) no-repeat left top;
	width: 803px;
	margin: 0 auto 30px auto;
	padding: 25px 0 0 0px;
	color: #756a6a;
	text-align: left;
	font-size: 1.1em;
}

#footer_inner
{
	width: 573px;
	margin-left: 20px;
}

#footer_content
{
	float: left;
	display: inline;
	margin-left: 20px;
}

#footer p, #footer img
{
	float: left;
	display: inline;
}

#footer p
{
	padding-top: 12px;
	text-align: center;
}

#footer a
{
	color: #756a6a;
	text-decoration: none;
	font-weight: bold;
}

.location
{
	margin: 10px 20px 0 0;
	line-height: 1.3em;
}

.clear
{
	clear: both;
	display: block;
}