a:link {
	color: #0000FF; 
	text-decoration: none;
}
a:visited {
	color: #0000FF; 
	text-decoration: none;
}
a:hover {
	color: #F00000; 
	text-decoration: none;
}



.statetable {
    border-spacing: 5px;
	line-height: 16pt;
    width: 730px;
	margin: 0em 0em 0em 0em;
	border: black 1px;
}

.malltable {
    border-spacing: 5px;
	line-height: 16pt;
	margin: 0em 0em 0em 0em;
	border: black 1px;
}

.staterow {
    font-size: 24px;
	line-height: 24pt;
    color: white;
    background-color: #88ACFA;
}

.row0 {
    background-color: #FFFFFF;
}

.row1 {
    background-color: #DCE8F3;
}

.title {
    font-weight:normal;
    border-bottom:1px solid #0592d2;
    line-height:16px;
    padding-bottom:10px;
    font-size:18px;
    margin-bottom:10px;margin-top:20px;
    color:#424242;
    font-family:Lato,"Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif
    }

.fieldtitle2 {
    font-weight:normal;
    line-height:18px;
    padding-top:5px;
    font-size:20px;
    margin-bottom:10px;
    margin-top:15px;
    font-family:Lato,"Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif
    }

.fieldtitle {
    font-family:Arial,sans-serif;
    line-height:18px;
    font-size:18px;
    font-weight:bold;
    padding-top:5px;
    margin-top:15px;
}

.fieldtitle-back {
    font-family:Arial,sans-serif;
    border-bottom:none;
    line-height:1.35em;
    padding-bottom:0px;
    font-size:14px;
    font-weight:bold;
    margin-bottom:0px;
    float:left;
    margin-right:5px
}

.fieldcontent {
    color:#666666;
    font-size:14px;
    font-family:Lato,"Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

.fieldcontent2 {
    color:#666666;
    font-size:15px;
    font-family:Lato,"Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

.fieldcontent-back {
    border-bottom:none;
    color:#666666;
    font-size:15px;
    line-height:16px;
    padding-bottom:0px;
    margin-bottom:10px;
    font-weight:normal;
    font-family:Lato,"Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

.nearby {font-size:12px;line-height:14.5px;color:grey;margin-top:3px}
.count {font-size:12px}
.address {font-size:12px}


/* Sidebar */

	#nav:before {
//		line-height: 0.1;
		font-size: 1px;
//		background: transparent url("menu_tr.gif") no-repeat top right;
		margin: 0;
//		height: 9px;
		display: block;
		border-bottom: 1px solid #ddd;
//		content: url("key-point_tl.gif");
	}
	#nav {
//		background: #E0E9E9 url("menu_back.gif") right repeat-y;
	}
	#nav:after {
		display: block;
		padding-top: 0;
		line-height: 0.1;
		font-size: 1px;
//		content:  url("key-point_bl.gif");
		margin: 0 0 0 0;
//		height: 8px;
//		background: transparent url("menu_br.gif") scroll no-repeat bottom right ;
		border-top: 1px solid #fff;
	}
	
	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav {
		margin-bottom: 0em;
	}	
	#nav li {
		display: inline;
		padding: 0;
		margin: 0;
		font-size: 10pt;
	}
	
	#nav li span { /* used for un-linked menu items */
		display: block;
		padding: 4px 4px 8px;
		font-weight: bold;
//		color: #666;
		font-size: 16pt;
	}

	#nav li span#configParent, #nav li span #configuration {
		display: inline;
		font-weight: normal;
		padding: 0;
	}
	
	#nav li a {
		display: block;
		padding: 4px 10px;
		text-decoration: none;
		background: #EDF2F2;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		border-right: 1px solid #ddd;
		font-size: 12pt;
	}

	#nav li a:hover {
		background: #E8E8E8;
	}
	
	#nav li li span { /* used for un-linked menu items */
		padding: 4px 8px 4px 20px;
	}
	
	#nav li li a {
		padding: 6px 8px 6px 20px;
	}
	