/* @override 
	http://dmp.wiledesign.com/css/core.css
	http://localhost/css/core.css
	http://www-new.dmp.com/css/core.css
	http://dmp.localhost/css/core.css
	http://dmp.com/css/core.css
*/

/* font changed from 6c5b5d to 534547 */

html {
	height: auto;
}

body {
	background-color: #e9e9e9;
	margin: 0 auto;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	width: 1060px;
	background: #fff repeat-y;
	position: relative;
	text-align: left;
	height: 100%;
	margin: 0 auto 50px;
	overflow: hidden;
}

#corner_block {
	height: 116px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #66686d;
}

#logo_area {
	width: 137px;
	height: 111px;
	border-top: 5px solid #FDB913;
	top: 0;
	padding-left: 58px;
	z-index: 4;
}

#logo_area a {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}

#logo {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 0;
}

#main {
	margin-left: 195px;
	border-left: 1px solid #000;
	min-height: 600px;
}

.highlighted {
	background-color: #ffdc4a;
}

#whiteblock {
	width: 100%;
	height: 100px;
	bottom: 0;
	position: absolute;
	background-color: #fff;
	z-index: 3;
}

#form_test {
	display: none;
}

/* @group user_bar */

#user_bar_space {
	height: 24px;
}

#user_bar {
	height: 22px;
	color: #000;
	font-size: 12px;
	position: fixed;
	border-bottom: 2px solid #abc6dd;
	background-color: #e5effd;
	width: 100%;
	z-index: 1000;
	line-height: 22px;
}

#user_bar a {
	height: 22px;
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: -6px;
	margin-right: -6px;
}

#user_bar img {
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 2px;
	margin-top: 3px;
}

#user_bar a:hover {
	
}

#user_bar .left {
	float: left;
	margin-left: 10px;
}

#user_bar .right {
	float: right;
	margin-right: 10px;
}

/* @end */

/* @group notifications */

#notifications {
	position: absolute;
	left: 300px;
	top: 40px;
	border-bottom-style: none;
	font-size: 12px;
	border: 1px solid #c1c2c4;
	border-bottom-width: 0;
	max-width: 650px;
}

#notifications div {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #c1c2c4;
}

#notifications .good {
	background: #daffa0 url(../images/icons/accept.png) no-repeat 3px center;
	padding-left: 22px;
}

#notifications .warn {
	background: #fbdf72 url(../images/icons/error.png) no-repeat 3px center;
	padding-left: 22px;
}

#notifications .bad {
	background: #ff99a2 url(../images/icons/exclamation.png) no-repeat 3px center;
	padding-left: 22px;
}

/* @end */

/* @group color/formatting */

h1 {
	font-size: 30px;
	color: #534547;
	margin-left: 20px;
	margin-bottom: 10px;
	position: relative;
}

h2 {
	font-size: 20px;
	color: #534547;
	margin-left: 20px;
	margin-bottom: 10px;
}

h3 {
	color: #534547;
	font-size: 18px;
	margin-left: 20px;
	margin-bottom: 10px;
}

h4 {
	color: #534547;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 5px;
}

h5 {
	font-size: 12px;
	color: #534547;
	margin-left: 20px;
	margin-bottom: 5px;
}

h6 {
	font-size: 10px;
	color: #534547;
	margin-left: 20px;
	margin-bottom: 5px;
}

h1 span {
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	margin-top: 4px;
}

h1 a {
	color: #fff;
	margin-right: 10px;
}

ul,ol {
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #08c;
}

a:hover {
	text-decoration: underline;
}

p {
	
}

blockquote {
	color: #534547;
}

.center {
	text-align: center;
}

textarea {
	width: 400px;
	height: 150px;
}

