﻿/*	
//	--------------------------------------------------
//	Core.css
//	--------------------------------------------------
//	Created By:		C. Davis
//	Created Date:	June 2008
//	--------------------------------------------------
*/
@import url(Reset.css);
@import url(Navigation.css);

html { background-color:#FFF; }

body
{
	height:100%;
	text-align:center;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:62.5%;
	background-color:#FFF;
}
	input, select { font-family:Verdana, Arial, Sans-Serif; }
	
/*
//	-------------------------
//	Site Structure
//	-------------------------
*/
div#wrapperDrop
{
	position:relative;
	display:block;
	width:1008px;
	padding:8px 10px;
	width:988px;
	margin:0px auto;
	background:#FFF url(../IMG/gl_wrapper_drop_bg.gif) repeat-y left top;
}
	div#wrapperSite
	{
		position:relative;
		display:block;
		width:988px;
		padding:0px 8px;
		width:972px;
		text-align:left;
		background:#FFF url(../IMG/gl_wrapper_site_bg.gif) repeat-y left top;
	}
		div#navigation
		{
			position:relative;
			display:block;
			width:972px;
			height:40px;
			background:#390 url(../IMG/gl_navigation_bg.jpg) no-repeat left top;
			z-index:1000;
		}
		div#corporateLogo
		{
			position:relative;
			display:block;
			width:972px;
			height:180px;
			background:#DADADA url(../IMG/gl_corporate_logo_bg.jpg) no-repeat left top;
		}
		div#banner
		{
			position:relative;
			display:block;
			width:972px;
			padding:0px 8px;
			width:956px;
			height:400px;
			background:url(../IMG/gl_banner_bg.jpg) no-repeat left top;
		}
		div#logos
		{
			position:relative;
			display:block;
			width:972px;
			padding:0px 8px;
			width:956px;
			height:116px;
		}
		div#content, div#contentBody, div#contentPane
		{
			min-height:400px;
			height:auto !important;
			height:400px;
		}
		div#content
		{
			position:relative;
			display:block;
			width:972px;
			padding:0px 8px;
			width:956px;
		}
		/* ---- Two Column ---- */
		div#contentBody
		{
			width:600px;
			padding:0px 8px;
			width:584px;
			float:left;
			border-top:solid 4px #BDBEC0;
		}
		div#contentPane
		{
			width:372px;
			float:right;
			border-top:solid 4px #BDBEC0;
		}
		/* ---- */
		div#wrapperFooter
		{
			clear:both;
			position:relative;
			display:block;
			width:972px;
			padding:16px 0px 8px 0px;
		}
div#footerDrop
{
	position:relative;
	display:block;
	width:1008px;
	height:10px;
	margin:0px auto;
	background:url(../IMG/gl_footer_drop_bg.gif) no-repeat left top;
}
		
/*
//	-------------------------
//	Text Styles
//	-------------------------
*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li { font-family:Verdana, Arial, Sans-Serif; }

h1 { margin:16px 0px; }

h2, h3, h4, h5, h6, p { margin:8px 0px; }

h1 { font-size:2.0em; }
h2 { font-size:1.8em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.2em; font-weight:bold; }
h6 { font-size:1.0em; }

p { font-size:1.1em; line-height:1.8em; }

strong { font-weight:bold; }

ul li { list-style:square outside; font-size:1.1em; padding:4px; margin:4px 16px; }

ol li { list-style:decimal outside; font-size:1.1em; padding:4px; margin:4px 16px 4px 32px; }
ol li ol li { list-style:lower-alpha outside; font-size:1.0em; margin:4px 16px 4px 32px; }
ol li ul li { list-style-type:none; font-size:1.0em; margin:4px 16px }

div#content a, div#contentBody a, div#contentPane a
{
	color:#555;
}
							
/*
//	-------------------------
//	Footer
//	-------------------------
*/
table.footer
{
	width:972px;
}
	table.footer td
	{
	}
	table.footer td.footerCellLink { width:243px; text-align:center; }
	table.footer td.footerCellLogo, td.footerCellLogoNoBorder { width:243px; text-align:center; }
	table.footer td.footerCellLogoNoBorder { background:none; }
	
	table.footer td.footerCellCredit { text-align:center; font-size:1.0em; color:#888; }
	
	a.creditLink { color:#888; }
	a.creditLink:link, a.creditLink:active, a.creditLink:visited { text-decoration:none; }
	a.creditLink:hover { text-decoration:underline; }
	
	a.footerLink { font-size:1.1em; font-weight:bold; line-height:1.4em; color:#555; }
	a.footerLink:link, a.footerLink:active, a.footerLink:visited { text-decoration:none; }
	a.footerLink:hover { text-decoration:underline; }
	/*.footerLinkTitle { text-transform:uppercase; font-weight:bold; text-decoration:none; }*/
	
/*
//	-------------------------
//	Home
//	-------------------------
*/
div.lordMayorQuote
{
	padding:16px 16px;
}
table.lordMayorQuote
{
	width:768px;
}
	table.lordMayorQuote td.profilePicture
	{
		width:128px;
		vertical-align:top;
	}
	table.lordMayorQuote td.lQuotes, table.lordMayorQuote td.rQuotes
	{
		width:64px;
	}
	table.lordMayorQuote td.lQuotes { background:url(../IMG/hm_lquotes.gif) no-repeat right top; }
	table.lordMayorQuote td.rQuotes { background:url(../IMG/hm_rquotes.gif) no-repeat left bottom; }
	table.lordMayorQuote td.quote
	{
		width:512px;
		padding:16px;
		width:480px;
	}
	h1.hm_quote
	{
		font-size:1.7em;
		font-style:italic;
		color:#555;
	}

/*
//	-------------------------
//	Enquiry Form
//	-------------------------
*/
div.enquiryWrapper
{
	width:584px;
	padding:12px 16px;
	width:552px;
	border:solid 1px #BDBEC0;
	background-color:#F0F0F0;
	margin:0px 0px;
}
	table.enquiryForm
	{
		width:100%;
	}
		table.enquiryForm td { padding:4px 0px; vertical-align:top; }
		table.enquiryForm td.label, table.enquiryForm td.terms, table.enquiryForm td.error
		{
			font-size:1.1em;
		}
		.enquiryFormValidation { font-size:1.1em; color:#C00; }
		.enquiryFormInput { font-size:1.1em; width:192px; }
		.enquiryFormText { font-family:Verdana, Arial, Sans-Serif; font-size:1.1em; width:384px; }
		.enquiryFormSubmit { font-size:1.1em; width:96px; }
		
/*
//	-------------------------
//	Dynamic Content
//	-------------------------
*/
div#sponsorLogo
{
	position:relative;
	display:block;
	width:584px;
	padding-top:16px;
}
div.heroImage, div.galleryImage
{
	position:relative;
	display:block;
	text-align:center;
	border:solid 8px #FFF;
	margin:16px auto 0px auto;
	background-color:#FFF;
}
div.heroImage
{
	width:340px;
}
div.galleryImage
{
	width:240px;
}
div.heroImage p, div.galleryImage p
{
	font-size:1.0em;
	font-style:italic;
	color:#555;
}

.websiteUrl
{
	font-size:1.1em;
	color:#000;
}

.nomFormDownload
{
	text-decoration:none;
}

/*
//	-------------------------
//	Winners
//	-------------------------
*/
div.winnerWrapper
{
	width:238px;
	padding-right:8px;
	width:230px;
	min-height:330px;
	float:left;
	/*background:url(../IMG/aw_wrapper_winner_bg.gif) no-repeat left top;*/
	
}
	table.winnerSummary
	{
		width:230px;
		background-color:#F8F8F8;
		border-bottom:solid 1px #B0B0B0;
	}
		table.winnerSummary td.title
		{
			width:230px;
			padding:12px 8px;
			width:214px;
			font-size:1.1em;
			font-weight:bold;
			color:#555;
		}
		table.winnerSummary td.image
		{
		
		}
		table.winnerSummary td.link
		{
			padding:12px 8px;
		}
			a.winnerSummaryLink
			{
				text-decoration:none;
				font-size:1.1em;
				line-height:1.6em;
				color:#555;
			}
			.winnerSummaryLinkName
			{
				font-size:12px;
				font-weight:bold;
			}
			
/*
//	-------------------------
//	News and Media
//	-------------------------
*/
table.articleList
{
	width:584px;
	background-color:#F0F0F0;
}
	table.articleList td { vertical-align:top; border-top:solid 1px #CCC; }
	table.articleList td.releaseDate
	{
		width:160px;
		padding:0px 8px;
		width:144px;
	}
	table.articleList td.summary
	{
		padding:0px 8px 0px 0px;
	}
	span.articleTitle
	{
		font-weight:bold;
		color:#555;
	}

/*
//	-------------------------
//	Dynamic Content
//	-------------------------
*/
table.keyDates
{
	width:584px;
}
	table.keyDates td { vertical-align:top; padding:0px 8px; }
	table.keyDates td.date { width:200px; }
	table.keyDates td.info { width:384px; }
	
/*
//	-------------------------
//	Buy a Table
//	-------------------------
*/
.buyTable
{
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}


/*
//  ---------------------------------
//  Awards
//  ---------------------------------
*/
div.award-image { float: right; padding-left:10px; padding-top: 8px }
div.award-title { font-size: 1.4em; font-weight: bold; padding-top: 15px }
div.award-winner { font-size:1.1em; line-height:1.8em; font-weight: bold }
div.award-wrapper { margin: 20px 0px 20px 50px; }


table.categoriesHome
{
	width:950px;
}

	table.categoriesHome td { vertical-align:middle; padding:10px 10px 10px 10px; }
	table.categoriesHome td.image { width:200px; text-align:center; }
	table.categoriesHome td.name { width:284px; }
	
	
	
.homeHeader
{
	background: url(../IMG/greenbanner.jpg) no-repeat right top;
	width: 230px;
	height: 27px;
	color: White;
	font-size: 13px;	
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	font-family: Verdana, Arial;
}


/*	
//	--------------------------------------------------
//	WIDGETS
//	--------------------------------------------------
*/
div.wrapper-widget
{	
	position:relative;
	display:block;
	width:295px;
}
	div.news-widget-head, div.news-widget-item, div.map-widget-head, div.property-widget-head
	{
		position:relative;
		display:block;
		width:295px;
		padding:8px 6px;
		width:283px;
	}
	div.news-widget-head, div.map-widget-head, div.property-widget-head
	{
		font-size:1.1em;
		font-weight:bold;
		color:#FFF;
		text-transform:uppercase;
		background:#e38c25 no-repeat left top;
	}
	div.news-widget-body
	{
	
	}
	
	div.map-widget-head
	{
		text-decoration:none;	
		cursor: pointer;
		cursor: hand;
	}
		
	div.map-widget-head a
	{
		font-weight:bold;
		color:#FFF;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	div.map-widget-body a:hover
	{
		text-decoration:underline;
	}
	
		div.news-widget-item
		{
			background:#FFF url(../IMG/news_widget_item_bg.jpg) repeat-x left bottom;
		}
			a.news-widget-item-link
			{
				font-size:1.1em;
				color:#666;
				text-decoration:none;
			}
			a.news-widget-item-link:hover
			{
				text-decoration:underline;
			}
	div.property-widget-body
	{
		background:#92CF40 url(../IMG/property_widget_body_bg.jpg) repeat-x left top;
		width:295px;
		
		color:#FFF;
		font-size:1.1em;
		
		padding:0px 6px;
		width:283px;
		
		overflow:auto;
	}
		div.property-widget-button
		{
			width:90px;
			height:20px;
			float:right;
			margin:8px 0px;
			
			text-align:center;
			line-height:20px;
			font-size:10px;
			background:#000 url(../IMG/property_widget_button.gif) repeat-x left top;
		}
			div.property-widget-button a
			{
				color:#FFF;
				text-decoration:none;
				text-transform:uppercase;
			}


/* ---- MEDIA CENTRE > HOME ---- */
div.media-panel
{
	width:295px;
	margin-top:0px;
	padding-top:0px;
}
	div.media-panel .wrapper-widget
	{
	}
	div.media-panel .news-widget-head
	{
		background:#FFF url(../IMG/media-panel-head-bg.gif) no-repeat left top;
	}
	div.media-panel .news-widget-body
	{
	}
	div.media-panel .news-widget-item
	{
		background:#FFF url(../IMG/media-panel-item-bg.gif) no-repeat left bottom;
	}
	div.media-panel-footer
	{
		width:228px;
		padding:9px 8px;
		width:212px;
		border-left:solid 1px #DDD;
		border-right:solid 1px #DDD;
		border-bottom:solid 1px #DDD;
		text-align:left;
	}
		.media-panel-link
		{
			font-size:108%;
			font-weight:bold;
			font-family:Arial, Sans-Serif;
			text-decoration:none;
		}
		

.homeTable
{
	padding: 4px 4px 4px 4px;
}		


/*	
//	--------------------------------------------------
//	Text Image Rotator Classes
//	--------------------------------------------------
*/
.text-image-rotator-wrapper { text-align: center }
.text-image-rotator-wrapper:hover { cursor: pointer; cursor: hand; }
.text-image-rotator-title { color:#FFF; font-size:1.8em; font-weight: bold  }
.text-image-rotator-subtitle { color:#777777; font-size:1.0em; text-align: left; padding-left: 5px }
.text-image-rotator-image {  }
.text-image-rotator-footer { color:#777777; font-size:1.0em; text-align: right; padding-right: 5px; text-transform: capitalize; }


			div#content ul
			{
				font-size:1.1em;
				color:#666;
				margin:12px 18px 12px 36px;
			}
			div#content ul li
			{
				list-style-type:square;
				list-style-position:outside;
				margin:6px 0px;
				line-height:1.8em;
			}
			
			div#content ol
			{
				font-size:1.1em;
				color:#666;
				margin:12px 18px 12px 36px;
			}
			div#content ol li
			{
				list-style-position:outside;
				margin:4px 0px;
				line-height:1.8em;
			}

/*	
//	--------------------------------------------------
//	Registration Form
//	--------------------------------------------------
*/
div#wrapper-reg-form
{
	background-color:#F0F0F0;
	margin:16px;
	border:solid 1px #CCC;
	padding:0px 8px;
}
	table.reg-form
	{
		
	}
		table.reg-form th
		{
			font-size:1.8em;
			padding:12px 0px;
		}
		table.reg-form td 
		{
			padding:3px 0px;
		}
		table.reg-form td.label
		{
			font-size:1.1em;
		}
		table.reg-form td.reg-form-attendees-container
		{
			padding:3px 0px;
		}
		table.reg-form td.reg-form-submit
		{
			padding:8px 0px;
		}
		.reg-form-input { font-size:11px; width:240px; border: solid 1px #727272; padding: 1px 1px 1px 1px; }
		.reg-form-text  { font-size:11px; width:240px; font-weight: bold; padding: 1px 1px 1px 1px; }
		.reg-form-attendeed-input { font-size:11px; width:120px; border: solid 1px #727272; padding: 1px 1px 1px 1px; }
		.reg-form-select { font-size:11px; width:40px; }
		.reg-form-submit-button { font-size:11px; width:260px; height:28px; }
		.reg-form-error { font-size:1.1em; color:#C00; }
			table.reg-form-attendees
			{
				background-color:#FFF;
				border:solid 1px #CCC;
			}
				table.reg-form-attendees td
				{
					padding:4px 8px;
					font-size:1.1em;
				}
			
			.reg-form-attendees li
			{
			    color: #000000;
			    font-size:8pt;
			    line-height: 1.8em;
			}
			
			
			


/* ---- NEWS ---- */
table.article-list
{
	width:726px;
	margin-left:8px;
}
	table.article-list td
	{
		vertical-align:top;
		border-bottom:solid 1px #DDD;
		border-top:solid 1px #DDD;
		padding:8px 0px;
	}
	table.article-list td.release
	{
		width:140px;
	}
	table.article-list td.summary
	{
		width:500px;
	}
	table.article-list td.image
	{
		width:86px;
	}
	table.article-list p
	{
	}
		.article-list-title
		{
			font-weight:bold;
		}
	table.article-list a.article-link
	{
	
	}
		table.article-list a.article-link:hover
		{
		
		}		
		
		
div.clear
{
	line-height:0px;
	height:0px;
	clear:both;
}

.hide
{
    visibility: hidden;
    display:none;
}


.show
{
    visibility: visible;
    display: inherit;
}

.clickable
{
    cursor: hand;
    cursor: pointer;
}	


#nomination-forms {margin-left: 36px}
#nomination-forms th,
#nomination-forms td {padding: 4px 16px}
#nomination-forms th {font-weight:bold;font-size:1.2em}
#nomination-forms td:first-child {padding-right: 100px}


