body {
	background: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #56574F;
}	
body, p, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	color: #000000;
}
a:hover {
	background: #B7A78D;
}
p {
	font-size:12px;
	text-align:justify;
	margin-bottom: 10px;
}
h1 {
	font-size:18px;
	color:#990000;
}

h2 {
	font-size:16px;
	color:#990000;
}

h3 {
	font-size:14px;
	color:#990000;
}

h4 {
	font-size:12px;
	color:#990000;
}

#page_content img {
	padding: 10px;
}

/* ---- */

#container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 740px;
	min-height: 600px;
	background: url(../images/shadows.gif) repeat-y;
}
*html #container {
	width: 780px;
	height: 600px;
}
#center_column {
	width: 740px;
	min-height: 600px;
	text-align:left;
	background: #FFFFFF;
	float: left;
}
*html #center_column {
	height: 600px;
}

/* ---- */

#header {
	background: url(../images_top_banner.gif);
	width: 740px;
	height: 126px;
}

/* ---- */

#nav {
	width: 213px;
	height: 275px;
	background: #575B4C;
	float: left;
}
*html #nav {
	width: 213px;
}
#nav .line {
	background: url(../images/menu_line.gif) no-repeat left center;
	padding-bottom: 28px;
}
*html #nav .line {
	padding-bottom: 10px;
}

*:first-child+html #nav .line {
	padding-bottom: 10px;
}
#nav ul {
	margin: 20px 10px 10px 18px;
	padding: 0px;
	list-style: none;
}
#nav li a {
	color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	text-decoration:none;
}
#nav li a:hover, #nav selected {
	color: #B7A78D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	background: none;
}

/* ---- */

#content {
	width: 526px;
	min-height: 275px;
	float: left;
}
*html #content {
	height: 275px;
}
#page_content {
	padding: 15px 25px 50px 25px;
	width: 477px;	
	min-height: 275px;
	float: left;
	border-top: 18px solid #9D2515;
}
*html #page_content {
	width: 477px;
	height: 275px;
}
*html #page_content.case_studies {
	width: 474px;
}


/* ---- */

#index_footer {
	clear: both;
	position: relative;
	background: url(/images/welcome_bar.jpg) no-repeat;
	padding: 68px 265px 100px 75px;
	background-position: 2px 0px;
}
*html #index_footer {
	background-position: 1px 0px;
}

*:first-child+html #index_footer {
	background-position: 1px 0px;
	padding: 34px 265px 100px 75px;
}

#news {
	position: absolute;
	right: 10px;
	top: 19px;
	width: 210px;
	height: 275px;
	background: #CDCDCD;
	padding: 12px 10px 12px 10px;
}
#news p {
	margin: 0px; padding: 0px;
}
#news ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#news li {
	margin-bottom: 17px;
}
#news h3 {
	color: #56574F;
	font-size: 8pt;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#news a {
	color: #9D2515;
	font-size: 8pt;
}

/* ---- */

#footer {
	position: relative;
	text-align:center;
	clear:both;
}
#footer ul {
	width: 90%;
	height: 200px;
	border-top: 1px solid #9D2515;
	margin-left: auto;
	margin-right: auto;
	list-style:none;
}
#footer li {
	float: left;
	padding-top: 15px;
	padding-right: 50px;
	text-align: left;
}
#chard {
	position: absolute;
	right: 2.5%;
	top: 15px;
}

/* ---- */

.clear {
	clear: both
}

a.chard {
	font-size: 8pt;	
}