/**
* Default colors
* 
* a				#326EA1
* background:	#E7EFF8
* border-color:	#A9C6E8
* color:		#383D44
* 
*/

/* ----- RESET ----- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* ----- DEFAULT SETTINGS ----- */

/**
* ensures the scrollbar always appears (so there's no "jumpiness" when page size changes) 
* and prevents mobile browsers from adjusting the page font
*/
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	background: #E8F0F7;/* url(../images/gradient_texture20101116.png) repeat-x scroll;*/
	color: #383D44;
	text-align: justify;
	font: 14px/1.6 "Lucida Grande", Lucida, Verdana, sans-serif;
}
a {
	color: #326EA1;
	/*text-decoration: none;*/
}
a:hover {
	/*text-decoration: underline;*/
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
img {
	-ms-interpolation-mode: bicubic; /* IE7 quality of resized images */
	background-color: #fcfcfc;
	border: 1px solid #e2e2e2;
	margin: 4px;
	padding: 4px;
}
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
#map {
	border-top: 1px solid #A9C6E8;
}
#map img {
	background: none;
}
p img {
	float: left;
}
p img:hover {
	border: 1px solid #ccc;
}
ul {
	list-style: none;
}
/* ----- PAGE CSS ----- */
.social-bar {
	font-size: 11px;
	margin: 5px auto;
	width: 860px;
}
	.social-bar a {
		text-decoration: underline;
	}
#pagewidth {
	background: #FFFFFF;
	border-top: #a9c6e8 solid 3px;
	height: auto;
	margin: 0 auto; /* 6px */
	overflow: hidden;
	position: relative;
	text-align: justify;
	width: 860px;
}
/* ----- HEADER CSS ----- */
#header {
	overflow: hidden;
}
	#logo {
	}
		#logo a {
			background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/logotemp3.jpg) no-repeat;
			display: block;
			height: 75px;
			margin: 12px 15px 0;
			text-indent: -9000px;
			width: 450px;			
		}
	#sitelogo {
		background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/logotemp3.jpg) no-repeat;
		display: block;
		height: 75px;
		margin: 12px 15px 0;
		text-indent: -9000px;
		width: 450px;			
	}
	#mainlevel {
		border-bottom: solid 1px #A9C6E8;
		/*border-top: solid 1px #A9C6E8;*/
		background: #FFFFFF; /* a9c6e8 */
		list-style: none;
		margin:  12px 0;
		/*padding: 10px 18px 15px;*/
		/*padding: 0 12px;*/
		text-align: left;
	}
		#mainlevel li {
			display: inline;
			margin: 0;
			padding: 0;
		}
		#mainlevel li+li {
			border-left: solid 1px #A9C6E8;
		}
			#mainlevel li a {
				/*border-left: 1px #fefefe solid;
				border-right: 1px #fefefe solid;
				color: #fefefe;*/
				/*font-weight: bold;*/
				line-height: 24px;
				/*margin: 0 -1px 0 0;*/
				margin: 0 5px;
				padding: 3px 8px;
				/*text-transform: lowercase;*/
				text-decoration: none;
			}
			#mainlevel li a:hover {
				/*background: #326EA1;
				color: #FFFFFF;*/
				background: #E7EFF8;
				text-decoration: none;
			}
			#mainlevel li a.highlight {
				/*color: #FF0033;*/
				/*color: #A03135;*/
				color: #FF0033;
			}
			#mainlevel li a.highlight:hover {
				/*background: #FF0033;
				color: #FFFFFF;*/
				background: #F8E8E7;
			}
	#states {
		/*border-bottom: solid 1px #A9C6E8;
		border-top: solid 1px #A9C6E8;*/
		clear: left;
		float: left;
		overflow: hidden;
		margin-bottom: 10px;
		padding: 2px 0;
		width: 100%;
	}
		#states h1, #states h2 {
			float: left;
			font-size: 14px;
			font-weight: normal;
			line-height: 20px;
			text-indent: 28px;
		}
			#states h1 span, #states h2 span {
				color: #CC0000;
			}
		#states dl {
			float: right;
			margin: 0 8px;
		}
			#states dl dt, #states dl dd {
				display: inline;
				font-weight: normal;
				line-height: 20px;
				padding: 0;
				margin: 0 3px;
			}
				#states dl dd a {
					color: #326ea1;
					text-decoration: underline;
				}
				#states dl dd span {
					color: #999999;
					font-size: 10px;
					font-style: italic;
				}

