/* Default styles */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#case {
	width: 100%;
	display: block;
}
/* ----------------------------------- */

/* Header styles*/
#header {
	width: 100%;
	height: 74px;
	display: block;
}
#header_logo {
	width: 130px;
}
#header h5 {
	display: none;
}
#header_ea {
	width: 100%;
	height: 74px;
	display: block;
}
#header_ea h5 {
	display: none;
}
/* ----------------------------------- */

/* Nav styles */
#nav {
	width: 100%;
	display: block;
}
#nav p {
	margin: 18px 16px;
	font-size: .75em;
	color: #7b8da1;
}
#nav p a:link,
#nav p a:visited,
#nav p a:active {
	color: #7b8da1;
	text-decoration: none;
}
#nav p a:hover {
	color: #7b8da1;
	text-decoration: underline;
}
.nav_spacer {
	margin: 0 4px;
}
/* ----------------------------------- */

/* Bread crumb styles*/
#bread_crumbs {
	width: 100%;
	display: block;
}
#bread_crumbs p {
	margin: 18px 16px 18px 20px;
	color: #b1b1b1;
	font-size: .6em;
}
#bread_crumbs p a:link,
#bread_crumbs p a:visited,
#bread_crumbs p a:active {
	color: #b1b1b1;
	text-decoration: none;
}
#bread_crumbs p a:hover {
	color: #b1b1b1;
	text-decoration: underline;
}
/* ----------------------------------- */
/* Sub nav styles*/
#sub_nav {
	width: 980px;
	display: block;
	float: left;
}
#sub_nav p {
	margin: 12px 19px 18px 19px;
	color: #b1b1b1;
	font-size: .8em;
}
#sub_nav p a:link,
#sub_nav p a:visited,
#sub_nav p a:active {
	color: #336ea4;
}
#sub_nav p a:hover {
	color: #000000;
}
/* ----------------------------------- */
#content_case {
	width: 100%;
	display: block;
}
/* Content styles home */
#home_left_col_main_case {
	width: 750px;
	float: left;
}
.home_left_col_main {
	width: 750px;
	float: left;
	display: block;
}
.home_left_col {
	width: 343px;
	display: block;
	float: left;
}
.home_left_inner_col {
	width: 328px;
	display: block;
	float: right;
}
#home_mid_col {
	width: 403px;
	display: block;
	float: left;
}
.home_mid_inner_col {
	width: 393px;
	display: block;
	float: right;
}
.home_lrg_image_padding {
	padding-bottom:20px;
}
.lrg_box {
	padding-bottom: 8px;
	background-color: #e7eef4;
	width: 328px;
	display: block;
	float: left;
}
.lrg_box_header {
	margin-bottom: 23px;
	background-color: #cedae3;
	background-image: url(../images/box-top-lrg.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 1.2em;
	text-decoration: none;
	width: 328px;
	display: block;
}
.lrg_box_header_h4 {
	padding: 11px 9px 11px 9px;
	display: block;
	text-decoration: none;
}
.lrg_box_header a:link,
.lrg_box_header a:visited,
.lrg_box_header a:active {
	color: #014a8e !important;
	display: block;
}
.lrg_box_header a:hover {
	color: #2198c0 !important;
	display: block;
}
.lrg_box p {
	margin: 16px 15px 16px 9px;
	font-size: .8em;
	line-height: 1.3em;
	color: #5b5d5c;
}
.box_light_txt {
	color: #9ea09f !important;
	text-decoration: none;
}
.box_light_txt a:link,
.box_light_txt a:visited,
.box_light_txt a:active {
	color: #9ea09f !important;
	text-decoration: none;
}
.box_light_txt a:hover {
	color: #9ea09f !important;
	text-decoration: underline;
}
.lrg_box_base {
	margin-bottom: 20px;
	background-image: url(../images/box-bottom-lrg.gif);
	background-repeat: no-repeat;
	width: 328px;
	height: 6px;
	display: block;
	float: left;
}
.home_lozenge {
	width: 390px;
	background-color: #2096be;
	background-image: url(../images/home-losenge-top.gif);
	background-repeat: no-repeat;
	display: block;

}
.home_lozenge h1 {
	padding: 11px 17px 0px 17px;
	color: #326ea4;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
}
.home_lozenge_lrg_txt {
	font-size: 115%;
	font-weight: bold;
}
.home_lozenge_footer {
	width: 390px;
	background-image: url(../images/home-losenge-bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
	display: block;
}
.home_mid_p {
	margin: 14px 0 14px 0;
	color: #5b5b5b;
	font-size: .75em;
	line-height: 1.45em;
}
.mid_p a:link,
.mid_p a:visited,
.mid_p a:active {
	color: #81a3c6 !important;
	text-decoration: none;
}
.mid_p a:hover {
	color: #81a3c6 !important;
	text-decoration: underline;
}
.large_txt {
	font-size: 120%;
}

.mid_sub_case {
	width: 100%;
	display: block;
	float: left;
}
.mid_sub_case_left {
	width: 221px;
	display: block;
	float: left;
}
.mid_sub_case_right {
	width: 160px;
	display: block;
	float: left;
}
.mid_sub_case_right p {
	font-size: .7em;
	color: #a4a4a4;
	margin: 8px 10px 14px 10px;
}
.mid_sub_case_right p a:link,
.mid_sub_case_right p a:visited,
.mid_sub_case_right p a:active {
	color: #a4a4a4;
	text-decoration: none;
}
.mid_sub_case_right p a:hover {
	color: #a4a4a4;
	text-decoration: underline;
}
.sml_box {
	padding-bottom: 8px;
	background-color: #e7eef4;
	width: 210px;
	display: block;
	float: left;
}
.sml_box_header {
	margin-bottom: 23px;
	background-color: #cedae3;
	background-image: url(../images/box-top-sml.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 1.2em;
	text-decoration: none;
	width: 210px;
	display: block;
}
.sml_box_header_h4 {
	padding: 11px 9px 11px 9px;
	display: block;
}
.sml_box_header a:link,
.sml_box_header a:visited,
.sml_box_header a:active {
	color: #014a8e;
	text-decoration: none;
	display: block;
}
.sml_box_header a:hover {
	color: #2198c0;
	text-decoration: none;
	display: block;
}
.sml_box p {
	margin: 16px 15px 16px 9px;
	font-size: .8em;
	line-height: 1.3em;
	color: #5b5d5c;
}
.sml_box p a:link,
.sml_box p a:visited,
.sml_box p a:active {
	color: #5b5d5c;
	text-decoration: none;
}
.sml_box p a:hover {
	color: #5b5d5c;
	text-decoration: underline;
}
.sml_light_txt {
	color: #9ea09f !important;
}
.sml_box_base {
	margin-bottom: 20px;
	background-image: url(../images/box-bottom-sml.gif);
	background-repeat: no-repeat;
	width: 210px;
	height: 6px;
	display: block;
	float: left;
}
/* ----------------------------------- */

/* Content styles main */
#left_col {
	width: 211px;
	display: block;
	float: left;
}
#left_inner_col {
	width: 198px;
	display: block;
	float: right;
}
#mid_col {
	width: 539px;
	display: block;
	float: left;
}
#mid_inner_col {
	width: 527px;
	display: block;
	float: right;
}

