body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../images/greyDot.gif);
	margin: 0;
	padding: 0;
	 text-align: center;
  min-width: 600px;
}

/* text-align center w/ min-width hack for ie */

div#topSection {
	background-image: url(../images/bgGradientSliver.gif);
	width: 100%;
	height: 240px;
}

div#masthead {
	height: 150px;
	background: url(../images/flower.gif) no-repeat -45px -35px;
}
div#topSection h1 {
	background-repeat: no-repeat;
	position: absolute;
	left: 120px;
	top: 60px;
	font-size: 50px;
	margin: 0;
	padding: 0;
}
div#topSection h1 a {
	color: #135286;
	font-weight: bold;
	text-decoration: none;
}

div#topSection h1 a:hover {
	font-weight: bold;
	font-size: 51px;
}

div#navbar {
	left: 50%;
	width: 610px;
	height: 90px;
	position: absolute;
	top: 169px;
	margin-left: -305px;
}



div#navbar ul {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

div#navbar ul li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

div#navbar ul li.last {
	padding-right: 0;

}

div#navbar ul li a {
	text-decoration: none;
	color: #000;
	padding-top: 35px;
}

div#navbar ul li a.selected {	
	background: url(../images/bgHighlight.gif) repeat-x 0 bottom;
	font-weight: bold;
	color: #135286;

}

div#navbar ul li a img {
	border-style: none;
}

div#navbar ul li a img#pin {
	margin-right: -6px;
}

div#navbar ul li a img#bed {
	margin-right: -20px;
}

div#navbar ul li a img#bell {
	margin-right: -2px;
}

div#navbar ul li a img#man {
	margin-right: -8px;
}


div#navbar ul li a:hover {	
	background: url(../images/bgHighlight.gif) repeat-x 0 bottom;
	font-weight: bold;
}

div.content {
	text-align: left;
	background-color: #fff;
	width: 600px;
	border: 1px solid #ccc;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	padding: 0 25px 25px;
	line-height: 25px;
}

div.content h2 {
		color: #135286;
	font-weight: bold;
	font-size: 24px;
	padding: 0;
	margin: 25px 0 10px;
}



div.content img.sideImage {
	float: left;
	padding: 0;
	width: 185px;
	height: 247px;
	margin: 15px 15px 0 -4px;
}

div.content img {
/*	width: 200px;*/
	margin: 15px 0 15px 30px;
}

div.content a img {
	border: 4px solid white;
}

div.content a:hover img {
	border: 4px solid #135286;
}

div.content ul {
}

div.clearer {
	 clear: left; line-height: 0; height: 0;
	margin: 0;
	padding: 0;
}

div.quote {

	text-align: center;

	font-style: italic;

}

a {
	text-decoration: none;
	color: #135286;
}

a:hover {
	font-weight: bold;
}


