body {
	background: #E5E7E8;
	height: 100%;
}

.container {
	background: url(../_images/background-shadows.jpg) repeat-y;
	width: 962px;
	height: 100%;
	margin: 0 auto 1px;
}

.containerinternal {
	background: url(../_images/background-shadows.jpg) repeat-y;
	width: 962px;
	overflow: hidden;
}

.contentcontainer {
	background: url(../_images/background-content.jpg) no-repeat #FFFFFF;
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}

.footer {
	background: url(../_images/background-footer.jpg) no-repeat #BB9902;
	width: 940px;
	height: 92px;
	overflow: hidden;
	padding: 0 0 20px;
}

.nav {
	margin: 120px 0 0 170px;
}

.navlist {
	list-style-type: none;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.navlistitem {
	padding: 0 0 10px;
}

.navlink {
	color: #D20870;
	text-decoration: none;
}

.navlink:hover {
	color: #BA9A00;
}

.content {
	padding: 0 40px 20px;
	overflow: hidden;
}

.contentleftcol {
	float: left;
	width: 500px;
	margin: 70px 20px 0 130px;
	display: inline;
}

.contentrightcol {
	float: left;
	width: 210px;
	margin: 70px 0 0 0;
	display: inline;
}

.indextitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #939598;
	margin: 0 0 10px;
}

.indextitlelarge {
	font-size: 24px;
}

.goldtext {
	color: #BA9A00;
}

.maintext {
	color: #666666;
	line-height: 20px;
}

.rsscontainer {
	background: url(../_images/curved-box-repeat.gif) repeat-y;
	overflow: hidden;
	width: 208px;
	margin: 0 0 0 4px;
}

.rsscontainertop {
	background: url(../_images/curved-box-top-rss.jpg) no-repeat;
	width: 208px;
	height: 40px;
	margin: 20px 0 0 4px;
}

.rsscontainerbottom {
	background: url(../_images/curved-box-bottom.jpg) no-repeat;
	width: 208px;
	height: 20px;
	bottom: 0;
}

.rssprovider {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float: left;
	width: 180px;
}

.rssproviderimg {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

.rsscontent, .callbackcontent {
	padding: 5px 10px;
	overflow: hidden;
	width: 180px;
	color: #666666; 
}

.rsstitle {
	color: #D20870;
	font-weight: bold;
}

.rsstext {
	margin: 0 0 5px 0;
	clear: left;
	float: left;
	width: 180px;
}

.rsstextlast {
	margin: 0 0 10px 0;
}

.callbackcontainer {
	background: url(../_images/curved-box-repeat-callback.jpg) repeat-y;
	overflow: hidden;
	width: 208px;
}

.callbackcontainertop {
	background: url(../_images/curved-box-top-callback.jpg) no-repeat;
	width: 208px;
	height: 40px;
	margin: 0 0 0 0;
}

.callbackcontainerbottom {
	background: url(../_images/curved-box-bottom.jpg) no-repeat;
	width: 208px;
	height: 20px;
}

.callouttitle {
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 0 0 15px;
}

.callbackform {
	font-size: 12px;
}

.callbackformrow {
	float: left;
	clear: both;
	width: 180px;
	margin: 0 0 5px 0;
}

.callbackformlabel {
	float: left;
	color: #BA9A00;
	width: 50px;
	margin: 0 5px 0 0;
}

.callbackforminput {
	float: left;
	width: 118px;
	border: 1px solid #999999;
	font-size: 12px;
}

.callbackformsubmit {
	clear: both;
	float: left;
	width: 122px;
	margin: 0 0 0 55px;
	display: inline;
	border: 1px solid #999999;
	background: #BA9A00;
	color: #FFFFFF;
	cursor: pointer;
}

.errorlabel {
	color: #FF0000;
	font-size: 11px;
}

.employerlaw {
	background: url(../_images/background-employer-law.jpg) no-repeat;
	width: 300px;
	height: 97px;
	float: left;
	margin: 30px 10px 0 0;
	position: relative;
}

.employeelaw {
	background: url(../_images/background-employee-law.jpg) no-repeat;
	width: 300px;
	height: 97px;
	float: left;
	margin: 30px 0 0 0;
	position: relative;
}

.lawboxlink {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;
}

.lawboxcontent {
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.employerlawtitle {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 0 5px 0;
}

.employeelawtitle {
	font-size: 16px;
	color: #333333;
	margin: 0 0 5px 0;
}

.employerlist {
	color: #666666;
	margin: 0 0 10px 15px;
	padding: 0;
	line-height: 20px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.footernav {
	margin: 30px 0 0 285px;
	overflow: hidden;
}

.footernavlist {
	float: left;
	display: inline;
	list-style-type: none;
}

.footernavlistitem {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	color: #D20870;
}

.footerlink {
	color: #8C8C8C;
	text-decoration: none;
}

.footerlink:hover {
	text-decoration: underline;
}