@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #828282;
	background: #557a97 url(../images/bg.png) top left repeat-x;
}

#wrapper {
	width: 100%;
	background: url(../images/header-image3.jpg) top center no-repeat;
}

#headerAdBannerContainer {
	width: 100%;
	height: 84px;
	background: url(../images/shadow.png) top left repeat-x;
	border-top: 1px solid #406481;
}

#headerAdBanner {
	width: 960px;
	height: 72px;
	margin: 0 auto;
	padding: 6px 0px;
}

#adminHeaderContainer {
	width: 100%;
}

#adminHeader {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	color: #d9d9d9;
	background: url(../images/admin-header-bg.png) top left no-repeat;
}

#adminHeaderSearch {
	width: 380px;
	float: right;
	margin: 40px 4px 0px 0px;
}

#headerContainer {
	width: 100%;
}

#header {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	color: #d9d9d9;
}

#header p {
	padding: 6px 0px;
	float: left;
}

#header ul {
	list-style-type: none;
	float: right;
	margin: 12px 0px 0px 0px;
}

#header ul li {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 9px;
}

#header a {
	font-weight: bold;
}

#header a:link {
	color: #ffffff;
}

#header a:visited {
	color: #ffffff;
}

#header a:hover {
	color: #ffffff;
}

#header a:active {
	color: #ffffff;
}

#headerSearch {
	width: 380px;
	float: right;
	margin: 5px 26px 0px 0px;
}

.searchText {
	color: #666666;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
}

#search {
	width: 223px;
	height: 25px;
	border: 1px solid #6f91ab;
	background: #ffffff url(../images/search_24.png) bottom left no-repeat;
	font-size: 16px;
	float: right;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 27px;
}

#searchSubmit {
	float: right;
	margin: 1px 0px 0px 12px;
}

#navContainer {
	width: 100%;
	height: 36px;
	background: url(../images/shadow2.png) bottom left repeat-x;
}

#nav {
	width: 966px;
	height: 33px;
	background: url(../images/nav-bg-transparent.png) top left repeat;
	padding: 3px 15px 0px 3px;
	margin: 6px auto 0px auto;
}

#nav ul {
	list-style-type: none;
	float: left;
}

#nav ul li {
	list-style-type: none;
	float: left;
}

#nav ul li a {
	padding: 6px 12px;
	display: block;
	font-weight: bold;
}

#nav ul li a:link {
	color: #ffffff;
}

#nav ul li a:visited {
	color: #ffffff;
}

#nav ul li a:hover {
	text-decoration: none;
	background: #333333;
	color: #ffffff;
}

#nav ul li a:active {
	color: #ffffff;
}

#nav p {
	padding: 3px 0px;
	color: #ffffff;
	font-weight: bold;
}

/* This section is specific to the admin section. */
/* ---------------------------------------------- */

#adminNavContainer {
	width: 100%;
	height: 36px;
	background: url(../images/shadow2.png) bottom left repeat-x;
}

#adminNav {
	width: 966px;
	height: 33px;
	background: url(../images/nav-bg-transparent.png) top left repeat;
	padding: 3px 15px 0px 3px;
	margin: 6px auto 0px auto;
}

#adminNav ul {
	list-style-type: none;
	float: left;
}	

#adminNav ul li {
	list-style-type: none;
	float: left;
}

#adminNav ul li a {
	padding: 6px 12px;
	display: block;
	font-weight: bold;
}

#adminNav ul li a:link {
	color: #ffffff;
}

#adminNav ul li a:visited {
	color: #ffffff;
}	

#adminNav ul li a:hover {
	text-decoration: none;
	background: #333333;
	color: #ffffff;
}

#adminNav ul li a:active {
	color: #ffffff;
}

#adminNav p {
	padding: 3px 0px;
	color: #ffffff;
	font-weight: bold;
}

/* ---------------------------------------------- */

/* The contentLeft Column is the left hand column found on the index or home page. It's a way to showcase more information and break up the page a little bit more. */
#contentLeftContainer {
	width: 188px;
	min-height: 500px;
	float: left;
	margin: 0px 12px 0px 0px;
}

.contentLeftHeader {
	width: 176px;
	height: 30px;
	margin: 12px 0px 0px 0px;
	padding: 0px 6px;
	background: url(../images/content-left-header.png) top left no-repeat;
}

.contentLeftHeader p {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 6px;
}

