*{margin:0;padding:0;border:none;outline: none;}

body {
	color: #FFF;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 0.75em;
	margin: 0;
	background: #3E859B;
}

html>body { *background: #347B92 !important;}

a {
	outline: none;
	color: #FFF;
	text-decoration: underline;
}

.plain {text-decoration:none !important;border:0 !important;}

.img {padding: 10px;}

.clear {clear: both !important;}


#wrap {
	width:  800px;
	height: 100%;
	margin: 0 auto;
	margin-top: 1.75em;
	background: #999;
	margin-bottom: 3.5em;
}

#BG_wrap {display: block; height: 100%;/*IE 7 FIX*/}

/*============================================================  HEADER AND BANNER */

#header {
	width:  796px;
	height: 175px;
	padding-bottom: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
}
#header img.logo {
position: absolute;
	margin: 15px 0 0 20px;
}

/* home button */
#home_button {
	display: block;
	width: 5em;
	height: 17px;
	position: absolute;
	margin-left: 720px;
	margin-top: 11px;	
	padding: 3px 0 3px 0;
	background: #00546C;
	text-align: center;
	background: #333;
}


#home_button a{
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#header p.site_name {display: none;}


/*============================================================  PAGE TITLE AND IMAGE */

#title {
	display: block;
	padding-top: 120px;
	padding-right: 25px;
	_padding-right: 10px !important;
	width: 64em;
	text-align: right;
}


 /* displays PNG title in IE7+FF and TXT title in IE6 */
#title p {
	width: 9em;
	font-size: 4em;
	color: #FFF;
	display: none;	_display: block !important;
}
#title img {float: right; display: block; _display: none !important;}

	
/*============================================================  FOOTER CONTENT AND MENU SYSTEM */

#footer_menu {
	width:  796px;
	height: 6.5em;
	border: 2px solid #FFF;
	background: transparent;
	clear:both;
}

/*============================================================  CLASSES */

/* spacer between main content and footer */
.spacer {
	display: block;
	width:  800px;
	height: 1.5em;
	background: #3E859B;
}

/* IE7 background colour fix */
html>body .spacer { 
 *background: #347B92 !important;	
}

/* small curved corners UNUSED */
.menu_curves_t {
	display: block;
	height: 5px;
	position: absolute;
	background: transparent url(../images/Menu_Curve_TR.png) no-repeat top right;
	_background: url(../images/Menu_Curve_TR.gif) no-repeat top right !important;
}
.menu_curves_b {
	display: block;
	height: 5px;
	position: absolute;
	margin-bottom: 5px;
	background: transparent url(../images/Menu_Curve_BR.png) no-repeat top right;
	_background: transparent url(../images/Menu_Curve_BR.gif) no-repeat top right !important;
}

/* curved corners for main DIVs */
.wrap_curves_t {
	display: block;
	height: 13px;
	width:  800px;
	position: absolute;
	background: transparent url(../images/Wrap_Curve_TR.png) no-repeat top right;
	_background: transparent url(../images/Wrap_Curve_TR.gif) no-repeat top right !important;
	clear:both;
}
.wrap_curves_b {
	display: block;
	height: 13px;
	width:  800px;
	position: absolute;
	margin-top: -13px;
	background: transparent url(../images/Wrap_Curve_BR.png) no-repeat top right;
	_background: transparent url(../images/Wrap_Curve_BR.gif) no-repeat top right !important;
}

/* remove borders */
.noborder {
	border: 0 !important;
}



/*============================================================  DYNAMIC PAGE COLOUR CHANGES */

#Gold #home_button {background: transparent url(../images/Gold_Button_Background.png) repeat top left;}
#Gold #back_button {background: transparent url(../images/Gold_Button_Background.png) repeat top left;}
#Gold #wrap {background: #963E05 url(../images/Background_Orange.jpg) no-repeat top left;}


#Blue #home_button {background: transparent url(../images/Blue_Button_Background.png) top left; background-repeat:no-repeat;}
#Blue #back_button {background: transparent url(../images/Blue_Button_Background.png) repeat top left;}
#Blue #wrap {background: #2E748C url(../images/Background_Blue.jpg) no-repeat top left;}


#content {
	width: 776px;
	height: auto;
	padding: 0 10px 0 10px;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	background: transparent;
}


.main_content,
.center_content,
.right_content {
	color: #FFF;
	display: block;
	margin-right: 2px;
	padding: 0;
	min-height: 100px;
	}

