* {
	margin: 0;
	padding: 0;
}
body {
	background: #234d77 url('../images/shared/bg.jpg') repeat-x 0 0;
	font-family:Arial, Sans-serif;
	font-size:12px;
	color: #464646;
}
img {
	border: 0;
}
.img span {
	display: none;
}
.clear {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	background:transparent;
}
select,
input {
	background: #d2dee6 url('../images/shared/input-bg.png') repeat-x 0 0;
	border: 1px solid #aabfcd;
	font-size: 11px;
	color: #033961;
	padding: 1px;
}
input.image { border: 0; padding:0; }
.town-e_service {
	font-family: "Times New Roman", Times, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 140%;
}
.float_left {
	float: left;
	margin: 0 10px 10px 0;
}
.float_right {
	float: right;
	margin: 0 0 10px 10px;
}

/** Layouts ************/
#topnav {
	width: 896px;
	padding: 4px 15px;
	margin: 0 auto 30px auto;
	height: 21px;
	background: url('../images/shared/topnav/bg.png') no-repeat 0 0;
}
	#topnav ul {
		list-style: none;
		float: right;
	}
		#topnav li {
			float: left;
			padding: 0 0 0 7px;
			margin: 0 0 0 7px;
			border-left: 1px solid #CCC;
		}
			#topnav li.first {
				padding-left: 0;
				margin-left: 0;
				border: 0;
			}
		#topnav li a {
			color: #848484;
			line-height: 20px;
			font-size: 10px;
			text-decoration: none;
		}
			#topnav li a:hover {
				text-decoration: underline;
			}
			#topnav li a.active {
				color: #464646;
				font-weight: bold;
			}
		#topnav input {
			vertical-align:middle;
		}
		#topnav li .go {
			width: 32px;
			height: 11px;
			background: url('../images/shared/topnav/go.png') no-repeat 0 0;
			margin: 2px 0 2px 6px;
			border: 0;
		}

#navbar {
	width: 928px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	background: url('../images/shared/navbar/shadow.png') no-repeat;
	height: 31px;
}
#navbar ul {
	width: 912px;
	margin: 0 auto;
	list-style: none;
	position: relative;
}
	#navbar li {
		float: left;
		position: relative;
	}
	#navbar li span {
		display: none;
	}
	#navbar li a {
		display: block;
		background: #acacac url('https://townecarolinas.com/images/shared/navbar/bg.png') no-repeat;
		width: 101px;
		height: 31px;
	}
		#navbar li a:hover {
			background-position: 0 -31px;
		}
		#navbar li a.active:hover,
		#navbar li a.active {
			background-position: 0 -62px;
		}
	#navbar li ul {
		position: absolute;
		top: 39px;
		left: 0;
		z-index: 600;
	}
		#navbar li ul.right {
			left: auto;
			left: -100px;
			right: 0;
		}
		#navbar li ul li {
			position: relative;
			height: 24px;
			overflow: hidden;
		}
		#navbar li ul a {
			display: inline;
			padding: 0 10px;
			color: #beb578;
			background: none;
			text-decoration: none;
			font-size: 11px;
			font-weight: normal;
			width: auto;
			height: 10px;
			overflow:hidden;
			border-left: 1px solid #426986;
		}
			#navbar li ul a.first {
				border: 0;
			}
			#navbar li ul a:hover {
				color: #FFF;
			}
			#navbar li ul a.active:hover,
			#navbar li ul a.active {
				color: #FFF;
				font-weight: bold;
			}

.container-shadow {
	width: 928px;
	margin: 0 auto;
	position: relative;
}
.container-shadow[class] {
	background:url('../images/shared/layout-background.png') repeat-y;
}
.container {
	width: 912px;
	margin: 0 auto;
	padding: 31px 0 0 0;
}

#header {
	height: 152px;
	background: url('https://townecarolinas.com/images/shared/header/bg.png') no-repeat 0 0;
	position: relative;
}
	#header h1.logo {
		display: block;
		position: absolute;
		left: 24px;
		top: 32px;
		text-decoration: none;
		margin: 0;
		border: 0;
	}
		#header h1.logo a {
			display: block;
			background: url('../images/shared/header/townebank_carolina_logo.png') no-repeat left top;
			height: 113px;
			width: 450px;
			text-decoration: none;
		}
		#header h1.logo span {
			display: none;
		}
	#banner {
		position: absolute;
		right: 0;
		top: 30px;
		width: 366px;
		height: 115px;
		background-position: right 0;
		background-repeat: no-repeat;
		overflow: hidden;
	}
		.personBanner {
			color: #FFF;
			padding: 10px 110px 0 0;
			text-align:right;
			display: block;
			font-family: Verdana, Tahoma, Arial;
			font-size: 9px;
		}
			.personName {
				font-size: 16px;
				letter-spacing: 1px;
				font-weight: normal;
				margin: 0;
			}
				.personName span {
					border-bottom: 1px solid #999;
				}
			.personLinks {
				border-right: 1px solid #999;
				padding: 5px 5px 5px 0;
			}
				.personLinks .personPhone {
					color: #EEE;
					display: block;
					margin: 0 0 8px 0;
				}
				.personLinks a {
					color: #beb578;
					display: block;
					margin: 0 0 4px 0;
					text-decoration: none;
				}
					.personLinks a:hover {
						text-decoration: underline;
					}