/* ----- COLUMNS CSS ----- */
#mainbody {
	float: left;
	overflow: hidden;
}
.regular {
	width: 683px;
}
.wide {
	width: 854px;
}
	#mainbody td {
		padding: 0;
	}
	#maincol {
		/*border: #fff solid 1px; a9c6e8*/
		float: right;
		overflow: hidden;
	}
	.regular #maincol {
		width: 506px;
	}
	.wide #maincol {
		width: 677px;
	}
	.col {
		overflow: hidden;
		width: 176px;
	}
	#leftcol {
		color: #00CC66;
		float: left;
	}
	#rightcol {
		color: #999933;
		float: right;
	}
/* ----- FOOTER CSS ----- */
#footer {
	border-top: solid 1px #A9C6E8;
	clear: both;
	float: left;
	font-size: 10px;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}
	#footer a {
		text-decoration: underline;		
	}
	#footer p {
		/*border-bottom: solid 1px #A9C6E8;*/
		color: #383D44;
		margin: 5px 0;
	}
	/*#footer p a, #footer ul a {
		color: #326EA1;
	}*/
	#footer .aff a {
		color: #CC0000;
	}
#footer ul {
	/*border-top: solid 1px #A9C6E8;
	padding: 5px 0;*/
	text-align: center;
}
	#footer ul li {
		display: inline;
		margin: 0 5px;
		padding: 0;
	}

/* ----- NAVIGATION/MENU SETTINGS ----- */

.pagenavbar a {
	color: #383D44;
	font-size: 12px;
}
.pagenavbar a:hover {
	color: #b34b6e;
	font-size: 10px;
	text-decoration: none;
}
 
.pagenav a {
	color: #383D44;
	font-size: 12px;
}
.pagenav a:hover {
	font-size: 12px;
	text-decoration: none;
}
 
a.readon {
	background: #f6f4f2;
	color: #383D44;
	float: right;
	padding: 1px 0;
	margin: 0 3px;
	text-decoration: none;
}
a.readon:hover {
	background: #cccccc;
	color: #ffffff;
	text-decoration: none;
}
/* ----- Directory Mainpage CSS ----- */
.categoryList {
	overflow: hidden;
}
	.categoryList ul {
		margin: 0;
		padding: 18px 0;
	}
		.categoryList ul li {
		}
		* html .categoryList ul li
		{
			position: relative;
		}
		.dircolumn1 {
			margin-left: 32px;
		}
		.dircolumn2 {
			margin-left: 230px;
		}
			.categoryList ul li a:link, .categoryList ul li a:visited {
				color: #326EA1; /* #383D44 */
				display: block;
				text-align: left;
				text-decoration: underline;
				width: 215px;
			}
			.categoryList ul li a:hover {
				text-decoration: none;
			}

