/* -----	Navigation Related     ----- */

div.navContainer {
float:left;
}
div.nav {
	border:0px solid red;
	margin-top:13px;
	margin-left:10px;
}
div.nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:12px;
}
div.nav ul ul {
	display:none;
}
div.nav li {
	margin:0px;
	padding:0px;
	line-height:37px;
	background:url(appProxy/nav/liBg.gif) bottom no-repeat;
}
div.nav li a {
	text-decoration:none;
	color:white;
	background:url(appProxy/nav/aBg.png) 10px 13px no-repeat;
	display:block;
	padding-left:28px;
}
div.nav li.selected a {
		
}

/* Rounded Corners */
div.nav {
	background:url('appProxy/nav/lineBg.gif') repeat-y top left;
	width:189px;
} div.nav div.navigationBg {
	background:url('appProxy/nav/bg.gif') no-repeat 1px 1px;
}
div.nav div.topLine {
	background:url(appProxy/nav/stroke.gif) repeat-x top;
}
div.nav div.bottomLine {
	background:url(appProxy/nav/stroke.gif) repeat-x bottom;
}
div.nav div.topLeft {
	background:url(appProxy/nav/topLeft.gif) top left no-repeat;
}
div.nav div.topRight {
	background:url(appProxy/nav/topRight.gif) top right no-repeat;
}
div.nav div.bottomLeft {
	background:url('appProxy/nav/bottomLeft.gif') bottom left no-repeat;
}
div.nav div.bottomRight {
	background:url(appProxy/nav/bottomRight.gif) bottom right no-repeat;
	width:189px; height:250px;	
}

a.signUp {
	display:block;
	background:url(appProxy/nav/signUpBtn.gif) no-repeat;
	width:195px; height:55px;
	margin:8px 0 0 7px;
	color:#633b0f;
	font-size:24px;
	text-decoration:none;
	text-align:left;
	text-indent:30px;
	line-height:53px;
}
ul.signOpt
{
	margin:0px;
	margin-left:7px;
	padding:0px;
	list-style-type:none;
	width:195px;
	text-align:center;
	
}
ul.signOpt li
{
	margin:0px;
	padding:0px;
	display:inline;
	font-size:11px;
	color:#633B0F;
}
ul.signOpt li a
{
	text-decoration:none;
	color:#633B0F;	
}


/* -----	Map Related     ----- */

div.mapContainer {
	margin-top:13px;
	float:right;
	padding-right:30px;
	width:203px;
}
div.mapContainer h1 {
	display:none;
}

div.mapContainer span.topLeft, 
div.mapContainer span.topRight, 
div.mapContainer span.bottomLeft, 
div.mapContainer span.bottomRight {
	display:block;
} 

div.mapContainer span.topLeft {
	background:#c6b88b url(appProxy/map/topLeft.gif) top left no-repeat;
}
div.mapContainer span.topRight {
	background:url(appProxy/map/topRight.gif) top right no-repeat;
	
}
div.mapContainer span.bottomLeft {
	background:url(appProxy/map/bottomLeft.gif) bottom left no-repeat;
}
div.mapContainer span.bottomRight {
	background:url(appProxy/map/bottomRight.gif) bottom right no-repeat;
	padding-bottom:8px; padding-top:8px;
}
div.mapContainer div.content {
	background:transparent;
}