.blank_content {clear: both;width:770px;}

.main_content a:hover {text-decoration: underline;}

.main_content p {
	font-size: 13px;
	padding: 5px 10px 10px 35px;
	line-height: 125%;
}

.main_content h1 {
	font-size: 18px;
	display: block;
	margin-left: 5px;
	padding: 10px 5px 5px 30px;
	background: transparent url(../images/Heading_Arrow.gif) no-repeat left 10px;}
	
.main_content h2 {
	font-size: 16px;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 10px 20px 5px 30px;
	background: transparent url(../images/Heading_Arrow_Blue.gif) no-repeat left 10px;}

h2.heading_arrow {
	font-size: 16px;
	display: block;
	margin-left: 5px;
	padding: 10px 20px 5px 30px !important;
	background: transparent url(../images/Heading_Arrow_Blue.gif) no-repeat left 10px;}
	
.main_content h2 a{
	float: right;
	font-weight: normal;
	font-size: 10px;
	padding-right: 10px;
}
	
.main_content h3 {
	font-size: 14px;
	padding-left: 35px;
	padding-right: 5px;
}

.right_content p,
.center_content p {
	padding: 10px 10px;
	letter-spacing: 0.025em;
	font-size: 13px;
	line-height: 125%;
}

.right_content h1,
.center_content h1 {
	font-size: 18px;
	padding: 10px 10px;
}

.right_content h2,
.center_content h2 {
	font-size: 16px;
	padding: 10px 10px;
}

.right_content h3,
.center_content h3 {
	font-size: 14px;
	padding: 10px 10px;
}

.right_content h4,
.center_content h4 {
	font-size: 14px;
	padding: 10px 10px;
}

.right_content h5,
.center_content h5 {
	font-size: 14px;
	padding: 10px 10px;
}

img.imgheader {padding: 10px 5px 5px 30px;}

ul {padding: 5px 10px 10px 45px;}
ol {padding: 5px 10px 10px 45px;}




/* DYNAMIC CONTENT AREAS */


/*============================================================  BLANK PAGE	*/

/* CONTENT AREA */
.blank .main_content {overflow:visible;background: #3E859B;min-height: 0; *height: 0;}

.blank .main_content p {padding: 10px;}
	
.blank .main_content h2 {margin-left: 5px; padding: 10px 5px 5px 30px;}

.blank .main_content h3 {padding-left: 35px; padding-right: 5px;}
*:first-child+html .blank .main_content {overflow:visible;min-height: auto; *height: auto;}



/*============================================================  3 COLUMNS - WHATS ON GUIDE */

/* LEFT CONTENT AREA */
.three_columns #BG_wrap {background: transparent url(../images/3_Columns_BG.gif) repeat-y top left !important;}

.three_columns .main_content,
.three_columns .center_content,
.three_columns .right_content	{width: 256px; float: left; }

.three_columns .blank_content {display: none;}




/*============================================================  35% ON LEFT, 65% RIGHT - HISTORIC ST AUSTELL */

/* LEFT CONTENT AREA */

.thirtyfive_sixtyfive #BG_wrap {background: transparent url(../images/35_65_BG.gif) repeat-y top left !important;}

.thirtyfive_sixtyfive .main_content {width: 288px; float: left; overflow-y: auto;}

/* RIGHT CONTENT AREA */
.thirtyfive_sixtyfive .right_content {width: 480px; float: left; overflow-y: auto;}




/*===========================================================  65% ON LEFT, 35% RIGHT - BUSINESS DIRECTORY  */

/* LEFT CONTENT AREA */

.sixtyfive_thirtyfive #BG_wrap {background: transparent url(../images/65_35_BG.gif) repeat-y top left !important;}

.sixtyfive_thirtyfive .main_content {width: 480px; float: left; overflow-y: auto;}

/* RIGHT CONTENT AREA */
.sixtyfive_thirtyfive .right_content {width: 288px; float: left;}

.sixtyfive_thirtyfive .blank_content {display: none;}





/*================================================================== 50% 50% - WHATS ON GUIDE */

/* LEFT CONTENT AREA */
.fifty_fifty #BG_wrap {background: transparent url(../images/50_50_BG.gif) repeat-y top left !important;}

.fifty_fifty .main_content {width: 386px; float: left;}

/* RIGHT CONTENT AREA */
.fifty_fifty .right_content {width: 386px; float: left;}

.fifty_fifty .blank_content {display: none;}





/*=========================================================================== MEDIA CENTRE */

.scroll #BG_wrap {background: transparent url(../images/Scroll_BG.gif) repeat-y top left !important;}
.scroll .main_content {width: 528px; height: 336px; float: left; overflow-y:auto;}
.scroll .right_content {width: 240px; float: left;}
.scroll .blank_content {display: none;}


 /* =============== WHATS ON GUIDE PAGE properties =============== */
 .whats_on_guide_page .main_content {height: 312px; overflow:auto; overflow-x:hidden; overflow-y: auto;}
 

/* =============== SHOPPING GUIDE properties =============== */
.shopping_guide_page .blank_content {display: block;}


/* =============== REGENERATION properties =============== */
.regeneration_page .blank_content {display: block;}


/* =============== GETTING LISTED properties =============== */
.getting_listed .right_content {padding: 0px;}

.getting_listed .right_content table{padding: 5px; width: 100%;}
.getting_listed .right_content table td {padding: 2px 10px 5px 10px;}
.getting_listed .right_content table .col_1 { width: 120px;}
.getting_listed .right_content table .col_3 { width: 50px;}
.getting_listed .right_content textarea { margin-left:10px;}

.getting_listed .right_content  input,
.getting_listed .right_content select,
.getting_listed .right_content textarea {
	background: #D5F0F7;
	border: 1px solid #F0FAFC;
}

.getting_listed .right_content  input:focus,
.getting_listed .right_content  select:focus,
.getting_listed .right_content textarea:focus,
.getting_listed .right_content  input:hover,
.getting_listed .right_content  select:hover,
.getting_listed .right_content textarea:hover {
	background: #FFF;
	border: 1px solid #107493;
}

.getting_listed .right_content  input.bssubmit {
	margin-left: 150px;
	width:75px;	height:21px;
	padding:0 13px 2px 0;border:0;
	color: #FFF;
	cursor:pointer;
	font-weight: bold;font-size: 11px;
	font-family: Century Gothic, Arial, sans-serif;
	background: transparent url(../images/submit_blue.gif) no-repeat bottom left;
}

.getting_listed .right_content input.bssubmit:hover {
	border:0;
	background: transparent url(../images/submit_gold.gif) no-repeat bottom left;
}


/* =============== CONTACT PAGE properties =============== */
 #contact_form fieldset {
	margin: 0px;
	padding: 0px;
}