textarea.large_editor {
	width: 755px;
	height: 550px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.blue {
	color: #08c;
}

.yellow {
	color: #ffb500;
}

img[align=right] {
	float: right;
	vertical-align: top;
}

img[align=left] {
	float: left;
	vertical-align: top;
}

/* @group tinymce fixes */

.mceContentBody {
	background-color: #fff;
	text-align: left;
}

body[dir=ltr] {
	background-color: #fff;
	text-align: left;
}

/* @end */

/* @group hidelinks */

.hidelink {
	color: #08c;
	font-size: 12px;
	border-style: none;
	display: inline;
	margin-left: 5px;
}

.hidelink2 {
	color: #08c;
	font-size: 12px;
	margin-left: 41px;
	border-style: none;
	border-width: 1px;
	display: inline-block;
	padding: 2px 2px 1px;
	margin-bottom: 15px;
}

.hidelink:hover, .hidelink2:hover {
	text-decoration: underline;
}

/*
.hidelink:hover {
	background-color: #08c;
	color: #fff;
}
*/

/* @end */

/* @end */

/* @group nav */

.nav {
	font-family: arial, sans-serif;
	width: 195px;
	top: 66px;
	left: 0px;
	position: absolute;
	font-size: 10px;
	z-index: 100;
	margin: 50px 0 0;
}

#vertical {
	background-color: #fff;
	color: #fff;
/

*
	overflow: hidden;
	*/
}

#horizontal {
	background-color: #66686d;
	height: 775px;
}

#horizontal ul li a, #horizontal ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 139px;
	height: 20px;
	text-align: left;
	border: 1px solid #000;
/*  border-width: 1px 0 0 0;*/
	border-width: 0 0 1px;
	line-height: 19px;
	font-size: 10px;
	padding-left: 56px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 0;
	background: url(../images/nav_opacity60.png) repeat-y -155px;
}

#vertical ul li a, #vertical ul li a:visited {
	display: block;
	text-decoration: none;
	width: 139px;
	text-align: left;
	line-height: 19px;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 0;
}

.nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 194px;
}

.nav .buydmp {
	font-size: 10px !important;
}

.nav hr {
	position: relative;
	border-style: solid;
	border-color: #7f7f7f;
	width: 195px;
	padding: 0;
	margin: 0;
	z-index: -500;
	border-right-style: none;
	border-left-style: none;
}

.nav a:hover {
	color: #000;
}

.nav .white2 {
	background: url(../images/nav_opacity60.png) repeat-y -123px;
	width: 40px;
	height: 500px;
	position: absolute;
	top: 350px;
	left: 0;
}

.nav.intranet .white2 {
	background: url(../images/nav_opacity60.png) repeat-y -123px;
	width: 40px;
	height: 485px;
	position: absolute;
	top: 375px;
	left: 0;
}

.nav ul li .open {
	width: 40px;
	height: 24px;
	background-color: #ffb500;
	position: absolute;
	top: 1px;
	left: 0;
}


/* @group login_form */

#vertical #login_form a {
	color: #000;
}

#horizontal.intranet #login_form {
	/* padding-top: 300px; */
}

/* @end */

/* @group vertical */

#vertical ul {
	width: 90px;
	z-index: 100;
	min-height: 371px;
}

#vertical ul li {
	position: relative;
	z-index: 100;
}

#vertical ul li a {
	white-space: nowrap;
	padding-left: 56px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	border-width: 1px 0 0 0;
	background: #66686d url(../images/nav_opacity60.png) no-repeat -155px;
	color: #fff;
}

#vertical ul li a#nav_home:hover {
	color: #000;
}

#vertical ul li a.hide {
	background: none;
	color: #000;
}

#vertical ul li a.hide.selected {
	background: none;
	color: #de0000;
}

#vertical ul li a.selected {
	color: #de0000;
}

#vertical ul li a:hover {
	color: #de0000;
}

#vertical ul li ul {
	width: 195px;
	color: #000;
	height: auto;
	min-height: 0px;
}

#vertical ul li ul li a {
	text-transform: none;
	border-width: 0 0 0 0;
	color: #000;
	padding-left: 47px;
	background: none;
}

