/**
* Default colors
* 
* a				#326EA1
* background:	#E7EFF8
* border-color:	#A9C6E8
* color:		#383D44
* 
*/

/* ----- DEFAULT SETTINGS ----- */
body {
	background: #E7EFF8;
	color: #383D44;
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	text-align: justify;
}
a {
	color: #326EA1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
img {
	background-color: #fcfcfc;
	border: 1px solid #e2e2e2;
	margin: 4px;
	padding: 4px;
}
#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 ----- */
#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(../images/logotemp3.jpg) no-repeat;
			display: block;
			height: 75px;
			margin: 12px 15px 0;
			text-indent: -9000px;
			width: 450px;			
		}
	#sitelogo {
		background: url(../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 18px;
		text-align: right;
	}
		#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-size: 16px;
				font-weight: bold;
				line-height: 24px;
				/*margin: 0 -1px 0 0;*/
				margin: 0 5px;
				padding: 3px 8px;
				/*text-transform: lowercase;*/
			}
			#mainlevel li a:hover {
				/*background: #326EA1;
				color: #FFFFFF;*/
				background: #E7EFF8;
				text-decoration: none;
			}
			#mainlevel li a.highlight {
				/*color: #FF0033;*/
				color: #A03135;
			}
			#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-size: 14px;
				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;
	font-size: 11px;
	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 {
			line-height: 22px;
		}
		* 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;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				line-height: 22px;
				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-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
	.moduletables h3 {
		background: #a9c6e8;
		color: #fefefe;
		font-family: Trebuchet MS, Georgia, serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
		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;
	font-family: Trebuchet MS, Georgia, serif;
	font-size: 14px;
	padding-bottom: 3px;
}
	.heading h1 {
		background: #FFFFFF;
		font-size: 18px;
		line-height: 24px;
		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 {
	background-color: #E7EFF8; /*#f0f6fc #DFEBF7 #ECEFF1 ECF6F6 DFE9EB*/
	margin: 0;
	overflow: hidden;
	padding: 0;
}
	/*.main h3 {
		background: #E0F0F0;
		color: #333333;
	}*/
	.main ul {
		margin: 0 0 0 30px;
		padding: 0;
	}
		.main ul li {
			line-height: 18px;
			padding-left: 15px;
			padding-top: 0px;
		}
		* html .main ul li {
			position: relative;
		}
			.main ul li a {
				/*color: #383D44;*/ /*#0E7FC7*/
				color: #326EA1; 
				display: block;
				/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
				font-family: Trebuchet MS, Georgia, serif;
				text-decoration: underline;
				width: 110px;
			}
			/*.main ul li a:hover {
				text-decoration: none;
			}*/
		.popsrch1 {
			margin-left: 0;
		}
		.popsrch2 {
			margin-left: 143px;
		}
		.popsrch3 {
			margin-left: 286px;
		}
		.psreset {
			margin-top: -126px;
		}
			.main ul li ul {
				margin: 0;
			}
	.main p {
		color: #A53F09;
		font-family: Trebuchet MS, Georgia, serif;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
#allresources {
	color: #FF0000; /* #326EA1 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
	line-height: 20px;
	margin-top: 6px;
	text-decoration: underline;
	text-transform: uppercase;
}
.brochures p {
	display: table;
	margin: 0 0 7px 7px;
	font-size: 11px;
}
.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 {
		line-height: 18px;
		padding-left: 15px;
		padding-top: 0px;
		text-indent: -5px;
	}
		.column a {
			color: #666666;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 20px;
		}
		.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 5px 5px no-repeat;
			border: 1px solid #ececec;
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 13px;
			margin: 0 auto;
			padding: 160px 5px 5px;
			text-align: center;
			width: 150px;
		}
		.tiles-column li a:hover {
			background: #FCFCFC 3px 3px no-repeat;
			border: solid 3px #A9C6E8;
			color: #A53F09;
			padding: 158px 3px 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 4px;
	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;
	line-height: 1.4;
	margin-top: 0 !important;
	margin-top: -14px;
	/*margin-bottom: 7px;*/
}
.listings ul.listing_details li h2 a {
	font-size: 20px;
	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;
	font-family: Trebuchet MS, Georgia, serif;
	line-height: 1.4;
	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 {
	font-size: 12px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 24px;
}
.adr, .tel {
	padding-left: 20px;
}
.address {
	background: url(../icons/home.png) left center no-repeat;
}
.phone, .tel {
	background: url(../icons/phone_handle.png) left center no-repeat;
}
.fax {
	background: url(../images/con_fax1.png) left center no-repeat;
}
.icon-address-more {
	background: url(../icons/toggle.png) left center no-repeat;
	font-weight: bold;
	margin-left: 3px;
	padding: 3px 20px;
}
.icon-brochure {
	background: url(../icons/blog.png) left center no-repeat;
}
.icon-house {
	background: url(../icons/home.png) left center no-repeat;
}
.icon-map {
	background: url(../icons/map.png) left center no-repeat;
}
.icon-cellphone {
	background: url(../icons/mobile_phone.png) left center no-repeat;	
}
.icon-website {
	background: url(../icons/globe.png) left center no-repeat;
	margin-left: 3px;
	padding: 3px 20px;
	text-decoration: underline;
}
.icon-facebook {
	background: url(../icons/facebook.png) left center no-repeat;
}
.icon-email {
	background: url(../icons/email_open.png) left center no-repeat;	
}
.links {
	line-height: 18px;
	/*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;
}
/* ----- Listing Tabs ----- */
.listings ul#tabs_nav {
	background: none;
	border-bottom: 3px solid #005B93;
	height: auto;
	line-height: normal;
	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(../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(../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 Arial, Helvetica, 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(../images/stars.png) 0 -22px no-repeat;
		clear: right;
		height: 22px;
		float: right;
		overflow:hidden;
		width: 104px;
	}
		.review-rating span {
			background: url(../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;
	font-size: 14px;
}
.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 {
	color: #383D44;
	font-family: Trebuchet MS, Georgia, serif;
	font-size: 14px;
}
	.contentpaneopen a {
		border-bottom: 1px solid #dbd5c5;
		color: #326ea1;
	}
	.contentpaneopen a:hover {
		border-bottom: 2px solid #dbd5c5;
		color: #383D44;
		text-decoration: none;
	}
	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;
			font-size: 12px;
			padding: 3px 7px;
		}
	p.author {
		font-size: 11px;
		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-family: Trebuchet MS, Georgia, serif;
		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 {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.column ul {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	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 {
		font-size: 13px;
		line-height: 1.8;
		margin: 0;
		text-indent: 10px;
	}
	#dir-menu ul {
		margin-bottom: 15px;
	}
	
	#dir-menu strong {
		background: #A9C6E8; /* E7EFF8 */
		color: #FFFFFF; /* 383D44 */
		display: block;
		font-size: 14px;
		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(../images/arrow-miniorange.gif) 0 8px no-repeat;
			margin: 3px 0;
		}
		#dir-menu a {
			color: #326EA1;
			display: block;
			font-size: 13px;
			font-weight: normal;
			text-decoration: underline;
			text-transform: capitalize;
		}
		#dir-menu a:hover {
			background-color: #E7EFF8; /*  E7EFF8*/
			color: #3C0200; /*A53F09*/
			text-decoration: none;
		}
/* ----- End of Content ----- */
/* ----- Modal Windows ----- */
/*#modal-container {
	background-color: #E7EFF8;
	border: 1px solid #A9C6E8;
	display: none;
	font-size: 12px;
	padding: 2px 15px 15px;
	position: absolute;
	text-align: right;
	width: 300px;
	z-index: 1000;
}
	#modal-body {
		background: url(../images/loading.gif) center top no-repeat;
		float: left;
		font-family: Trebuchet MS, Georgia, serif;
		overflow: hidden;
		text-align: left;
	}
	#modal-container a {
		color: #CC0000;
		font-weight: bold;
		line-height: 16px;
	}
	#modal-body.loading {
		background: url(../images/loading-bar.gif) center bottom no-repeat;
	}
		#modal-body form {
			background-color: #E7EFF8;
		}
		#modal-body label {
			clear: left;
			float: left;
			line-height: 24px;
			width: 120px;
		}
			#modal-body label span {
				font-size: 10px;
			}
		#modal-body input {
			float: right;
			height: 18px;
			line-height: 17px;
			margin: 3px 0;
			width: 152px;
		}
		#modal-body select {
			float: right;
			margin: 3px 0;
			width: 156px;
		}
		#modal-body button {
			clear: both;
			display: block;
			float: right;
			margin: 3px 0;
		}*/
/* ----- End of Modal Windows ----- */

/* ----- 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(../images/prettyPopin/b_close.gif) bottom left no-repeat;
	}
	.prettyPopin .prettyContent {
		font-family: Trebuchet MS, Georgia, serif;
		font-size: 12px;
		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 {
				clear: both;
				color: #CC0000;
				float: none;
			}
			.prettyPopin .prettyContent label {
				clear: left;
				float: left;
				line-height: 24px;
				width: 120px;
			}
				.prettyPopin .prettyContent label span {
					font-size: 10px;
				}
			.prettyPopin .prettyContent input {
				float: right;
				height: 18px;
				line-height: 17px;
				margin: 3px 0 7px;
				width: 152px;
			}
			.prettyPopin .prettyContent select {
				float: right;
				margin: 3px 0;
				width: 156px;
			}
			.prettyPopin .prettyContent button {
				clear: both;
				display: block;
				float: right;
				margin: 3px 0;
			}
			hr {
				clear: both;
				margin: 3px 0;
			}
			.prettyPopin .prettyContent p {
				color: #666666;
				font-size: 10px;
				margin: 0 0 12px;
			}
/* ----- End of prettyPopin ----- */

/* ----- Kampyle ---- */
#kampylink img {background: transparent;border: none;margin: 0;padding: 0;}
.k_float{z-index:9999999;position:fixed !important;position:absolute;cursor:hand;cursor:pointer;}#kampylink img{border:0;}.k_top{top:0px;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop :document.body.scrollTop);}.k_bottom{bottom:0px;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);}.k_right{right:0px;}.k_left{left:0px;}#k_close_button{color:gray;border:1px solid gray;display: none;width:11px;height:16px;font-size:12px;text-align:center;}.kc_top{top:80px;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + 80 :document.body.scrollTop + 80);}.kc_bottom{bottom:80px;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 80 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 80);}.kc_right{right:10px;}.kc_left{left:10px;}
/* ----- End of Kampyle ----- */

@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;
	}
}