/**
* Default colors
* 
* a				#383D44
* background:	#E7EFF8
* border-color:	#A9C6E8
* color:		#383D44
* 
*/

/* ----- DEFAULT SETTINGS ----- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #E7EFF8; /* url(../images/pat_20031015090850.gif) repeat fixed  */
	color: #383D44; /*656b77*/
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	text-align: justify;
}
a {
	color: #383D44;/* #333333 #656b77;*/
	/*font-size: 12px;*/
	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: #a9c6e8 solid 4px;
	/*float: left;*/
	height: auto;
	margin: 6px auto;
	/*margin-left: 6px !important;
	margin-left: 3px;*/
	overflow: hidden;
	position: relative;
	text-align: justify;
	width: 860px;
}
#ads {
	float: left;
	margin: 110px 0 0 0;
	width: 120px;
}
	#ads img {
		border: none;
		margin: 0;
		padding: 0;
	}
/* ----- HEADER CSS ----- */
#header {
	overflow: hidden;
}
	#not-brochure h1 {
		margin: 12px 15px 0;
		width: 450px;			
	}
		#not-brochure h1 a {
			background: url(../images/logotemp3.jpg) no-repeat;
			display: block;
			height: 85px;
			text-indent: -9000px;
		}
	#mainlevel {
		background: #a9c6e8;
		list-style: none;
		margin: 3px 0 10px;
		padding: 3px;
		text-align: center;
	}
		#mainlevel li {
			display: inline;
			margin: 0;
			padding: 0;
		}
			a.mainlevel {
				border-left: 1px #fefefe solid;
				border-right: 1px #fefefe solid;
				color: #fefefe;
				font-size: 14px;
				font-weight: bold;
				line-height: 20px;
				margin: 0 -1px 0 0;
				padding: 0 10px;
				text-transform: lowercase;
			}
			a.highlight {
				color: #FF0033;
			}
			a.mainlevel:hover {
				text-decoration: underline;
			}
	#mainlevel {
		margin-bottom: 0px;
	}
	#states {
		border-bottom: solid 1px #A9C6E8;
		overflow: hidden;
		margin-bottom: 10px;
		padding: 2px;
	}
		#states h2 {
			float: left;
			font-size: 14px;
			font-weight: normal;
			line-height: 20px;
		}
			#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 {
	clear: both;
	font-size: 10px;
	text-align: center;
}
	#footer p, #footer p a, #footer ul a {
		color: #383D44;
	}
	#footer .aff a {
		color: #CC0000;
	}
.tls {
	border-top: #a9c6e8 solid 1px;
	margin: 7px 0 2px;
	text-align: center;
}
	.tls 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: #383D44;
				display: block;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				line-height: 22px;
				text-align: left;
				width: 215px;
			}
			.categoryList ul li a:hover {
				text-decoration: underline;
			}

/* ----- 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: #383D44; /*656b77*/
	}
	.moduletables a:hover {
		color: #A53F09;
	}
	.moduletables img {
		float: left;
	}
.heading {
	background-color: #E7EFF8; /* f0f6fc */
	border-bottom: #a9c6e8 solid 1px;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 3px;
}
	.heading p {
		margin: 10px 15px;
	}
	.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;
	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*/ /**/
				display: block;
				/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
				font-family: Trebuchet MS, Georgia, serif;
				width: 110px;
			}
			.main ul li a:hover {
				text-decoration: underline;
			}
		.popsrch1 {
			margin-left: 0;
		}
		.popsrch2 {
			margin-left: 143px;
		}
		.popsrch3 {
			margin-left: 286px;
		}
		.psreset {
			margin-top: -90px;
		}
	.main p {
		color: #A53F09;
		font-family: Trebuchet MS, Georgia, serif;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
#allresources {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	float: right;
	margin: 5px 20px;
}
/* ----- End of Popular Searches CSS ----- */ 
#gallery {
	text-align: center;
}
.brochures h3, .brochures h3 a {
	background: none;
	color: #383D44; /*656b77*/
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 6px;
	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 {
			/*border: #A53F09 1px dotted;*/
			border: solid 1px #D9D9D9;
			color: #A53F09;
			/*text-decoration: none;*/
		}
/* ----- Listings CSS ----- */
.listings ul li {
	clear: both;
	display: block;
	list-style: none;
	margin: 3px 0;
	overflow: hidden;
	padding: 0;
}
.listings ul li h2 {
	font-family: Georgia, serif;
	margin-top: 0 !important;
	margin-top: -14px;
}
.listings ul li h2 a {
	/*border-bottom: dotted #666666 1px;*/
		border-bottom: 1px solid #dbd5c5;
		color: #326ea1;
	font-size: 16px;
}
.listings ul li h2 a:hover {
	/*border-bottom: dotted #A53F09 1px;*/
		border-bottom: 2px solid #dbd5c5;
		color: #383D44;
	text-decoration: none;
}
.listings ul li h3 {
	float: right;
	margin: 7px 5px;
	text-indent: 10px;
	width: 480px !important;
	width: 470px;
}
.listings ul li h4 {
	float: right;
	text-indent: 10px;
	width: 480px !important;
	width: 470px;
}
.listings ul li p {
	float: right;
	margin: 3px 10px 3px 0;
	width: 495px !important;
	width: 485px;
}
.additional ul li h2 {
	margin-top: 0;
}
.additional ul li p {
	float: none;
	width: auto;
}
.contact, .links {
	font-size: 11px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.contact span {
	font-weight: bold;
	margin-right: 20px;
	padding-left: 20px;
}
.address {
	background: url(../icons/building.png) left no-repeat;
}
.phone {
	background: url(../icons/telephone.png) left no-repeat;
}
.fax {
	background: url(../images/con_fax1.png) left no-repeat;
}
.links a:link, .links a:visited {
	border-bottom: dotted #A53F09 1px;
	color: #A53F09;
	font-weight: bold;
	margin-right: 50px;
}
/* ----- Listing Tabs ----- */
.tab-content {
	display: none;
}

.tabs-nav li {
	display: block;
	float: left;
}

/* ----- Reviews Form ----- */
#reviewform {
	color: #000000;
	clear: left;
	font-size: 11px;
}
	#website {
		display: none;
	}
/* ----- 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;

}

.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 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, .contentpaneopen ol {
		list-style-position: inside;
	}
	.contentpaneopen ul {
		list-style: inside square;
	}
		.contentpaneopen li {
			margin: 3px 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;
}
/* ----- Carousel ----- */
#pager div {
	background: #F0E5C9 url(../images/btn_back_get_started.gif) repeat-x 0 0;
	border: solid 1px #D1BEAA;
	clear: both;
	color: #3C5C9C;
	display: none;
	height: 140px;
	overflow: hidden;
	padding: 7px;
}
	#pager div img {
		float: left;
		margin: 0;
	}
	#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;
	}

/* ----- End of Content ----- */

@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;
	}
		#not-brochure h1 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;
	}
}