#contact_form p {
	margin: 10px 0;
	padding: 0px;
}

#contact_form {
	width: 300px;
	margin-left: 75px;
	padding-bottom: 10px;
	background: transparent transparent url(../images/mail.gif) 220px 50px no-repeat;
}

#contact_form legend {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding-top: 5px;
}

#contact_form label {float: left;}

#contact_form input {
	float: right;
	background: #D5F0F7;
	border: 1px solid #F0FAFC;
}

#contact_form textarea {
	float: right;
	width: 230px;
	height: 100px;
	background: #D5F0F7;
	border: 1px solid #F0FAFC;
}

#contact_form textarea:focus,
#contact_form input:focus,
#contact_form textarea:hover,
#contact_form input:hover {
	background: #FFF;
	border: 1px solid #107493;
}

#contact_submit input {
	float:right;
	width:75px;	height:21px;
	margin: 10px 0 0 0; padding:0 13px 2px 0;border:0;
	color: #FFF;
	cursor:pointer;
	font-weight: bold;font-size: 11px;
	font-family: Century Gothic, Arial, sans-serif;
	background: transparent url(../images/submit_blue.gif) no-repeat bottom left;
}

#contact_submit input:hover {
	border:0;
	background: transparent url(../images/submit_gold.gif) no-repeat bottom left;
}


 /* =============== SITE_MAP PAGE properties =============== */
ul#siteMap {
	padding: 10px 0px 10px 75px;
	height: auto;
	width: auto;
}

ul#siteMap ul {
	padding: 5px 0 2px 50px;
}

ul#siteMap li {
	list-style: url(../images/li_page.gif);
	margin: 5px 0;
}
ul#siteMap li a {
	font-weight:normal;
	font-size: 17px;
	margin:0;padding:0;
	text-decoration:none;
}

ul#siteMap li a:hover {text-decoration:underline;}





/* --- SITE SEARCH properties --- */
div#ssForm {
	padding: 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #30768F;
	background: #7ECCE0;
	border-top: 2px solid #B2CED7;
	border-bottom: 2px solid #B2CED7;
}

