@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header-slice.gif);
	background-repeat: repeat-x;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #092E46;
}
a {
	color: #7DB94F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	font-size: 2em;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 1.2em;
}
ul li {
	margin-bottom: 10px;
}
#divHeader {
	min-width: 860px;
	width: expression(document.body.clientWidth < 861? "860px" : "auto"); 
	/*position: relative; Removed to fix jumping menu in ie6*/
}
#divHeader #phone {
	position: absolute;
	top: 25px;
	right: 30px;
}
#divNav {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	height: 88px;
	padding-left: 220px;
}
#divContent {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	min-width: 860px;
	width: expression(document.body.clientWidth < 861? "860px" : "auto"); 
	padding-top: 25px;
}
#divFauxCol1 {
	background-image: url(../images/border.jpg);
	background-repeat: repeat-y;
	background-position: 200px;
}
#divFauxCol2 {
	background-image: url(../images/bg-right.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 25px;
}
#divLeft {
	width: 170px;
	padding: 0px 0px 0px 30px;
}
#divLeft #divAbout {
	background-image: url(../images/about-me.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 35px 10px 10px 0px;
	border-bottom: 1px solid #b2e4f4;
}
#divLeft #divAbout ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#divLeft #divTestimonials {
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #b2e4f4;
}
#divLeft #divContact {
	padding: 10px 10px 10px 0px;
}
#divRight{
	width: 170px;
	padding: 0px 30px 0px 0px;
}
#divRight #divHomeFinder {
	background-image: url(../images/home-finder.gif);
	background-repeat: no-repeat;
	padding: 50px 0px 15px 10px;
}
#divRight #divJustListed {
	background-image: url(../images/school-finder.gif);
	background-repeat: no-repeat;
	padding: 50px 0px 15px 10px;
}
#divRight #divNews {
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	padding: 50px 0px 0px 10px;
}
#divCenter {
	padding: 0px 20px;
	margin: 0px 200px;
}
#divFooter {
	border-top: 1px double #89C5E6;
	text-align: center;
	padding: 20px 30px;
}
#divFooter a {
	font-weight: normal;
	color: #072B3C;
}


/*Classes*/

.floatlft {
	float: left;
}
.floatrgt {
	float: right;
}
.clear {
	clear: both;
}
.divider {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #092E46;
}
.leftphoto {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.leftpadding10 {
	padding-left: 10px;
}
.rss-items {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.notopmargin {
	margin-top: 0px;
}
.swish {
	background-image: url(../images/swish.jpg);
	background-repeat: no-repeat;
	height: 85px;
	background-position: center;
}
.awarded {
	border: 1px solid #000066;
	height: 75px;
	width: 200px;
	background-color: #FFFFCC;
	font-size: .9em;
}
.smallertext {
	font-size: .9em;
}

