body, html {
	margin:0;
	padding:5px 0 10px 0;
	color:#000;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html {
	 overflow-y: scroll;
}
* html a:hover{
 	visibility:visible
}
#back-button {
	padding-right:30px;
	padding-top: 20px;
}

#wrap {
	width:950px;
	text-align: center;
	margin:0 auto;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 24px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 0px 0px 15px 15px;
}

#header {
  padding: 20px 10px 0 10px;
	background:#fff;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 24px; 
	border-radius: 15px 15px 0px 0px;
}

#nav {
	background:#fff;
}	

#main {		
	background:#fff;
	padding:5px 0 0 0; 
}

#footer {
	clear:both;
	background:#fff;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;	
}
#footer .footer-links {
	padding:15px 0 5px 0;
}
* html #footer {
	height:1px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}

#no-records {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 20px;
	font-size: 14px;
}
	
/* HOME */	
.home-body {
	text-align:center;
	padding-top:20px;
}
.home-rings {
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 21px;
	margin: 3px 0px 0px 52px;
}
.home-splash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin: 10px 0px 0px; 0px;
	padding-left:40px;
	text-align:center;
}
.home-journey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	margin: 20px; 0px; 0px; 30px;
	text-align:center;
	color: #ED3897;
	font-style: italic;
	font-weight: bold;
}

/* DIRECTORY */	
.directory-body-top {
	display: table;
}
/* Three Column Layout */
#content-1 {
	float:left;
	width:130px;
	background:#fff;
	display: table-cell;
}
#content-2 {
	float:right;
	width:820px;
}
#content-2-1 {
	float:left;
	width:680px;
	background:#fff;
	padding-left:5px;
}
#content-2-1 .top-body {
	margin-left:20px;
	padding:10px;
	line-height: 18px;
	width: 620px;
	text-align: justify;
}
#content-2-2 {
	float:right;
	width:130px;
	background:#fff;
	padding-right:5px;
	display: table-cell;
}

/* Two Column Layout */
.directory-body-bottom {
	display: table;
	padding:15px 0 15px 0px;
	margin-left:24px;
}
#left-column {
	float:left;
	width:328px;
	background:#fff;
	display: table-cell;
	}
#right-column {
	float:right;
	width:328px;
	background:#fff;
	display: table-cell;
}
#directory-button {
 	position: relative;
 	font-family: arial, helvetica, sans-serif;
 	background: url(../images/categories_down.jpg) no-repeat;
 	white-space: nowrap;
 	display: block;
 	width: 300px;
 	height: 46px;
 	margin: 0;
 	padding: 0;
}
#directory-button a {
 	display: block;
 	color: #fff;
 	font-size: 15px;
 	font-weight: normal;
 	width: 300px;
 	height: 46px;
 	float: left;
 	text-transform: uppercase;
 	text-decoration: none;
}
#directory-button img {
 	width: 300px;
 	height: 46px;
 	border: 0
}
#directory-button a:hover img {
 	visibility:hidden
}
#directory-button span {
 	position: absolute;
 	left: 15px;
 	top: 13px;
 	margin: 0px;
 	padding: 0px;
 	cursor: pointer;
} 

/* DIRECTORY CATEGORY */	
.category-body {
	text-align:center;
	padding-top:8px;
}
.category-listing {
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
}
.item-listing {
	width:620px;
	margin-left:170px;
	margin-bottom:10px;
}
.item-listing h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #cd187f;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.item-listing p {
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

#listing-button {
 	position: relative;
 	font-family: arial, helvetica, sans-serif;
 	background: url(../images/button_down.jpg) no-repeat;
 	white-space: nowrap;
 	display: inline-block;
 	width: 120px;
 	height: 21px;
 	margin: 0;
 	padding: 0;
}
#listing-button a {
 	color: #fff;
 	font-size: 13px;
 	font-weight: normal;
 	width: 120px;
 	height: 21px;
 	text-transform: uppercase;
 	text-decoration: none;
}
#listing-button img {
 	width: 120px;
 	height: 21px;
 	border: 0
}
#listing-button a:hover img {
 	visibility:hidden
}
#listing-button span {
 	position: absolute;
 	left: 20px;
 	top: 3px;
 	margin: 0px;
 	padding: 0px;
 	cursor: pointer;
}

