/*
Focus - set the width for the columns:

main-col
colwrap

colwrap contains col1 and col2  which are set to 50% if both are used
*/

body {
	color: #000000;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Humana Sans ITC, Humana Sans Md ITC, Lucida Grande, Georgia;
	line-height: 13pt;
	font-size: 10pt;
}

a.more-link {
	
	width: 102px;
	display: block;
	background: url(images/red/readon.gif) no-repeat bottom;
	color: #EFEFEF;
	font-size: 11px;
	line-height: 20px;
	text-indent: 25px;
	height: 20px;
}

a.more-link:hover {
	background: url(images/red/readon.gif) no-repeat top;
	color: #FFFFFF;
	text-decoration: none;
}

#topslwrap {
	background: url(images/headerbar/red1.png);
	height: 182px;
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	white-space: nowrap;
	background: url(images/h3-bg.gif) no-repeat 50% 5px;
	font-size: 110%;
	font-weight: bold;
	line-height: 52px;
}

div.module h3 span {
	padding-left: 22px;
	display: block;
	background: url(images/h3span-bg.png) no-repeat left 45%;
}

div.module,
div.module-hilite {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	background: url(images/box-br.gif) no-repeat bottom right;
	overflow: hidden;
}

div.module-hilite a{
	color: #FFFFFF;
}

div.module-hilite a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

div.module div,
div.module-hilite div {
	padding: 0;
	background: url(images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module-hilite div div {
	padding: 0;
	background: url(images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module-hilite div div div {
	padding: 0 20px 20px;
	background: url(images/box-tl.gif) no-repeat top left;
}

/*no-title module*/
div.module-notitle {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(images/box-br.gif) no-repeat bottom right;
}

div.module-notitle div {
	padding: 0;
	background: url(images/box-bl.gif) no-repeat bottom left;
}

div.module-notitle div div {
	padding: 0;
	background: url(images/box-notitle-tr.gif) no-repeat top right;
}

div.module-notitle div div div {
	padding: 15px;
	background: url(images/box-notitle-tl.gif) no-repeat top left;
}
/* side-menu*/
div.side-menu {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(images/box-br.gif) no-repeat bottom right;
}

div.side-menu div {
	padding: 0;
	background: url(images/box-bl.gif) no-repeat bottom left;
}

div.side-menu div div {
	padding: 0;
	background: url(images/box-notitle-tr.gif) no-repeat top right;
}

div.side-menu div div div {
	padding: 15px;
	background: url(images/box-notitle-tl.gif) no-repeat top left;
}



/* Module hilite */
div.module-hilite h3 {
	margin: 0;
	padding: 0px 0px 0px 15px;
	white-space: nowrap;
	background: none;
	font-size: 12pt;
	font-weight: bold;
	line-height: 18pt;
	height: 40px;
}

div.module-hilite h3 span {
   padding-left: 22px;
	display: block;
	background: url(images/h3span-hilite-bg.png) no-repeat center left;
}

div.module-hilite {
	background: url(images/red/box-hilite-br.gif) no-repeat bottom right;
}

div.module-hilite div {
	background: url(images/red/box-hilite-bl.gif) no-repeat bottom left;
}

div.module-hilite div div {
	background: url(images/red/box-hilite-tr.gif) no-repeat top right;
}

div.module-hilite div div div {
	background: url(images/red/box-hilite-tl.gif) no-repeat top left;
	padding: 15px 0px 10px 0px;
	vertical-align: top;
}
#main-col {
	float: left;
	width: 495px;
	overflow: hidden;	
}
#colwrap {
	float: right;
	width: 415px;
	overflow: hidden;	
}
#main-col-n {
	float: left;
	width: 690px;
	overflow: hidden;	
}
#colwrap-n {
	float: right;
	width: 220px;
	overflow: hidden;
}
#content {
	float: left;
	/* width: 55%; */
	background: url(images/content-center.gif) repeat-y;
}
.one_col #content {
	float: left;
	width: 100%;
	background: url(images/content-center-920.gif) repeat-y;
}
.narrow_col #content {
	float: left;
	width: 690px;
	background: url(images/content-center-690.gif) repeat-y;
}

