@charset "utf-8";



/* 	= = = = = = = = = = = = = = = = = = = = =
	HTML TAG STYLES															
	Defines appearance of basic HTML tags 										
 	= = = = = = = = = = = = = = = = = = = = =	*/


body {
	 background: #515257 url('/_media/bkg/body.jpg') top left repeat-x;
}
	

body, td, th {
	font: 13px/1.8em Arial, Helvetica, sans-serif;
	color: #ffffff;
}
	
	
input, select, textarea {
	font: bold 11px/1.2em Arial, Helvetica, sans-serif;
	color: #4e84c4;
	border: none;
	padding: 2px;
}


option {
	padding: 0 10px;
}
	
	
p {
	margin-bottom: 1.2em;
}

	
h1 {
	font: 28px/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.6em;
	color: #575734;
}

	
h2 {
	font: 20px/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .4em;
	margin-top: 1.2em;
	color: #111b69;
}

	
h3, dt {
	font: 16px/1.2em Georgia, "Times New Roman", Times, serif;
	margin: .4em 0 .2em 0;
	color: #305097;
}
	
	
h4 {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	color: #575734;
}

	
h5 {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 0;
}

	
h6 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: .4em;
}
	
	
ul, ol, dl {
	margin-bottom: 1.2em;
}

ul ul {
	margin: 0;
}
	
	
a, a:link, a:visited {
	color: #ffffff;
}

	.melbourne a:link, .melbourne a:visited { color: #4E84C4; }
	.merritt a:link, .merritt a:visited { color: #4E84C4; }
	
a:hover, a:active {
	color: #fefe98 !important;
}

	.melbourne a:hover, .melbourne a:active { color: #1C2674 !important; }
	.merritt a:hover, .merritt a:active { color: #1C2674 !important; }


blockquote {
	font-size: 14px;
	font-style: italic;
	margin: 8px 0 1.2em 0;
	line-height: 1.6em;
}


sup {
	font-size: 60%;
	line-height: 0;
}

hr {
	color: #A5B2BA;
	background: #A5B2BA;
	margin: 20px 10px 20px 0;
	
}
	
	.melbourne hr { color: #ABD1B1; background-color: #ABD1B1; }
	.merritt hr { color: #F0F090; background-color: #F0F090; }
	.palmbay hr { color: #ADC547; background-color: #ADC547; }
	.viera hr { color: #578025; background-color: #578025; }



/* 	= = = = = END HTML TAG STYLES = = = = =	*/




/* 	= = = = = = = = = = = = = = = = = = = = =
	GLOBAL CSS CLASSES															
	Defines basic CSS classes for general purposes										
 	= = = = = = = = = = = = = = = = = = = = =	*/


.incomplete {
	background: #ffff00;
	color: #a00000;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	line-height: 1em;
	font-size: 11px;
	border: 1px dotted #a00000;
	margin: 2em 0;
}


.required {
	color: #A00000 !important;
}


.asterisk {
	color: #fefe98;
	vertical-align: top;
	margin: .2em;	
}


.fineprint {
	font-size: 75%;
	line-height: 1.4em;
	margin-bottom: 1.8em;
}


.emphasize {
	font-size: 120%;
	line-height: 1.6em;
}


.note {
	font-size: 85%;
	font-style: italic;
	line-height: 1.8em;
}


.last {
	background: none !important;
	border: none !important;	
}


a.close {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
	background: url('/_media/nav/close.gif') top left no-repeat;
	text-indent: -9999px;
	float: right;
}

	a.close:hover {
		background-position: bottom left !important;
	}
	
	
.tour360 {
	width: 568px;
	height: 75px;
	margin: 8px 48px;
	position: relative;
	background: url('/_media/nav/360.png') top left no-repeat;
}

	.tour360 .thumblinks {
		font-size: 10px;
		position: relative;
		display: block;
		z-index: 2;
		float: right;
		right: 12px;
		top: 10px;
	}
	
	.tour360 .thumblinks img {
		border: 1px solid #ffffff;
		margin: 1px;
	}
	
	.tour360 .thumblinks a:hover img {
		border: 2px solid #ffffff;
		margin: 0;
	}


input.submit {
	padding: 1px 4px;
	color: #FEFEAE;
	background: #4e84c4;
	cursor: pointer;
	font-size: 12px;
	.padding: 3px 4px 2px 4px;
}

#mb-udiju-udiju	{
	width: 150px;
}

.show {
	display: block !important;
}


.hide {
	display: none !important;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear {
	clear: both;
}


.contentcol.left {
	float: left;
	clear: left;
	width: 48%;
}


.contentcol.right {
	float: right;
	clear: right;
	width: 48%;
}


.subtitle {
	color: #111b69;
}


.button {
	text-align: center;
}

.button a {
	padding: 6px 12px;
	color: #FFFFFF !important;
	background: #4e84c4;
	text-decoration: none !important;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #95B5DC;
}

.button a:hover {
	color: #fefe98 !important;
}

dd.center {
	text-align: center;
}

.jumplink {
}

	.jumplink a, .jumplink a:link, .jumplink a:visited {
		background: #101A68;
		color: #D4DBE0;
		display: block;
		text-align: center;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-decoration: none;
		line-height: 1.6;
		padding: 4px;
	}
	
	.jumplink a:hover, .jumplink a:active {
		background: #3C5362;
	}
	
	.jumplink strong {
		color: #ffffff;
	}



/* 	= = = = = END GLOBAL CSS CLASSES = = = = =	*/




/* 	= = = = = = = = = = = = = = = = = = = = =
	REUSABLE FORM CLASSES															
	Generic, reusable CSS Classes for
	form elements
 	= = = = = = = = = = = = = = = = = = = = =	*/

.form {
	line-height: 1em;
	background: #8da4b2;
	border: 1px solid #a5b2ba;
	padding: 16px 16px 8px 16px;
	margin: 1.8em 0 1.8em 0;
}

	.melbourne .form 						{ background-color: #CFEBD3; border-color: #F1FCF3; }
	.merritt .form 							{ background-color: #FFFFC6; border-color: #FFFFFF; }
	.palmbay .form 							{ background-color: #D0E366; border-color: #F2FA93; }
	.viera .form 							{ background-color: #7AA738; border-color: #AAD656; }

	.form label {
		color: #E6EBED;
		font-weight: bold;
	}
	
	.melbourne .form label					{ color: #111B69; }
	.merritt .form label					{ color: #111B69; }
	.palmbay .form label					{ color: #111B69; }
	.viera .form label						{  }

	.form input, .form textarea {
		border: 1px solid #95B5DC;
		padding: 3px;
	}

	.form .row {
		clear: both;
		margin-bottom: .4em;
		overflow: hidden;
		height: 1%;
	}
	
	.form .row.input {
	}
	
		.form .row.input label {
			display: block;
			float: left;
			width: 160px;
		}
		
		.form .row.input input {
			display: block;
			float: left;
			width: 250px;
		}
		
	.form .row.textarea {
	}
	
		.form .row.textarea label {
			display: block;
			float: left;
			width: 160px;
		}
		
		.form .row.textarea textarea {
			display: block;
			float: left;
			width: 250px;
		}
		
	.form .row.submit {
		text-align: center;
	}
	
	.form input.submit {
		padding: 6px 24px;
	}


/* 	= = = = = END FORM CLASSES = = = = =	*/




/* 	= = = = = = = = = = = = = = = = = = = = =
	RESUABLE ELEMENT CLASSES															
	CSS Classes for reusable/repeating elements
	with a set structure										
 	= = = = = = = = = = = = = = = = = = = = =	*/


.callout {
	width: 459px;
	background: #8da4b2 url('/_media/bkg/callout-top.gif') top left no-repeat;
	margin-bottom: 25px;
	overflow: hidden;
	zoom: 1;
}

		.callout .calloutinner {
			background: url('/_media/bkg/callout-btm.gif') bottom left no-repeat;
			padding: 8px 12px 12px 12px;
			overflow: hidden;
			zoom: 1;
		}




.widget {
	width: 140px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

		.widget img {
			display: block;
		}
		
		.widget a {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 140px;
			height: 180px;
			overflow: hidden;
			text-indent: -9999px;
		}
		
		.widget a:hover {
			background-position: bottom left !important;
		}
	
		.melbourne .widget a 	{ background: url('/_media/frames/widget-melbourne.png') top left no-repeat; }
		.merritt .widget a 		{ background: url('/_media/frames/widget-merritt.png') top left no-repeat; }
		.palmbay .widget a 		{ background: url('/_media/frames/widget-palmbay.png') top left no-repeat; }
		.viera .widget a 		{ background: url('/_media/frames/widget-viera.png') top left no-repeat; }
		.corporate .widget a 	{ background: url('/_media/frames/widget-corporate.png') top left no-repeat; }
	
	
	
	
.slideshow {
}

		.slideshow .controls {
			margin: 1.2em 0 .6em 0;
			padding: 0;
			list-style-type: none;
			overflow: hidden;
			height: 1%;
		}
		
		.slideshow .controls li {
			position: relative;
			margin: 0 4px;
			padding: 0;
			float: left;
		}
		
		.slideshow .controls li.prev{
			left: 180px;
			_left: 175px;
		}
		
		.slideshow .controls li.next {
			float: right;
			right: 180px;
			_right: 175px;
		}
		
		.slideshow .controls li.view {
			margin-left: 108px;
		}
		
		.slideshow .controls a {
			display: block;	
			text-indent: -9999px;
			background-position: top left;
			background-repeat: no-repeat;
		}
		
		.slideshow .controls a:hover {
			background-position: bottom left !important;
		}
		
		.slideshow .controls li.prev a {
			background-image: url('/_media/nav/tour-prev.gif');
			width: 31px;
			height: 24px;
			font-size: 1px;
			line-height: 1px;
		}
		
		.slideshow .controls li.next a {
			background-image: url('/_media/nav/tour-next.gif');
			width: 31px;
			height: 24px;
			font-size: 1px;
			line-height: 1px;
		}
		
		.slideshow .controls li.view a {
			width: 137px;
			height: 24px;
			text-indent: -9999px;
			background-image: url('/_media/nav/viewgallery.gif');
		}
		
		.slideshow .viewer {
			width: 435px;
			height: 326px;
			overflow: hidden;
			position: relative;
		}
		
		.slideshow .viewer .enlarge {
			width: 435px;
			height: 326px;
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			background: url('/_media/frames/viewer.png') top left no-repeat;
			text-indent: -9999px;
		}
		
		.slideshow .viewer .viewerimg {
			display: block;
		}
		
		
	

.gallery {
	margin-bottom: 1.8em;
	overflow: hidden;
	height: 1%;
}

		.gallery .titlebar {
			background: #8da4b2;
			border: 1px solid #a5b2ba;
			padding: 4px 8px;
			overflow: hidden;
			height: 1%;
			margin-bottom: 1.8em;
		}
		
		.gallery .titlebar h2 {
			font-size: 16px;
			font-weight: bold;
			float: left;
			line-height: 1.4em;
			margin: 0;
		}
		
		.gallery .titlebar label {
			font-size: 11px;
			font-weight: bold;
			margin-right: 10px;
		}
		
		.gallery .titlebar .row {
			margin: 0;
			float: right;
			line-height: 1.2em;
			clear: none;
		}
		
		.gallery #chooseSelect {
			width: 150px;
			border: 1px solid #3F6590;
		}
		
		.gallery #chooseSubmit {
			width: 39px;
			height: 25px;
			border: none;
			background: url('/_media/bkg/go.png') top left no-repeat;
			text-indent: -9999px;
			cursor: pointer;
		}
		
		.gallery #chooseSubmit:hover {
			background-position: bottom left !important;
		}
		
		.gallery .thumbset {
			margin: 0;
			padding: 0 40px;
			_padding: 0 30px;
			list-style-type: none;
		}
		
		.gallery .thumbset li {
			position: relative;
			float: left;
			margin: 8px;
			padding: 0;
		}
		
		.gallery .thumbset a.thumb, .thumb a {
			width: 130px;
			height: 130px;
			overflow: hidden;
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			text-indent: -9999px;
		}
	
		.gallery .thumbset a.thumb:hover, .thumb a:hover {
			background-position: bottom left !important;
		}
		
		.gallery .thumbset img {
			display: block;
		}
		
		.gallery .thumbset .caption {
			display: block;
			text-align: center;
			font-weight: bold;
			font-size: 11px;
		}
		
		.gallery .thumbset .caption a {
			text-decoration: none;
		}
	
		.corporate .gallery .thumbset a.thumb, .corporate .thumb a 	{ background: url('/_media/frames/thumb-corporate.png') top left no-repeat; }
		.melbourne .gallery .thumbset a.thumb, .melbourne .thumb a	{ background: url('/_media/frames/thumb-melbourne.png') top left no-repeat; }
		.merritt .gallery .thumbset a.thumb, .merritt .thumb a		{ background: url('/_media/frames/thumb-merritt.png') top left no-repeat; }
		.palmbay .gallery .thumbset a.thumb, .palmbay .thumb a 		{ background: url('/_media/frames/thumb-palmbay.png') top left no-repeat; }
		.viera .gallery .thumbset a.thumb, .viera .thumb a 			{ background: url('/_media/frames/thumb-viera.png') top left no-repeat; }
		
		.melbourne .gallery .titlebar 							{ background-color: #CFEBD3; border-color: #F1FCF3; }
		.merritt .gallery .titlebar 							{ background-color: #FFFFC6; border-color: #FFFFFF; }
		.palmbay .gallery .titlebar 							{ background-color: #D0E366; border-color: #F2FA93; }
		.viera .gallery .titlebar 								{ background-color: #7AA738; border-color: #AAD656; }




.search {
	margin-bottom: 1.8em;
	overflow: hidden;
	height: 1%;
}

		.search .terms {
			font-size: 11px;
			color: #DFEEFF;
			float: left;
			margin-bottom: .4em;
		}
		
		.search .results {
			font-size: 11px;
			color: #DFEEFF;
			float: right;
			margin-bottom: .4em;
		}
		
		.search .titlebar {
			background: #8da4b2;
			border: 1px solid #a5b2ba;
			padding: 4px 8px;
			overflow: hidden;
			height: 1%;
			margin-bottom: 1.8em;
			clear: both;
		}
		
		.search .titlebar .pagination {
			font-size: 12px;
			font-weight: bold;
			padding: 0;
			margin: 0;
			list-style-type: none;
			float: left;
			line-height: 1.4em;
		}
		
		.search .titlebar .prev, .search .titlebar .next {
			font-size: 14px;
			line-height: 1em;
		}
		
		.search .titlebar .pagination li {
		float: left;
		padding: 0;
		}
		
		.search .titlebar .pagination a {
			text-decoration: none;
			display: block;
			padding: 5px;
		}
		
		.search .titlebar .pagination .selected a {
		 color: #101A68;
		}
		
		.search .titlebar .limit label {
			font-size: 11px;
			font-weight: bold;
			margin-right: 10px;
		}
		
		.search .titlebar .limit .row {
			margin: 0;
			float: right;
			line-height: 1.2em;
			clear: none;
		}
		
		.search #chooseLimit {
			width: 110px;
			border: 1px solid #3F6590;
		}
		
		.search #chooseSubmit {
			width: 39px;
			height: 25px;
			border: none;
			background: url('/_media/bkg/go.png') top left no-repeat;
			text-indent: -9999px;
			cursor: pointer;
		}
		
		.search #chooseSubmit:hover {
			background-position: bottom left !important;
		}
		
		.search .result {
		}
		
		.search .result .title {
			display: block;
			font: 16px/1.2em Georgia, "Times New Roman", Times, serif;
			margin-bottom: .4em;
		}
		
		.search .result .title a {
			color: #111b69;
			text-decoration: none;
		}
		
		.search .result .text {
			display: block;
			margin-bottom: .2em;
			font-style: italic;
		}
		
		.search .result .url {
			display: block;
			font-size: 11px;
		}
		
		.search .result .url a {
			text-decoration: none;
			color: #DFEEFF;
		}
		
		.search .result .highlight {
			font-weight: bold;
			color: #111b69;
		}
		
	


.full {
	width: 260px;
	height: 260px;
	overflow: hidden;
	float: right;
	margin: 0 0 24px 32px;
	position: relative;
}
		
		.full img {
			display: block;
		}
		
		.full .frame {
			display: block;
			position: absolute;
			width: 260px;
			height: 260px;
			left: 0;
			top: 0;
			background: url('/_media/frames/fullimg-corporate.png') top left no-repeat;
		}
		
		.melbourne .frame 	{ background-image: url('/_media/frames/fullimg-melbourne.png'); }
		.merritt .frame 	{ background-image: url('/_media/frames/fullimg-merritt.png'); }
		.palmbay .frame 	{ background-image: url('/_media/frames/fullimg-palmbay.png'); }
		.viera .frame 		{ background-image: url('/_media/frames/fullimg-viera.png'); }
		



.map {
}

	.map iframe{
		display: block;
		width: 480px;
		height: 360px;
		border: 4px solid #ABD1B1;
		margin: 1.8em 0 0 0;
	}
	
	.map a:link, .map a:visited {
		display: block;
		color: #111b69;
		font-size: 11px;
		text-align: center;
		text-decoration: none;
	}

.tabs,
.tablinks {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	.tabs LI {
		float: left;
		margin: 0px 3px -1px 0px;
		padding: 0px;
	}
	
	.tabs LI A {
		float: left;
		line-height: normal;
		padding: 0px 0px 0px 10px;
		color: #3A4B56 !important;
		background: transparent url(../nav/tabs.png) no-repeat left top;
		text-decoration: none !important;
	}
	
	.tabs LI A:active,
	.tabs LI A:hover { 
		color: #E6ECEE !important;
		background-position: left -60px;
	 }
	 
	.tabs LI A:active SPAN,
	.tabs LI A:hover SPAN { 
		background-position: right -60px;
	 }
	
	.tabs LI A SPAN {
		float: left;
		padding: 5px 10px 5px 0px;
		background: url(../nav/tabs.png) no-repeat right top;
		cursor: pointer;
	}
	
	.melbourne .tabs LI A SPAN { background-color: #B4DCBA; }
	.merritt .tabs LI A SPAN { background-color: #FEFE98; }
	.palmbay .tabs LI A SPAN { background-color: #B6D04B; }
	.viera .tabs LI A SPAN { background-color: #5C8727; }
	
	.tabs LI.current A {
		color: #FFFFFF !important;
		background-position: left -120px;
	}
	
	.tabs LI.current A SPAN {
		background-position: right -120px;
	}
	
	
.datatable {
	margin: .2em 0 .8em 0;
	background: #778D9A;
	border: 1px solid #91A5B2;
	border-collapse: separate;
}

	.datatable td, .datatable th {
		font-size: 12px;
		line-height: 1.4em;
		padding: 4px 20px 4px 4px;
	}
	
	.datatable th {
		border-bottom: 1px solid #91A5B2;
		font-weight: bold;
	}
	
	.datatable td {
		border-right: 1px solid #8499A6;
		border-bottom: 1px solid #8499A6;
	}
	
	.datatable tr.nodivide td {
		border-bottom: none;
	}
	
	.datatable th {
		background: #4E84C4;
		padding: 4px 20px 4px 4px;
	}

	.datatable .label {
		font-weight: bold;
	}
	



/* 	= = = = = END REUSABLE ELEMENT CLASSES = = = = =	*/




/* 	= = = = = = = = = = = = = = = = = = = = =
	GLOBAL TEMPLATE STYLES															
	IDs defining the basic shell and layout
	of the site	global to all pages							
 	= = = = = = = = = = = = = = = = = = = = =	*/


#wrapper {
	width: 990px;
	margin: 0 auto;
	background: url('/_media/bkg/wrapper.png') top left repeat-y;
}


#shadow {
	width: 970px;
	margin: 0 auto;
	background: url('/_media/bkg/shadow.png') top left no-repeat;
	padding: 0 10px;
}


#header {
	height: 226px;
	position: relative;
	overflow: hidden;
	background: #1c2674;
}


#location {
	height: 53px;
}

		#location .choose {
			float: left;
			margin: 0;
			width: 235px;
			height: 53px;
			overflow: hidden;
			text-indent: -9999px;
			background: url('/_media/titles/location-choose.gif') top left no-repeat;
		}
	
		#location .nav {
			list-style-type: none;
			float: left;
			padding: 0;
			margin: 0;
			height: 53px;
		}
		
		#location .nav li {
			padding: 0;
			float: left;
		}
		
		#location .nav a:link, #location .nav a:visited {
			display: block;
			width: 152px;
			height: 53px;
			background-position: top left;
			background-repeat: no-repeat;
			text-indent: -9999px;
		}
		
		#location .nav a:hover, #location .nav a:active {
			background-position: bottom left !important;
		}
		
		#location .nav .home a {
			width: 127px !important; 
			background-image: url('/_media/nav/home.gif');
		}
		
		#location .nav .melbourne a		{ background-image: url('/_media/nav/melbourne.gif'); }
		#location .nav .merritt a 		{ background-image: url('/_media/nav/merritt.gif'); }
		#location .nav .palmbay a		{ background-image: url('/_media/nav/palmbay.gif'); }
		#location .nav .viera a			{ background-image: url('/_media/nav/viera.gif'); }
	
		
#logo {
	clear: both;
	float: left;
	width: 227px;
	height: 183px;
	background: url('/_media/bkg/logo.gif') top left no-repeat;
	margin-top: -10px;
}

	#logo a {
		display: block;
		text-indent: -9999px;
		width: 227px;
		height: 183px;
	}
	

#masthead {
	float: left;
	width: 616px;
	height: 173px;
	overflow: hidden;
}

		#masthead img, #masthead object {
			display: block;
		}


#tools {
	float: left;
	width: 127px;
	margin-top: 10px;
}

		#tools .nav {
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		#tools .nav li {
			padding: 0;
			margin: 0 !important;
		}
		
		#tools .nav a:link, #tools .nav a:visited {
			display: block;
			width: 127px;
			background-position: top left;
			background-repeat: no-repeat;
			text-indent: -9999px;
		}
		
		#tools .nav a:hover, #tools .nav a:active {
			background-position: bottom left !important;
		}
		
		#tools .nav .newsletter	a			{ height: 30px; background-image: url('/_media/nav/newsletter.gif'); }
		#tools .nav .search	a				{ height: 30px; background-image: url('/_media/nav/search.gif'); }
		#tools .nav .join a					{ height: 40px; background-image: url('/_media/nav/join.gif'); margin-top: 6px; }
	
		#tools .nav .social		
			{ 
				overflow: hidden;
				zoom: 1;
				padding: 5px 0 0 5px;
			}

		#tools .nav .social a {
			display: block;
			float: left;
			width: 33px;
			height: 33px;
		}


		#tools .nav .social a.facebook		{ background-image: url('/_media/nav/facebook.gif'); margin-right: 7px; }
		#tools .nav .social a.twitter		{ background-image: url('/_media/nav/twitter.gif'); margin-right: 7px; }
		#tools .nav .social a.youtube		{ background-image: url('/_media/nav/youtube.gif'); }

	
