@charset "utf-8";
/* CSS Document */

body {
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #000080;
}

/*-----Wrapper-----*/

#wrapper {
	border: 1px solid #000;
	margin: 0 auto 30px auto;
	width: 973px;
}

/*-----Header-----*/

.header {
	margin: 0;
	padding: 0;
	width: 973px;
}

.titlebox-flow {
	float:left;
	margin: 0;
	padding: 0;
}

.logo {
	float:left;
	margin: 0;
	padding: 0;
}

.logo h1 {
	width: 368px;
	height: 264px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.logo h1 span {
	background: no-repeat url(http://www.careandcompliance.com/images/header/header_r1_c1.jpg);
	width: 368px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.logo h4 {
	display: none;
}

.parchment {
	float:left;
	margin: 0;
	padding: 0;
	width: 185px;
}

.rotating-img {
	display: block;
	margin: 0;
	padding: 0;
	width: 420px;
	height: 212px;
}

.login {
	float:left;
	width: 298px;
}

.search {
	float:left;
	width: 122px;
}

/*----CONTAINER----*/

#bodycontainer {
	position: relative;
	float: left;
	width: 973px;
	overflow: hidden;
	background-color: #FFF;
}

/*----NAVIGATION COLUMN----*/

.navbarcol {
	float: left;
	width: 201px;
	position: relative;
	margin-left: -973px;
	margin-bottom: -15000px;
	padding-bottom: 15000px;
	background-color: #83A3A3;
}

* html .navbarcol {
	display: inline;
}

/*----NAVIGATION BAR----*/

.navmenu {
	width: 201px; /*width of menu*/
	border-style: none;
}
	
.navmenu div a {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(http://www.careandcompliance.com/images/navbar/main_nav_buttons.gif);
	height: 38px;
	padding: 0px 0px 2px 14px;
	line-height: 38px;
	text-decoration: none;
}
	
.navmenu div a:link, .navmenu div a:visited {
	color: #FFF;
}

.navmenu div a:hover {
	background-position: 100% -40px;
	text-decoration: underline;
}

.navmenu div.unselected a {
	color: #FFF;
}

.navmenu div.selected a {
	color: #FFF;
	background-position: 100% -40px !important;
}

.navmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navmenu ul li {
}

.navmenu ul li a {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(http://www.careandcompliance.com/images/navbar/sub_nav_button.gif);
	color: #FFF;
	height: 22px;
	padding: 5px 0px 5px 30px;
	line-height: 22px;
	text-decoration: none;
}

.navmenu ul li a:hover {
	color: #000080;
}

/*----MAIN COLUMN----*/

.maincol {
	float: left;
	width: 742px; /* original width:772px then - margins */
	position: relative;
	margin: 0 15px 25px 216px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*.maincol p {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0 30px 15px 0;
	border-bottom: solid #CCC 2px;
}*/

.maincol h1 {
	color: #A81118;
	font-size: 20px;
	font-weight: normal;
}

.maincol h1 a {
	font-size: 20px;
	text-decoration: none;
	color: #A81118;
}

.maincol h1 a:hover {
	font-size: 20px;
	text-decoration: underline;
	color: #000080;
}

.maincol h2 {
	color: #A81118;
	font-size: 16px;
	font-weight: normal;
}

.maincol h2 a {
	font-size: 16px;
	text-decoration: none;
	color: #A81118;
}

.maincol h2 a:hover {
	font-size: 16px;
	text-decoration: underline;
	color: #000080;
}

.maincol h3 {
	color: #A81118;
	font-size: 14px;
	font-weight: normal;
}

.maincol h3 a {
	font-size: 14px;
	text-decoration: none;
	color: #A81118;
}

.maincol h3 a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #000080;
}

.maincol .image {
	float: left;
	padding: 0 10px 5px 0;
}

.maincol a {
	font-size: 13px;
	text-decoration: none;
	color: #A81118;
}

.maincol a:hover {
	font-size: 13px;
	text-decoration: underline;
	color: #000080;
}

.item-wrapper {
	border-bottom: solid 1px #83A3A3;
	padding: 0 15px 12px 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.item-wrapper h3 {
	display: inline;
	color: #A81118;
}

.item-wrapper p {
	margin: 0 auto;
}

.twenty-header {
	color: #006DAF;
}

.twenty-header h1 {
	font-family: Helvetica, Georgia, Sans-serif;
	color: #006DAF;
	font-size: 24px;
	margin: 0;
	padding: 0 0 20px 40px;
}

.twenty-header h2 {
	font-family: Helvetica, Georgia, Sans-serif;
	font-size: 32px;
	color: #006DAF;
	margin: 0;
	padding: 20px 0 5px 0;
}

.twenty-header img {
	float: right;
	padding-left: 10px;
}

.blue {
	color: #006DAF;
	font-weight: bold;
}

.twenty-table-top {
	background-color: #000;
	color: #FFF;
}

.twenty-table-row {
	background-color: #CCC;
	color: #000;
	text-align: right;
}

.twenty-table-content {
	font-size: 10px;
	text-align: center;
}

.box-title {
	display: block;
	background-color: #AABFBF;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	margin: 10px 0 0 0;
	border: solid 1px #83A3A3;
	border-bottom: none;
}

.box-title h3 {
	display: inline;
	color: #A81118;
	font-weight: bold;
}

.box-title h4 {
	display: inline;
	color: #A81118;
	font-weight: bold;
}

.box-content {
	display: block;
	padding: 1px 10px;
	margin: 0 0 15px 0;
	border: solid 1px #83A3A3;
}

.small-text {
	font-size: 10px;
	font-weight: normal
}

.staff-training-box {
	clear: both;
	border: #000 solid 1px;
	padding: 0 15px;
	margin: 15px 0;	
}

.link-list-title {
	display: block;
	background-color: #A81118;
	padding: 10px 0;
	text-align: center;
	margin: 15px 10px 0 10px;
}

.link-list-title h3 {
	display: inline;
	color: #FFF;
	font-weight: bold;
}

.link-list {
	background-color: #AABFBF;
	padding: 10px 0;
	text-align: center;
	margin: 0 10px 15px 10px;	
}

.link-list p {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.link-list a {
	font-size: 14px;
}

.link-list a:hover {
	font-size: 14px;
}

.consult-img {
	float: left;
	clear: none;
	padding: 0 10px 10px 0;
}

.download-container-left {
	float: left;
	margin: 0 15px 15px 0;
}

.download-container-right {
	float: left;
	clear: none;
	margin-bottom: 15px;
}

.download-titlebox {
	width: 361px;
	float: left;
	border: #000 solid 1px;
	background-color: #83A3A3;
	text-align: center;
	margin-bottom: 0;
}

.download-titlebox h3 {
	color: #FFF;
	font-size: 14px;
	display: inline;
	line-height: 35px;
}

.download-contentbox {
	width: 351px;
	float: left;
	border: #000 solid 1px;
	border-top: none;
	clear: left;
	padding: 5px;
}

.printable-titlebox {
	width: 712px;
	float: left;
	border: #000 solid 1px;
	background-color: #83A3A3;
	text-align: center;
	margin: 0 15px;
}

.printable-titlebox h3 {
	color: #FFF;
	font-size: 14px;
	display: inline;
	line-height: 35px;
}

.printable-contentbox {
	width: 662px;
	float: left;
	border: #000 solid 1px;
	border-top: none;
	clear: left;
	padding: 10px 25px;
	margin: 0 15px;
}

.notice {
	color: #A81118;
}

.notice-blue {
	color: #00C;
	font-weight: bold;
}

#webinar-title {
	background: no-repeat url(/continuing-education/additional-ceu-topics/webinar-img/webinars.jpg);
	width: 642px;
	height: 398px;
	padding: 1px 50px;
	margin: 0;
}

#webinar-title h2 {
	font: bold 44px Verdana, Geneva, sans-serif;
	display: block;
	height: 44px;
	color:#FFF;
	line-height: 44px;
	padding: 0;
	margin: 35px 0 10px 0;
}

#webinar-title p {
	font: bold 20px Verdana, Geneva, sans-serif;
	display: block;
	height: 34px;
	color:#FFF;
	text-align: center;
	line-height: 34px;
	padding: 0;
	margin: 5px 0;
}

#webinar-title .big {
	font: bold 34px Verdana, Geneva, sans-serif;
}

/*----FOOTER----*/

#footer {
	clear: both;
	width: 973px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: center;
	background-color: #AE151A;
/*	background-color: #A21615;
	background-color: #9E3039;*/
	color: #FFF;
}

#footer p {
	display: inline;
}

#footer .cr {
	font-size: 10px;
}