.mid_p {
	margin: 20px 0 20px 0;
	color: #5b5b5b;
	font-size: .75em;
	line-height: 1.45em;
}
.mid_p a:link,
.mid_p a:visited,
.mid_p a:active {
	color: #5b5b5b;
}
.mid_p a:hover {
	color: #5b5b5b;
}
.mid_p sup {
	line-height: 0;
	color: #929292;
}
.large_txt {
	font-size: 120%;
}
.quotes_list {
	margin: 44px 0 54px 25px;
	color: #929292;
	font-size: .6em;
	line-height: 1.2em;
}
.quotes_list li {
	margin: 7px 0;
}
.lozenge {
	width: 518px;
	background-color: #2096be;
	background-image: url(../images/losenge-top.gif);
	background-repeat: no-repeat;
	display: block;
	min-height: 45px;
}
.lozenge h1 {
	padding: 11px 17px 0px 17px;
	color: #326ea4;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
}
.lozenge h1 a:link,
.lozenge h1 a:visited,
.lozenge h1 a:active {
	color: #fff;
	text-decoration: none;
}
.lozenge h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
.lozenge_footer {
	width: 518px;
	background-image: url(../images/losenge-bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
	display: block;
}
.paragraph_title {
	line-height: 2em; !important;
	color: #326ea2;
	font-size: 135%;
	font-weight: normal;
}
.paragraph_title_links {
	margin: 10px 0 -20px 0 !important;
	line-height: 2em; !important;
	color: #326ea2;
	font-size: 115%;
}
.mid_photo_wide {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sub_nav_light_case {
	margin-bottom: 6px;
	width: 198px;
	background-color: #f1f9fc;
	background-image: url(../images/sub-nav-section-tile.gif);
	background-repeat: repeat-y;
	font-size: .75em;
	color: #6b97bc;
	display: block;
}
.sub_nav_light_inner {
	width: 198px;
	background-image: url(../images/sub-nav-section-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}
.sub_nav_light_inner p {
	padding: 9px 13px 3px 13px;
	display: block;
}
.sub_nav_light_inner p a:link,
.sub_nav_light_inner p a:visited,
.sub_nav_light_inner p a:active {
	color: #6b97bc;
	text-decoration: none;
	display: block;
}
.sub_nav_light_inner p a:hover {
	color: #22517b;
	text-decoration: none;
	display: block;
}
.sub_nav_light_inner_bottom {
	width: 198px;
	background-image: url(../images/sub-nav-section-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
	display: block;
}
.sub_nav_hilight_case {
	margin-bottom: 6px;
	width: 198px;
	background-color: #e2f3fa;
	background-image: url(../images/sub-nav-page-hl-tile.gif);
	background-repeat: repeat-y;
	font-size: .75em;
	color: #356ea3;
	display: block;
}
.sub_nav_hilight_inner {
	width: 198px;
	background-image: url(../images/sub-nav-page-hl-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}
.sub_nav_hilight_inner p {
	padding: 9px 13px 3px 13px;
	display: block;
}
.sub_nav_hilight_inner p a:link,
.sub_nav_hilight_inner p a:visited,
.sub_nav_hilight_inner p a:active {
	color: #356ea3;
	text-decoration: none;
	display: block;
}
.sub_nav_hilight_inner p a:hover {
	color: #22517b;
	text-decoration: none;
	display: block;
}
.sub_nav_hilight_inner_bottom {
	width: 198px;
	background-image: url(../images/sub-nav-page-hl-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
	display: block;
}
.sub_nav_normal_case {
	margin-bottom: 6px;
	width: 198px;
	background-color: #ffffff;
	background-image: url(../images/sub-nav-clear-tile.gif);
	background-repeat: repeat-y;
	font-size: .75em;
	color: #6f9abd;
	display: block;
}
.sub_nav_normal_inner {
	width: 198px;
	background-image: url(../images/sub-nav-clear-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}
.sub_nav_normal_inner p {
	padding: 9px 13px 3px 13px;
	display: block;
}
.sub_nav_normal_inner p a:link,
.sub_nav_normal_inner p a:visited,
.sub_nav_normal_inner p a:active {
	color: #6f9abd;
	text-decoration: none;
	display: block;
}
.sub_nav_normal_inner p a:hover {
	color: #22517b;
	text-decoration: none;
	display: block;
}
.sub_nav_normal_inner_bottom {
	width: 198px;
	background-image: url(../images/sub-nav-clear-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
	display: block;
}
.sub_nav_detail {
	color: #9d9d9d;
	font-size: .75em;
	line-height: 1.6em;
	margin: 10px 13px;
	display: block;
}
.sub_nav_space {
	display: block;
}
.sub_nav_detail a:link,
.sub_nav_detail a:visited,
.sub_nav_detail a:active {
	color: #9d9d9d;
	text-decoration: none;
}
.sub_nav_detail a:hover {
	color: #ad593d;
	text-decoration: none;
}
.sub_nav_detail_selected {
	color: #ad593d !important;
}
.sub_nav_detail_selected a {
	color: #ad593d !important;
	text-decoration: none;
}
.left_col_img {
	margin: 20px 0;
}
/* ----------------------------------- */

/* Right col for main and home */
#right_col {
	width: 230px;
	display: block;
	float: left;
}
#right_col_home {
	width: 230px;
	display: block;
	float: left;
}
#right_inner_col {
	width: 218px;
	display: block;
	float: right;
}
.right_col_title_box {
	width: 218px;
	background-color: #6589ab;
	background-image: url(../images/right-block-header-bg-tile.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_box_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_box a:link,
.right_col_title_box a:visited,
.right_col_title_box a:active {
	color: #fff;
	text-decoration: none;
	display: block;
}
.right_col_title_box a:hover {
	color: #22517b;
	text-decoration: none;
	display: block;
}
.right_col_title_box_worldwide {
	width: 218px;
	background-color: #ac563d;
	background-image: url(../images/right-block-header-bg-tile-ww.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_box_worldwide_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_box_worldwide a:link,
.right_col_title_box_worldwide a:visited,
.right_col_title_box_worldwide a:active
{
	color: #fff;
	text-decoration: none;
}
.right_col_title_box_worldwide a:hover {
	color: #8a3d26;
	text-decoration: none;
}
.right_col_title_box_media {
	width: 218px;
	background-color: #df852f;
	background-image: url(../images/right-block-header-bg-tile-mc.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_box_media_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_box_media a:link,
.right_col_title_box_media a:visited,
.right_col_title_box_media a:active
{
	color: #fff;
	text-decoration: none;
}
.right_col_title_box_media a:hover {
	color: #ba630f;
	text-decoration: none;
}


.right_col_title_box_mypco {
	width: 218px;
	background-color: #38821f;
	background-image: url(../images/header-mypco.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: .8em;
	display: block;
	float: left;
}
.right_col_title_box_mypco_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_box_mypco a:link,
.right_col_title_box_mypco a:visited,
.right_col_title_box_mypco a:active
{
	color: #fff;
	text-decoration: none;
}
.right_col_title_box_mypco a:hover {
	color: #2e6c19;
	text-decoration: none;
}

.right_col_title_box_fap {
	width: 218px;
	background-color: #b5281f;
	background-image: url(../images/header-fap.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_box_fap_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_box_fap a:link,
.right_col_title_box_fap a:visited,
.right_col_title_box_fap a:active
{
	color: #fff;
	text-decoration: none;
}
.right_col_title_box_fap a:hover {
	color: #961c15;
	text-decoration: none;
}

.right_col_content {
	padding-bottom: 10px;
	width: 218px;
	background-color: #e7eef4;
	border-bottom: 2px solid #fff;
	display: block;
	float: left;
}
.right_col_content p {
	padding: 10px 16px;
	color: #848484;
	font-size: .8em;
	line-height: 1.4em;
}
.right_col_content p a:link,
.right_col_content p a:visited,
.right_col_content p a:active {
	color: #848484;
	text-decoration: none;
}
.right_col_content p a:hover {
	color: #848484;
	text-decoration: underline;
}
.right_col_content ul {
	margin: 14px 16px 4px 16px;
	padding-left: 16px;
	color: #848484;
	font-size: .75em;
	line-height: 1.6em;
}
.right_col_content ul a:link,
.right_col_content ul a:visited,
.right_col_content ul a:active {
	color: #848484;
	text-decoration: none;
}
.right_col_content ul a:hover {
	color: #848484;
	text-decoration: underline;
}
.right_sml_txt {
	font-size: 80% !important;
	line-height: 120%;
}
.right_sml_txt_home {
	font-size: 60% !important;
	line-height: 120%;
}
.right_col_flash {
	margin: 16px 10px;
}
/* ----------------------------------- */

/* Footer styles */
#footer {
	margin-bottom: 25px;
	width: 980px;
	display: block;
	float: left;
}
#footer p {
	margin: 12px 16px;
	color: #84a8c8;
	font-size: .6em;
}
#footer p a:link,
#footer p a:visited,
#footer p a:active {
	color: #84a8c8;
	text-decoration: none;
}
#footer p a:hover {
	color: #84a8c8;
	text-decoration: underline;
}
.force_gray a:link,
.force_gray a:visited,
.force_gray a:active,
.force_gray a:hover {
	color: #b1b1b1 !important;
}
/* ----------------------------------- */


/* Admin Area Styles */
#left_col_admin {
	width: 961px;
	display: block;
	float: left;
}
#left_inner_col_admin {
	width: 948px;
	display: block;
	float: right;
}


.admin_input {
	padding: 5px;
}
.admin_input_with_margin {
	margin-left: 20px;
	padding: 5px;
	font-size: .8em;
}
.large_form_fields_admin {
	padding: 6px 3px 6px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #84b0d9;
	width: 500px;
	font-weight: bold;
}
.large_form_fields_textarea_admin {
	padding: 6px 3px 6px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #84b0d9;
	width: 500px;
	font-weight: bold;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
.medium_form_fields_admin {
	padding: 6px 3px 6px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #84b0d9;
	width: 300px;
	font-weight: bold;
}
.medium_form_fields_drop_menu_admin {
	padding: 6px 3px 6px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #84b0d9;
	font-weight: bold;
}
.medium_form_fields_drop_menu_admin option {
	padding-right: 12px;
}
.medium_form_fields_textarea_admin {
	padding: 6px 3px 6px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #84b0d9;
	width: 300px;
	font-weight: bold;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
.sml_form_fields_admin {
	padding: 6px 3px 6px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #84b0d9;
	width: 100px;
	font-weight: bold;
}
.form_fields_filefield_admin {
	padding: 6px 3px 6px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #84b0d9;
	font-weight: bold;
}
.login_error {
	margin-bottom: -6px !important;
	font-size: 1em !important;
	font-weight: bold;
	color: #ff0000 !important;
}
.login_result {
	margin-bottom: -6px !important;
	font-size: 1em !important;
	font-weight: bold;
	color: #336ea4 !important;
}
.details_table {
	margin: 15px 20px;
	font-size: .8em;
	color: #808285;
}
.details_table td {
	padding: 3px;
}
.details_table td a:link,
.details_table td a:visited,
.details_table td a:active {
	color: #336ea4;
}
.details_table td a:hover {
	color: #000000;
}
.large_form_fields {
	padding: 2px 3px 2px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #808285;
	width: 500px;
}
.medium_form_fields {
	padding: 2px 3px 2px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #808285;
	width: 200px;
}
.medium_form_fields_2 {
	padding: 2px 3px 2px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #808285;
	width: 170px;
}
.other_form_fields {
	padding: 2px 3px 2px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #808285;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.drop_menus_form_fields {
	padding: 2px 3px 2px 3px;
	border-top: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	color: #808285;
}
.drop_menus_form_fields option {
	margin-right: 12px;
}
.admin_case_top {
	margin: 10px 40px 14px 24px;
	width: 737px;
	display: block;
	float: left;
}
.box_case_admin {
	width: 735px;
	padding-bottom: 5px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	display: block;
	float: left;
}
.box_case_admin p {
	margin: 10px 20px;
	line-height: 1.5em;
	font-size: .8em;
	color: #808285;
}
.admin_case {
	margin: 0 40px 14px 24px;
	width: 737px;
	display: block;
	float: left;
}
.box_case {
	margin: 0 40px 14px 24px;
	width: 737px;
	display: block;
	float: left;
}
.box_case_inner {
	width: 735px;
	padding-bottom: 5px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	display: block;
	float: left;
}
.box_case_inner p {
	margin: 10px 20px;
	line-height: 1.5em;
	font-size: .8em;
	color: #808285;
}
.box_txt {
	margin-left: 42px !important;
	font-size: 120% !important;
	color: #336ea4 !important;
}
.box_number {
	margin-left: -23px !important;
	margin-right: 7px !important;
}
.homepage_bullets {
	margin: 15px 10px 25px 45px;
	font-size: 80%;
}
.homepage_bullets li {
	line-height: 1.8em;
}
.homepage_bullets ul li  {
	margin-left: 25px;
}
.homepage_bullets a:link,
.homepage_bullets a:visited,
.homepage_bullets a:active {
	color: #336ea4;
	text-decoration: underline;
}
.homepage_bullets a:hover {
	color: #000000 !important;
	text-decoration: underline;
}
.form_header {
	padding: 8px 6px;
	background-color: #336ea4;
	color: #ffffff;
	font-size: 140%;
}
.form_alt {
	padding: 8px 6px !important;
	background-color: #cccccc;
}
.form_normal {
	padding: 8px 6px !important;
	background-color: #e8e8e8;
}

/* ----------------------------------- */

/* Form error */
#form_error {
	margin: 13px 10px 0 22px;
	padding: 5px 10px 10px 10px;
	border: 1px dashed #999999;
	width: 89%;
	font-size: 160%;
	font-weight: bold;
}
#form_error ul {
	margin: 7px 0 5px 20px;
	line-height: 1.4em;
	font-size: 70%;
	color: #ff0000 !important;
	font-weight: bold;
}
#form_error_other {
	margin: 13px 10px 15px 30px;
	padding: 5px 10px 10px 10px;
	border: 1px dashed #999999;
	width: 51%;
	font-size: 160%;
	font-weight: bold;
}
#form_error_other ul {
	margin: 7px 0 5px 20px;
	line-height: 1.4em;
	font-size: 70%;
	color: #ff0000 !important;
	font-weight: bold;
}
#form_results {
	margin: 13px 10px 0 22px;
	padding: 0px 10px 10px 10px;
	border: 1px dashed #999999;
	width: 89%;
	font-size: 160%;
	font-weight: bold;
}
#form_results h2 {
	font-size: 1em;
	color: #5e7cbc;
}
#form_results ul {
	margin: 10px 0 0 20px;
	line-height: 1.4em;
	font-size: 70%;
}
.right_col_image {
	margin: 10px 20px 5px 0;
	float: right;
	border: 1px solid #c0c0c0;
}
.txt_color_right_col {
	color: #688fb0 !important;
}
.long_txt_sml {
	font-size: 80%;
}
.right_lrg_photo_bottom_space {
	margin-bottom: 2px;
}


/* Misc Styles */
.news_header {
	margin: 30px 0 0 0;
	font-size: 1.5em;
	color: #336fa5;
	font-weight: normal;
}
.photo_float_right {
	margin: 0 9px 15px 15px;
	float: right;
	border: 1px solid #cccccc;
}
.txt_130_percent {
	font-size: 130%;
}
.oncura_office {
	color: #aa593c;
}
.blue_txt {
	color: #326ea4;
	font-size: 110%;
}
.blue_txt_top_header {
	margin-top: 20px;
	color: #326ea4;
	font-size: 130%;
	font-weight: normal;
}
.img_top_header {
	margin-top: 20px;
}

/* Find a contact styles */
.fac_menu {
	margin: 2px 1px 5px 1px;
	padding: 2px 1px 2px 1px;
	font-size: .8em;
	border: 1px solid #ccc;
	width: 150px;
	color: #3366cc !important;
}
.fac_menu option {
	color: #3366cc !important;
}
.fac_menu_submit {
	margin: 2px 1px 5px 1px;
}
.fac_p {
	margin: 15px 12px 15px 12px;
	font-size: .8em;
	color: #848484;
}
.fac_p a:link,
.fac_p a:visited,
.fac_p a:active {
	color: #848484;
	text-decoration: underline;
}
.fac_p a:hover {
	color: #000;
	text-decoration: underline;
}
.left_col_title_box_contact {
	margin: 20px 0 10px 0;
	width: 197px;
	background-color: #ac563d;
	background-image: url(../images/right-block-header-bg-tile-ww.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
}
.left_col_title_box_contact_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.left_col_title_box_contact a:link,
.left_col_title_box_contact a:visited,
.left_col_title_box_contact a:active
{
	color: #fff;
	text-decoration: none;
}
.left_col_title_box_contact a:hover {
	color: #000;
	text-decoration: none;
}


#find_a_physician_main_case {
	width: 750px;
	float: left;
}
#find_a_physician_lower_case {
	margin: 20px 0 0 0;
	width: 738px;
	float: left;
	clear: both;
}
.submit_button_fap {
	margin-left: 5px;
	padding: 2px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background-color: #4E92B9;
	border: none;
	cursor: pointer;
}
.fap_photo_left { 
	margin-left: -12px;
	margin-right: 14px;
	float: left;
}
#fap_box_case {
	width: 522px;
	float: left;
}
#fap_box_inner_new {
	margin-left: 10px;
}
#fap_box_top {
	width: 522px;
	display: block;
	float: left;
	background-image: url(../images/fap-top.gif);
	background-repeat: no-repeat;
	height: 3px;
}
#fap_box_lower {
	width: 522px;
	display: block;
	float: left;
	background-image: url(../images/fap-footer.gif);
	background-repeat: no-repeat;
	height: 3px;
}
#fap_box_inner {
	width: 520px;
	border-left: 1px solid #aeb2b5;
	border-right: 1px solid #aeb2b5;
	background-color: #ececea;
	background-image: url(../images/fap-bg.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
}
#fap_box_content {
	margin: 11px 10px 12px 10px;
	display: block;
	float: left;
	width: 100%;
}
#fap_box_content p {
	margin: 10px 20px;
	font-size: .8em;
	color: #6b8eae;
	line-height: 1.6em;
}
.fap_box_content_float_right {
	margin-top: 15px;
	margin-right: 20px;
	width: 200px;
	float: right;
}
.fap_box_content_float_right select {
	margin: 0 1px 0 1px;
	padding: 2px 1px 2px 1px;
	font-size: .8em;
	border: 1px solid #ccc;
	width: 140px;
	color: #333 !important;
}
.fap_box_content_float_right option {
	color: #333 !important;
}
.fap_list_case {
	margin: 2px 0;
	width: 525px;
	background-color:#eaf2f8;
	display: block;
	float: left;
}
.fap_photo {
	width: 200px;
	float: left;
}
.fap_photo img {
	margin: 15px !important;
}
.fap_contact {
	margin: -15px 0 0 45px !important;
	width: 259px;
	float: left;
}
.fap_header {
	margin: 30px 0 30px 0;
	font-size: 1.5em;
	color: #336fa5;
	font-weight: normal;
}
.fap_title {
	color: #1f93ba;
	font-size: 110%;
	font-weight: bold;
	line-height: 2.5em;
}
.fap_button_float {
	margin-top: 10px;
}
#bit_of_space {
	margin-bottom: 20px !important;
}
/* Employee Area */
.left_col_title_box_pn {
	margin: 0;
	width: 197px;
	background-color: #c48549;
	background-image: url(../images/header-orange.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
}
.left_col_title_box_pn_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.left_col_title_box_pn a:link,
.left_col_title_box_pn a:visited,
.left_col_title_box_pn a:active
{
	color: #fff;
	text-decoration: none;
}
.left_col_title_box_pn a:hover {
	color: #000;
	text-decoration: none;
}
.right_col_title_green {
	width: 218px;
	background-color: #9cb958;
	background-image: url(../images/header-green.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_green_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_green a:link,
.right_col_title_green a:visited,
.right_col_title_green a:active {
	color: #fff;
	text-decoration: none;
	display: block;
}
.right_col_title_green a:hover {
	color: #000;
	text-decoration: none;
	display: block;
}


.left_col_content_ea {
	padding-bottom: 10px;
	width: 197px;
	background-color: #e7eef4;
	border-bottom: 2px solid #fff;
	display: block;
	float: left;
}
.left_col_content_ea p {
	padding: 10px 16px;
	color: #848484;
	font-size: .7em;
	line-height: 1.3em;
}
.left_col_content_ea p a:link,
.left_col_content_ea p a:visited,
.left_col_content_ea p a:active {
	color: #848484;
	text-decoration: none;
}
.left_col_content_ea p a:hover {
	color: #848484;
	text-decoration: underline;
}
.left_col_content_ea ul {
	margin: 14px 16px 4px 16px;
	padding-left: 16px;
	color: #848484;
	font-size: .75em;
	line-height: 1.6em;
}
.left_col_content_ea ul a:link,
.left_col_content_ea ul a:visited,
.left_col_content_ea ul a:active {
	color: #848484;
	text-decoration: none;
}
.left_col_content_ea ul a:hover {
	color: #848484;
	text-decoration: underline;
}
.pn_photo {
	margin-top: -12px;
	border: 1px solid #ccc;
}
.cn_photo {
	margin: 0 15px 15px 15px;
	border: 1px solid #ccc;
	float: right;
}
.cn_case {
	margin-bottom: -10px;
	width: 100%;
	display: block;
	float: left;
}
#post_it_left_outer_case_main {
	margin-left: 10px;
}
#post_it_left_outer_case {
	margin-top: 25px;
	width: 246px;
	float: left;
	background-image: url(../images/postit-bg-left.gif);
}
#post_it_left_case {
	width: 246px;
	float: left;
	background-image: url(../images/postit-top-left.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#post_it_left_case_inner {
	width: 246px;
	float: left;
	padding-bottom: 30px;
	background-image: url(../images/postit-bot-left.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.post_it_left_case_inner_p {
	color: #333;
	margin: 20px 32px 8px 28px;
	font-size: .8em;
	line-height: 1.4em;
}
.post_it_left_case_inner_p a:link,
.post_it_left_case_inner_p a:visited,
.post_it_left_case_inner_p a:active {
	color: #333;
}
.post_it_left_case_inner_p a:hover {
	color: #000;
}



#postit_block {
	width: 100%;
	display: block;
	float: left;
}
#post_it_right_outer_case_main {
	margin-left: 10px;
}
#post_it_right_outer_case {
	margin-top: 25px;
	width: 246px;
	float: left;
	background-image: url(../images/postit-bg-right.gif);
}
#post_it_right_case {
	width: 246px;
	float: left;
	background-image: url(../images/postit-top-right.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#post_it_right_case_inner {
	width: 246px;
	float: left;
	padding-bottom: 30px;
	background-image: url(../images/postit-bot-right.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.post_it_right_case_inner_p {
	color: #333;
	margin: 45px 25px 8px 39px;
	font-size: .8em;
	line-height: 1.4em;
}
.post_it_right_case_inner_p a:link,
.post_it_right_case_inner_p a:visited,
.post_it_right_case_inner_p a:active {
	color: #333;
}
.post_it_right_case_inner_p a:hover {
	color: #000;
}
#ea_login {
	margin: 30px 0;
}



/* Extra Styles */
.quotes {
	margin: 10px 15px 10px 0;
	color: #366fa6;
	font-size: .8em;
	line-height: 1.4em;
}
.quote_name {
	color: #b0b0b0;
	font-size: .8em;
	line-height: 1.4em;
	margin: 5px 15px 20px 0;
}
.image_spacer_top {
	margin-top: 35px;
}
.general_title {
	color: #326ea2 !important;
	margin: 25px 0 0 0;
	font-size: .95em;
	font-weight: normal;
}
.echoseed {
	color: #009095;
	margin: 25px 0 -10px 0;
	font-size: .95em;
	font-weight: normal;
}
.rapid_strand {
	color: #336ea6;
	margin: 25px 0 -10px 0;
	font-size: .95em;
	font-weight: normal;
}
.rapid_strand_rx {
	color: #6154a3;
	margin: 25px 0 -10px 0;
	font-size: .95em;
	font-weight: normal;
}
.oncoseed {
	color: #006cb1;
	margin: 25px 0 -10px 0;
	font-size: .95em;
	font-weight: normal;
}
.prospera {
	color: #006db2;
	margin: 25px 0 -10px 0;
	font-size: .95em;
	font-weight: normal;
}
.brachybase {
	color: #026baf;
	margin: 25px 0 -10px 0;
	font-size: .95em;
	font-weight: normal;
}
.brachystrand {
	color: #612483;
	margin: 25px 0 -10px 0;
	font-size: .95em;
	font-weight: normal;
}
.high_activity {
	color: #346da4;
	margin: 25px 0 -10px 0;
	font-size: .95em;
	font-weight: normal;
}
.right_col_title_rapid {
	width: 218px;
	background-color: #308abe;
	background-image: url(../images/header-rapid-strand.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_rapid_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_rapid_rx {
	width: 218px;
	background-color: #6b5ea6;
	background-image: url(../images/header-rapid-rx.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_rapid_rx_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_echoseed {
	width: 218px;
	background-color: #019192;
	background-image: url(../images/header-echoseed.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_echoseed_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_oncoseed {
	width: 218px;
	background-color: #026fb4;
	background-image: url(../images/header-oncoseed.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_oncoseed_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_prospera {
	width: 218px;
	background-color: #026fb4;
	background-image: url(../images/header-prospera.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_prospera_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_brachybase {
	width: 218px;
	background-color: #026fb4;
	background-image: url(../images/header-brachybase.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_brachybase_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_brachystrand {
	width: 218px;
	background-color: #61227d;
	background-image: url(../images/header-brachystrand.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_brachystrand_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.right_col_title_ha {
	width: 218px;
	background-color: #295987;
	background-image: url(../images/header-ha.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	display: block;
	float: left;
}
.right_col_title_ha_h3 {
	padding: 17px 10px 17px 16px;
	display: block;
}
.photo_margin_10px {
	margin-bottom: 10px;
}
.tiny_txt {
	margin: 34px 0 54px 0;
	color: #929292;
	font-size: .6em;
	line-height: 1.2em;
}
.bullets_sml_margin {
	margin: 5px 14px;
	font-size: .75em;
	color: #5c5c5c;
	line-height: 1.3em;
}
.bullets_sml_margin a:link,
.bullets_sml_margin a:visited,
.bullets_sml_margin a:active {
	color: #81a3c6 !important;
	text-decoration: none;
}
.bullets_sml_margin a:hover {
	color: #81a3c6 !important;
	text-decoration: underline;
}
.bullets_sml_margin2 {
	margin: 5px 14px;
	font-size: .75em;
	color: #81a3c6;
	line-height: 1.3em;
}
.bullets_sml_margin2 a:link,
.bullets_sml_margin2 a:visited,
.bullets_sml_margin a:active {
	color: #81a3c6 !important;
	text-decoration: none;
}
.bullets_sml_margin2 a:hover {
	color: #81a3c6 !important;
	text-decoration: underline;
}
.bullets_header_txt {
	margin: 10px 0 0 0;
	color: #00afe6;
	font-size: .8em;
	line-height: 1.4em;
}
.header_title_blue {
	margin: 15px 0 -15px 0;
	color: #326fa5;
	font-size: .8em;
	line-height: 1.4em;
}
.mid_col_box_case {
	margin: 0;
	width: 517px;
	display: block;
	border-left: 1px solid #96cdde;
	border-right: 1px solid #96cdde;
	float: left;
}
.mid_col_box_case p {
	margin: 18px 18px 8px 18px;
	color: #336fa5;
	font-size: 1em;
}
.mid_col_box_case ul {
	margin: 8px 32px 18px 32px;
	color: #336fa5;
	font-size: .85em;
	line-height: 1.5em;
}
.img_box_edges {
	display: block;
	float: left;
}
.img_box_edges_footer {
	display: block;
	float: left;
	margin-bottom: 22px;
}
.mid_col_img_negative_margin_top {
	margin-top: -15px;
}
.mid_col_bullets {
	margin: 14px 30px 14px 15px;
	color: #5b5b5b;
	font-size: .75em;
	line-height: 1.45em;
}
.mid_col_bullets li {
	margin: 0 0 10px 0;
}
.bullets_no_margin {
	margin: -16px 15px -16px 20px;
	font-size: .8em;
	line-height: 1.3em;
	color: #5b5b5b;
}
.bullets_no_margin ul {
	margin: 4px 140px 4px 0px;
	color: #5b5b5b;
	list-style-type: none;
	color: #929292 !important;
}
.bullets_no_margin a:link,
.bullets_no_margin a:visited,
.bullets_no_margin a:active {
	color: #5b5b5b;
	text-decoration: none;
}
.bullets_no_margin a:hover {
	color: #5b5b5b;
	text-decoration: underline;
}
.bullets_no_margin ul li {
	line-height: 1.7em;
}
.mid_p_extra {
	margin: 38px 0 14px 0;
	color: #5b5b5b;
	font-size: .75em;
	line-height: 1.45em;
}
.mid_p_extra a {
	color: #5b5b5b;
}
.table_float {
	width: 100%;
	margin-top: -15px;
	margin-bottom: 25px;
	display: block;
	clear: both;
	float: left;
}
.table_txt {
	width: 200px;
	font-size: .7em;
	color: #9a9899;
	float: left;
	margin-top: 170px;
}
.table_txt_other {
	width: 200px;
	font-size: .7em;
	color: #9a9899;
	float: left;
	margin-top: 134px;
}
.table_img{
	width: 220px;
	display: block;
	float: left;
}
.mid_copy_blue_txt {
	color: #326ea4;
}
.pr_box {
	border-left: 1px solid #b7c8d8;
	border-right: 1px solid #b7c8d8;
	background-color: #f3f7fa;
	width: 519px;
	display: block;
	float: left;
}
.pr_box p {
	margin: 15px;
}
.arrow_align {
	text-align: center;
}
.history_main_case {
	margin-top: -20px;
	margin-bottom: 15px;
	width: 100%;
	display: block;
	float: left;
}
.history_case {
	width: 100%;
	display: block;
	float: left;
}
.history_left {
	width: 10%;
	float: left;
	margin: 5px 0 5px 0;
	color: #5b5b5b;
	font-size: .75em;
	line-height: 1.45em;
}
.history_right {
	width: 440px;
	float: left;
	margin: 5px 0 5px 0;
	color: #5b5b5b;
	font-size: .75em;
	line-height: 1.45em;
}
.history_right_indent {
	margin-left: 10px !important;
	display: block;
}
#oncura_worldwide_contact {
	margin: 15px 0 15px 0;
	width: 193px;
	background-color: #f5e6e1;
	border: 1px solid #9a9899;
	display: block;
}
.home_oncura_profile_button {
	margin-top: 16px;
}
.sitemap_txt {
	margin: 30px 0 -15px 0;
	color: #346da4;
	font-size: .9em;
}
.sitemap_txt a:link,
.sitemap_txt a:visited,
.sitemap_txt a:active {
	color: #346da4;
	text-decoration: none;
}
.sitemap_txt a:hover {
	color: #346da4;
	text-decoration: underline;
}
.sitemap_txt_after_bullet {
	margin: 45px 0 30px 0;
	color: #346da4;
	font-size: .9em;
}
.sitemap_txt_after_bullet a:link,
.sitemap_txt_after_bullet a:visited,
.sitemap_txt_after_bullet a:active {
	color: #346da4;
	text-decoration: none;
}
.sitemap_txt_after_bullet a:hover {
	color: #346da4;
	text-decoration: underline;
}
.sitemap_txt_special {
	margin: 30px 0 30px 0;
	color: #346da4;
	font-size: .9em;
}
.sitemap_txt_special a:link,
.sitemap_txt_special a:visited,
.sitemap_txt_special a:active {
	color: #346da4;
	text-decoration: none;
}
.sitemap_txt_special a:hover {
	color: #346da4;
	text-decoration: underline;
}
.sitemap_txt_with_bullets {
	margin: 45px 0 20px 0;
	color: #346da4;
	font-size: .9em;
}
.sitemap_txt_with_bullets a:link,
.sitemap_txt_with_bullets a:visited,
.sitemap_txt_with_bullets a:active {
	color: #346da4;
	text-decoration: none;
}
.sitemap_txt_with_bullets a:hover {
	color: #346da4;
	text-decoration: underline;
}
.media_3_block_case {
	width: 100%;
	display: block;
}
.media_3_block {
	width: 180px;
	display: block;
	float: left;
}
.media_3_block p {
	margin: 10px 50px 13px 3px;
	font-size: .7em;
	color: #bbbbbb;
}
.media_3_block a:link,
.media_3_block a:visited,
.media_3_block a:active {
	color: #bbbbbb;
	text-decoration: none;
}
.media_3_block a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}
.media_3_block_last {
	width: 156px;
	display: block;
	float: left;
}
.media_3_block_last p {
	margin: 10px 3px 13px 3px;
	font-size: .7em;
	color: #bbbbbb;
}
.media_3_block_last a:link,
.media_3_block_last a:visited,
.media_3_block_last a:active {
	color: #bbbbbb;
	text-decoration: none;
}
.media_3_block_last a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}
.lrg_box_media {
	margin-top: 15px;
	padding-bottom: 25px;
	background-color: #e7eef4;
	width: 517px;
	display: block;
	float: left;
}
.lrg_box_header_media {
	margin-bottom: 0;
	background-color: #cedae3;
	background-image: url(../images/box-top-media.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 1em;
	text-decoration: none;
	width: 517px;
	display: block;
	font-weight: normal;
	color: #245580;
}
.lrg_box_header_media_h4 {
	padding: 11px 9px 11px 9px;
	display: block;
	text-decoration: none;
}
.media_contacts_case {
	width: 100%;
	display: block;
	float: left;
}
.media_contacts_box {
	width: 172px;
	float: left;
}
.media_contacts_box p {
	margin: 25px 16px 0 16px;
	font-size: .75em;
	line-height: 1.5em;
	color: #5b5d5c;
}
.media_contacts_box a:link,
.media_contacts_box a:visited,
.media_contacts_box a:active {
	color: #5b5d5c;
	text-decoration: none;
}
.media_contacts_box a:hover {
	color: #5b5d5c;
	text-decoration: underline;
}
.media_contacts_country {
	color: #3a3b3d !important;
}
.lrg_box_header_media a:link,
.lrg_box_header_media a:visited,
.lrg_box_header_media a:active {
	color: #014a8e !important;
	display: block;
}
.lrg_box_header_media a:hover {
	color: #2198c0 !important;
	display: block;
}
.lrg_box_base_media {
	margin-bottom: 20px;
	background-image: url(../images/box-bottom-media.gif);
	background-repeat: no-repeat;
	width: 517px;
	height: 6px;
	display: block;
	float: left;
}
.mc_3col_case {
	width: 100%;
	display: block;
	float: left;
}
.mc_3col_img {
	width: 180px;
	display: block;
	float: left;
	vertical-align: bottom;
}
.mc_3col_img_last {
	width: 157px;
	display: block;
	float: left;
	vertical-align: bottom;
}
.mc_3col_img img {
	border: 1px solid #a7a7a7;
}
.mc_3col_img_last img {
	border: 1px solid #a7a7a7;
}
.mc_3col_txt {
	width: 180px;
	display: block;
	float: left;
	color: #929292;
	font-size: .75em;
	line-height: 1.5em;
}
.mc_3col_txt_last {
	width: 157px;
	display: block;
	float: left;
	color: #929292;
	font-size: .75em;
	line-height: 1.5em;
}
.mc_3col_title {
	color: #3a3b3d !important;
}
.mc_3col_txt p,
.mc_3col_txt_last p {
	margin: 9px 1px 50px 1px;
}
.mc_3col_txt a:link,
.mc_3col_txt a:visited,
.mc_3col_txt a:active,
.mc_3col_txt_last a:link,
.mc_3col_txt_last a:visited,
.mc_3col_txt_last a:active {
	color: #929292;
	text-decoration: none;
}
.mc_3col_txt a:hover,
.mc_3col_txt_last a:hover {
	color: #929292;
	text-decoration: underline;
}
.mc_header {
	margin: 30px 0 20px 0;
	font-size: 1.5em;
	color: #336fa5;
	font-weight: normal;
}
.photography_titles {
	margin: 0 0 10px 0;
	color: #316ea5;
	font-size: .9em;
}
.mid_sml_txt {
	font-size: 85%;
}
.fap_left_col {
	padding-top: 10px;
	float: left;
	display: block;
}
.homeflash {
	margin: 10px 0 0px 17px;
}