.contentLeft {
	width: 174px;
	padding: 6px 6px 2px 6px;
	border-right: 1px solid #b8cad7;
	border-left: 1px solid #b8cad7;
	background: #ffffff url(../images/option-bg.png) top left repeat-x;
}

.contentLeft ul {
	list-style-type: none;
}

.contentLeft ul li {
	list-style-type: none;
	padding: 3px 6px;
}

.contentLeft ul li:hover {
	background: #d9e8ed;
}

.contentLeftBottom {
	width: 188px;
	height: 5px;
	background: url(../images/content-left-bottom.png) top left no-repeat;
}

.contentLeftBottomLast {
	width: 188px;
	height: 5px;
	margin: 0px 0px 12px 0px;
	background: url(../images/content-left-bottom.png) top left no-repeat;
}

/* ---------------------------------------------- */

#adminBackButton {
	width: 260px;
	height: 30px;
	float: right;
	margin: 44px 2px 0px 0px;
}

#contentContainer {
	width: 100%;
	border-top: 1px solid #e8e8e8;
	background: #e8e8e8 url(../images/content-background.png) top left repeat-x;
}

#contentWrapper {
	width: 960px;
	padding: 0px 12px;
	background: #dedede url(../images/content-gradient.png) top left repeat-x;
	margin: 0 auto;
}

#contentWrapper p {
	padding: 6px;
}

#content {
	width: 472px;
	float: left;
}

.contentTableContainer {
	width: 960px;
	padding: 12px 0px 0px 0px;
}	

#contentTableLeft {
	width: 474px;
	height: 100px;
	float: left;
}

#contentTableRight {
	width: 474px;
	height: 100px;
	float: right;
}	

#sortTable {
	width: 640px;
	margin: 6px auto;
}

.sortDiv {
	width: 154px;
	margin: 0px 0px 0px 5px;
	float: left;
}

.sortDiv ul {
	list-style-type: none;
}

.sortDiv ul li{
	list-style-type: none;
	padding: 3px 6px;
}

.sortDiv ul li:hover {
	background: #d9e8ed;
}

.sortHeader {
	width: 143px;
	padding: 0px 3px;
	background: #ebf2f5 url(../images/sortheader-bg.png) top left repeat-x;
	border: 1px solid #d9e6ec;
}

.sortHeader h3 {
	font-family: "Myriad Pro";
	font-size: 13px;
}

.sortHeaderSpacer {
	width: 159px;
	margin: 0px 0px 2px 0px;
}

.sortContent {
	width: 151px;
	margin: 0px 3px 3px 0px;
}

.featuredContentHeader {
	width: 660px;
	height: 30px;
	margin: 12px 0px 0px 0px;
	padding: 0px 6px;
	background: url(../images/featured-content-bg.png) top left no-repeat;
}

.featuredContentHeader p {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 6px;
}

.featuredContentHeaderIndex {
	width: 460px;
	height: 30px;
	margin: 12px 0px 0px 0px;
	padding: 0px 6px;
	background: url(../images/featured-content-small.png) top left no-repeat;
}

.featuredContentHeaderIndex p {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 6px;
}

.featuredContentHeaderOrange {
	width: 460px;
	height: 30px;
	margin: 12px 0px 0px 0px;
	padding: 0px 6px;
	background: url(../images/featured-content-bg-orange.png) top left no-repeat;
}

.featuredContentHeaderOrange p {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 6px;
}

.featuredContentTop {
	width: 672px;
	height: 5px;
	margin: 12px 0px 0px 0px;
	background: url(../images/featured-content-top.png) top left no-repeat;
}

.featuredContentNoHeader {
	width: 658px;
	margin: 0px 14px 0px 0px;
	padding: 2px 6px;
	border-right: 1px solid #b8cad7;
	border-left: 1px solid #b8cad7;
	background: #ffffff url(../images/featuredcontentbg.png) top left repeat-x;
}

.featuredContentNoHeader h2 {
	font-size: 16px;
}

.featuredContentBulletStyle ul {
	list-style-type: square;
	padding: 6px 20px;
}

.featuredContentBulletStyle ul li {
	list-style-type: square;
}

.featuredContentArticles {
	width: 646px;
	padding: 0px 0px 6px 0px;
	margin: 0px auto;
}

.featuredContentArticles hr {
	margin: 0px;
}	

.featuredContentArticles ul {
	list-style-type: none;
}

.featuredContentArticles ul li {
	list-style-type: none;
	padding: 6px 6px 0px 6px;
}