/* ----- Modules CSS ----- */
.moduletables {
	color: #383D44; /*656b77*/
	display: table;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
	.moduletables h3 {
		background: #a9c6e8;
		color: #fefefe;
		font-size: 18px;
		font-weight: normal;
		text-align: left;
		text-indent: 20px;
		text-transform:lowercase;
	}
	.moduletables h2 {
		margin-top: 5px;
		text-indent: 5px;
	}
	.moduletables p {
		margin: 5px;
		text-align: justify;
	}
	.moduletables a {
		color: #326EA1; /*383D44 656b77*/
	}
	.moduletables a:hover {
		color: #A53F09;
	}
	.moduletables img {
		float: left;
	}
.heading {
	/*background-color: #E7EFF8;*/ /* f0f6fc */
	border-bottom: #a9c6e8 solid 1px;
	color: #383D44;
	padding-bottom: 3px;
}
	.heading h1 {
		background: #FFFFFF;
		font-size: 18px;
		text-indent: 28px;
		text-transform: none;
	}
	.heading p {
		margin: 10px 7px;
	}
	.heading a, .heading a:visited {
		border-bottom: dotted #A53F09 1px;
		color: #A53F09;
		font-size: 14px;
	}
	.heading a:hover {
		border-bottom: solid #A53F09 1px;
		text-decoration: none;
	}
.articles {
	color: #333333;
	font-size: 13px;
	text-align: justify;
}
.articles h2 {
	margin-top: 0;
}
/* ----- Popular Searches CSS ----- */
.main {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
	.main ul {
		margin: 0 0 0 0px;
		padding: 0;
	}
		.main ul li {
			color: #CCC;
			/*list-style: square inside;*/
			padding-left: 10px;
			padding-top: 0px;
		}
		.main ul li strong {
			color: #999;
			font-size: 12px;
			margin: 2px 0;
		}
		* html .main ul li {
			position: relative;
		}
			.main ul li a {
				color: #326EA1; 
				display: block;
				font-size: 12px;
				/*text-decoration: none;*/
				width: 115px;
			}
		.popsrch1 {
			margin-left: 0;
		}
		.popsrch2 {
			margin-left: 130px;
		}
		.popsrch3 {
			margin-left: 260px;
		}
		.popsrch4 {
			margin-left: 380px;
		}
		.psreset {
			margin-top: -133px;
		}
			.main ul li ul {
				margin: 0;
			}
	.main p {
		color: purple;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
#allresources {
	color: #FF0000; /* #326EA1 */
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	float: right;
	margin: 0 20px;
	padding: 10px 0;
	text-decoration: underline;
}
#allresources:hover {
	color: #FF6600; /* #A53F09 */
}
/* ----- End of Popular Searches CSS ----- */ 
#gallery {
	text-align: center;
}

.brochures h3, .brochures h3 a {
	background: none;
	/*color: #383D44; 656b77*/
	color: #326EA1;
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	text-decoration: underline;
	text-transform: uppercase;
}
.brochures p {
	display: table;
	margin: 0 0 7px 7px;
}
.brochures img {
	float: right;
	margin: 7px;
}
.column{
	background: #fcfcfc;
	border: 1px solid #ececec;
	margin: 0 0 0 6px;
	width: 161px;
	padding-bottom: 3px;
}
.column:hover {
	border: solid 1px #D9D9D9;
}

	.column li {
		padding-left: 15px;
		padding-top: 0px;
		text-indent: -5px;
	}
		.column a {
			color: #666666;
			font-size: 12px;
		}
		.column a:hover, .active {
			color: #A53F09;
		}
.tiles-column {
	margin: 0 auto;
	width: 168px;
}
	.tiles-column li{
		list-style: none;
		margin: 0 0 10px;
		overflow: hidden;
		padding: 0;
	}
		.tiles-column li a {
			background: #FCFCFC;
			border: 1px solid #ececec;
			display: block;
			font-size: 10px;
			line-height: 13px;
			margin: 0 auto;
			padding: 5px;
			text-align: center;
			width: 150px;
		}
		.tiles-column li a img {
			border: none;
			margin: 0;
			padding: 0;
		}
		.tiles-column li a:hover {
			background: #FCFCFC;
			border: solid 3px #A9C6E8;
			color: #A53F09;
			padding: 3px;
		}
		/*.tiles-column li a.first-impression {
			position: relative;
			padding: 5px;
			height: 150px;
			text-decoration: none;
		}
		.tiles-column li a.first-impression span {
			display: none;
		}
		.tiles-column li a.first-impression:hover span {
			background: #000A11;
			color: #FFFFFF;
			bottom: 0;
			cursor: pointer;
			display: block;
			font-weight: bold;
			left: 0;
			opacity:0.75;
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			padding: 10px;
			position: absolute;
			text-align: center;
			width: 140px;
		}*/

/* ----- Category Banner CSS ----- */
.category-banner {
	background-position: center 4px;
	border: solid 1px #CCCCCC;
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	padding: 158px 4px 10px;
	text-align: left;
	width: 666px;
}

