body 
{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666;
	background-color: #fff;
	margin-top: 0px;
	padding-top: 0px;
}

td { 
	font-family: verdana, arial, helvetica, sans-serif;  
	font-size: 11px; 
	color: #666666 }

h1
{
	font-weight: normal;
	font-size: 12pt;
	margin-top: 0px;
	padding-left: 3px;
	color: #fff;
}

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: #5daee1;
	text-decoration: underline;
}


a:hover
{
	color: #0054a6;
	text-decoration: none;
}

a:visited
{
	color: #333;
	text-decoration: underline;
}










/* STRUCTURAL DEFS */


#container
{
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}



/* Main page container */

#content
{
	float: right;
	width: 531px;
	margin-top: 0px;
	padding-right: 0px;
}


/* Main page content container */

#content-container
{
	width: 531px;
	margin: 0px;
	padding: 0px;
}





/* Section Title - What's On, Shops & Services etc */

#section-title
{
	height: 45px;
	margin-top: 0px;
	padding-top: 0px;
}

#section-title h1
{
	float: left;
	padding-left: 0px;
	padding-top: 15px;
	font-family: arial, sans-serif;
	color: #0054a6;
	font-size: 1.7em;
	margin-bottom: 0px;
}

/* End Section Title */



/* 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 main colored area */

#heading h2
{
	color: #fff;
	padding-top: 5px;
	margin-bottom: 0px;
}







/* 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;
}



/*
	Standard images
*/

img
{
	border: none;
}







/* HOMEPAGE SECTION SPECIFIC */


/* Main wrapper*/

#homepage-wrapper
{
	width: 710px;
	padding-left: 0px;
}


#top-graphic
{
	padding-top: 1px;
}


/* Promo box wrapper */

#promo-items-wrapper
{
	margin-top: 14px;
	margin-bottom: 34px;
}


/* Promo Items */

#promo1
{
	float: left;
	margin-right: 17px;

}

#promo2
{
	float: left;
	margin-right: 17px;
}

#promo3
{
	float: left;
	margin-right: 17px;
}

#promo4
{
	float: left;
}


/* Area below promo items */

#lower-wrapper
{
	width: 700px;
	padding-left: 5px;
}

#news
{
	float: left;
	width: 340px;
	border-right: 1px dotted #999;
}

#welcome
{
	float: right;
	width: 340px;
	padding-right: 10px;
}

#news h1
{
	color: #6caedf;
	padding-left: 0px;
	font-family: arial, sans-serif;
	font-size: 1.2em;
}

#welcome h1
{
	color: #6caedf;
	padding-left: 0px;
	font-family: arial, sans-serif;
	font-size: 1.2em;
}














/* 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:#748EBD;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #fff;
	background-image: url("/app/myvicinitee/images/stmaryaxe/table_top.gif");
	background-repeat: no-repeat;
	height: 25px;
}

.tdbold-bottom
{ 
	background-color:#748EBD;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #fff;
	background-image: url("/app/myvicinitee/images/stmaryaxe/table_bottom.gif");
	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;
}

/* My Comment */


