﻿/*=TOC
	
	Contents
	-----------------------------------
	=Global
	=Page Structure
	=Header
	=Footer
	=Side Menu
    =Main Content
    =Home
    =Map
    =Events
    =Register
    =Properties
    =Ajax
    =Simple Chart
    =FAQ
    =Admin
    =Invite
    =Help

	Colors
	-----------------------------------
	palest blue	#cfedee		grids etc
	pale blue	#a6dbe4		replaced with 0098c8
	lt blue		#0098c9
	blue		#04659f
	lt yellow	#fff6ce
	yellow		#ffec95
	dk yellow	#ffd100
	
	brown		#646451		text
	dk brown	#575447		dark text
	beige		#F3ECC4		page bg
	tan			#E0D9B8		box border
	
	
	unused:
	orange		#ffcc52
	dk orange	#e68c00		link on light
*/

/*
	...................................
	=Global
	...................................
*/

body {
    line-height:20px;
    color:#000;
    background-color:#F3ECC4;
    height:100%;
    font-size:11px;
}
 
html {height:100%}


p {
	display:block;
	margin: 1.12em 0;
}

.fatb {
	border:10px solid #E0D9B8;
}

.nb {border:0 !important;}

.infobox {
	border:2px solid #ffd100;
	padding:10px;
	margin:20px 0;
}

.tab {
	padding:15px;
	}


	.subtext {
		font-size:11px;
		margin-top:3px;
		color:#666;
	}


/*
	...................................
	=Page Structure
	...................................
*/

#container {
	width:800px;
	margin:0 auto;
	position:relative;
	background:#FFF;
	border:2px solid #ffcc52;
	border-top:0;
	}


/*
	...................................
	=Header
	...................................
*/

#header {
	height:61px;
	background:url(images/header_bgB.jpg) repeat-x;
	position:relative;
	z-index:0;
	}

	#logo {
		position:absolute;
		top:0;
		left:0;
		}

	#header ul {
		margin-left:210px;
		}

	#header li {
		float:left;
		border-left:1px solid #ccc;
		display:block;
		}

			
	#header a:hover, #header li.current {
		background:url(images/menu_bgBy.jpg) repeat-x 0 0;
		color:#000;
		}
		
		#header li a:link, #header li a:visited {
			color:#fff;
			text-decoration:none;
			font-size:16px;
			font-family:Tahoma;
			line-height:61px;
			height:61px;
			padding:0 15px;
			display:block;
			white-space:nowrap;
			}

		#header li:hover a:link, #header li:hover a:visited,
		#header li.current a:link, #header li.current a:visited {
			color:#000;
			}

		.loginbox {
			position:absolute;
			right:0;
			top:61px;
			}

/*
	...................................
	=Footer
	...................................
*/

#footer {
	margin-top:2em;
	margin-bottom:0em;
	font-size:12px;
	padding:5px 45px;
	/*background-color:#E0D9B8;*/
}
