/* CSS Document by sondroyo communications group 2007 */

body {
	margin: 0;
	padding: 0;
	}
	
#top {
	background-color: #F9C958;
	}

#topAndBottom {
	border-top: 5px solid #C3650C;
	border-bottom: 5px solid #C3650C;
	background-color: #FFE490;
	}
	
#justTop {
	border-top: 5px solid #C3650C;
	background-color: #F2A149;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 18px;
	padding-top: 5px;
	}
	
.under a {
	color: white;
	text-decoration: none;
	border-bottom: dotted #ffffff 1px;
	}
	
.under a:hover {
	color: white;
	text-decoration: none;
	border-bottom: dotted #C3650C 1px;
	}

#bottom {
	background-color: #F2A149;
	}
	
.noUnder {
	text-decoration:none;
	border-bottom: dotted red 0;
	}
	
/*for popup window*/
#brief {
	background-color: white;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: black;
	padding: 20px;
	}

#brief a {
	color: black;
	/*text-decoration: none;
	border-bottom: dotted #CF7B0F 1px;*/
	}
	
#brief a:hover {
	color: black;
	text-decoration: none;
	/*border-bottom: dotted black 1px;*/
	}
	
	
/* map pages, obviously*/
/*yes, I am being personal in my css - just a present for whomever reads these comments next*/

#mapPage {
	background-color: #F2A149;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 18px;
	padding-top: 5px;
	}
	
#mapPage a {
	color: white;
	/*text-decoration: none;
	border-bottom: dotted #CF7B0F 1px;*/
	}
	
#mapPage a:hover {
	color: white;
	text-decoration: none;
	/*border-bottom: dotted black 1px;*/
	}