body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wcontainer {
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px" : "auto");
	min-width: 1000px;
}

h1 {
	margin: 0px;
	padding: 30px 0 20px 150px;
	font-size: 18px;
	color: #ffffff;
}

#header {
	background: url(/images/top_bg.gif) repeat-x;
}

#hlogo {
	float: left;
	width: 217px;

	background: url(/images/top_left_bg.gif) #006cb8 no-repeat;
	border: 0px;
	text-align: right;
}

#hlogoicon {
	height: 70px;
}

#hlogo img { border: 0px; }

#hphone {
	padding: 9px 0 0 59px;
	font-size: 18px;
	font-weight: bolder;
	color: #626161;
	background: #ffffff;
}

#hicons {
	padding: 5px 0 0 44px;
}

#hicons img {
	border: 1px solid #929292;
	margin-left: 1px;
}

#htext {
	margin-left: 217px;
}

#container {
	clear: both;
	padding-top: 6px;
}

#breadcrumbs {
	padding: 0 0 3px 215px;
	font-size: 11px;
	color: #626161;
}

#sidebar {
	float: left;
	width: 214px;
	height: 210px;
	border-top: 2px solid #f47933;
	background: url(/images/sidebar_bg.gif) no-repeat;
	text-align: right;
}

.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu li {
	height: 21px;
	background: url(/images/menu_li_bg.gif) no-repeat right bottom;
	padding-right: 5px;
}

.mlink, .mlinka {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #626161;
}

.mlinka {
	color: #006cb8;
}

.links {
	padding-top: 225px;
	margin: 0px;
	list-style: none;
}

.links li {
	height: 21px;
	background: url(/images/links_li_bg.gif) no-repeat right bottom;
	padding-right: 5px;
}

.blink {
	font-size: 11px;
	color: #001eb8;
}

#container {
	width: 913px;
	height: 531px;;
}

#main {
	margin-left: 214px;
	border: 2px solid #f27432;
	padding-bottom: 2px;
	background: url(/images/main_top_bg.gif) repeat-x -4px 0px;
}

#mtext {
	height: 499px;
}

#mcontent {
	font-size: 12px;
	padding: 29px 10px 29px 10px;
	height: 435px;
	overflow: hidden;
	
}

#mbottom {
	clear: both;
	background: url(/images/main_bottom_bg.gif) repeat-x bottom;
	height: 50px;
	font-size: 11px;
	padding: 0px 5px 0px 5px;
}

#footer {
	clear: both;
	padding-left: 216px;
}

#lftext {
	margin-right: 350px;
	font-size: 11px;
}

#rftext {
	float: right;
	width: 300px;
	text-align: right;
	color: #929292;
	font-size: 11px;
}

.mblock {
	width: 100%;
	height: 450px;
        overflow:auto; overflow-x: hidden; overflow-y: auto;	/* opera & safari hack */
}
	
.stlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.stlist li {
	padding: 0px;
	float: left;
	border-bottom: 1px solid #f27432;
	width: 656px;
}
.stltext {
	width: 540px;
	float: left;
	padding: 10px 0 10px 0;
}

.stlimg {
	/*margin-left: 575px;*/
	float: right;
	width: 31px;
}

.stlimg img {
	width: 31px;
	height: 31px;
}

/* fix for opera & safari */
.contactsList {
	overflow:auto; overflow-x: hidden; overflow-y: auto;
	float: left;
	width: 320px; 
	height: 310px;
}

/* jml styles */
.contentheading, .componentheading {
	font-size: 14px;
	color: #525252;
	font-weight: bold;
	display: none;
}

.contentheading {
	width: 510px;
	padding-bottom: 10px;
}

.contentpaneopen td {
	padding: 0px;
	margin: 0px;
}

.pathway {
	font-size: 11px;
	color: #006cb8;
	text-decoration: none;
}

.pathway a {
	color: #626161;
}
.category {
	font-weight: bolder;
	color: #006cb8;
	text-decoration: none;
}

.contentpagetitle {
	font-weight: bold;
	text-decoration: none;
	color: #616161;
}
/* /jml styles */

/* text styles */
.indlist {
	margin:0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	text-align: right;
}

.indlist li {
	padding-bottom: 4px;
	font-size: 11px;
	color: #626161;
}

.indlist li a {
	font-size: 11px;
	color: #626161;
}

.catlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.simplelist {
	padding: 0 0 0 20px;
	margin: 0px;
}

.simplelist li {
	padding-bottom: 5px;
}
/* /text styles */