#searchbox {
	width: 360px;
	position: absolute;
	top: 121px;
	right: 8px;
	background: #274684;
	border: 1px solid #5b7195;
	padding: 10px;
}

#newsletterbox {
	width: 360px;
	position: absolute;
	top: 80px;
	right: 8px;
	background: #274684;
	border: 1px solid #5b7195;
	padding: 10px;
}

		#searchform {
			clear: both;
			padding-top: 2px;
		}
		
		#searchform #query {
			font-size: 11px;
			width: 300px;
		}
		
		#mb-udiju-udiju {
			font-size: 11px;
			width: 260px;
		}
	
		
#main {
	clear: both;
}


#footer {
	clear: both;
	background: url('/_media/bkg/footer.jpg') top no-repeat;
	text-align: center;
	padding: 16px 108px 16px 16px;
	font-size: 11px;
	line-height: 1.2em;
	color: #e6ebed;
	border-bottom: 1px solid #636468;
	position: relative;
	zoom: 1;
}

		#footer .nav {
		display: inline;
		padding: 0;
		margin: 0;
		list-style-type: none;
		}
		
		#footer .copyright, #footer .address, #footer .phone, #footer .nav li {
			display: inline;
			padding: 0 12px 0 8px;
			background: url('/_media/bkg/divider.gif') right no-repeat;
		}
		
		p.credits {
			position: absolute;
			right: 16px;
			top: 12px;
		}
		
		p.credits a {
			color: #e6ebed;	
		}
		
		.cg-tag {
			font-size: 11px;
			line-height: 21px;
			padding: 2px 25px 2px 0px;
			background: transparent url(../cg_emblem.png) no-repeat right;
		}
		
		