.featuredContentArticles ul li:hover {
	background: #d9e8ed;
}

.featuredContent {
	width: 658px;
	margin: 0px 14px 0px 0px;
	padding: 6px 6px 2px 6px;
	border-right: 1px solid #b8cad7;
	border-left: 1px solid #b8cad7;
	background: #ffffff url(../images/option-bg.png) top left repeat-x;
}

.featuredContentIndex {
	width: 458px;
	margin: 0px 14px 0px 0px;
	padding: 6px 6px 2px 6px;
	border-right: 1px solid #b8cad7;
	border-left: 1px solid #b8cad7;
	background: #ffffff url(../images/option-bg.png) top left repeat-x;
}

.featuredContentIndex ul {
	list-style-type: square;
	margin: 12px 0px 0px 24px;
}

.featuredContentIndex ul li {
	list-style-type: square;
}

.featuredContentIndexList {
	width: 470px;
	padding: 6px 0px 2px 0px;
	margin: 0px 14px 0px 0px;
	border-right: 1px solid #b8cad7;
	border-left: 1px solid #b8cad7;
	background: #ffffff url(../images/option-bg.png) top left repeat-x;
}

.featuredContentIndexList ul {
	list-style-type: none;
	width: 458px;
	margin: 0px auto;
}

.featuredContentIndexList ul li {
	list-style-type: none;
	padding: 4px 6px 0px 6px;
}

.featuredContentIndexList ul li:hover {
	background: #d9e8ed;
}

.featuredContentIndexList hr {
	margin: 0px;
}

.featuredContentSideBarContainer {
	width: 212px;
	margin: 6px 2px 6px 0px;
	float: right;
}

.featuredContentSideBarProfile {
	width: 200px;
	margin: 12px auto 0px auto;
	text-align: center;
	border: 1px solid #d8e1e9;
}

.featuredContentSideBarInfo {
	width: 200px;
	padding: 1px 0px 0px 0px;
	background: #ffffff;
}

.featuredContentSideBarInfoText {
	padding: 6px;
	width: 188px;
}

.featuredContentSideBarInfoTextAddress {
	padding: 2px 6px 3px 6px;
	width: 188px;
	background: #f3f6f9;
	border-top: 1px solid #d8e1e9;
}

.featuredContentSideBarInfoTextNumber {
	padding: 0px 6px;
	width: 188px;
	background: #e1e9f0;
	border-top: 1px solid #d8e1e9;
}

.profileImg {
	margin: 12px 12px 15px 12px;
}

.featuredContentSideBar {
	width: 200px;
	text-align: center;
	border: 1px solid #ced8e2;
	float: right;
}

.featuredContentSideBarAddress {
	width: 188px;
	background: #f3f6f9;
	padding: 6px;
}

.featuredContentSideBarNumber {
	width: 188px;
	background: #e1e9f0;
	border-top: 1px solid #ced8e2;
	padding: 0px 6px;
}

.featuredContentSideBarAdvanced {
	width: 200px;
	text-align: center;
	border: 1px solid #fedf8a;
	float: right;
}

.featuredContentSideBarAdvancedAddress {
	width: 188px;
	background: #fff9e9;
	padding: 6px;
}

.featuredContentSideBarAdvancedNumber {
	width: 188px;
	background: #fff2cd;
	border-top: 1px solid #fedf8a;
	padding: 0px 6px;
}

.featuredContentBottom {
	width: 672px;
	height: 5px;
	margin: 0px 0px 12px 0px;
	background: url(../images/featured-content-bottom.png) top left no-repeat;
}

.featuredContentBottomIndex {
	width: 472px;
	height: 5px;
	margin: 0px 0px 12px 0px;
	background: url(../images/featured-content-bottom-small.png) top left no-repeat;
}

.featuredColumnWrapper {
	width: 646px;
	border-top: 1px solid #e2e9ed;
	margin: 0 auto;
}

.featuredColumnWrapperAdvanced {
	width: 644px;
	border-top: 1px solid #fdecbd;
	margin: 0 auto;
}

.featuredColumnContainer {
	width: 644px;
	border-left: 1px solid #e2e9ed;
	border-right: 1px solid #e2e9ed;
	border-bottom: 1px solid #e2e9ed;
}

.featuredColumnContainer:hover {
	background: #f9fbfc;
}

.featuredColumnContainerAdvanced {
	width: 644px;
	border-left: 1px solid #fdecbd;
	border-right: 1px solid #fdecbd;
	border-bottom: 1px solid #fdecbd;
}

