﻿body {
	background-position: center -285px;
}

/* --- LEFT NAVIGATION --- */

#left-navigation {
	width: 200px;
	float: left;
	text-align: right;
	font-size: 10pt;
	padding-bottom: 20px;
}

#left-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left-navigation li {
	margin: 0px;
	list-style: none;
	border-bottom: 1px #cccccc solid;
	padding-right: 10px;
}

#left-navigation li:hover {
	background-color: #EEEEEE;
	background-image: url('/Clients/WSI/Images/BG-I-Navigation.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

#left-navigation li:hover a {
	color: #990000;
}

#left-navigation li a {
	display: inline-block;
	color: #999999;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	width: 190px;
}

#left-navigation li a:hover {
	color: #990000;
}

/* --- SECTION TITLE --- */

#section-title {
	padding-top: 10px;
	border-bottom: 1px #cccccc solid;
}

#section-title h1 {
	width: 200px;
	text-align: right;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	display: inline-block;
}

#section-title h2 {
	font-size: 24pt;
	width: 640px;
	text-align: left;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 10px 0px 8px 28px;
	display: inline-block;
	background-image: url('/Clients/WSI/Images/BG-I-Title-Carrot.gif');
	background-position: 9px 25px;
	background-repeat: no-repeat;
}

#section-title img {
	float: right;
	padding-top: 20px;
}


/* --- CONTENT --- */

#content {
	float:right;
	width: 730px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#content * {
	font-size: 10pt;
	line-height: 25px;
	color: #333333;
}

#content a:hover {
	color: #990000;
}

#content h3 {
	font-size: 16px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

#content h4 {
	color: #990000;
}

#content h5 {
	margin-bottom: -15px;
}