/* ----- Listings CSS ----- */
.featured {
	background: #FFF8DD;
	/*border-bottom: #a9c6e8 solid 1px;*/
	margin-bottom: 10px;
}
.listings ul.listing_details li {
	clear: both;
	display: block;
	list-style: none;
	margin: 3px 0;
	overflow: hidden;
	padding: 0;
}
.listings ul.listing_details li+li {
	margin-top: 15px;
}

.listings ul.listing_details li h2 {
	/*font-family: Georgia, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	/*font-style: italic;*/
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0 !important;
	margin-top: -14px;
	/*margin-bottom: 7px;*/
}
.listings ul.listing_details li h2 abbr {
	font-size: 22px;
	font-family: sans-serif;
}
.listings ul.listing_details li h2 a {
	text-decoration: underline;
}
.listings ul.listing_details li h2 a:hover {
	/*text-decoration: none;*/
}
.listings ul.listing_details li a img{
	width: 150px;
	height: 150px;
}
.listings ul.listing_details li a:hover img {
	background: #FCFCFC 3px 3px no-repeat;
	border: solid 3px #A9C6E8;
	padding: 2px;
}
.listings ul.listing_details li h3 {
	float: right;
	margin: 7px 5px;
	text-indent: 10px;
	width: 480px !important;
	width: 470px;
}
.listings ul.listing_details li h4 {
	float: right;
	/*text-indent: 10px;*/
	width: 495px !important;
	width: 485px;
}
.listings ul.listing_details li p,
.listings ul.listing_details li ul {
	float: right;
	margin: 3px 10px 3px 0;
	text-align: left;
	width: 495px !important;
	width: 485px;
}
	.listings ul.listing_details li p a {
		text-decoration: underline;
	}
.additional ul li h2 {
	margin-top: 0;
}
.additional ul li p {
	float: none;
	width: auto;
}
.contact, .links {
}
.listings ul.listing_details li h4 {
	margin-top: 15px;
}
.listings ul.listing_details li p.contact {
	/*font-weight: bold;*/
	/*margin-bottom: 10px;*/
}

.listings ul.listing_details li p + h4 {
	margin-top: 10px;
}
.adr, .tel {
	padding-left: 20px;
}
.address {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/home.png) left center no-repeat;
}
.phone, .tel {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/phone_handle.png) left center no-repeat;
}
.fax {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/con_fax1.png) left center no-repeat;
}
.icon-address-more {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/toggle.png) left center no-repeat;
	font-weight: bold;
	margin-left: 3px;
	padding: 3px 20px;
}
.icon-brochure {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/blog.png) left center no-repeat;
}
.icon-house {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/home.png) left center no-repeat;
}
.icon-map {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/map.png) left center no-repeat;
}
.icon-cellphone {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/mobile_phone.png) left center no-repeat;	
}
.icon-website {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/globe.png) left center no-repeat;
	margin-left: 3px;
	padding: 3px 20px;
	text-decoration: underline;
}
.icon-facebook {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/facebook_16.png) left center no-repeat;
}
.icon-twitter {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/twitter_16.png) left center no-repeat;
}
.icon-email {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/icons/email_open.png) left center no-repeat;	
}
.icon {
	padding: 2px 0 2px 20px;
	margin-left: 5px;
}
.links {
	/*padding: 7px 0 15px;*/
}
.links a {
	/*border-bottom: dotted #A53F09 1px;
	color: #A53F09;
	font-weight: bold;*/
	padding: 3px 10px 3px 20px;
	text-decoration: underline;
}
.listings .listing-links li {
	display: inline;
	float: none;
	list-style: none;
	margin-right: 30px;
}
	.listing-links li a {
		color: #A53F09;
		font-weight: bold;
	}
#music-files {
	margin: 7px 0;
}
.rating {
	color: #767676;
}
	.rating abbr {
		font-size: 16px;
		font-weight: bold;
	}
		.rating span {
			color: #FFCC00;
		}
