body
{
	background: #CCFFFF;
	font-size: large;
	font-family:Trebuchet MS;
}

a
{
	color:#07a;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a img
{
	border:0px;
}

a:visited
{
	color: Blue;
}



/* Main Container of everything. */
#main
{
	margin-right:200px;	/* To fit the banners on the right */
}

#main #city
{
	position:absolute;
	top:20px;
	float:right;
	width:830px;
	background:url(../pics/city.jpg) no-repeat;
	height:120px;
	float: right;
}

#main #logo
{
	margin-left:50px;
}

#breadcrumbs
{
	margin-top:5px;
	font-size: small;
	text-align: left;
}

/* -------------------------------- Main Round Box ------------------------------ */
#liquid-round
{
	margin-top:-45px;
	margin-left:25px;
	background:#fff url(../pics/leftside.jpg) repeat-y left top;
}

.top
{
	height:20px;
	background:url(../pics/top.jpg) no-repeat left top;
}

.top span
{
	display:block;
	position:relative;
	height:25px;
	background:url(../pics/top-right.jpg) no-repeat right top;
}

.center-content
{
	position:relative;
	background: url(../pics/rightside.jpg) repeat-y right top;
	padding:5px 10px 10px 0px;
	margin:-5px 0 -25px 25px;
}

.center-content h1
{
	font-size:2em;
	padding-top:0px;
	font-weight : bolder;
	padding-bottom:0px;
	color:#0099CC;
}

.center-content h2
{
	font-size:1.5em;
	padding-top:10px;
	font-weight : bolder;
	padding-top:0px;
	padding-bottom:0px;
}

.center-content h3
{
	font-size:1em;
	padding-top:10px;
	font-weight : bolder;
	padding-top:0px;
	margin-bottom:0px;
}

.center-content li
{
	margin-left:15px;
}

.center-content .advertise-here
{
	width:95%;
	text-align:right;
}

.bottom
{
	/*width:100%;*/
	margin-left:25px;
	height:20px;
	background:url(../pics/bottom.jpg) no-repeat left bottom;
}

.bottom span
{
	display:block;
	position:relative;
	height:20px;
	background:url(../pics/bottom-right.jpg) no-repeat right top;
}

#rightcontent
 {
		text-align:center;
		position: absolute;
		float:right;
		right:40px;
		top:177px;
		width:150px;
}

div .footer
{
	font-size: small;
	padding: 20px 0;
	margin-left:25px;
}

div.footer ul
{
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 24%;
}

div.footer ul.first
{
	text-indent: 40px;
}

div.footer ul ul
{
	float: none;
	font-weight: normal;
	width: 100%;
}

div .copyright
{
	clear:both;
	padding-top:2em;
	text-align:center;
}

/* Used to show overview of all cities */
#cityAlphaHeadline
{
	text-align:center;
	font-size:large;
	padding:10px;
}

/* For messages */
.alert
{
	margin : 5px;
	margin-right:40px;
	background: #fff6bf url(../pics/alert.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.info
{
	margin : 5px;
	margin-right:40px;
	background: #f8fafc url(../pics/info.gif) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

.question
{
	margin : 5px;
	margin-right:40px;
	background: #f8fafc url(../pics/question.gif) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

/* -------------------- Forms ----------------------------------*/
form label
{
	width: 12em;
	text-align: left;
	float: left;
}

/* Form fields / AJAX stuff */
.formFieldHidden
{
	display:none;
}

.formFieldError
{
	display:inline; /* block*/
	color: #ff0000; /* Red */
	margin-left:20px;
	background: #fff6bf url(../pics/alert.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	font-size:small;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

/* Used for AJAX Spinners */
.AJAXIconHide
{
	display:none;
	padding:0px;
	margin:0px;
}

.AJAXIconShow
{
	display:inline;
	padding:0px;
	margin:0px;
}

/* --------------------- Auto Completer ------------------------------------*/
div.autocompleter-loading
{
	float:					left;
	clear:					right;
	background:				#fff url(../pics/ajax-loader-small.gif) no-repeat center;
	width:					20px;
	height:					16px;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #eee;
	background-color:			white;
	border-right-color:			#ddd;
	border-bottom-color:			#ddd;
	text-align:				left;
	font-family:				Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
}

ul.autocompleter-choices li
{
	position:				relative;
	padding:				0.1em 1.5em 0.1em 1em;
	cursor:					pointer;
	font-weight:				normal;
	font-size:				0.8em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight:			bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}

/* ----------------- MooTools Tool Tips -------------- */
.tool-tip
{
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title
{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../pics/bubble.png) top left;
}

.tool-text
{
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../pics/bubble.png) bottom right;
}

.custom-tip
{
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title
{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text
{
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
/* ----------------- MooTools Tool Tips END -------------- */