#disclaimer {
	font-size: 11px;
	line-height: 1.2em;
	color: #a4a5ab;
	width: 900px;
	margin: 0 auto;
	padding: 16px;
	text-align: center;
}


/* 	= = = = = END GLOBAL TEMPLATE STYLES = = = = =	*/




/* 	= = = = = = = = = = = = = = = = = = = = =
	PAGE-BASED TEMPLATE STYLES															
	Classes defining the basic shell and layout
	of specific pages on the site						
 	= = = = = = = = = = = = = = = = = = = = =	*/


.home {
}

		.home .col1 {
			float: left;
			padding: 14px 8px 32px 14px;
			width: 463px;
		}
		
		.home .col2 {
			float: right;
			padding: 33px 14px 32px 8px;
			width: 463px;
		}
		
		.home .col3 {
			display: none;
		}
		
		.home #content {
			padding: 24px 12px;
		}
		

.sub {
	overflow: hidden;
	height: 1%;
}

		.sub .col1 {
			float: left;
			padding: 0 0 32px 0;
			width: 227px;
		} 
		
		.sub .col2 {
			float: left;
			padding: 12px 12px 32px 32px;
			width: 519px;
		}
	
		.sub .col3 {
			float: right;
			padding: 125px 19px 32px 19px; 
			width: 142px;
		}
	
		
