body 
{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #878587;
	background-color: #eff0f2;
	margin-top: 0px;
	padding-top: 0px;
}

td { 
	font-family: verdana, arial, helvetica, sans-serif;  
	font-size: 11px; 
	color: #878587 }

h1
{
	font-weight: normal;
	font-size: 12pt;
	margin-top: 0px;
	padding-left: 1px;
	color: #878587;
}

h2
{
	font-weight: normal;
	font-size: 11pt;
	margin-top: 0px;
}


h4
{
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: -5px;
}



/*
	Links
*/

a:link, a:active
{
	color: #000;
	text-decoration: none;
}


a:hover
{
	color: #000;
	text-decoration: underline;
}

a:visited
{
	color: #666;
	text-decoration: underline;
}











/* STRUCTURAL DEFS */


#container
{
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}



/* Main page container */

#content
{
	float: right;
	width: 531px;
	margin-top: 0px;
	padding-right: 10px;
}


/* Main page content container */

#content-container
{
	width: 531px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}





/* Section Title - What's On, Shops & Services etc */

#section-title
{
	height: 45px;
	margin-top: 0px;
	padding-top: 0px;
}

#section-title h1
{
	float: left;
	padding: 15px 0 0 0;
	margin: 0 0 0 10px;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	color: #302e44;
	font-size: 1.4em;
}

/* End Section Title */



/* Definitions for main colored heading */

#heading
{
	background-image: url("/app/sharedimages/plantationplace/boxtop.");
	background-repeat: repeat-x;
	background-color: #eff0f2;
	padding-left: 10px;
	height: 28px;
	margin: 0px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}

/* Heading for main colored area */

#heading h2
{
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 1.2em;
	color: #302e44;
	padding-top: 5px;
	margin-bottom: 0px;
}




/* Container containing the actual data - provides borders */
/* Width is 2px less than container above since we're in standards mode */

#sub-container
{
	width: 529px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}







/* Heading for business name */

#businesstitle h2
{
	margin-bottom: 5px;
}





/* Container containing the image at the top of the details display */

#topper-image
{
	width: 519px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}






/* Definitions for business name */

#businesstitle
{
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}


/* Definitions for the div containing the details table */ 

#details
{
	float: left;
	display: inline;
	background-color: #999
	margin: 0px;
	margin-left: 10px;
}

/* Definitions for the breakout box */

#breakout
{
	float: right;
	width: 134px;
	background-color: #5E79A4;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 10px;
	background-image: url("/app/localservices/images/stmaryaxe/sub_box_top.gif");
	background-repeat: no-repeat;
}

/* P style for breakout box */

#breakout p
{
	font-weight: normal;
	color: #fff;
	padding-left: 5px;
	padding-right: 3px;
}


/* breakout box links */

#breakout a
{
	color: #BCCCF6;
}

#breakout a:hover
{
	color: #fff;
}




/* Lower Curve */

#lowercurve
{
	margin-top: 0px;
	background-color: #999;	
	width: 531px;
}


/* Horizontal Divider */

#horizontal-border
{
	height: 20px;
	border-bottom: 1px dotted #c5c5c5;
}



/* Provides Some Vertical Space */
#vspacer
{
	height: 30px;
}



/* Footer */
#footer
{
	text-align: center;
	margin-top: 50px;
}






/* SECTION SPECIFIC */


/* Defs for big buttons */


#button-wrapper
{
	width: 509px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#button-left
{
	float: left;
}

#button-right
{
	float: right;
}











/* CLASSES */




/* 
	Indent Class for when you need to indent a p tag or anything else
	This functions differently to the travel version but does a similar thing,
	except that it's applies specifically rather than to all Ps within sub-container
*/

.indent
{
	margin-left: 15px;
	margin-top: 0px;
}


.niceborders { background-color:#F4F4F3; border-collapse: collapse; border: 1px solid #ffffff; }

.tdbold 
{ 
	background-color:#748EBD;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #fff;
}

.tdbold2 
{ 
	background-color:#8EA8D7;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #fff;
}

.tdbold-top
{ 
	background-color:#eff0f2;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold; 
	color: #302e44;
	background-image: url("/app/myvicinitee/images/portman/table_top.");
	background-repeat: no-repeat;
	height: 25px;
}

.tdbold-bottom
{ 
	background-color:#eff0f2;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold; 
	color: #302e44;
	background-image: url("/app/myvicinitee/images/portman/table_bottom.");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 25px;
}

/*
	Links
*/

.tdbold2 a:link, a:active
{
	color: #383858;
	text-decoration: underline;
}


.tdbold2 a:hover
{
	color: #fff;
	text-decoration: none;
}

.tdbold2 a:visited
{
	color: #333;
	text-decoration: underline;
}