#main {
	background: #FFF url('../images/shared/main-bg.gif') repeat-x left top;
	min-height: 100px;
	padding: 10px 8px 0 8px;
}
#left {
	float: left;
	width: 140px;
	color: #707070;
	font-size: 11px;
}
#right {
	float: right;
	width: 140px;
	color: #707070;
	font-size: 11px;
	text-align: right;
}
	.sidebar .top {
		background: #f8f6ef url('../images/shared/sidebar/top-bg.png') no-repeat 0 0;
		padding-top: 10px;
	}
	.sidebar .content {
		background: url('../images/shared/sidebar/bg.png') repeat-y 0 0;
		padding: 0 8px;
	}
	.sidebar .bottom {
		background: url('../images/shared/sidebar/bottom-bg.png') no-repeat 0 0;
		height: 10px;
		margin-bottom: 15px;
	}
	.sidebar p {
		margin: 0 0 2px 0;
	}
	.sidebar hr {
		background: none;
		border:0;
		border-bottom: 1px solid #dce1de;
		height: 1px;
		margin: 10px 0;
		display: block;
	}
	.sidebar .login_large {
		display: block;
		background: url('../images/shared/sidebar/login_large.png') no-repeat right 0;
		height: 15px;
		width: 70px;
		margin: 5px 0;
		border: 0;
		float: right;
	}
	.sidebar .login {
		display: block;
		background: url('../images/shared/sidebar/login.png') no-repeat 0 0;
		height: 7px;
		width: 37px;
		margin: 7px 0 0 5px;
		float: right;
	}
		.sidebar .login span {
			display: none;
		}
		#left a {
			color: #707070;
			text-decoration: underline;
		}
			#left a:hover {
				text-decoration: none;
			}
	.sidebar .view_all_news {
		display: block;
		background: url('../images/home/view_all_news.gif') no-repeat 0 0;
		width: 89px;
		height: 10px;
	}
	.gold_link {
		display: block;
		margin-top: 12px;
	}
	ul.news {
		color: #707070;
		list-style: none;
	}
		.news li {
			margin: 0 0 15px 0;
			font-weight: bold;
		}
			.news li a {
				color: #707070;
				text-decoration: underline;
				font-weight: normal;
			}
				.news li a:hover {
					text-decoration: none;
				}
	.sidebar h3 {
		height:22px;
	}

	#left ul {
		list-style: none;
		padding-left: 8px;
	}
		#left li {
			padding: 7px 0 0 15px;
			margin: 0 0 7px 0;
			border-top: 1px solid #dddddb;
			background: url('../images/shared/sidebar/bullet-gold_arrow.gif') no-repeat 0 10px;
		}
			#left li.first {
				border: 0;
				padding-top: 0;
				background-position: 0 3px;
			}
		#left li a {
			color: #6d602c;
			font-weight: bold;
			text-decoration: none;
		}
			#left li a:hover {
				text-decoration: underline;
			}
			#left li a.active:hover,
			#left li a.active {
				background-position: 0 -62px;
			}
		#left li ul {
			padding-left: 0;
		}
			#left ul ul li {
				padding: 0 0 0 10px;
				margin: 4px 0 0 0;
				border: 0;
				background: url('../images/shared/sidebar/bullet-gray_square.gif') no-repeat 2px 4px;
			}
				#left li.first {
					background-position: 2px 4px;
				}
				#left ul ul li.active {
					background: url('../images/shared/sidebar/bullet-blue_circle.gif') no-repeat 0 3px;
				}
			#left li ul a {
				color: #707070;
				font-weight: normal;
			}
				#left li ul a.first {
					border: 0;
				}
				#left li ul a:hover {
					color: #000;
				}
				#left li ul a.active:hover,
				#left li ul a.active {
					color: #00406e;
					font-weight: bold;
				}

	#right a {
		color: #6d602c;
	}