.wide {
	overflow: hidden;
	height: 1%;
}
		
		.wide .col1 {
			float: left;
			padding: 0 0 32px 0;
			width: 227px;
		}
		
		.wide .col2 {
			float: left;
			padding: 12px 32px 32px 32px;
			width: 679px;
		}
	
		.wide .col3 {
			display: none;
		}

		.melbourne .sub 	{ background: url('/_media/bkg/melbourne-sub.gif') top left repeat-y; }
		.merritt .sub		{ background: url('/_media/bkg/merritt-sub.gif') top left repeat-y; }
		.palmbay .sub		{ background: url('/_media/bkg/palmbay-sub.gif') top left repeat-y; }
		.viera .sub			{ background: url('/_media/bkg/viera-sub.gif') top left repeat-y; }
		.corporate .sub		{ background: url('/_media/bkg/corporate-sub.gif') top left repeat-y; }
	
		.melbourne .wide 	{ background: url('/_media/bkg/melbourne-wide.gif') top left repeat-y }
		.merritt .wide		{ background: url('/_media/bkg/merritt-wide.gif') top left repeat-y; }
		.palmbay .wide		{ background: url('/_media/bkg/palmbay-wide.gif') top left repeat-y; }
		.viera .wide 		{ background: url('/_media/bkg/viera-wide.gif') top left repeat-y; }
		.corporate .wide 	{ background: url('/_media/bkg/corporate-wide.gif') top left repeat-y; }

		.melbourne .sub #content, .melbourne .wide #content	{ color: #000000; } /* #575734 */
		.merritt .sub #content, .merritt .wide #content		{ color: #000000; }
		.palmbay .sub #content, .palmbay .wide #content		{ color: #000000; }
		.viera .sub #content, .viera .wide #content			{ color: #ffffff; }
		.corporate .sub #content, .corporate .wide #content	{ color: #ffffff; }
		
		.melbourne .sub .col3, .melbourne .wide .col3		{ background: url('/_media/bkg/melbourne-col3.gif') top left no-repeat; }
		.merritt .sub .col3, .merritt .wide .col3			{ background: url('/_media/bkg/merritt-col3.gif') top left no-repeat; }
		.palmbay .sub .col3, .palmbay .wide .col3			{ background: url('/_media/bkg/palmbay-col3.gif') top left no-repeat; }
		.viera .sub .col3, .viera .wide .col3				{ background: url('/_media/bkg/viera-col3.gif') top left no-repeat; }
		.corporate .sub .col3, .corporate .wide .col3 		{ background: url('/_media/bkg/corporate-col3.gif') top left no-repeat; }