/* ----- Listing Tabs ----- */
.listings ul#tabs_nav {
	background: none;
	border-bottom: 3px solid #005B93;
	height: auto;
	list-style: none;
	list-style-image: none;
	margin: 10px 0 0;
	padding: 5px 4px;
}
	.listings ul#tabs_nav li {
		background: none;
		display: inline;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		.listings ul#tabs_nav li a {
			background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/tab_bg.png) #EEEEEE repeat-x top;
			border: 1px solid #eeeeee;
			border-bottom: none;
			color: #444444;
			font-size: 12px;
			font-weight: bold;
			margin: 0px 1px;
			padding: 5px 10px;
			text-decoration: none;
		}
		.listings ul#tabs_nav li a:hover {
			border: 1px solid #d9d9d9;
			border-bottom: none;
			background: #F2F2F2;
			text-decoration: none;
			color: #000000;
		}
		.listings ul#tabs_nav li a.active {
			background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/tab_bg_active.png) repeat-x left bottom;
			color: #ffffff;
			border: 1px solid #004773;
			border-bottom: none;
		}
/* ----- Coupons on Listings page ---- */
#coupons ul {
	margin: 10px 0;
}
	#coupons ul li {
		/*border: dashed 2px #DE0000; #A9C6E8*/
		/*float: left;*/
		margin: 0 0 10px;
		overflow: hidden;
		padding: 10px;
		clear: both;
		list-style: none;
	}
		#coupons ul h3 {
			background: none;
			font: normal 16px "Lucida Grande", Lucida, Verdana, sans-serif;
			text-indent: 0;
			text-transform: capitalize;
		}
			#coupons ul h3 a {
				text-decoration: underline;
			}
		#coupons ul img {
			border: 0;
			margin: 0 10px 0 0;
			padding: 0;
		}
/* ----- Reviews ----- */
#reviews ol {
	list-style: outside decimal;
	margin-left: 56px;
}
	#reviews ol li {
		border-bottom: solid 1px #a9c6e8;
		padding-top: 5px;
	}
	#reviews ol > li:last-child {
		border-bottom: none;
	}
.review-header {
	line-height: 24px;
	margin: 0 5px;
	overflow: hidden;
}
	.review-rating {
		background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/stars.png) 0 -22px no-repeat;
		clear: right;
		height: 22px;
		float: right;
		overflow:hidden;
		width: 104px;
	}
		.review-rating span {
			background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/stars.png) no-repeat;
			display: block;
			height: 22px;
			text-indent:-9999px;
		}
		.review-rating .one {
			width:15px;
		}
		.review-rating .two {
			width:34px;
		}
		.review-rating .three {
			width:56px;
		}
		.review-rating .four {
			width:80px;
		}
		.review-rating .five {
			width:104px;
		}
.review-body {
	clear: both;
	padding: 5px 0;
}
/* ----- Reviews Form ----- */
.required {
	color: #CC0000;
	font-size: 11px;
	font-style: italic;
}
#reviewFormContainer {
	border: solid 1px #A9C6E8;
	margin: 10px 0;
	padding: 10px;
}
	#reviewFormContainer legend {
		padding: 0 10px;
	}
	#reviewStatus ul li {
		color: #CC0000;
		font-weight: bold;
		list-style: square inside;
	}
	#reviewStatus p {
		color: #00CC00;
		font-weight: bold;
		text-align: center;
	}
		#reviewFormContainer div {
			padding: 5px 10px;
		}
			#reviewFormContainer div label {
				clear: both;
				float: left;
				font-weight: bold;
				width: 150px;
			}
			#reviewFormContainer div input, #reviewFormContainer div textarea {
				width: 300px;
			}
			#reviewFormContainer div button {
				margin-left: 150px;
			}
/* ----- Announcements ----- */
.announcements ul li {
	clear: both;
	display: block;
	list-style: none;
	margin: 3px 0;
	overflow: hidden;
	padding: 0 0 3px;
}
.announcements ul li h2 {
	color: #006699;
	float: right;
	font-size: 14px;
	margin: 2px;
	text-indent: 4px;
	width: 350px;
}
.announcements ul li h2 a {
	border-bottom: dashed #006699 1px;
	color: #006699;
}
.announcements ul li h2 a:hover {
	text-decoration: none;
	border-bottom: dashed #A53F09 1px;
}
.announcements ul li p {
	float: right;
	margin: 2px 5px;
	text-indent: 7px;
	width: 350px;
}
.date, .coupon {
	color: #006699;
	font-size: 11px;
	font-style: italic;
}
.date span, .coupon span {
	font-style: normal;
	font-weight: bold;
}
.date span {
	color: #DE0000;
}
.coupon span {
	color: #009900;
	margin: 0 5px;
}
/* ----- End of Listings CSS ----- */
#address{
	display: block;
	float: left;
}
#contactform {
	display: block;
	float: right;

}