#vertical ul li ul li {
	background: url(../images/vertical_bg.png) repeat-x 0 -1px;
	overflow: hidden;
}

#vertical ul li:hover ul {
	display: block;
}

/* Third Tier */

#vertical ul li ul li ul {
	width: 195px;
	background-image: none;
	border-bottom-style: none;
	white-space: normal;
	height: auto !important!;
	overflow: hidden;
}

#vertical ul li ul li ul li a {
	text-transform: none;
	border-width: 0 0 0 0;
	padding-left: 71px;
	background-image: none;
	padding-right: 19px;
	white-space: normal;
	height: auto;
	width: 91px;
}

/* @end */

/* @group horizontal */

#horizontal ul li {
	float: left;
	margin-right: 1px;
	position: relative;
	white-space: nowrap;
}

/* Tier 2 */

#horizontal ul li ul {
	display: none;
}

#horizontal ul li.up_one:hover ul, #horizontal ul li:hover ul li.up_one:hover ul {
	top: -25px;
}

#horizontal ul li.up_two:hover ul, #horizontal ul li:hover ul li.up_two:hover ul {
	top: -50px;
}

#horizontal ul li.up_three:hover ul, #horizontal ul li:hover ul li.up_three:hover ul {
	top: -75px;
}

#horizontal ul li.up_eleven:hover ul, #horizontal ul li:hover ul li.up_eleven:hover ul {
	top: -275px;
}

/* specific to non IE browsers */

#horizontal ul li:hover a {
	color: #000;
	background-position: 0px 0;
}

#horizontal ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 195px;
	width: 105px;
}

#horizontal ul li:hover ul li a span {
	display: block;
	width: 4px;
	height: 8px;
	background: url(../images/arrow_black.gif) no-repeat;
	position: absolute;
	right: 5px;
	top: 10px;
}

#horizontal ul li:hover ul li:hover a span {
	background: url(../images/arrow_red.gif) no-repeat;
}

#horizontal ul li:hover ul li a.hide {
	color: #000;


/* background: url(../images/opacity80.png) repeat-x;*/
}

#horizontal ul li:hover ul li:hover a.hide {
	width: 150px;
}

#horizontal ul li:hover ul li ul {
	display: none;
}

#horizontal ul li:hover ul li a {
	display: block;
	background: url(../images/opacity80.png) repeat;
	color: #000;
	width: 150px;
	padding-left: 10px;
	text-transform: none;
}

#horizontal ul li:hover ul li a:hover {
	color: #de0000;
}

/* Tier 3 */

#horizontal ul li:hover ul li ul {
	display: none;
}

#horizontal ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 160px;
	width: 105px;
	border-left: solid 1px transparent;
}

#horizontal ul li:hover ul li:hover ul li a {
	width: 150px;
}

#horizontal ul li:hover ul li:hover ul li a:hover {
	color: #de0000;
}

/* @end */

/* @group login */

#extras {
	width: 155px;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 40px;
	float: left;
}

#extras #login_form {
	padding-bottom: 20px;
}

#extras label {
	display: block;
	color: #fff;
}


#extras input.text_input {
	font-size: 9px;
	height: 13px;
	width: 70px;
	color: #666666;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-top: 2px;
	text-align: left;
}

#extras .submit {
	padding-left: 2px;
	position: relative;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

#extras .image_submit {
	position: relative;
	top: 5px;
}

#extras #login_form {
	padding-bottom: 20px;
}

#extras a {
	width: 100%;
	display: block;
	padding-bottom: 5px;
}

#extras p a {
	float: none;
	display: inline;
}

#vertical #extras label {
	display: block;
	color: #000;
}

/* @end */

/* @end */

/* @group content */

/* @group tinymce fixes */

#tinymce ul, #tinymce ol {
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #534547;
}

#tinymce ol {
	list-style-type: decimal;
}