.splash .col2 {
	min-height: 440px;
	_height: 440px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 35px;
}

	.splash h1 {
		margin-bottom: 30px;
	}

	.splash #content p, .splash #content ul, .splash #content ol, .splash #content dl, .splash #content form {
		padding-left: 240px;
		padding-right: 80px;
	}

	.melbourne .splash .col2 	{ background-image: url('/_media/bkg/splash-melbourne.jpg'); }
	.merritt .splash .col2 		{ background-image: url('/_media/bkg/splash-merritt.jpg'); }
	.palmbay .splash .col2 		{ background-image: url('/_media/bkg/splash-palmbay.jpg'); }
	.viera .splash .col2 		{ background-image: url('/_media/bkg/splash-viera.jpg'); }


/* 	= = = = = END GLOBAL TEMPLATE STYLES = = = = =	*/




/* 	= = = = = = = = = = = = = = = = = = = = =
	PAGE-SPECIFIC ELEMENTS														
	IDs defining self-contained, unique elements 
	specific to certain pages					
 	= = = = = = = = = = = = = = = = = = = = =	*/


#features {
	background: url('/_media/frames/features.jpg') bottom left no-repeat;
	width: 445px;
	height: 352px;
	position: relative;
	padding: 25px 9px 9px 9px;
	overflow: hidden;
}

		#features .nav {
			padding: 0;
			left: 12px;
			top: 0;
			list-style-type: none;
			position: absolute;
			z-index: 10; 
		}
		
		#features .nav li {
			padding: 0;
			float: left;
			text-align: center;
			width: 41px;
			height: 20px;
			line-height: 20px;
			margin-right: 4px;
		}
		
		#features .nav a:link, #features .nav a:visited {
			display: block;
			color: #101a68;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			background: url('/_media/bkg/tab-off.gif') top left no-repeat;
		}
		
		#features .nav a:hover, #features .nav a:active {
			background-position: bottom left !important;
			color: #101a68 !important;
		}
		
		#features .nav li.on a {
			background-image: url('/_media/bkg/tab-on.gif') !important;
		}
		
		#features .feature {
			position: relative;
			margin: 0;
		}
		
		#features .feature img {
			display: block;
		}
		
		#features .feature a {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 445px;
			height: 352px;
			background: url('/_media/frames/feature.png') top left no-repeat;
			text-indent: -9999px;
		}
	

