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

html {
	margin-bottom: 1px;
	min-height: 100%;
}

/* RESET... EVERYTHING */

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}


body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	background-color: #FFF;
	margin: 15px 0px 0px 10px;
	padding: 0;
}

/* IE 5 and 6 can't resize text that is specified in pixels. */

* html body {
	font-size: x-small; /* IE5 will get this value */
	f\ont-size: small; /* IE6 will get this value */
}
strong {
	font-weight: bold;
}
small {
	font-size: 11px;
}

em{
	font-style:italic;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* FORMATTING */

a{
	color: #0b6be2;
	text-decoration: none;
}

a:hover{
	color: #656565;
}

big{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.no-show{
	display: none;
}

.txt_inline{
	display: inline;
}

#footer p{
	margin: 5px 0px;
}

#footer a{
	color: #b5b4b4;
	text-decoration: none;
}

#column_right .main{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}

#column_right .main h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #696969;
	margin: 30px 0px 5px 0px;
}

#column_right  .main .content h2{
	font-size: 11px;
	color: #840a16;
	font-weight: bold;
	margin-top: 20px;
}

#column_right .main .content h3{
	font-size: 11px;
	color: #840a16;
	font-weight: bold;
}



.sidebar h3{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #840a16;
	font-weight: bold;
}

#column_right .main p{
	line-height: 16px;
	margin: 10px 0px;
}

#column_right .main .content ul{

}

#column_right .main .content ul li{
	list-style-type: none;
	background-image: url('../images/bullet_arrow_grey.gif');
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 14px;
	padding-left: 22px;
}

#column_right .main .content ul.bullet_green li, #column_right .main .content li.bullet_green{
	list-style-type: none;
	background-image: url('../images/bullet_leaf_green.gif');
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 14px;
	padding-left: 22px;
}

#column_right .main .content ul.icon_pdf li, #column_right .main .content li.icon_pdf{
	list-style-type: none;
	background-image: url('../images/icon_pdf.gif');
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 14px;
	padding: 2px 0px 2px 22px;
}

.link_top a{
	background-image: url('../images/arrow_blue_up.gif');
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
	text-transform: uppercase;
}


/* CONTAINERS */

#wrapper{
	width: 830px;
	margin: 0px auto;
}

#column_left{
	width: 125px;
	float: left;
}

#column_right{
	width: 680px;
	float: right;
	position: relative;
	z-index: 0;
}


#footer{
	margin-left: 150px;
	width: 680px;
	margin-top: 20px;
	border-top: 2px solid #ededed;
	font-size: 9px;
	color: #b5b4b4;
}

#logo{
	width: 125px;
	height: 117px;
}

#nav{
	width: 125px;
}

#column_right .main{
	margin-top: 120px;
}

#column_right .main .picture-bar{
	width: 680px;
}

.sidebar{
	width: 205px;
	float: left;
	margin-right: 27px;
	padding-top: 15px;
}


.sidebar p{
	margin: 10px 0px;
}

.sidebar .sidenav{
	margin-top: 5px;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	padding: 5px 0px 8px 0px;
}

.sidebar .sidenav-divider{
	margin: 0px 0px;
	padding: 5px 0px 8px 0px;
	height: 1px;
	border-bottom: 2px solid #ededed;
}

.sidebar h4{
	margin: 8px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #a0a0a0;
}

.sidebar .features-list{
	font-size: 10px;
	color: #a0a0a0;
}

.sidebar ul{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebar ul li{
	background-image: url('../images/bullet_arrow_grey.gif');
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 13px;
	margin: 5px 0px 5px -40px;
}

.sidebar ul li.icon_pdf{
	background-image: url('../images/icon_pdf.gif');
	padding: 2px 0px 2px 22px;
	background-repeat: no-repeat;
	line-height: 13px;
	margin: 5px 0px 5px -40px;
}

.sidebar ul li.bullet_green{
	background-image: url('../images/bullet_leaf_green.gif');
	padding: 2px 0px 2px 22px;
	background-repeat: no-repeat;
	line-height: 13px;
	margin: 5px 0px 5px -40px;
}


.sidebar ul li a{
	display: block;
	text-decoration: none;
	color: #0b6be2;
	width: 170px;
}

.sidebar ul li a:hover, .sidebar ul li.nav_selected a{
	color: #656565;
}


#column_right .main .content{
	width: 448px;
	float: left;
}

#column_right .main #disqus_thread{
	margin: 20px 0px 0px 232px;
}

#column_right .main .dsq-brlink{
	margin: 20px 0px 0px 232px;
}

.photo_right{
	margin: 10px 0px 10px 20px;
	float: right;
}

.photo_left{
	margin: 10px 20px 10px 0px;
	float: left;
}

#column_right .main .photo_left, #column_right .main .photo_right{
	font-size: 9px;
	color: #b5b4b4;
}

#column_right .main .photo_left img, #column_right .main .photo_right img{
	margin-bottom: 3px;
}

.bio_left, .bio_mid, .bio_right{
	width: 134px;
	float: left;
	margin: 15px 0px;
	line-height: 16px;
}

.bio_left img, .bio_mid img, .bio_right img{
	margin-bottom: 7px;
}

.bio_mid{
	margin-left: 23px;
	margin-right: 23px;
}

.minimap{
	margin: 0px 0px;
}#column_right .main .glossary {
	width: auto;
}

.alphabet {
	font-size: 12px;
}
.alphabet a {
	text-decoration: underline;
}
.alphabet  a:hover {
	color: #840a16;
}

.awards {
	height: 100px;
}
.awards_photo {
	float: left;
	clear: right;
	margin-right: 10px;
}

.bio_pdf-icon {
	float: left;
	height: 18px;
	width: 18px;
	padding-right: 2px;
}

.two-col_left{
	float: left;
	width: 220px;
}

.two-col_right{
	float: right;
	width: 220px;
}