div#ssForm:hover,
div#ssForm:focus  {
	color: #8E6300;
	background: #FFB200;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

div#ssForm form {margin: 0;padding: 0;}
div#ssForm input {vertical-align: middle;float:none;}

p.ssResultsTitle {
   font-size: 20px;
   font-weight: normal;
   padding: 5px 10px;
}

p.ssResultsTitle,
div#ssBadWords {display:none;}

p.ssNumberMatches {font-style: italic;}

p.ssPageTitle {	
	font-size: 18px;
	font-weight: normal;
	padding: 7px 3px 0px 10px;
	border-top: 1px dashed #87BACF;
}

p.ssPageTitle a{
	text-decoration: none;
	border-bottom: 0px !important;
}

p.ssPageTitle span.ssMatchedWord {
	font-weight: normal;
	text-decoration:underline;
	color: #FFF;
	padding: 0 2px 0 1px;
}

p.ssPageSnippet span.ssMatchedWord {
	font-weight: normal;
	text-decoration:underline;
	color: #FFF;
	padding: 0;
	background: transparent;
}

p.ssPageSnippet, p.ssPageTitle {background: #2A6F87;}
p.ssPagePath {margin-bottom: 20px;}
span.ssHits {font-weight: normal;font-size: 12px;}

p.ssPageSnippet {
	letter-spacing: 1px;
	padding: 5px 10px 5px 10px;
}

p.ssPagePath {
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 1px dashed #87BACF;
	padding: 6px 10px 7px 30px;
	overflow:hidden;
	background: #28687E url(../images/li_page.gif) no-repeat 2px center;
}

p.ssPagePath a {text-decoration:none;}
p.ssPagePath a:hover {text-decoration:underline;}


 /* =============== BUSINESS DIRECTORY properties =============== */
 
#searchContainer table {text-align:right;margin-left: 10px;}

#searchContainer p {
	text-align:left;
	padding: 0px 2px 0px 5px;
	font-weight: normal;
	font-size: 15px;
}

#searchContainer input {
	width: 212px;
	margin: 0 0 10px 0px;
	background: #D5F0F7;
	border: 1px solid #F0FAFC;
}
#searchContainer select {
	margin: 0 0 10px 0;
	background: #D5F0F7;
	border: 1px solid #F0FAFC;
}

#searchContainer input:focus,
#searchContainer select:focus,
#searchContainer input:hover,
#searchContainer select:hover {
	background: #FFF;
	border: 1px solid #107493;
}

#searchContainer input.bssubmit {
	width:75px;	height:21px;
	padding:0 13px 2px 0;border:0;
	color: #FFF;
	cursor:pointer;
	font-weight: bold;font-size: 11px;
	font-family: Century Gothic, Arial, sans-serif;
	background: transparent url(../images/submit_blue.gif) no-repeat bottom left;
}

#searchContainer input.bssubmit:hover {background: transparent url(../images/submit_gold.gif) no-repeat bottom left;}

#searchContainer p a {font-size: 12px; padding: 2px 2px;}

.listing{
	margin: 0px 5px;
	border-bottom: 1px solid #C0C0C0;
	padding: 5px 5px 5px 35px;
	line-height: 160%;
}

.listingPremium{
	margin: 0 auto;
	border: 1px solid black;
	border-bottom: 2px solid black;
	padding: 5px;
	font-weight: bold;
	background-color: #FEF2D6;

}

.listing h5, .listingPremium h5{margin: 0px;font-size: 1.25em; font-weight: normal;}
.listing .type, .listingPremium .type{color: #FFB517;font-weight: bold;}

.listingIcons{
	float: right;
	position: relative;
	top: -20px;
	right: 15px;
	color: blue;
	text-decoration: none;
}


/* =============== NEWS properties =============== */
.communication {padding: 20px 5px 50px 0px;}

.communicationFileimg {
	float:left;
	margin: 0 0 0 35px;
}
.communicationFiletxt {
	margin: 3px 5px 3px 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	float:left;
}

.communicationFilesize {
	clear:left;
	color: #B8D0DA;
	font-size: 9px !important;
	width: 100px;
	text-align:center;
	float:left;
	padding: 0 !important;
	margin: 2px 0 0 35px !important;
}


/* =============== HOMEPAGE business directory =============== */

#business_categories
{
	text-align: right;
	border:0px solid #fff;
	padding-right:20px;
	padding-bottom:5px;
	background-image: url(../images/businessDivBg.jpg);
}