#tinymce p {
	text-indent: 20px;
	font-size: 12px;
	color: #534547;
	padding-left: 22px;
	padding-right: 10px;
	line-height: 16px;
	padding-bottom: 5px;
}

#tinymce blockquote {
	text-indent: 20px;
	font-size: 12px;
	padding-left: 80px;
	padding-right: 30px;
	line-height: 16px;
	padding-bottom: 5px;
}

/* @end */

#main ul, #main ol {
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #534547;
}

#main ol {
	list-style-type: decimal;
}

.column2 ul {
	font-size: 12px;
	margin-left: 50px;
}

#page_preview {
	width: 755px;
	overflow: auto;
	height: 500px;
}

table {
	margin-left: 22px;
	font-size: 12px;
	color: #534547;
	line-height: 16px;
}

.scrollbox {
	height: 400px;
	overflow: auto;
}

#main p {
	font-size: 12px;
	color: #534547;
	padding-left: 22px;
	padding-right: 10px;
	line-height: 16px;
	padding-bottom: 5px;
}

#main blockquote {
	font-size: 12px;
	padding-left: 80px;
	padding-right: 30px;
	line-height: 16px;
	padding-bottom: 5px;
}

.feed_advance_buttons {
	font-size: 12px;
	line-height: 16px;
	color: #534547;
	text-align: center;
	margin-top: 10px;
	position: relative;
}

.feed_advance_buttons div {
	color: #534547;
	padding-bottom: 18px;
	background: url(../images/down_arrow.jpg) no-repeat center 14px;
	display: block;
	cursor: pointer;
}

.feed_advance_buttons div:hover {
	color: #08c;
	text-decoration: underline;
}

.feed_advance_buttons .retract {
	position: relative;
	top: 0;
	margin-top: -34px;
	margin-left: 245px;
	background: url(../images/up_arrow.jpg) no-repeat center 14px;
	margin-right: 205px;
	visibility: hidden;
}

.feed_advance_buttons .move {
	margin-right: 241px;
	margin-left: 200px;
}

.feed_advance_buttons .move2 {
	margin-right: 241px;
	margin-left: 200px;
}

/* @group page_list */

.page_list {
	font-size: 12px;
	background-color: #e5effd;
	max-height: 336px;
	border: 1px solid #abc6dd;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
}

.page_list .foot img {
	padding: 0;
	position: relative;
	margin-bottom: -5px;
	top: -2px;
}

.page_list .head {
	font-size: 12px;
	background-color: #abc6dd;
	text-align: center;
	font-weight: bold;
	display: block;
	height: 40px;
}

.page_list .head span {
	text-align: center;
}

.page_list .body {
	overflow: auto;
	height: 262px;
	height: expression(document.body.clientWidth > 261 ? "262px" : "auto" );


/* sets max-width for IE */
	max-height: 262px;

/* this sets the max-width value for all standards-compliant browsers */
	max-height: 262px;
	height: auto !important;
	height: 262px;
	display: block;
}

.page_list .foot {
	display: block;
	border-top: 1px solid #abc6dd;
	height: 22px;
}

.page_list .item {
	border-bottom: 1px solid #abc6dd;
	display: block;
	height: 75px;
}

.page_list .item .copy {
	float: right;
}

.page_list .item .button {
	float: right;
}

.page_list .item img {
	position: relative;
}

.page_list .item p {
	
}

#page_list tr.selected a {
	color: #de0000;
}

.page_list a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
}

.page_list span {
	padding: 5px 2px 5px 4px;
	height: 10px;
	display: block;
	float: left;
}

/* @end */

/* @group one_column */

.one_column {
	width: 734px;
}

.one_column p {
	text-indent: 20px;
}

.one_column .column1 {
	width: 735px;
	padding-bottom: 20px;
}

/* @end */

/* @group two_column_even */

.two_column_even {
	width: 735px;
	min-height: 280px;
}

.two_column_even .column1 {
	width: 380px;
	padding-bottom: 20px;
	float: left;
	padding-right: 5px;
}

