@charset "utf-8";
/* CSS Document */

body {
width: 950px;	
}

#topnav {
	width:100%;
	background-color:#000;
/*	height:2em; */
}

#topnav ul {
	width:100%;
	padding: 3px 0 3px 0;
}

#topnav ul li {
	color: #FFF;
	display:inline;
	padding: 5px;
	margin-right:40px;
	font-weight:bold;
}

#topnav ul li a {
	text-decoration:none;
	color:#FFFFFF;
}

#topnav ul li a:hover {
	color:#CFF;
}

#slideshow {
	width:737px;
	height:315px;
}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	
	/* 2 Column (left menu) settings */
	.leftmenu {
		background: #FFF;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:80%;			/* right column width */
		background:#DCF1EA;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:79%;			/* right column content width */
		left:101%;			/* 100% plus left column left padding */
       /* background: #0F9; */
	}

	.leftmenu .col1 .city {
	width:95%;
	float:left;
	}

	.leftmenu .col1 .city ul {
		width:100%;
		margin:0;
		padding:0;
	}
	.leftmenu .col1 .city ul li {
		list-style-type: none;		
	}
	

	.leftmenu .col2 {
		width:18%;			/* left column content width (column width minus left and right padding) */
		left:2%;			/* (right column left and right padding) plus (left column left padding) */
/*		background:#FF3;  */
	}
	

	
	.leftmenu .city ul {
		width:100%;
		margin-left:20px;

	}
	
	.leftmenu .city ul li {
		list-style-type: none;
		padding:10px;
	}
	

#contactmain {
	float:left;
	width:30%;
}

#map {
	float:left;
	width: 220px;
}

.interior {
	border: medium solid #930;
	padding: 5px;
	margin: 10px;
	
}

#exterior {
	background-color:#DCF1EA;
}#starburst {
	height: 200px;
	width: 200px;
	position: fixed;
	visibility: visible;
	z-index: 1;
	top: 215px;
	left: 720px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#homestarswidget {
	height: 300px;
	width: 300px;
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