#content {
	padding: 0 10px;
	width: 590px;
	float: left;
	overflow: hidden;
	text-align:justify;
}
	#content ol,
	#content ul {
		margin: 0 0 15px 25px;
	}
	.news_date {
		color: #707070;
		margin: 0 0 3px 0;
		font-style: italic;
	}
	a.printer_friendly {
		display: block;
		float: right;
		border: 1px solid #BBB;
		background: #EEE;
		color: #777;
		padding: 4px 8px;
		margin: 0 0 10px 10px;
		text-decoration: none;
		font-size: 11px;
	}
		a.printer_friendly:hover {
			border: 1px solid #5693BF;
			background: #005695;
			color: #FFF;
		}
		a.printer_friendly_close,
		a.printer_friendly_print {
			display: none;
		}

	/** Page styles *************************************************************/
	ul.pages,
	ul.pages ul {
		list-style: none;
	}
	ul.pages ul ul {
		padding: 0 0 10px 0;
		display: none;
	}
		ul.pages ul li {
			clear: both;
			padding: 0 5px 0 5px;
		}
	.page {
		width: 220px;
		background: url('https://townecarolinas.com/images/content/page-bg.png');
		margin: 15px 15px 0 0;
		float: left;
	}
		.page table,
		.page td {
			margin: 0;
			padding: 1px 0;
		}
		.page .top {
			display: block;
			background: url('https://townecarolinas.com/images/content/page-top.png') no-repeat 0 0;
			min-height: 74px;
			padding: 1px 10px 0 1px;
		}
		.page .bottom {
			clear: both;
			margin-top: 5px;
			display: block;
			height: 35px;
			background: url('https://townecarolinas.com/images/content/page-bottom.png');
		}
		.page a {
			font-size: 11px;
			font-weight: normal;
			color: #33669C;
			text-decoration: none;
		}
			.page a:hover {
				text-decoration: underline;
			}
		.page a.section {
			display: block;
			font-size: 15px;
			font-weight: bold;
			color: #33669C;
			padding: 4px 5px 4px 5px;
			text-decoration: none;
		}
			.page a.section:hover {
				background: #FFF;
			}
		.page td.controls {
			width: 10px;
		}
		.page td.delete_page {
			width: 47px;
			padding-left: 3px;
		}
		.page .inactive {
			font-size: 10px;
			color: red;
			font-style: italic;
		}
		.page .child_indent {
			display: block;
			float: left;
			width: 30px;
			height: 10px;
		}
		.page .button {
			display: block;
			float: left;
			width: 10px;
			height: 10px;
			background: #CCC;
			margin-top: 2px;
		}
		.page .delete {
			background: url('https://townecarolinas.com/images/content/icon-delete.png') no-repeat top left;
			margin-left: 0;
		}
		.page .sort_arrow {
			background: url('https://townecarolinas.com/images/content/sort-arrows.png') no-repeat top left;
		}
			.page a.button:hover {
				background-position: 0 -10px;
				border-color: #000;
			}
			.page .movedown {
				background-position: -10px 0;
			}
				.page a.movedown:hover {
					background-position: -10px -10px;
				}
			.page .empty {
				background: #DDD;
			}
		.page .expand,
		.page .expand-open {
			background: url('https://townecarolinas.com/images/content/icon-expand.png') no-repeat top left;
			border: 0;
			margin-right: 3px;
		}
			.page a.expand:hover {
				background-position: 0 0;
			}
			.page .expand-open {
				background-position: 0 -10px;
			}
			.page .expand-empty {
				background-position: 0 -20px;
			}
#footer {
	width: 892px;
	margin: 0 auto;
	background: url('../images/shared/footer/bg.png') no-repeat;
	padding: 0 20px 10px 20px;
	color: #b4c2d1;
	font-size: 11px;
	clear: both;
}
	#FooterLinks {
		height: 45px;
	}
		#FooterLinks img {
			display: block;
			float: left;
			margin: 0 10px 0 0;
		}
	.navigation {
		float: left;
	}
	#footer ul {
		list-style: none;
	}
		#footer li {
			float: left;
			padding: 0 0 0 5px;
			margin: 0 0 5px 5px;
			border-left: 1px solid #b4c2d1;
		}
			#footer li.first {
				padding-left: 0;
				margin-left: 0;
				border: 0;
			}
		#footer li a {
			color: #b4c2d1;
			text-decoration: underline;
		}
			#footer li a:hover {
				text-decoration: none;
			}
			#footer li a.active {
				color: #FFF;
			}
	.copyright {
		float: right;
		text-align: right;
	}
	#footer p {
		margin: 8px 0 0 0;
		padding: 8px 0 0 0;
		border-top: 1px solid #719BCB;
	}