@charset "utf-8";
/* CSS Document */

/*---- background color and background image ----*/

body{
	background-color:#322f30;
}
#main-wrapper {background:url(../../general/press-room/images/bg_page.jpg); background-repeat: repeat-x; }
#sub-main-wrapper {background:url(../../general/press-room/images/bg_top_page.jpg); background-repeat: repeat-x; }

/*---- content background color and background images ----*/
#content-expandable { background: url(../../general/press-room/images/bg_main_content_bottom.png); }
#content-top { background: url(../../general/press-room/images/bg_main_content_top.png); background-position:top; background-repeat:no-repeat; }
#content-left { background: url(../../general/press-room/images/bg_main_content_left.png); background-position:top left; background-repeat:no-repeat; }
#content-right { background: url(../../general/press-room/images/bg_main_content_right.png); background-position:top right; background-repeat:no-repeat; }
#content-center { background: url(../../general/press-room/images/bg_main_content_center.gif); background-repeat:repeat-x; }

/*---- left panel header ----*/
.left-panel-section-header-align {
	color:#004e59;
}

/* left panel fonts */
.left-panel-form-title {
	font-weight:bold;
	color:#AB4F44;
}

.left-panel-section-content {
	color:#4c0c0e;
}

.left-panel-section-content a {
	color:#880308;
}

.left-panel-section-content a:visited {
	color:#880308;
}

.left-panel-section-content a:active {
	color:#880308;
}

.left-panel-section-content a:hover {
	color:#880308;
}

a.left-panel-link-nonContent{
	color:#880308;
	text-decoration:none;
}

a.left-panel-link-nonContent:visited{
	color:#880308;
	text-decoration:none;
}

a.left-panel-link-nonContent:active{
	color:#880308;
	text-decoration:none;
}

a.left-panel-link-nonContent:hover{
	color:#880308;
	text-decoration:underline;
}

.left-panel-title {
	color:#AB4F44;
}

/*---- right panel ----*/

#breadcrumbs {
	color:#9a3b26;
}

#breadcrumbs a {
	color:#2f455c;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#main-content-title H1 {
	color:#004e59;
}

#sub-content-title {
	color:#79a8cc;
	font-size:16px;	
}

.top-description-title {
	color:#AB4F44;
}

.subHeaderColor {
	color:#AB4F44;	
}

.article-title {
	font-weight:bold;
	color:#4c0c0e;
	margin-bottom:5px;
}

.article-description {
	margin-bottom:30px;
}

.contact-list-group {
	margin-bottom:20px;
}

.contact-list-title {
	font-weight:bold;
	color:#4c0c0e;
	margin-bottom:3px;
}

.contact-list-title-underline {
	font-weight:bold;
	color:#4c0c0e;
	text-decoration:underline;
	margin-bottom:3px;
}

.contact-list-description {
	margin-bottom:18px;
}

.right-panel-contentFont{
	color:#4c0c0e;	
}

.right-panel-contentFont a{
	color:#880308;	
}

.right-panel-contentFont a:visited{
	color:#880308;	
}

.right-panel-contentFont a:active{
	color:#880308;	
}

a.right-panel-link-nonContent{
	color:#880308;
	text-decoration:none;
}

a.right-panel-link-nonContent:visited{
	color:#880308;
	text-decoration:none;
}

a.right-panel-link-nonContent:active{
	color:#880308;
	text-decoration:none;
}

a.right-panel-link-nonContent:hover{
	color:#880308;
	text-decoration:underline;
}

a.right-panel-link-nonContent-bold{
	color:#880308;
	font-weight:bold;
	text-decoration:none;
}

a.right-panel-link-nonContent-bold:visited{
	color:#880308;
	font-weight:bold;
	text-decoration:none;
}

a.right-panel-link-nonContent-bold:active{
	color:#880308;
	font-weight:bold;
	text-decoration:none;
}

a.right-panel-link-nonContent-bold:hover{
	color:#880308;
	font-weight:bold;
	text-decoration:underline;
}

.bottom-title {
	color:#AB4F44;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}


/*---- gallery ----*/
.gallery-top {
	background:url(../../general/press-room/images/bg_gallery_top.png);
	background-repeat:no-repeat;
	width:255px;
	height:9px;
}

.gallery-bottom {
	background:url(../../general/press-room/images/bg_gallery_bottom.png);
	background-repeat:no-repeat;
	width:255px;
	height:12px;
}

.gallery-background {
	background:url(../../general/press-room/images/bg_gallery_center.png);
	width:255px;
}

.gallery-content {
	width:239px;
	padding-left:8px;
	padding-right:8px;
}

.gallery-content-words {
	margin-top:8px;
	color:#a94a11;
	font-size:11px;
}

.gallery-content-words-left {
	width:119px;
}

.gallery-content-words-right {
	width:120px;
}

.gallery-content-words-right-link {
	text-align:right;
}

.gallery-content-words a {
	color:#cc3300;
	text-decoration:none;
}

.gallery-content-words a:visited {
	color:#cc3300;
	text-decoration:none;
}

.gallery-content-words a:active {
	color:#cc3300;
	text-decoration:none;
}

.gallery-content-words a:hover {
	color:#cc3300;
	text-decoration:underline;
}


/*---- main content dividers ----*/
/* dotted horizontal divider */
.content-section-divider {
	background: url(../../general/press-room/images/img_dotted_divider_horizontal.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* dotted vertical divider */
#main-content-area {
	width:100%;
	background:url(../../general/press-room/images/img_dotted_divider_vertical.gif);
	background-position:203px 0px;
	background-repeat:repeat-y;
}

/*---- Unindented list ----*/
.unindented-list {
	width:100%;
}

.unindented-list ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:20px;
	margin-bottom:20px;
}

.unindented-list ul li {
	background:url(../../general/press-room/images/img_list_bullet.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	text-indent:8px;
}


/*--- news section ----*/
.landing-archive {
	width:430px;	
}

.News_3_Label {
	color: #4c0c0e;
	font-size: 11px;
	font-weight: bold;
}

.News_3_Dropdown {
	vertical-align: middle;
	width: 80px;	
	border: #4095bf 1px solid;
	background-color: #ffffff;
	color: #4c0c0e;
	font-size:11px;
}

.News_3_Publish_Date {
	color:#004e59;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}

.News_3_Summary {
	color: #4c0c0e;
	font-size: 11px;
	font-weight: normal;
}

/*For IE browser only*/
#main-content-area {
	#background-position:183px 0px;
}