@charset "utf-8";
/* CSS Document */

/*---- background color and background image ----*/

body{
	background-color:#322f30;
}
#main-wrapper {background:url(../../general/e-bulletin/images/bg_page.jpg); background-repeat: repeat-x; }
#sub-main-wrapper {background:url(../../general/e-bulletin/images/bg_top_page.jpg); background-repeat: repeat-x; }

/*---- content background color and background images ----*/
#content-expandable { background: url(../../general/e-bulletin/images/bg_main_content_bottom.png); }
#content-top { background: url(../../general/e-bulletin/images/bg_main_content_top.png); background-position:top; background-repeat:no-repeat; }
#content-left { background: url(../../general/e-bulletin/images/bg_main_content_left.png); background-position:top left; background-repeat:no-repeat; }
#content-right { background: url(../../general/e-bulletin/images/bg_main_content_right.png); background-position:top right; background-repeat:no-repeat; }
#content-center { background: url(../../general/e-bulletin/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 ----*/

.right-panel-divider-left {
	width:443px;	
}

#breadcrumbs {
	color:#9a3b26;
}

#breadcrumbs a {
	color:#2f455c;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#main-content-title H1 {
	color:#004e59;
}

.top-description-title {
	color:#AB4F44;
}

.subHeaderColor {
	color:#AB4F44;	
}

.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;
}


/*---- bulletin area ----*/
.bulletin {
	width:443px;
	background-color:#ebd5bf;
	padding-top:1px;
}

.bulletin-content {
	width:431px;
	margin-top:10px;
	margin-left:6px;
	margin-right:6px;
}

.bulletin-content-title {
	color:#AB4F44;
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}

.bulletin-content-image {
	margin-bottom:12px;
}

.bulletin-bottom {
	background:url(../../general/e-bulletin/images/bg_bulletin_bottom.gif);
	background-repeat:no-repeat;
	width:443px;
	height:17px;
}

/*---- side container ----*/
.side-container-top {
	background:url(../../general/e-bulletin/images/side_container_top.png);
	background-repeat:no-repeat;
	width:255px;
	height:9px;
}

.side-container-bottom {
	background:url(../../general/e-bulletin/images/side_container_bottom.png);
	background-repeat:no-repeat;
	width:255px;
	height:12px;
}

.side-container-background {
	background:url(../../general/e-bulletin/images/side_container_center.png);
	width:255px;
}

.side-container-image {
	width:239px;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:10px;
}

.side-container-word-content {
	width:225px;
	padding-left:15px;
	padding-right:15px;
}

.side-container-title {
	color:#AB4F44;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

.side-container-edition-chosen {
	font-weight:bold;
}

a.side-container-edition-link {
	color:#4c0c0e;
	text-decoration:none;
}

a.side-container-edition-link:visited {
	color:#4c0c0e;
	text-decoration:none;
}

a.side-container-edition-link:active {
	color:#4c0c0e;
	text-decoration:none;
}

a.side-container-edition-link:hover {
	color:#4c0c0e;
	text-decoration:underline;
}

.side-container-edition-space {
	height:5px;	
}

a.side-container-link {
	color:#AB4F44;
	font-weight:bold;
	text-decoration:none;
}

a.side-container-link:visited {
	color:#AB4F44;
	font-weight:bold;
	text-decoration:none;
}

a.side-container-link:active {
	color:#AB4F44;
	font-weight:bold;
	text-decoration:none;
}

a.side-container-link:hover {
	color:#AB4F44;
	font-weight:bold;
	text-decoration:underline;
}


/*---- main content dividers ----*/
/* dotted horizontal divider */
.content-section-divider {
	background: url(../../general/e-bulletin/images/img_dotted_divider_horizontal.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* dotted vertical divider */
#main-content-area {
	width:100%;
	background:url(../../general/e-bulletin/images/img_dotted_divider_vertical.gif);
	background-position:203px 0px;
	background-repeat:repeat-y;
}

/*For IE browser only*/
#main-content-area {
	#background-position:183px 0px;
}

/*---- 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/e-bulletin/images/img_list_bullet.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	text-indent:8px;
}


/*---- 2-column boxes ----*/
.two-column-boxes {
	width:444px;
}

.two-column-boxes-box1 {
	background:url(../../general/e-bulletin/images/bg_2_column_boxes_box1.png);
	vertical-align:top;
	width:219px;
}

.two-column-boxes-box2 {
	background:url(../../general/e-bulletin/images/bg_2_column_boxes_box2.png);
	vertical-align:top;
	width:219px;
}

.two-column-boxes-content {
	margin:2px;
	color:#4c0c0e;
}

.two-column-boxes-description {
	padding:8px;
}

.two-column-boxes-title {
	color:#AB4F44;
	font-weight:bold;
	margin-bottom:5px;
}

.two-column-boxes-content a {
	color:#cc3300;
	text-decoration:none;
}

.two-column-boxes-content a:visited {
	color:#cc3300;
	text-decoration:none;
}

.two-column-boxes-content a:active {
	color:#cc3300;
	text-decoration:none;
}

.two-column-boxes-content a:hover {
	color:#cc3300;
	text-decoration:underline;
}

.two-column-boxes-box1-bottom {
	background:url(../../general/e-bulletin/images/bg_2_column_boxes_box1_bottom.png);
	width:219px;
}

.two-column-boxes-box2-bottom {
	background:url(../../general/e-bulletin/images/bg_2_column_boxes_box2_bottom.png);
	width:219px;
}

.two-column-boxes-space {
	width:6px;	
}

/*For print and email icons*/

.print_icon {
	width: 13px;
	height: 13px;
	background: url(/Portals/0/RWS/general/e-bulletin/images/icn_printer.gif) no-repeat center center; 
}

.email_icon { 
	width: 13px; 
	height: 100%; 
	background: url(/Portals/0/RWS/general/e-bulletin/images/icn_email.gif) no-repeat center center; 
} 

.ShareHeaderFontColor {
	color:#ab4f44;	
}

/* hyperlink Underline for facebook and Follow us on Twitter */
.hyperlinkUnderline
{
	text-decoration:underline;
	color:#faf9f0;
}