.two_column_even .column1 p {
	text-indent: 20px;
}

.two_column_even .column2 {
	width: 345px;
	float: left;
}

.two_column_even .column2 p {
	text-indent: 20px;
}

/* @end */

/* @group two_column_2-1 */

.two_column_2-1 {
	width: 734px;
}

.two_column_2-1 p {
	text-indent: 20px;
}

.two_column_2-1 .column1 {
	width: 420px;
	padding-bottom: 20px;
	float: left;
	padding-right: 5px;
}

.two_column_2-1 .column2 {
	width: 300px;
	float: left;
}

/* @end */

/* @group two_column_1-2 */

.two_column_1-2 {
	width: 734px;
}

.two_column_1-2 p {
	text-indent: 20px;
}

.two_column_1-2 .column1 {
	width: 290px;
	padding-bottom: 20px;
	float: left;
}

.two_column_1-2 .column2 {
	width: 444px;
	float: left;
}

/* @end */

/* @group three_column */

.three_column {
	width: 734px;
}

.three_column p {
	text-indent: 20px;
}

.three_column .column1 {
	width: 245px;
	float: left;
}

.three_column .column2 {
	width: 245px;
	float: left;
}

.three_column .column3 {
	width: 240px;
	float: left;
}

/* @end */

/* @group header_image */

#header_image {
	height: 350px;
	overflow: hidden;
	position: relative;
	width: 735px;
	display: block;
	margin-bottom: 22px;
/*  background-image:url('http://dmp.com/images/Mobile_Header.gif');*/
}
#home_header_image {
	height: 350px;
	overflow: hidden;
	position: relative;
	width: 735px;
	display: block;
	margin-bottom: 22px;
	background-image:url('http://dmp.com/images/Mobile_Header.gif');
}

#header_image p {
	position: absolute;
	bottom: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	padding-left: 0px;
	background: url(../images/opacity80.png) repeat;
	left: 0;
	margin-bottom: 0;
	color: #000;
	text-transform: uppercase;
}

#header_image p.red {
	color: #e60000;
}

#header_image .mask {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#header #flash_container {
	z-index: -1;
}

/* @end */

/* @group table */

/* @group formatted_feed */

table.formatted_feed {
	font-size: 11px;
	width: 100%;
	margin: 0;
	color: #958487;
}

table.formatted_feed thead {
	border-bottom: 5px solid #fff;
}