#calendar {
}

	#calendar h2.title-calendar {
		text-align: center;
		margin-bottom: .6em;
		margin-top: 0;
	}

	#calendar dl {
		margin: 0 10px 10px 0;
		font-size: 11px;
		line-height: 1.2em;
		float: left;
		width: 204px;
		overflow: hidden;
		border: 4px solid #ffffff;
	}
	
		#calendar dl.cal-melbourne 		{  }
		#calendar dl.cal-merritt 		{ margin-right: 0; }
		#calendar dl.cal-palmbay 		{ clear: both; margin-bottom: 0; }
		#calendar dl.cal-viera 			{ margin-right: 0;  margin-bottom: 0; }
	
	#calendar dt {
		font-size: 15px;
		padding: 5px 6px 6px 6px;
		margin: 0;
		background: #8499a6;
		color: #111B69;
		border-bottom: 1px solid #ffffff;
	}
	
		#calendar dl.cal-melbourne dt 		{ background: #B4DCBA;  }
		#calendar dl.cal-merritt dt 		{ background: #FEFE98;  }
		#calendar dl.cal-palmbay dt 		{ background: #B6D04B;  }
		#calendar dl.cal-viera dt 			{ background: #7AA738;  }

	#calendar dd {
		background: #B2C1CB;
		padding: 4px 10px 4px 6px;
		border-bottom: 1px solid #ffffff;
		color: #181818;
		white-space: nowrap;
	}
	
	#calendar dd.last {
		background: #B2C1CB !important;
	}
	
	#calendar .time {
		color: #111B69;
		font-weight: bold;
		margin-right: 4px;
	}
	
	#calendar .viewall {
		background: #8499A6;
		border-bottom: none;
		padding: 6px 0 5px 0;
	}
	
	#calendar .viewall .arrow {
		color: #111B69;
		padding: 0 6px 0 8px;
	}
	
	#calendar .viewall a, #calendar .viewall a:link, #calendar .viewall a:visited {
		text-decoration: none;
		
	}
	
	
