@charset "utf-8";
.homePage a {
	text-decoration: none;
}
.homePage a:link {
	color: #4E8ABE;
}
.homePage a:visited {
	color: #326089;
}
.homePage a:hover {
	color: #326089;
}
body.homePage {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.homePage hr {
	height: 1px;
	width: 60%;
	text-align: center;
}
.homePage #container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.homePage #topBar {
	margin-top: 15px;
	margin-left: 197px;
	margin-bottom: 15px;
}
.homePage #sidebar1 {
	float: left;
	width: 197px;
	background: #98B4D9;
	background-image: url(images/home_sidebar.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
.homePage #homeMenu {
	margin-top: 20px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.homePage #homeMenu h2 {
	margin: 14px 0;
	padding: 14px 30px 0 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #4E8ABE;
}
.homePage #homeMenu h2:hover {
	border-bottom-color: white;
}
.homePage #homeMenu a {
	padding: 14px 0;
	text-decoration: none;
}
.homePage #homeMenu a:link, .homePage #homeMenu a:visited {
	color: #fff;
}
.homePage #homeMenu a:hover {
	color: #333;
}

.homePage #homeNews {
	background: #51A279;
	border: 1px dashed #ccc;
	margin: 10px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #fff;
}
.homePage #homeNews h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	border-bottom: 1px dashed #fff;
}
.homePage #homeNews h4 {
	font-size: 110%;
	font-weight: normal;
}
.homePage #homeNews a {
	text-decoration: none;
}
.homePage #homeNews a:link, .homePage #homeNews a:visited {
	color: #fff;
}
.homePage #homeNews a:hover {
	color: #000;
}
.homePage #homeNews h3 a:link, .homePage #homeNews h3 a:visited {
	text-decoration: none;
	color: #fff;
}
.homePage #webinarPromo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
.homePage #webinarPromo a {
	text-decoration: none;
	color: #333;
}
.homePage #webinarPromo a:hover {
	color: #fff;
}
.homePage #webinarPromo h3 {
	font-size: 1.2em;
	color: white;
}
.homePage #mainContent { 
	margin: 0 0 0 197px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.homePage #banner {
	background: #4E8ABE;
	background-image:url(images/home_banner.jpg);
	background-repeat:no-repeat;
	height:285px;
}
.homePage #tagline {
	width: 480px;
	padding: 60px 0 0 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
}
.homePage .dropcontent {
	width: 440px;
	padding-top: 45px;
	padding-left: 45px;
	display: block;
	color: white;
}
.homePage #dropcontentsubject {
	width: 440px;
	font-weight: bold;
	color: white;
}
.homePage #boxes {
	background: url(images/home_banner_bottom.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
}
.homePage #boxes a:link, #boxes a:visited {
	text-decoration: none;
}
.homePage #boxes a:hover {
}
.homePage #boxes h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 9px 0 24px 0;
}
.homePage #boxes h1 a {
	color: #333;
}
.homePage #boxes h1 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.homePage #boxes h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0 5px 0;
}
.homePage #boxes h3 {
	font-size: 100%;
	border-bottom: 1px dashed #bbb;
	margin: 5px 0 5px 0;
}
.homePage #boxes h4 {
	font-size: 100%;
	border-bottom: 1px dotted #4E8ABE;
	padding-bottom: 2px;
}
.homePage #boxes p {
}
.homePage #boxes ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-image: url(/images/arrow-right.gif);
}
.homePage #boxes li {
	margin: 0 0 10px 0;
}
.homePage .box {
	padding: 0 10px;
}
.homePage #box1, .homePage #box2, .homePage #box3 {
	border-right: 1px dashed #bbb;
}
.homePage #clientLogos {
	margin-top: 40px;
}
.homePage #footer {
	margin: 20px;
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 11px;
}