table.formatted_feed thead td {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.formatted_feed td {
	max-width: 100px;
	overflow: hidden;
	padding: 3px 5px;
}

table.formatted_feed tr.odd td {
	background-color: #e3e3e3;
}

table.formatted_feed a {
	width: 100%;
	height: 100%;
	display: block;
	color: #958487;
}

table.formatted_feed a:hover {
	color: #08c;
}

table.formatted_feed a.button {
	color: #fff;
	background-color: #958487;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
}

table.formatted_feed a.button:hover {
	text-decoration: none;
	color: #000;
}

table.formatted_feed img {
	margin-bottom: -3px;
	margin-top: -3px;
}

.formatted_feed_div {
	max-height: 195px;
	overflow: hidden;
}

/* @end */

/* @group formatted */

table.formatted {
	border: 1px solid #000;
	font-size: 12px;
	white-space: nowrap;
	margin: 10px;
	font-size: 12px;
	color: #000;
	line-height: 12px;
}

table.formatted thead td {
	background-color: #66686d;
	color: #fff;
	text-transform: uppercase;
}

table.formatted td {
	border-right: 1px solid #000;
	max-width: 100px;
	overflow: hidden;
	padding: 3px 5px;
}

table.formatted tr.odd td {
	background-color: #e3e3e3;
}

table.formatted a {
	width: 100%;
	height: 100%;
	display: block;
}

table.formatted img {
	margin-bottom: -3px;
	margin-top: -3px;
}

/* @end */

table p {
	text-indent: 0 !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* @end */

/* @group quicklinks */

.quicklink {
	margin-bottom: 15px;
	min-height: 105px;
	display: block;
	font-size: 12px;
	float: left;
	text-indent: 0;
	width: 202px;
	margin-left: 8px;
	margin-right: 0;
	padding-left: 0;
}

.quicklink * {
	text-indent: 0 !important;
}

.quicklink:hover {
	text-decoration: none;
}

.quicklink .image {
	height: 105px;
}

.quicklink .image .mask, .quicklink2 .image .mask {
	position: absolute;
	right: 0;
	bottom: 0;
}

.quicklink h5 {
	width: 140px;
	color: #e70082;
	margin: 10px 0 0 10px;
}

.quicklink p {
	text-indent: 0 !important;
	color: #705b5d;
	padding: 0 !important;
	margin: 10px 10px 0;
}

.quicklink p span, .quicklink2 p span {
	color: #08c;
}

.quicklink2 {
	margin-bottom: 15px;
	position: relative;
	height: 105px;
	display: block;
}

.quicklink2 .image {
	margin-left: 100px;
	position: absolute;
	width: 200px;
	height: 105px;
}

.quicklink2 h5 {
	width: 90px;
	color: #e70082;
	margin: 0;
}

.quicklink2 p {
	text-indent: 0 !important;
	padding: 0 !important;
	width: 90px;
	color: #705b5d;
}

/* @end */

/* @group news_search */

#news_search {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	color: #000;
	font-weight: bold;
	height: 74px;
	margin-left: 20px;
}

#news_search form {
	position: relative;
	float: left;
	width: 213px;
	padding: 0;
	margin: 0;
}

#news_search label {
	top: 0;
	left: 0;
	position: absolute;
}

#news_search input {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #fff;
	line-height: 14px;
	width: 163px;
	font-size: 12px;
	background: url(../images/arrow_gray.gif) no-repeat left center;
	padding-left: 14px;
	float: left;
	margin-top: 16px;
}

#news_search input:focus {
	background-image: url(../images/arrow_darkgray.gif);
}

#news_search #submit {
	border-right: 1px solid #000;
	background-color: #fff;
	line-height: 12px;
	font-size: 13px;
	width: 24px;
	background-image: none;
	margin-left: 5px;
	position: absolute;
	top: 0;
	right: 6px;
	padding: 2px 6px 3px 7px;
}

#news_search .DMP_Date {
	width: 65px;
	background-image: url(../images/arrow_gray.gif);
	line-height: 12px;
	font-size: 10px;
	padding-left: 14px;
}

#news_search .space {
	margin-right: 11px;
}

/* @end */

/* @group history_column */

#history_column {
	width: 345px;
	float: left;
	border-left: 4px solid #cd0011;
	position: relative;
}

#history_column p {
	position: relative;
	padding-left: 77px;
	padding-bottom: 17px;
}

#history_column img {
	position: absolute;
	top: 0;
	left: 10px;
}

/* @end */

/* @group upcoming events */

.upcoming_events {
	width: 245px;
	padding-bottom: 20px;
	float: left;
	margin-left: 45px;
	text-align: left;
}

.upcoming_events p {
	padding-left: 0px !important;
	text-indent: 0;
}

/* @end */

/* @group missions_and_values */

.missions_and_values {
	margin-left: 50px;
	width: 684px;
	float: left;
}

.missions_and_values p {
	margin-left: 40px;
}

/* @end */

/* @group leadership_team */

.leadership_team {
	margin-left: 50px;
	width: 684px;
	margin-top: 37px;
}

.leadership_team p {
	text-indent: 20px;
}

.leadership_team .person {
	padding-top: 50px;
	margin-bottom: 35px;
	height: 180px;
}

.leadership_team .person strong {
	display: inline-block;
	padding-bottom: 8px;
}

.leadership_team .person img {
	float: left;
	margin-top: -50px;
}

.leadership_team .person p {
	float: left;
	width: 487px;
	text-indent: 0;
}