.featuredColumnContainerAdvanced:hover {
	background: #fffcf3;
}

.featuredLeftColumn {
	width: 100px;
	margin: 12px 0px 12px 12px;
	float: left;
}

.featuredLeftColumnImg {
	width: 100px;
	max-height: 60px;
	overflow: hidden;
}

.featuredLeftColumnImgAdvanced {
	width: 100px;
	max-height: 60px;
	overflow: hidden;
}

.featuredLeftColumnImgIndex {
	width: 136px;
	max-height: 65px;
	overflow: hidden;
	border: 1px solid #b8cad7;
	background: #ffffff;
}

.featuredLeftColumn ul {
	list-style-type: none;
	padding: 6px;
}

.featuredLeftColumn ul li {
	list-style-type: none;
}

.featuredMiddleColumnContainer {
	width: 296px;
	margin: 0px 4px 6px 8px;
	float: left;
}

.featuredMiddleColumn {
	width: 272px;
	padding: 0px 6px;
	margin: 6px 0px 0px 0px;
}

.featuredMiddleColumnContainerIndex {
	width: 290px;
	margin: 0px 0px 6px 0px;
	float: left;
}

.featuredMiddleColumnIndex {
	width: 290px;
	padding: 0px 6px;
	margin: 8px 0px 0px 0px;
}

.featuredMiddleColumn ul {
	list-style-type: square;
	padding: 6px 18px;
}

.featuredMiddleColumn ul li {
	list-style-type: square;
}

.featuredRightColumnContainer {
	width: 200px;
	margin: 12px 12px 12px 0px;
	float: right;
}

.featuredRightColumn {
	width: 200px;
}

.featuredRightColumnAdvanced {
	width: 200px;
}

.featuredRightColumn ul {
	list-style-type: none;
	padding: 10px;
}

.featuredRightColumn ul li {
	list-style-type: none;
}

/* This section is specific to only the index.php file. */
/*------------------------------------------------------*/

.featuredIndexLeftColumn {
	width: 150px;
	margin: 6px;
	float: left;
}

.featuredIndexLeftColumnImg {
	width: 128px;
	height: 128px;
	padding: 11px;
	background: url(../images/img-spaceholder.png) top left no-repeat;
}

.featuredIndexLeftColumn ul {
	list-style-type: none;
	padding: 6px;
}

.featuredIndexLeftColumn ul li {
	list-style-type: none;
}

.featuredIndexMiddleColumn {
	width: 364px;
	float: left;
	margin: 0px 0px 0px 6px;
}

.featuredIndexRightColumn {
	width: 118px;
	margin: 0px 6px 0px 0px;
	float: right;
}

.featuredIndexRightColumn ul {
	list-style-type: none;
	padding: 10px;
}

.featuredIndexRightColumn ul li {
	list-style-type: none;
}

/*------------------------------------------------------*/

.featuredImgBorder {
	border: 3px solid #8ba5b9;
}

.featuredMap {
	margin: 6px;
	width: 644px;
	border: 1px solid #b8cad7;
}

#addOptions {
	width: 274px;
	float: right;
	margin: 12px 0px;
}

#addOptions ul {
	list-style-type: none;
}

#addOptions ul li {
	list-style-type: none;
	padding: 3px 6px;
}

#addOptions ul li:hover {
	background: #d9e8ed;
}

.testBanner {
	height: 350px;
}

.dirBannerPadding {
	margin: 0px 0px 12px 2px;
	border: none;
}

.profileImgPadding {
	margin: 0px 0px 12px 0px;
}

.optionHeader {
	width: 262px;
	height: 30px;
	padding: 0px 6px;
	background: url(../images/option-header-bg.png) top left no-repeat;
}

.optionHeaderOrange {
	width: 262px;
	height: 30px;
	padding: 0px 6px;
	background: url(../images/option-header-bg-orange.png) top left no-repeat;
}

.optionHeader p {
	font-weight: bold;
	padding: 0px 6px;
	color: #ffffff;
}

.optionHeaderOrange p {
	font-weight: bold;
	padding: 0px 6px;
	color: #ffffff;
}

.optionTop {
	width: 274px;
	height: 5px;
	background: url(../images/option-top.png) top left no-repeat;
}

.option {
	width: 260px;
	padding: 6px 6px 2px 6px;
	border-right: 1px solid #b8cad7;
	border-left: 1px solid #b8cad7;
	background: #ffffff url(../images/option-bg.png) top left repeat-x;
}

