/* Copyright Efflinch Dot Com - EDC Global content formatting */

/* Main elements*/

body {
	color: #1A2942;
	font: 80% Arial, Helvetica, sans-serif;
	background: #333333;
}
h1, h2, h3, p {
	margin-bottom: 0.7em;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}
#hd_left {
	float: left;
	padding-top: 1px;
}
#hd_right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 189px;
}
#hd_menu {
	color: #000066;
	font-size: 95%;
	position: relative;
	bottom: 0px;
}
#hd_menu ul li {
	display: inline;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#hd_menu ul li a:link, #hd_menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#hd_menu ul li a:hover, #hd_menu ul li a:focus{
	color: #FF3333;
}
#hd_bannerleft {
	height: 98px;
}
#hd_bannerright {
	height: 116px;
	text-align: right;
	margin: 2px 0px 0px;
	padding: 0px;
	width: 189px;
	float: right;
}
/* Footer Elements*/

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
}

/* Boxes and other sub divs */ 
 
/* Height hacks - Hidden from IE5-mac \*/
* html .boxbody {
	height: 1%;
}
* html #content .section {
	height: 1%;
	clear: both;
}
/* End height hacks */ 

#content .section {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100%;
}
.boxbody {
	margin: 0px;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	padding: 10px;
	background: #FFFFFF;
}
.boxhead {
	background: url(../images/_bck_boxhead_right.jpg) no-repeat right top;
}
.boxhead .boxheadleft {
	background: url(../images/_bck_boxhead_left.jpg) no-repeat left top;
	margin: 0px 6px 0px 0px;
	padding: 7px 0px 5px 5px;
	min-height: 20px;
}
.boxhead h1 {
	margin-bottom: 0px;
	font-size: 120%;
	padding-bottom: 0px;
	color: #FFFFFF;
}
.boxtop {
	background: url(../images/_bck_boxtop_right.gif) no-repeat right top;
}
.boxtop .boxtopleft {
	background: url(../images/_bck_boxtop_left.gif) no-repeat left top;
	margin: 0px 6px 0px 0px;
	padding: 6px 0px 0px;
}
.boxend {
	margin: 0px 0px 5px;
	padding: 0px;
	background: url(../images/_bck_boxend_right.gif) no-repeat right bottom;
	font-size: 0px;
	line-height: 0px;
	height: 6px;
	clear: both;
}
.boxendleft {
	margin: 0px;
	background: url(../images/_bck_boxend_left.gif) no-repeat left bottom;
	font-size: 0px;
	line-height: 0px;
	float: left;
	width: 6px;
	height: 6px;
}

/* Text styles */
 
html #container .instruct {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
html #container .al {
	text-align: left;
}
html #container .bl {
	text-align: left;
	font-weight: bold;
}
html #container .ac {
	text-align: center;
}
html #container .ar {
	text-align:	right;
}
html #container .emph {
	font-weight: bold;
}

/* Special formatting for asp processed text */

.bullet {
	display: block;
	text-indent: 20px;
	font-weight: bold;
	background: url(../images/_bullet.gif) no-repeat left top;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

/* Miscellaneous */

.flr {
	float: right;
}
#content .boxbody .fbox {
	float: none;
	height: 100%;
}
#content #newsdetail {
	min-height: 310px;
}

#content .boxbody .imgright {
	float: right;
	padding: 0px 0px 5px 15px;
}
#content .boxbody .imgleft {
	padding: 0px 15px 5px 0px;
	float: left;
	text-align: center;
}
#content .boxbody .imgleft p {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}
#content .boxbody .imgright p {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}
#content .boxbody .imgnone {
	display: none;
}
.boxbody input, .boxbody select, .boxbody textarea {
	background: #FBFDFF;
	border-top: 1px solid #7091B4;
	border-right: 1px solid #E5ECF4;
	border-bottom: 1px solid #E5ECF4;
	border-left: 1px solid #7091B4;
	color: #000033;
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif;
}
.boxbody .fullwidth {
	width: 100%;
}
#content .boxbody .splitR {
	float: right;
	width: 49%;
	height: 1%;
}
#content .boxbody .splitL {
	width: 49%;
	float: left;
	height: 1%;
}
#content .boxbody .showright {
	float: right;
	padding-left: 10px;
}
#content .boxbody .showleft {
	float: left;
	padding-right: 10px;
}
#content .boxbody .shownone {
	display: none;
}
#content .boxbody .fnright {
	font-size: 10px;
	color: #2F82D5;
	text-align: right;
}
/* Item List - full width list presentation with hover state changed table rows */