.contentpan, .contentpaneopen {
}
	.contentpaneopen a {
	}
	.contentpaneopen a:hover {
	}
	h2, h2 a, h2.contentpagetitle, h2.contentpagetitle a {
		font-size: 18px;
		text-indent: 28px;
	}
	h2.contentpagetitle, h2.contentpagetitle a {
		clear: both;
	}
	.contentpaneopen ul, .contentpaneopen ol {
		list-style-position: inside;
	}
	.contentpaneopen h3,
	.contentpaneopen h4,
	.contentpaneopen p,
	.contentpaneopen ul,
	.contentpaneopen ol,
	.contentpaneopen table {
		margin: 10px 7px;
		padding: 0;
		/*text-indent: 10px;*/
	}
	.contentpaneopen h3 {	
		font-size: 16px;
	}
	.contentpaneopen img {
		float: left;
		margin: 10px 7px 0;
	}
	.contentpaneopen div {
		/*text-align: center;*/
	}
		.contentpaneopen div img {
			float: none;
			margin: 0;
		}
	.contentpaneopen ul {
		list-style: inside square;
	}
	.contentpaneopen ul.checklist {
		list-style: none;
	}
		.contentpaneopen li {
			margin: 3px 0;
		}
		.contentpaneopen ul.likep li {
			margin: 10px 0;
		}
		.contentpaneopen ul li.shortli {
			 float: left;
			 margin: 0 3em 0 0;
		}
	.contentpaneopen table {
		border: solid 1px #383D44;
		border-collapse: collapse;
		border-spacing: 0;
	}
		#mainbody .contentpaneopen table td, .contentpaneopen table td, .contentpaneopen table th {
			border: solid 1px #CCCCCC;
			padding: 3px 7px;
		}
	p.author {
		font-style: italic;
		text-align: right;
	}
.contact_email {
	margin: 0 0 0 14px;
}
#addthis_dropdown img {
	margin: 0;
	padding: 0;
}
.message {
	color: #009900;
	font-size: 20px;
	line-height: 60px;
	padding-bottom: 30px;
	text-align: center;
}
/* ----- Carousel ----- */
#pager div {
	/*background: #F0E5C9 url(../images/btn_back_get_started.gif) repeat-x 0 0;
	border: solid 1px #D1BEAA;*/
	/*background: #E7EFF8;*/
	/*border: dashed 2px #A9C6E8;*/
	clear: both;
	/*color: #3C5C9C;
	display: none;*/
	height: 140px;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 7px;
}
	#pager div img {
		border: dashed 2px #FF0000;
		float: left;
		margin: 0;
		padding: 4px;
	}
	#pager div h2, #pager div p, #pager div ul {
		float: right;
		font-size: 14px;
		width: 290px;
	}
	#pager div a {
		color: #3C5C9C;
		text-decoration: underline;
	}
	#pager div h2 {
		font-size: 16px;
		text-indent: 0;
	}