.optionNoHeader {
	width: 260px;
	padding: 2px 6px 2px 6px;
	border-right: 1px solid #b8cad7;
	border-left: 1px solid #b8cad7;
	background: #ffffff url(../images/featuredcontentbg.png) top left repeat-x;
}

.optionLast {
	width: 260px;
	padding: 6px 6px 2px 6px;
	border-right: 1px solid #b8cad7;
	border-left: 1px solid #b8cad7;
	background: #ffffff;
}

.optionBottom {
	width: 274px;
	height: 5px;
	background: url(../images/option-bottom.png) top left no-repeat;
	margin: 0px 0px 12px 0px;
}

.optionBottomLast {
	width: 274px;
	height: 5px;
	background: url(../images/option-bottom.png) top left no-repeat;
}

label {
	float: right;
	color: #557a97;
}

#contactForm {
	margin: 6px;
}

#name {
	width: 238px;
	padding: 3px 6px;
	margin: 2px 0px 6px 0px;
	color: #444444;
}

#email {
	width: 238px;
	padding: 3px 6px;
	margin: 2px 0px 6px 0px;
	color: #444444;s
}

#inquiry {
	width: 488px;
	height: 100px;
	padding: 3px 6px;
	margin: 2px 0px 6px 0px;
	color: #444444;
}

#contactSubmit {
	margin: 6px 0px 0px 0px;
	outline: none;
	cursor: pointer;
}	

#form {
	margin: 6px 0px 6px 75px;
	width: 405px;
}

#title {
	width: 291px;
	padding: 0px 3px;
	margin: 0px 0px 6px 6px;
	height: 22px;
	float: right;
	border: none;
	color: #666666;
	background: url(../images/input-field-bg.png) top left no-repeat;
}

#address {
	width: 291px;
	padding: 0px 3px;
	margin: 0px 0px 6px 6px;
	height: 22px;
	float: right;
	border: none;
	color: #666666;
	background: url(../images/input-field-bg.png) top left no-repeat;
}

#type {
	width: 297px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#type2 {
	width: 297px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#type3 {
	width: 297px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#features {
	width: 297px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#features2 {
	width: 297px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#features3 {
	width: 297px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#area {
	width: 297px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#rating {
	width: 291px;
	padding: 0px 3px;
	margin: 0px 0px 6px 6px;
	height: 22px;
	float: right;
	border: none;
	color: #666666;
	background: url(../images/input-field-bg.png) top left no-repeat;
}

.ratingPadding {
	float: right;
	padding: 6px 6px 0px 0px;
}

.dirRatingPadding {
	padding: 12px 0px 6px 0px;
}	

#file {
	margin: 6px;
	color: #666666;
	border: 1px solid #b8cad7;
}

#number {
	width: 291px;
	padding: 0px 3px;
	margin: 0px 0px 6px 6px;
	height: 22px;
	float: right;
	border: none;
	color: #666666;
	background: url(../images/input-field-bg.png) top left no-repeat;
}

#pc {
	width: 291px;
	padding: 0px 3px;
	margin: 0px 0px 6px 6px;
	height: 22px;
	float: right;
	border: none;
	color: #666666;
	background: url(../images/input-field-bg.png) top left no-repeat;
}

#description {
	width: 295px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}


#website {
	width: 291px;
	padding: 0px 3px;
	margin: 0px 0px 6px 6px;
	height: 22px;
	float: right;
	border: none;
	color: #666666;
	background: url(../images/input-field-bg.png) top left no-repeat;
}

#city {
	width: 291px;
	padding: 0px 3px;
	margin: 0px 0px 6px 6px;
	height: 22px;
	float: right;
	border: none;
	color: #666666;
	background: url(../images/input-field-bg.png) top left no-repeat;
}

#province {
	width: 291px;
	padding: 0px 3px;
	margin: 0px 0px 6px 6px;
	height: 22px;
	float: right;
	border: none;
	color: #666666;
	background: url(../images/input-field-bg.png) top left no-repeat;
}

#payment {
	margin: 0px 6px 6px 0px;
	float: right;
	font-weight: bold;
	color: #557a97;
}

#paymentTypes {
	margin: 0px 25px 0px 0px;
	float: right;
}

#visa {
	margin: 0px 12px 0px 3px;
}

#mc {
	margin: 0px 12px 0px 3px;
}

#ae {
	margin: 0px 12px 0px 3px;
}