/* DIRECTORY CATEGORY DETAIL */	
.detail-body {
	text-align:center;
	padding-top:8px;
	font-family: Arial, Helvetica, sans-serif;
}
.detail-body .detail {
	text-align:center;
	padding-top:20px;
}
.detail-body .detail h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:centre;
	color: #cd187f;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.detail-body .detail .description { 
	text-align:justify;
	font-size: 13px; 
	margin-left:250px;
	margin-top: 20px;
	width:450px;
}
.detail-body .detail .container {
	width:450px;
	margin-left:250px;
	margin-top:20px;
}
.detail-body .detail .container p {
	font-size: 13px;
	width: 450px;
	text-align:left;
	line-height: 15px;
	padding:0;
}
.detail-body .detail .container p.location {
 	font-family: Arial, Helvetica, sans-serif;
 	color: #2E64FE;
 	font-weight: bold;
 	font-size: 14px; 	
 	text-transform: uppercase;
}
.detail-body .detail .container p a:hover {
 	text-decoration: underline;
}
.detail-body .detail .container span {
	display: inline-block;
	text-align:left;
	margin-right:10px;	
	width:110px;
	color: #cd187f;
	font-weight: bold;
	vertical-align:top;	
}
#more {
	display:inline-block; 
	width:250px; 
	color:#000; 
	font-weight:normal; 
	text-align:left; 
	vertical-align:top;	
}
#address {
	display:inline-block; 
	width:320px; 
	color:#000; 
	font-weight:normal; 
	text-align:left; 
	vertical-align:top;	
}

/* Pagination */
#pagination-holder {
	width: 400px;
	margin-top:30px;
	text-align:center;
}
#pagination-holder .pagination {
	margin: 3px 3px 3px 250px;
	width: 250px;
}
#pagination-holder .pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #047ba1;
	font-weight: normal;
	background-color: #E6E6E6;
	color: #000;
	text-decoration: none; 
}
#pagination-holder .pagination a:hover {
	border: 1px solid #999; 
	background-color: #cd187f; 
	color: #fff;
}
#pagination-holder .pagination .standard {
	margin-top: 5px;
}

/* ADVERTISE */	
.advertise-body {
	text-align:center;
	padding-top:8px;
}
.advertise-splash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	width: 620px;
	margin: 15px 0px 20px; 0px;
	padding-left:165px;
	text-align:justify;
}

/* PLANNER */	
.planner-body {
	text-align:center;
	padding-top:8px;
}
.planner-splash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	width: 620px;
	margin: 15px 0px 20px; 0px;
	padding-left:165px;
	text-align:justify;
}
.planner-body-bottom {
	display: table;
	padding-bottom: 30px;
	margin-left:10px;
	width:920px;
}
#planner-content-1 {
	float:left;
	width:300px;
	background:#fff;
	display: table-cell;
}
#planner-content-2 {
	float:right;
	width:610px;
}
#planner-content-2-1 {
	float:left;
	width:300px;
	background:#fff;
	padding-left:5px;
}
#planner-content-2-2 {
	float:right;
	width:300px;
	background:#fff;
	display: table-cell;
}
/* CONTACT */	
.contact-body {
	text-align:center;
	padding-top:8px;
	padding-bottom:10px;
}
.contact-splash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	width: 620px;
	margin: 15px 0px 20px; 0px;
	padding-left:165px;
	text-align:justify;
}
.contact-splash

.contact-splash P {
	text-align:center;
}

.contact-splash .container {
	width:450px;
	margin-left:140px;
	margin-top:30px;
}
.contact-splash .container p {
	font-size: 13px;
	width: 450px;
	text-align:left;
	line-height: 15px;
	padding:0;
}

.contact-splash .container p a:hover {
 	text-decoration: underline;
}
.contact-splash .container span {
	display: inline-block;
	text-align:left;
	margin-right:10px;	
	width:110px;
	color: #cd187f;
	font-weight: bold;
	vertical-align:top;	
}