.column, .column:hover {
	border-color: #FFF;
}
.column a {
}
.column ul {
	margin: 0;
	padding: 0;
}
.column ul li {
	margin: 2px 0;
	padding: 0;
	text-indent: 7px;
}
#dir-menu {
	border-right: solid 1px #A9C6E8;
	width: 165px;
}
	#dir-menu li {
		margin: 0;
		text-indent: 10px;
	}
	#dir-menu ul {
		margin-bottom: 15px;
	}
	
	#dir-menu strong {
		background: #A9C6E8; /* E7EFF8 */
		color: #FFFFFF; /* 383D44 */
		display: block;
		font-weight: normal;
	}
		#dir-menu ul ul {
			margin-left: 15px;
			margin-bottom: 7px;
		}
		#dir-menu ul strong {
			color: #3C0200; /* 383D44 */
			font-weight: normal;
			display: inline;
		}
		#dir-menu ul li {
			/*background: transparent url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/arrow-miniorange.gif) 0 8px no-repeat;*/
			font-size: 12px;
			/*margin: 2px 0;*/
		}
		#dir-menu a {
			color: #326EA1;
			display: block;
			font-weight: normal;
			text-decoration: none;
			text-transform: capitalize;
		}
		#dir-menu a:hover {
			background-color: #E7EFF8; /*  E7EFF8*/
			color: #3C0200; /*A53F09*/
			text-decoration: none;
		}
/* ----- End of Content ----- */

/* ----- prettyPopin ----- */
#overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}
.prettyPopin {
	background-color: #E7EFF8;
	border: 1px solid #A9C6E8;
	display: none;
	left: 50%;
	overflow: hidden;
	/*padding: 2px 15px 15px;*/
	position: absolute;
	top: 50%;
	z-index: 11000;
}
	.prettyPopin a#b_close {
		display: none;
		position: absolute; z-index: 2;
		top: 10px; right: 13px;
		width: 41px; height: 9px;
		text-indent: -10000px;
		background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/prettyPopin/b_close.gif) bottom left no-repeat;
	}
	.prettyPopin .prettyContent {
		height: 100%;
		position: relative;
		text-align: left;
		width: 100%;
	}
		.prettyPopin .prettyContent .prettyContent-container {
			display: none;
			padding: 25px 15px 15px 15px;
		}
		.prettyPopin .prettyContent .loader {
			position: absolute;
			top: 50%; left: 50%;
			margin: -14px 0 0 -14px;
		}
		.prettyPopin .prettyContent form {
			background-color: #E7EFF8;
		}
			.prettyPopin .prettyContent form p.error {
				color: #CC0000;
			}
			.prettyPopin .prettyContent input {
				font-size: 14px;
				margin: auto 10px;
				width: 150px;
			}
			.prettyPopin .prettyContent button {
				font-size: 14px;
			}
			hr {
				margin: 3px 0;
			}
			.prettyPopin .prettyContent p {
				color: #666666;
				font-size: 11px;
				margin: 0 0 12px;
			}
/* ----- End of prettyPopin ----- */

/* ----- Sound Manager 2 ----- */
.sm2_link {
	background: url(http://d6dltu4y33vva.cloudfront.net/candk_f/images/sm2-buttons.png) 0 0 no-repeat;
	display: block;
	padding-left: 20px;
}
.sm2_link:hover {
	background-position: 0 -14px;
}
.sm2_link:active {
	background-position: 0 -28px;
}
.sm2_playing {
	background-position: 0 -42px;
}
.sm2_playing:hover {
	background-position: 0 -56px;
}
.sm2_playing:active {
	background-position: 0 -70px;
}
.sm2_paused {
	background-position: 0 -70px;
}
.sm2_paused:hover {
	background-position: 0 -56px;
}
/* ----- End of Sound Manager 2 ----- */


@media print {
	body {
		background: #FFFFFF;
		color: #000000;
		font-size: 10pt;
	}
	a:link, a:visited {
		background: white;
		border: none;
		color: #520;
		font-style: italic;
		text-decoration: underline;
	}
	h1, h2, h3, h4, #pagewidth, #mainbody, .regular, .wide, #maincol, #not-brochure h1 {
		background: white;
		border: none;
		height: auto;
		float: none;
		margin: 0;
		overflow: visible;
		padding: 0;
		width: auto;
	}
		#logo a {
			background: none;
			display: inline;
			text-indent: 0;
		}
	h1, h2, h3, h4 {
		color: black;
		margin-top: 5pt;
	}
		h1 a, h2 a, h3 a, h4 a {
			text-decoration: none;
		}
	.contentpaneopen * {
		font-size: 11pt;
	}
	#mainlevel, #states, .col, .pagenav_next, .pagenav_prev, #footer {
		display: none;
		visibility: hidden;
	}
}