#debit {
	margin: 0px 3px;
}

#range {
	width: 297px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#dresscode {
	width: 297px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#menu {
	width: 291px;
	padding: 0px 3px;
	margin: 0px 0px 6px 6px;
	height: 22px;
	float: right;
	border: none;
	color: #666666;
	background: url(../images/input-field-bg.png) top left no-repeat;
}

#hours {
	width: 80px;
	margin: 0px 6px 3px 6px;
	color: #666666;
	border: 1px solid #b8cad7;
}

.hours {
	width: 283px;
	text-align: right;
	padding: 12px 12px 10px 0px;
	float: right;
	margin: 0px 0px 6px 6px;
	background: #f8f8f8;
	border: 1px solid #bfd8e1;
}

.hoursPadding {
	padding: 0px 4px;
}	

#map {
	width: 295px;
	height: 100px;
	margin: 0px 0px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#package {
	width: 135px;
	margin: 0px 162px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#submit {
	margin: 12px 0px 6px 11px;
	float: right;
}

#advertisement {
	width: 297px;
	margin: 0px 6px 6px 6px;
	float: right;
	color: #666666;
	border: 1px solid #b8cad7;
}

#paginationSubmit {
	padding: 2px;
	margin: 0px 0px 0px 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #557a97;
	background: #f8f8f8;
	border: 1px solid #6e8ea6;
	cursor: pointer;
}

#editSubmit {
	padding: 2px;
	margin: 0px 0px 0px 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #557a97;
	float: right;
	background: #f8f8f8;
	border: 1px solid #6e8ea6;
	cursor: pointer;
}

#editSubmit:hover {
	background: #d5e1ea;
}

#paginationSubmit:hover {
	background: #d5e1ea;
}

#footerContainer {
	width: 100%;
	/* This background makes the footer have a repeating cement pattern across it. */
	/* background: url(../images/cement-wall-texture.png) top left repeat-x; */
	background: url(../images/shadow.png) top left repeat-x;
	border-top: 1px solid #999999;
}

#footer {
	color: #ffffff;
	width: 960px;
	margin: 0 auto;
	padding: 6px 0px;
}

#footer p {
	padding: 6px 0px;
}

#footer a:link {
	color: #ffffff;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
}

#footer a:active {
	color: #ffffff;
}

/* This section is specific to the admin section. */
/* ---------------------------------------------- */

#adminFooterContainer {
	width: 100%;
	/* This background makes the footer have a repeating cement pattern across it. */
	/* background: url(../images/cement-wall-texture.png) top left repeat-x; */
	background: url(../images/shadow.png) top left repeat-x;
	border-top: 1px solid #999999;
}

#adminFooter {
	color: #ffffff;
	width: 960px;
	margin: 0 auto;
	padding: 6px 0px;
}

#adminFooter p {
	padding: 6px 0px;
}

#adminFooter a:link {
	color: #ffffff;
}

#adminFooter a:visited {
	color: #ffffff;
}

#adminFooter a:hover {
	color: #ffffff;
}

#adminFooter a:active {
	color: #ffffff;
}

/* ---------------------------------------------- */

#afterFooterContainer {
	width: 100%;
	height: 100px;
}

#afterFooter {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

#afterFooter p {
	padding: 6px;
}

.headerBannerFloatLft {
	float: left;
	padding: 6px 6px 6px 0px;
	border: none;
}

.headerBannerFloatMiddle {
	float: left;
	padding: 6px 6px 6px 6px;
	border: none;
}

.headerBannerFloatRight {
	float: right;
	padding: 6px 0px 6px 6px;
	border: none;
}

.optionEditList {
	width: 260px;
	height: 200px;
	overflow: auto;
}

.optionEditList li:hover {
	background: #d9e8ed;
}

.optionEditListBottom {
	width: 260px;
	max-height: 143px;
	overflow: auto;
}	

.optionEditListBottom li:hover {
	background: #d9e8ed;
}

.optionAdImg {
	margin: 3px 9px 3px 3px;
	float: left;
	border: none;
}

.optionAdBanner {
	padding: 6px 6px 6px 5px;
	border: none;
}

.hiddenImageUpload {
	display: none;
}

.afterFooterAdBanner {
	padding: 12px 0px;
	border: none;
	float: left;
}

.iconList {
	width: 366px;
}

.iconList ul {
	list-style-type: none;
	float: left;
	padding: 6px 6px 0px 6px;
}