#itemlist {
	padding: 0px;
}
#itemlist .itemtbl {
	border-botton: #696798 1px solid;
	text-align: left;
	width: 100%;
}
#itemlist .itemtbl th {
	background: #C7DDF4;
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid #FFCC00;
	border-right: none;
	border-bottom: 1px solid #FFCC00;
	border-left: none;
	margin: 0px;
}
#itemlist .itemtbl td {
	vertical-align: top;
	border-top: 1px solid #C7DDF4;
	padding: 6px 6px 10px;
}
#itemlist .itemtbl .last {
	text-align: center;
	border: none;
}
#itemlist .itemtbl .trnorm {
	background: #FFFFFF;
}
#itemlist .itemtbl .trover {
	background: #FFFFE6;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #993399;
}
#itemlist .itemtbl a:link, #itemlist .itemtbl a:active, #itemlist .itemtbl a:visited {
	font-weight: bold;
	text-decoration: none;
}
#itemlist .itemtbl a:hover {
	color: #CC0000;
}
#itemlist .itemtbl .hdr {
	font-weight: bold;
}
#itemlist .itemtbl .txt {
	font-weight: normal;
}
#itemlist .itemtbl .right {
	display: block;
	font-weight: normal;
	text-align: right;
}
#itemlist .noitems {
	padding: 10px;
}
#itemlist .headline {
	color: #006699;
	font-weight: bold;
	display: block;
	font-size: 14px;
}
#itemlist .nb {
	color: #000099;
	font-weight: bold;
	display: block;
	font-size: 14px;
}
#itemlist .article {
	font-size: 11px;
	font-style: normal;
	color: #497077;
	text-align: justify;
	display: block;
}
#itemlist .more {
	display: block;
	text-align: right;
}
#itemlist .paging {
	background: #CC0000;
	font-family: "Trebuchet MS", Tahoma, Arial;
	padding: 5px;
	height: 20px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-right-style: none;
	border-left-style: none;
}
#itemlist .paging p {
	font-size: 90%;
	margin-bottom: 0px;
	color: #FFFFFF;
}
#itemlist .paging a:link, #itemlist .paging a:visited, #itemlist .paging a:active {
	color: #FFFFFF;
}
#itemlist .paging a:hover {
	color: #FF0000;
}
#itemlist .paging .pagenumbers {
	display: block;
	float: left;
}
#itemlist .paging .pagenav {
	float: right;
}
#itemlist .paging .pagenav ul{
	list-style: none;
}
#itemlist .paging .pagenav li {
	display: inline;
	float: left;
	margin-right: 10px;
	font-size: 90%;
	color: #FFFFFF;
}
#itemlist .paging .pagenav a {
	display: block;
	text-align: center;
	text-decoration: underline;
}
#itemlist .paging .pagenav a:hover {
	color: #FF0000;
}
#itemlist .paging .pagenav .current {
	color: #66FF33;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}
#itemlist .options p {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#itemlist .options a {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	display: block;
}

#itemlist .options #showopts {
	background: url(../images/_bck_optionbar.jpg) repeat-x;
	height: 15px;
	margin: 0px;
	padding: 1px 0px 0px;
	text-align: center;
	display: none;
}
#itemlist .options #hideopts {
	background: url(../images/_bck_optionbar.jpg) repeat-x;
	height: 15px;
	margin: 0px;
	padding: 1px 0px 0px;
	text-align: center;
	display: block;
}
#itemlist #revise {
	padding: 5px;
	border-top: 1px solid #FF0000;
	border-bottom: none;
	display: block;
	background-color: #F4F9FD;
}
#itemlist #revise .imputtblv td {
	padding: 3px;
}
#itemlist #revise .imputtblv th {
	text-align: left;
	font-size: 85%;
	padding: 2px;
}
#itemlist #revise .imputtblh th {
	font-size: 70%;
	font-weight: normal;
}
#itemlist #revise input, #itemlist #revise select {
	color: #CC0000;
	font-size: 80%;
	border-top: 1px solid #333333;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #333333;
	padding: 3px;
	background: #F8F8F8;
}