/* @end */

/* @group news_item */

.news_item {
	margin-bottom: 15px;
}

.news_item h4 {
	margin-left: 0;
}

#main .news_item p {
	padding-left: 0;
}

/* @end */

/* @group auto_search */

#auto_search {
	width: 250px;
	height: 13px;
	border: 1px solid #66686d;
	padding-top: 3px;
	padding-bottom: 3px;
}

#auto_search_results .person p {
	text-indent: 0;
}

/* @end */

/* @group comments */

.comments {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.comments .comment {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.comments .comment h4 {
	font-weight: normal;
	font-style: normal;
}

.comments .comment:last-child {
	border-bottom-style: none;
}

.comments .comment .reply_text {
	margin-left: 35px;
	font-size: 12px;
}

.comments .replies {
	padding-bottom: 10px;
}

.comments .replies h4 {
	border-bottom: 1px solid #000;
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
}

.comments .replies .reply h4 {
	border-bottom-style: none;
	margin-top: 0;
	padding-top: 5px;
}

.comments .reply {
	margin-left: 40px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	background-color: #f5f5f5;
}

.comments .odd {
	background-color: #ebebeb;
}



/* @end */

/* @end */

/* @group footer */

#footer {
	text-align: center;
  padding-bottom: 50px;
	clear: both;
	padding-top: 10px;
	width:735px;
}

#footer hr {
	width: 80%;
	border-color: #eee;
	border-style: solid;
	border-top-width: 0;
	padding: 0;
	margin: 0 auto;
	clear: both;
}

#footer p {
	color: #a299a2;
	font-size: 12px;
	padding-top: 8px;
}

/* @end */

.tool-tip {
	color: #fff;
	width: 159px;
	z-index: 13000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.tool-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	color: #fff;
	background: #66686d;
	text-transform: uppercase;
	line-height: 17px;
	text-align: left;
	padding-left: 10px;
	letter-spacing: 1px;
}

.tool-text {
	font-size: 12px;
	padding: 4px 10px 8px;
	background: #c1c2c4;
	color: #000;
	text-align: left;
}

.blue-tip {
	color: #fff;
	width: 159px;
	z-index: 13000;
	border-top: 1px solid #abc6dd;
	border-bottom: 1px solid #abc6dd;
}

.blue-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	color: #000;
	background: #abc6dd;
	text-transform: uppercase;
	line-height: 17px;
	text-align: left;
	padding-left: 10px;
	letter-spacing: 1px;
}

.blue-text {
	font-size: 12px;
	padding: 4px 10px 8px;
	background: #e5effd;
	color: #000;
	text-align: left;
}

#debug {
	position: absolute;
	background: rgba(13, 131, 255,0.8);
	font-size: 12px;
	text-align: left;
	font-family: "Courier New", Courier, mono;
	left: 0;
	z-index: 100;
	bottom: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px #666;
	padding: 5px;
	border: 1px solid #8e8e8e;
	border-left-style: none;
}

p.no_indent {
	text-indent: 0;
}

/* Desriptions for employee section */

.empimg {
	margin: 10px;
	border: 0px;
	float: left;
	text-align: center;
}

.empdesc {
	text-align: center;
	font-size: 75%;
	font-weight: normal;
	font-family: verdana;
	margin: 2px;
}

imgnob {
	border: 0px;
}
#social-icons-wrapper {
  margin-left: 42px;
  margin-top: 10px;
}
.social-icons {
/*  background-color: #C1C2C4;*/
  float: left;
  margin-top: 3px;
  padding: 10px 0;
}
#whats-new-wrapper {
  width:330px;
  text-align:center;
}
.whats-new {
  border-right: 1px solid #E3BFA9;
  float: left;
  margin-top: 11px;
  padding: 0 5px;
}
.whats-new.last {
  border: none;
}
.pipe-section {
  padding:0 15px;
  float:right;
}
.fb-like {
  margin: 0 7px;
}