.iconList ul li {
	list-style-type: none;
	float: left;
	padding: 0px 9px 0px 0px;
}

.insertBox {
	width: 283px;
	background: #f3f6f9;
	border: 1px solid #ced8e2;
	margin: 6px 0px 6px 183px;
	padding: 6px;
}

.imageBox {
	width: 283px;
	background: #f3f6f9;
	border: 1px solid #ced8e2;
	margin: 0px 0px 6px 6px;
	padding: 6px;
	float: right;
}

.infoBoxTop {
	display: table;
	background: #f3f6f9;
	border: 1px solid #ced8e2;
	margin: 12px 6px 6px 6px;
	padding: 6px;
}

.infoBox {
	display: table;
	background: #f3f6f9;
	border: 1px solid #ced8e2;
	margin: 6px;
	padding: 6px;
	border-radius: 6px;
}

.infoBoxAdvertisement {
	display: table;
	background: #f8f8f8;
	border: 1px solid #ced8e2;
	margin: 6px 0px;
	padding: 6px;
}

.infoBoxIndex {
	width: 432px;
	background: #f3f6f9;
	border: 1px solid #ced8e2;
	margin: 6px;
	padding: 6px;
}

.imageBoxLeft {
	width: 50px;
	min-height: 50px;
	margin: 6px 12px 6px 6px;
	float: left;
}

.directoryInfoBox {
	width: 632px;
	background: #f3f6f9;
	border: 1px solid #ced8e2;
	margin: 6px;
	padding: 6px;
	border-radius: 6px;
}

.directoryInfoBox ul {
	list-style-type: square;
	padding: 6px 20px;
}

.directoryInfoBox ul li {
	list-style-type: square;
}

#imageUpload {
	display: none;
}

#imageUpload1 {
	display: none;
}

#imageUpload2 {
	display: none;
}

#imageUpload3 {
	display: none;
}

#imageUpload4 {
	display: none;
}

.insertText {
	font-weight: bold;
	color: #00CC00;
}

.restaurantFltLeft {
	float: left;
	margin: 6px 6px 6px 0px;
}

.imgFltLeft {
	float: left;
	margin: 6px;
}

.imgFltRight {
	float: right;
	margin: 6px;
}

.imgBoxFltLeft {
	float: left;
	margin: 3px 6px;
}

.imgBoxFltRight {
	float: right;
	margin: 3px 6px;
}

.imgFltLeftBorder {
	border: 1px solid #7894a9;
	float: left;
	margin: 6px;
}

.imgFltRightBorder {
	border: 1px solid #7894a9;
	float: right;
	margin: 6px;
}

.redText {
	color: #FF0000;
	font-weight: bold;
}

.greenText {
	color: #009900;
	font-weight: bold;
}

.greenText a:link {
	color: #009900;
}

.greenText a:visited {
	color: #009900;
}	

.greenText a:hover {
	text-decoration: underline;
	color: #009900;
}	

.greenText a:active {
	color: #009900;
}

.redText {
	color: #FF0000;
	font-weight: bold;
}

.greyText {
	color: #b4b4b4;
	font-size: 14px;
	line-height: 21px;
}

.greyText a:link {
	color: #b4b4b4;
}

.greyText a:visited {
	color: #b4b4b4;
}	

.greyText a:hover {
	text-decoration: underline;
	color: #b4b4b4;
}	

.greyText a:active {
	color: #b4b4b4;
}

.greyTextIndex {
	color: #b4b4b4;
	font-size: 12px;
	line-height: 30px;
}

.greyTextIndex a:link {
	color: #b4b4b4;
}

.greyTextIndex a:visited {
	color: #b4b4b4;
}	

.greyTextIndex a:hover {
	text-decoration: underline;
	color: #b4b4b4;
}	

.greyTextIndex a:active {
	color: #b4b4b4;
}

.floatLft {
	float: left;
}

.floatRight {
	float: right;
}

.floatLeftImg {
	float: left;
	padding: 3px 6px 3px 0px;
}

.floatRightImg {
	float: left;
	padding: 3px 0px 3px 6px;
}

.floatIconLeft {
	float: left;
	padding: 6px 0px 0px 6px;
}

.floatIconRight {
	float: right;
	padding: 6px 6px 0px 0px;
}

.adFltLeft {
	float: left;
	padding: 12px 5px 0px 6px;
}

.adFltRight {
	float: right;
	padding: 12px 5px 0px 5px;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}	

