@charset "utf-8";
/* CSS Document */
/* blue-title */
#blue-title {padding: 0 4px; color: #3d3d3d; margin-bottom: 20px;}
#blue-title .tb {background: url(images/title-bg.png) no-repeat bottom left; height: 40px; padding-bottom: 15px;}
#blue-title .containerbox {padding: 10px; text-align: left;}
#blue-title .blue-title-title {font: bold 24px/30px Arial, Helvetica, sans-serif; color: #007cae; padding-left: 10px;}

#blue-title .Normal {font: normal 12px/20px Arial, Helvetica, sans-serif; color: #3d3d3d;}
#blue-title a:link, #blue-title a:visited {color: #007cae; text-decoration: none;}
#blue-title a:link, #blue-title a:visited {color: #007cae; text-decoration: underline;}

/* red */
#red {color: #fff; background: #a70e13 url(images/red-btm.jpg) repeat-x bottom;}
#red .tb {background: url(images/red-tb.jpg) repeat-x top; height: 49px; text-align: center;}
#red .tl {background: url(images/red-tl.jpg) no-repeat top left; height: 49px; text-align: left; padding-left: 50px; padding-top: 20px;}
#red .tr {background: url(images/red-tr.jpg) no-repeat top right;}
#red .cb {background: url(images/red-btm.jpg) repeat-x bottom;}
#red .containerbox {padding: 4px 8px 20px 8px; text-align: left; background: url(images/red-cb.jpg) no-repeat top right;}
#red .red-title {font: bold 24px Arial, Helvetica, sans-serif; color: #fff;}

#red .Normal {font: normal 11px/20px Arial, Helvetica, sans-serif; color: #fff;}
#red a:link, #red a:visited {color: #e4ff01; text-decoration: none;}
#red a:link, #red a:visited {color: #e4ff01; text-decoration: underline;}

/* yellow */
#yellow {color: #fff; background: #ead31d url(images/yellow-btm.jpg) repeat-x bottom;}
#yellow .tb {background: url(images/yellow-tb.jpg) repeat-x top; height: 49px; text-align: center;}
#yellow .tl {background: url(images/yellow-tl.jpg) no-repeat top left; height: 49px; text-align: left; padding-left: 50px; padding-top: 20px;}
#yellow .tr {background: url(images/yellow-tr.jpg) no-repeat top right;}
#yellow .cb {background: url(images/yellow-btm.jpg) repeat-x bottom;}
#yellow .containerbox {padding: 4px 8px 20px 8px; text-align: left; background: url(images/yellow-cb.jpg) no-repeat top right;}
#yellow .yellow-title {font: bold 24px Arial, Helvetica, sans-serif; color: #67612f;}

#yellow .Normal {font: normal 11px/20px Arial, Helvetica, sans-serif; color: #3d3d3d;}
#yellow a:link, #yellow a:visited {color: #008fba; text-decoration: none;}
#yellow a:link, #yellow a:visited {color: #008fba; text-decoration: underline;}

/* blue */
#blue {color: #fff; background: #0080a6 url(images/blue-btm.jpg) repeat-x bottom;}
#blue .tb {background: url(images/blue-tb.jpg) repeat-x top; height: 49px; text-align: center;}
#blue .tl {background: url(images/blue-tl.jpg) no-repeat top left; height: 49px; text-align: left; padding-left: 50px; padding-top: 20px;}
#blue .tr {background: url(images/blue-tr.jpg) no-repeat top right;}
#blue .cb {background: url(images/blue-btm.jpg) repeat-x bottom;}
#blue .containerbox {padding: 4px 8px 20px 8px; text-align: left; background: url(images/blue-cb.jpg) no-repeat top right;}
#blue .blue-title {font: bold 24px Arial, Helvetica, sans-serif; color: #fff;}

#blue .Normal {font: normal 11px/20px Arial, Helvetica, sans-serif; color: #fff;}
#blue a:link, #blue a:visited {color: #e4ff01; text-decoration: none;}
#blue a:link, #blue a:visited {color: #e4ff01; text-decoration: underline;}


/* Read More button */
div.read-more {margin-bottom: 10px;}
div.read-more a:link, div.read-more a:visited {float: right; display: block; background: url(images/read-more.png) no-repeat; width: 69px; height: 22px; text-align: center; font: normal 11px/22px Arial, Helvetica, sans-serif; color: #4d4d4a !important; text-decoration: none !important;}
div.read-more a:hover, div.read-more a:active {float: right; display: block; background: url(images/read-more.png) no-repeat; width: 69px; height: 22px; text-align: center; font: normal 11px/22px Arial, Helvetica, sans-serif; color: #4d4d4a !important; text-decoration: underline !important;}
div.read-more {margin-bottom: 20px;}


