



#col_left {
	width: 655px;
	float: left;
	display: inline;
	
	/* default text style for content */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #333;
}

/*==== Interior Page base text styles ====*/
#col_left h3 {
	margin: 0;
	font-size: 14px;
	line-height: 125%;
}
#col_left p {
	margin: 0 0 16px 0;
	font-size: 12px;
	line-height: 145%;
}
#col_left ul,
#col_left ul li {
	list-style: disc inside;
	padding: 0;
	margin:0;
}

/*==== Interior Page Banner ====*/
div#banner_wrapper, div#banner_wrapper_wide {
	font-family: Serif1, Georgia, "Times New Roman", Times, serif;
	background: #e7e7e7;
	width: 655px;
	height: 260px;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
	display: block;
	
	overflow: hidden;
}
div#banner_wrapper_wide {
	height:auto;
	width:960px;
}

div#banner_wrapper_1 img.banner_img {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
}
div#banner_wrapper #txt, div#banner_wrapper_wide #txt {
	position: absolute;
	left: 0;
	bottom: 30px;
	margin: 0;
	padding: 24px 10px 24px 25px;
	background: #111;
	background: url(/images/layout/interior_banner_txt_bg.png) repeat 0 0 transparent;
	_background-image: url(/images/layout/interior_banner_txt_bg.gif);
	color: #fff;
	width: 345px;
}

div#banner_wrapper #txt h1,
div#banner_wrapper #txt h2,
div#banner_wrapper_wide #txt h1, 
div#banner_wrapper_wide #txt h2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 115%;
}
div#banner_wrapper #txt h1,
div#banner_wrapper_wide #txt h1 {
	color: #DB87D1;
	font-size: 30px;
}
div#banner_wrapper #txt h2,
div#banner_wrapper_wide #txt h2 {
	color: #fff;
	font-size: 20px;
}


/*==== Interior Pg Right-Col Variations ====*/

#col_right {
	background-color: #F3F3F3;
	border-color: #DDDDDD #EAEAEA #EAEAEA #EAEAEA;
	border-style: solid;
	border-width: 2px 1px 1px 1px;
	float: right;
	display: inline;
	min-height: 660px;
	padding: 10px 6px;
	width: 266px;
}
#col_right div > a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 145%;
}
#col_right div a { /* IE6 doesn't read the rule above */
	_font-family: Arial, Helvetica, Verdana, sans-serif;
	_display: block;
	_font-size: 12px;
	_line-height: 145%;
	cursor: pointer;
}
#col_right h3,
#col_right h3 a {
	font-family: Serif1, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333;
}
#col_right p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #555;
	margin: 0 0 5px 0;
}

#col_right .box_white {
	background: url(/images/layout/rt_col_box_white.jpg) no-repeat left top;
	width: 236px;
	padding: 15px 15px 15px 15px;
	margin: 0 0 10px 0;
	position: relative;
}
#col_right .box_white .cap_bttm {
	background: url(/images/layout/rt_col_box_white.jpg) no-repeat left bottom;
	width: 266px;
	padding: 5px 0 0 0;
	margin: 0;
	position: absolute;
	bottom: -5px;
	left: 0px;
	*z-index: -1;
}

#col_right .box_trans {
	width: 236px;
	padding: 0 15px 0 15px;
	margin: 30px 0 30px 0;
}


/*==== Interior Pg Right-Nav ====*/

div#rt_nav {
	margin: 6px;
	padding: 15px;
}

div#rt_nav a {
	color: #333;
	text-decoration: none;
}
div#rt_nav a:hover {
	color:#357C97;
	text-decoration: none;
}

div#rt_nav h3 {
	padding-bottom: 3px;
	margin-bottom: 9px;
	border-bottom: 1px solid #DFDFDF;
}

div#rt_nav ul,
div#rt_nav li {
	list-style: none;
	padding: 0;
	margin:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 185%;
	color: #333;
}

div#rt_nav ul ul li {
	font-weight: normal !important;
	margin: 0 0 0 12px;
}
div#rt_nav li a {
	display: block;
	_display: inline;
	padding: 0 0 0 10px;
	background: url(/images/layout/rt_nav_bullet_lg.gif) no-repeat 0 7px;
	*background-position: 0 8px;
	_background-position: 0 4px;
}
div#rt_nav ul ul li a {
	background: url(/images/layout/rt_nav_bullet_sm.gif) no-repeat 0 7px;
	*background-position: 0 8px;
	_background-position: 0 4px;
}
div#rt_nav li a.selected {
	color: #731867;
	background-image: url(/images/layout/rt_nav_bullet_lg_selected.gif);
}
div#rt_nav ul ul li a.selected {
	background-image: url(/images/layout/rt_nav_bullet_sm_selected.gif);
}



/*==== Rt-Col - Styles for Standard Controls ====*/

/* Photo Gallery Link 
				AND 
	Text Teaser Link */
div#image_gallery_link a:hover,
div.txt_teaser_link a:hover {
	text-decoration: none;
}
div#image_gallery_link a img {
	display: block;
	padding-bottom: 12px;
}
div#image_gallery_link a strong,
div.txt_teaser_link a strong {
	font-family: Serif1, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}
div#image_gallery_link a span,
div.txt_teaser_link a span {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 145%;
	color: #555;
	margin: 0 0 5px 0;
	display: block;
}
div#image_gallery_link a span b,
div.txt_teaser_link a span b {
	display: block;
	font-weight: bold;
	color: #555;
}
div#image_gallery_link a u,
div.txt_teaser_link a u {
	text-decoration: none;
}
div#image_gallery_link a:hover u,
div.txt_teaser_link a:hover u {
	text-decoration: underline;
}

/* Careers Only: Open Positions */
#col_right div#openings {
	padding: 15px 15px 10px 15px;
}
div#openings a.view_full_list {
	line-height: 185%;
	border-top: 1px solid #DFDFDF;
	margin-top: 8px;
	color: #333;
	padding: 8px 0 0 10px;
	background: url(/images/layout/rt_nav_bullet_lg.gif) no-repeat 0 15px;
	*background-position: 0 16px;
}
div#openings a.view_full_list:hover {
	color:#357C97;
	text-decoration: none;
}


.expanded 
{
	font-size: 22px;
	color: #666;
	margin: 50px;
}
#col_left .expanded p,
.expanded p 
{
	font-size: 1.0em;
	margin-bottom: 20px;
	font-family: Serif1, Georgia, "Times New Roman", Times, serif;
}
.expanded h4 
{
	font-size: 14px;
}

a.contact-us {
	background: url(/images/contact-us.png) no-repeat 0 0 #fff;
	display: block;
	width: 138px;
	height: 23px;
	text-indent: -999px;
	margin: 0;
	outline: none;
}

