/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	padding: 5px 0;
/	text-align:center;/
	color: #333333;
}

ol
{
	margin-left: 100px;
}

a {
	outline: none;
	color: #ff4200;
}
a:hover { color: #000000;}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #005276;
	
	padding: 10px 5px 5px 0px;
	margin-bottom: 10px;
}
h1 span {
	border-bottom: 1px solid #368caf;	
	
}
h2 {
	font-size: 17px;
	font-weight: normal;
	color: #005276;
	border-bottom: 1px solid #368caf;
	/*padding: 20px 5px 5px 15px;*/
	padding: 20px 5px 5px 0px;
}
#header {
	width: 823px;
	border-left: 1px solid #0080c0;
	border-right: 1px solid #0080c0;
	border-bottom: 1px solid #0080c0;
	margin: 0 auto;
	background: url(../images/hrd_bg.gif) repeat-x top;
	height: 176px;
}

#container {
	width: 823px;
	margin: 0 auto;
	border-left: 1px solid #0080c0;
	border-right: 1px solid #0080c0;
	border-bottom: 1px solid #0080c0;
	padding-bottom: 10px;
}

#left_col {
	width: 183px;
	float: left;
	padding: 0px 0 10px 10px;
}
#mid_col {
	width: 418px;
	float: left;
	padding: 10px 0px 0px 10px;
}

#mid_col p {
	text-align: left;
}

#mid_col_inside {
	width: 600px;
	float: left;
	padding: 10px 5px 0px  15px; /* changed right pad from 15 to 5 */
}
#mid_col_inside p {
	text-align: left;
}
#right_col {
	width: 183px;
	float: right;
	padding: 0px 10px 10px 0;
}

#footer {
	width: 803px;
	margin: 0 auto;
	border-left: 1px solid #0080c0;
	border-right: 1px solid #0080c0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #0080c0;
	background: url(../images/footer_bg.gif) repeat-x top;
	height: 49px;
	padding: 10px 10px 0;
	text-align: center;
	line-height: 20px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	padding: 0 5px;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.logo {
	float: left;
}
.top_img {
	float: right;
	height: 141px;
}
#top_nav {
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	float: right;
	height: 25px;
	line-height: 25px;
	width: 530px;
	padding: 5px 5px;
	text-align: right;
	background: url(../images/nav_bg.gif) repeat-y right;
}
#top_nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px;
}
#top_nav a:hover {
	color: #000000;
}
#top_nav a#active {
	color: #000000;
}
.block_blue {
	padding-top: 10px;
}

.block_blue .block_top {
	background: url(../images/blocks/blue_top_rgt.gif) no-repeat right top;
}
.block_blue .block_top h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	background: url(../images/blocks/blue_top_lft.gif) no-repeat left top;
	padding: 7px 5px 7px 25px;
}
.block_blue .block_mid {
	background: #d8f0fa;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.block_mid ul {
	list-style: none;
}
.block_mid li {
	padding: 1px;
	border-bottom: 1px solid #f0f9fd;
	border-top: 1px solid #9bd0e8;
}
.block_mid li.last {
	border-bottom: 0px solid #f0f9fd;
}
.block_mid li a {
	color: #000000;
	text-decoration: none;
	background: url(../images/arw1.gif) no-repeat 12px 8px;
	padding: 2px 3px 2px 25px;
	display: block;
}
.block_mid li a:hover {
	color: #ff4306;
}
.block_blue .block_bot {
	background: url(../images/blocks/blue_bot_rgt.gif) no-repeat right bottom;
}
.block_blue .block_bot h6 {
	font: normal 5px Arial, Helvetica, sans-serif;
	color: #f7f7f7;
	background: url(../images/blocks/blue_bot_lft.gif) no-repeat left bottom;
	padding: 0;
	height: 7px;
}

.block_gray { padding-top: 10px; }

.block_gray .block_top {
	background: url(../images/blocks/gray_top_rgt.gif) no-repeat right top;
}
.block_gray .block_top h6 {
	font: normal 5px Arial, Helvetica, sans-serif;
	color: #f7f7f7;
	background: url(../images/blocks/gray_top_lft.gif) no-repeat left top;
	padding: 0;
	height: 10px;
}
.block_gray .block_mid {
	background: #f6f6f6;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	text-align: center;
	padding: 0 10px;
}
.block_gray .block_bot {
	background: url(../images/blocks/gray_bot_rgt.gif) no-repeat right bottom;
}
.block_gray .block_bot h6 {
	font: normal 5px Arial, Helvetica, sans-serif;
	color: #f7f7f7;
	background: url(../images/blocks/gray_bot_lft.gif) no-repeat left bottom;
	padding: 0;
	height: 7px;
}

.tbl_login td {
	padding: 3px 0;
}
.tbl_login td input {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 1px 3px;
	width: 120px;
	border: 1px solid #8cacbb;
}
.tbl_login td a{
	color: #000000;
	text-decoration: underline;
}
.tbl_login td a:hover{
	color: #ff4306;
	text-decoration: underline;
}

.main_img {
	background: url(../images/blocks/bl_rgt_bg.gif) no-repeat right bottom;
}
.main_img_in {
	font-size: 13px;
	background: url(../images/blocks/bl_lft_bg.gif) no-repeat left bottom;
	height: 100%;
	text-align: center;
}

dt {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	background: url(../images/icons/article.gif) no-repeat 0px 13px;
	padding: 9px 3px 2px 15px;
	border-top: 1px solid #368caf;
	clear: both;
}
dt span.date {
	font-weight: normal;
	font-size: 13px;
	color: #ec5e2f;
}
dd {
	padding: 2px 3px 9px 15px;
}

.list_checked ul {
	list-style: none;
	padding: 5px 0 10px;
}
.list_checked li {
	background: url(../images/icons/checked.gif) no-repeat 0px 5px;
	line-height: 20px;
	padding: 15px 10px 5px 30px;
}

.btn_sty {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(../images/btn_bg.gif) repeat-x top #ec5a2a;
	border-left: 1px solid #d13400;
	border-top: 1px solid #d13400;
	border-right: 2px solid #d13400;
	border-bottom: 2px solid #d13400;
	padding: 3px 5px;
	margin: 0;
	cursor: pointer;
}
.articles{
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005276;
	text-decoration:none;
	font-weight: bold;
}
.pad_lft25 { padding-left: 25px;}
.cl_both { clear: both; }
.fl_lft { float: left; }
img.fl_lft { margin: 0 10px 5px 0; }

.fl_rgt { float: right; }
img.fl_rgt { margin: 0 0 5px 10px; }

.mid_sections p {
	line-height: 12px;
	
	
}

.please_note {
	border-top: 1px solid #005276;
	padding: 10px 0 5px;
	margin-top: 15px;
}