#tour {
}

		#tour h2.title-tour {
			text-align: center;
			margin: 0;
		}
			
		
#sidenav {
}

		#sidenav h3 {
			width: 227px;
			height: 47px;
			overflow: hidden;
			text-indent: -9999px;
			margin: 0;
		}
		
		#sidenav .nav {
			padding: 0;
			margin: 0;
			list-style-type: none;
			font-size: 14px;
			line-height: 1em;
		}
	
		#sidenav .nav li {
			padding: 0;
			margin: 1px 0 0 0;
			_margin: 0;
		}
		*:first-child+html #sidenav .nav li { margin: 0; } /* IE 7 Bug */
		
		#sidenav .nav a:link, #sidenav .nav a:visited {
			color: #ffffff;
			display: block;
			background: #95b5dc;
			padding: 8px 24px;
			text-decoration: none;
			height: 1%;
		}
		
		#sidenav .nav a:hover, #sidenav .nav a:active, #sidenav .nav a.selected {
			background: #b8cee7 !important;
			color: #565633 !important;
		}
		
		.viera #content h1 						{ color: #ffffff; }
		.corporate #content h1 					{ color: #ffffff; }

		.merritt #sidenav h3 					{ background: url('/_media/titles/merritt-information.gif') top left no-repeat; }
		.melbourne #sidenav h3 					{ background: url('/_media/titles/melbourne-information.gif') top left no-repeat; }
		.viera #sidenav h3 						{ background: url('/_media/titles/viera-information.gif') top left no-repeat; }
		.palmbay #sidenav h3					{ background: url('/_media/titles/palmbay-information.gif') top left no-repeat; }
		.corporate #sidenav h3 					{ background: url('/_media/titles/corporate-information.gif') top left no-repeat; }
	
		.melbourne #sidenav .nav a.selected 	{ background: #b4dcba; font-weight: bold; }
		.merritt #sidenav .nav a.selected 		{ background: #fefe98; font-weight: bold; }
		.palmbay #sidenav .nav a.selected 		{ background: #b6d04b; font-weight: bold; }
		.viera #sidenav .nav a.selected 		{ background: #5c8727; font-weight: bold; }
		.corporate #sidenav .nav a.selected 	{ background: #8499a6; font-weight: bold; }