.adPadding {
	margin: 6px 0px;
	border: none;
}

.adPaddingFltRight {
	float: right;
	margin: 6px 0px;
	border: none;
}

.adPaddingFltLeft {
	float: left;
	margin: 6px 0px;
	border: none;
}

.mcePadding {
	float: right;
	padding: 0px 0px 6px 6px;
}

.mcePaddingMap {
	width: 304px;
	float: right;
	padding: 0px 0px 6px 6px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.weatherContainer {
	width: 274px;
	margin: 0px 0px 12px 0px;
}

.weatherStyle {
	width: 180px;
	margin: 0 auto;
	background: #8ba5b9 url(../images/weather-bg.png) bottom left no-repeat;
}

.weatherRight {
	width: 80px;
	float: right;
}

.centerText {
	text-align: center;
	padding: 6px 0px;
}

.title {
	font-weight: bold;
	font-size: 16px;
}

.datePadding {
	padding: 3px 0px;
	float: right;
}	

.imgNoBorder {
	border: none;
}

.imgNoBorderPadding {
	border: none;
	padding: 6px;
}

.imgBorder {
	border: 1px solid #bfd8e1;
}

#pagination {
	width: 125px;
	padding: 2px;
	color: #666666;
	border: 1px solid #6e8ea6;
}

.paginationDiv {
	padding: 2px 6px;
	background: #f8f8f8;
	border: 1px solid #6e8ea6;
	text-align: center;
	float: left;
	margin: 0px 6px 0px 0px;
	display: table;
}

.paginationDiv:hover {
	background: #d5e1ea;
}

.paginationSelection {
	margin: 0px 0px 0px 6px;
	float: right;
}

.current {
	padding: 2px 6px;
	background: #d5e1ea;
	border: 1px solid #6e8ea6;
	text-align: center;
	float: left;
	margin: 0px 6px 0px 0px;
	display: table;
}

.backToTopDiv {
	padding: 2px 6px;
	background: #ffffff;
	border: 1px solid #6e8ea6;
	text-align: center;
	float: left;
	margin: 0px 0px 12px 0px;
	display: table;
}

.optionsContainer {
	width: 634px;
	padding: 6px;
	background: url(../images/options-container.png) top left no-repeat;
	margin: 12px 6px 6px 6px;
}

.optionsEditContainer {
	width: 285px;
	padding: 6px;
	background: url(../images/options-edit-container.png) top left no-repeat;
	float: right;
}

.otherOptionsDiv {
	padding: 2px 6px;
	background: #f8f8f8;
	border: 1px solid #6e8ea6;
	text-align: center;
	margin: 0px 0px 0px 6px;
	float: right;
	display: table;
}

.backToTopDivDirectory {
	padding: 2px 6px;
	background: #f8f8f8;
	border: 1px solid #6e8ea6;
	text-align: center;
	float: left;
	display: table;
}

.backToTopDivDirectory:hover {
	background: #d5e1ea;
}

.otherOptionsDiv:hover {
	background: #d5e1ea;
}

/* The greenLink class is used to make the smaller city links on the index page green. */
/* Start greenLink */
.greenLink a {
	font-size: 10px;
	line-height: 15px;
	outline: none;
}

.greenLink a:link {
	color:#00b000;
}

.greenLink a:visited {
	color:#00b000;
}	

.greenLink a:hover {
	text-decoration: underline;
	color:#00b000;
}	

.greenLink a:active {
	color:#00b000;
}
/* End greenLink */

/* The hr attribute is the horizontal lines found on some of the pages. */
/* Start hr */
hr {
	border-top: 1px solid #ebf0f4;
	border-bottom: 1px solid #ffffff;
	border-left: none;
	border-right: none;
	margin: 0px 6px;
}
/* End hr */

/* The h tags are the varying header tags found on the website with h1 being the biggest and every number going up is smaller in size. */
/* Start h tags */
h1 {
	color: #2a4a63;
	padding: 6px;
	line-height: 24px;
}

h2 {
	color: #2a4a63;
	padding: 6px;
}

h3 {
	color: #2a4a63;
	font-size: 14px;
	padding: 6px;
}
/* End h tags */

/* The anchor tag attributes are the default anchor tags on the website. */
/* Start a tags */
a {
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

a:link {
	color: #557a97;
}

a:visited {
	color: #557a97;
}	

a:hover {
	text-decoration: underline;
	color: #557a97;
}	

a:active {
	color: #557a97;
}
/* End a tags */
