html {
	background: #1d5f8f;
}

body {
	font:  13px/17px Helvetica, sans-serif;
	color: #333;
	background: url(../images/layout/bg.png) no-repeat;
}

body#home {
	color: #666;
}

a, a:link {
	color: #1775a6;
	text-decoration: none;
}

a:visited {
	color: #239ddd;
}

a:hover {
	color: #239ddd;
}

a:active, a:focus {
	color: #239ddd;
	outline: 0;
}

strong {
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 4px solid #dfdfdf;
	padding-bottom: 7px;
	margin-bottom: 17px;
}

hr {
	border: none;
	background: #dfdfdf;
	height: 4px;
	color: #dfdfdf;
}

.f-left {
	float: left;
	margin-right: 15px;
}

.f-right {
	float: right;
	margin: 0 0 15px 15px;
}

.no-margin {
	margin: 0 !important;
}

.no-border {
	border: 0 !important;
}

.clear {
	clear: both;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
}

#logo {
	margin-top: 20px;
	float: left;
}

#logo a {
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/logo.png) no-repeat;
	height: 131px;
	width: 352px;
}

#top-links {
	float: right;
	overflow: hidden;
	height: 150px;
}

#latest-sermons {
	width: 255px;
	height: 79px;
	background: url(../images/layout/latest-sermons.gif) no-repeat;
	text-align: right;
	padding: 6px 10px 0 0;
	margin-bottom: 15px;
	position: relative;
}

#latest-sermons a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#latest-sermons img {
	position: relative;
	left: 5px;
}

#search {
	width: 211px;
	height: 25px;
	background: url(../images/layout/search.gif) no-repeat;
	float: right;
	position: relative;
}

#search input {
	background: transparent;
	border: none;
	font-size: 13px;
	color: #8e896e;
	position: absolute;
	left: 20px;
	top: 6px;
	width: 150px;
}

#navigation {
	background: url(../images/layout/nav.gif) no-repeat;
	width: 960px;
	height: 30px;
	position: relative;
}

#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#nav li, #nav a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}

#nav-home a, #nav-about a, #nav-news a, #nav-preschool a, #nav-involved a, #nav-look a, #nav-serve a, #nav-contact a {
	background: url(../images/layout/nav.gif) no-repeat;
}

#nav-home {
	left: 0px;
	width: 83px;
}

#nav-home a  {
	background-position: 0px 0px;
}

#nav-home a:hover  {
	background-position: 0px -30px;
}

#nav-home .current {
	background-position: 0px -30px;
}

#nav-about {
	left: 83px;
	width: 113px;
}

#nav-about a  {
	background-position: -83px 0px;
}

#nav-about a:hover  {
	background-position: -83px -30px;
}

#nav-about .current {
	background-position: -83px -30px;
}

#nav-news {
	left: 196px;
	width: 152px;
}

#nav-news a  {
	background-position: -196px 0px;
}

#nav-news a:hover  {
	background-position: -196px -30px;
}

#nav-news .current {
	background-position: -196px -30px;
}

#nav-preschool {
	left: 348px;
	width: 128px;
}

#nav-preschool a  {
	background-position: -348px 0px;
}

#nav-preschool a:hover  {
	background-position: -348px -30px;
}

#nav-preschool .current {
	background-position: -348px -30px;
}

#nav-involved {
	left: 476px;
	width: 142px;
}

#nav-involved a  {
	background-position: -476px 0px;
}

#nav-involved a:hover  {
	background-position: -476px -30px;
}

#nav-involved .current {
	background-position: -476px -30px;
}

#nav-look {
	left: 618px;
	width: 146px;
}

#nav-look a  {
	background-position: -618px 0px;
}

#nav-look a:hover  {
	background-position: -618px -30px;
}

#nav-look .current {
	background-position: -618px -30px;
}

#nav-serve {
	left: 764px;
	width: 87px;
}

#nav-serve a  {
	background-position: -764px 0px;
}

#nav-serve a:hover  {
	background-position: -764px -30px;
}

#nav-serve .current {
	background-position: -764px -30px;
}

#nav-contact {
	left: 851px;
	width: 109px;
}

#nav-contact a  {
	background-position: -851px 0px;
}

#nav-contact a:hover  {
	background-position: -851px -30px;
}

#nav-contact .current {
	background-position: -851px -30px;
}

#featured-content {
	padding: 10px;
	background: #fff;
	margin-top: 10px;
	overflow: hidden;
}

#f-col1 {
	float: left;
	width: 591px;
}

#f-col2 {
	float: left;
	background: #e6dfb7 url(../images/layout/f-col2-bg.gif) no-repeat;
	width: 305px;
	height: 335px;
	padding: 0 22px;
}

#f-col2 strong {
	display: block;
	font-size: 15px;
	color: #000;
	margin-bottom: 6px;
}

#f-col2 img {
	margin-bottom: 14px;
	margin-top: 68px;
}

#f-col2 a {
	display: block;
	margin-top: 16px;
}

body#home #content {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	margin-top: 10px;
}

.head {
	color: #fff;
	font-size: 14px;
	padding: 36px 0 0 8px;
}

.head a {
	color: #fff;
	display: block;
	font-style: italic;
	font-size: 13px;
}

.head a:hover {
	color: #a4e7ff;
}

body#home #content .col1 {
	float: left;
	width: 301px;
	padding-bottom: 20px;
}

body#home #content .col2 {
	float: left;
	width: 300px;
	padding-bottom: 20px;
}

body#home #content .col3 {
	float: left;
	width: 319px;
	background: #f8f4e3;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
}

body#home #content .colemail {
	float: left;
	width: 319px;
	background: #f8f4e3;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
}

.col-inner {
	margin-left: 7px;
}

body#home #content .col3 ul {
	margin-top: 10px;
	padding-top: 14px;
	border-top: 1px solid #e8e4d1;
	clear: both;
}

body#home #content .col3 li {
	padding-left: 30px;
	margin-bottom: 16px;
}

body#home #content .col3 li a {
	display: block;
	font-weight: 14px;
	font-weight: bold;
	display: block;
}

body#home #content .col3 li em {
	display: block;
	font-style: italic;
}

body#home #content .col3 h2 {
	float: left;
}

body#home #content .col4 {
	float: center;
	width: 319px;
	background: #ffffff;
	padding: 12px 10px 0px 10px;
	overflow: hidden;
}


body#home #content .col4 ul {
	margin-top: 12px;
	padding-top: 14px;
	border-top: 1px solid #ffffff;
	clear: both;
}

body#home #content .col4 li {
	padding-left: 60px;
	margin-bottom: 0px;
}

body#home #content .col4 li a {
	display: block;
	font-weight: 14px;
	font-weight: bold;
	display: block;
}

body#home #content .col4 li em {
	display: block;
	font-style: italic;
}

body#home #content .col4 h2 {
	float: left;
}


#main-content h2 {
	margin-bottom: 20px;
}

#cal {
	display: block;
	width: 98px;
	height: 22px;
	background: url(../images/layout/calendar-btn.gif) no-repeat;
	text-indent: -9999px;
	float: right;
	position: relative;
	top: -5px;
}

a#cal:hover {
	background-position: 0px -22px;
}

body#home .main-campus, body#home .main-campusnorthwood, body#home .maincampuscampusnorthwood {
	background: url(../images/layout/m-icon.gif) no-repeat;
}

body#home .northwood {
	background: url(../images/layout/n-icon.gif) no-repeat;
}

body#home .maincampuscampusnorthwood, body#home .main-campusnorthwood {
	background: url(../images/layout/blue_icon.gif) no-repeat;
	}

.service-times {
	height: 76px;
}

.service-times strong {
	margin-bottom: 6px !important;
}

.link-icon {
	background: url(../images/layout/link-icon.gif) no-repeat 0% 35%;
	padding-left: 18px;
	font-weight: bold;
	font-size: 12px;
	color: #1775a6;
}

.link-icon-alt {
	background: url(../images/layout/link-icon-alt.gif) no-repeat 0% 35%;
	padding-left: 18px;
	font-weight: bold;
	font-size: 12px;
	color: #1775a6;	
}

body#home #content .col1 strong, body#home #content .col2 strong {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	color: #000;
	margin-bottom: 14px;
}

body#home #content .col1 span {
	color: #708c3f;
	font-weight: bold;
}

body#home #content .col2 span {
	color: #d86100;
	font-weight: bold;
}

body#home #content .col1 ul, body#home #content .col2 ul {
	padding: 22px 0 0 0;
	margin: 22px 0 6px;
	border-top: 1px dotted #b8b8b8;
	border-bottom: 1px dotted #b8b8b8;
	width: 274px;
}

body#home #content .col1 li, body#home #content .col2 li {
	margin-bottom: 22px;
}

body#home #content .col1 li em, body#home #content .col2 li em {
	display: block;
	font-style: italic;
}

body#home #content .col1 li a, body#home #content .col2 li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#gs-main {
	width: 273px;
	height: 49px;
	background: url(../images/layout/gs-main.gif) no-repeat;
	margin-bottom: 10px;
}

#gs-northwood {
	width: 273px;
	height: 49px;
	background: url(../images/layout/northwood.gif) no-repeat;
	margin-bottom: 10px;
}

#int-header {
	height: 156px;
	background: url(../images/layout/interior-header-tile.gif) repeat-x;
	overflow: hidden;
}

#int-header img {
	float: left;
	margin: 0 92px 0 58px;
}

#int-header div {
	float: left;
	width: 615px;
}

#int-header h1 {
	margin-top: 18px;
}

#int-header p {	
	color: #706b4f;
	font-size: 14px;
	line-height: 22px;
}

#content {
	margin-top: 10px;
	overflow: hidden;
}

#content-inner {
	background: #fff url(../images/layout/content-inner.gif) no-repeat;
	overflow: hidden;
	padding-top: 12px;
}

#sidebar {
	float: left;
	background: url(../images/layout/sidebar-tile.gif) repeat-x;
	width: 230px;
	min-height: 560px;
}

#sidebar ul {
	width: 212px;
	margin: 62px 0 0 12px;
	padding-bottom: 20px;
}

#sidebar li {
	margin-top: -1px;
}

#sidebar li a {
	display: block;
	padding: 10px 0 8px 8px;
	width: 196px;
	border-top: 1px solid #f0e9c2;
	border-bottom: 1px solid #f0e9c2;
	font-weight: bold;
	font-size: 14px;
}

#sidebar .blog-info {
	margin-top: 10px;
}

#sidebar .blog-info a {
	padding: 6px 0 4px 8px;
	border: none;
}

#sidebar .blog-info h4 {
	 padding: 14px 0 4px 8px;
	 border-bottom: 1px solid #f0e9c2;
}

#sidebar li.here a {
	background: #fff;
	color: #6a6444;
}

#sidebar li:first-child a {
	text-transform: uppercase;
}

#sidebar li a:hover {
	background: #f0e9c2;
	color: #239ddd;
}

#sidebar li a.icon {
	background: url(../images/layout/sidebar-arrow.gif) no-repeat 95% 50%;
}

#sidebar li a.icon:hover {
	background: #f0e9c2 url(../images/layout/sidebar-arrow.gif) no-repeat 95% 50%;
	color: #239ddd;
}

#main-content {
	float: left;
	width: 682px;
	background: #fff;
	padding: 0 24px;
	margin: 32px 0 65px;
	overflow: hidden;
	color: #2C2C2C;
}

#main-content p, #main-content ol, #main-content ul {
	margin-bottom: 20px;
}

#main-content ul {
	margin-left: 8px;
}

#main-content ul li {
	background: url(../images/layout/bullet.gif) no-repeat 0% 50%;
	padding-left: 14px;
	margin-bottom: 4px;
}

#main-content ol {
	margin-left: 28px;
}

#main-content ol li {
	list-style-type: decimal;
	margin-bottom: 4px;
}

#main-content p em {
	font-style: italic;
}

#main-content .col1 {
	float: left;
	width: 255px;
}

.col {
	float: left;
	width: 200px;
	background: none !important;
}

#main-content .col2 {
	float: left;
	width: 225px;
}

#main-content .col3 {
	float: left;
	width: 178px;
}

#main-content.staff strong {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#main-content.staff a {
	display: block;
}

#main-content.staff a.main-campus {
	color: #83a14f;
}

#main-content.staff a.northwood {
	color: #d86100;
}

#main-content.staff a:hover {
	text-decoration: underline !important;
}

#main-content .dotted-break {
	border-bottom: 1px dotted #d0d0d0;
	height: 1px;
	color: #d0d0d0;
	margin: 18px 0;
}

#staff-header, .header {
	width: 662px;
	height: 27px;
	background: #f8f6ec;
	text-align: right;
	padding: 10px 20px 0 0;
	margin-top: -19px;
}

#staff-header span, .header span {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer {
	color: #75c3df;
	overflow: hidden;
	margin-top: 22px;
	padding-bottom: 40px;
}

#mc-green {
	background: url(../images/layout/green.gif) no-repeat 0% 50%;
	padding: 2px 20px 0 20px;
}

#north-orange {
	background: url(../images/layout/orange.gif) no-repeat 0% 50%;
	padding: 2px 20px 0 20px;
}

#both-campuses {
	background: url(../images/layout/box_blue.gif) no-repeat 0% 50%;
	padding: 2px 0 0 20px;
}

a.signup {
	display: block;
	background: url(../images/layout/signup-btn.gif) no-repeat;
	width: 112px;
	height: 21px;
	text-indent: -9999px;
}

a.signup:hover {
	background-position: 0px -21px;
}

.gal-list li {
	border-bottom: 1px dotted #d0d0d0;
	padding: 5px 0 8px;
}

#main-content .gal-list li.sub {
	border-bottom: none;
	padding: 0;
	margin-left: 8px;
}

.gal-list li a {
	font-weight: bold;
}

.gal-list li ul {
	margin: 16px 0 0 0 !important;
}

.gal-list li li {
	border-bottom: none;
	background: url(../images/layout/dot.gif) no-repeat 0px 7px !important;
	padding: 0 0 0 15px !important;
}

.gal-list li.sub li {
	background: none !important;
}

.gal-list li li a {
	font-weight: normal !important;
}

.gal-list li li em {
	font-style: italic;
}

.gal-list li.open {
	background: url(../images/layout/open-arrow.gif) no-repeat 0px 11px !important;
}

.gallery {
	background: #f8f6ec;
	border: 1px solid #eae9e4;
	padding: 20px;
}

.gallery h4 {
	margin-bottom: 8px;
}

.gal-row {
	overflow: hidden;
	margin-bottom: 30px;
}

.gal-row img {
	float: left;
	margin-right: 18px;
}

.gal-row .last img {
	margin-right: 0;
}

.gallery-head h5 {
	float: left;
}

.gallery-head form {
	float: right;
}

.gallery-all {
	border-top: 4px solid #dfdfdf;
	border-bottom: 4px solid #dfdfdf;
	clear: both;
}

.gallery-all .gal-block {
	text-align: center;
	font-size: 11px;
	float: left;
	margin-right: 32px;
	color: #666;
	width: 146px;
}

.gallery-all .gal-block strong {
	display: block;
	position: relative;
	top: 5px;
}

.gallery-all .gal-block img {
	float: none;
	margin: 0 !important;
}

.gallery-head {
	position: relative;
	top: 10px;
}

.gallery-head h5 {
	position: relative;
	top: 8px;
}

.gal-img-main {
	margin-bottom: 18px;
	text-align: center;
}

.gal-img-main img {
	margin-bottom: 16px;
}

.gal-img-main p {
	text-align: center;
	font-size: 11px;
}

.gal-img-main p strong {
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.gal-img-main p span {
	display: block;
	font-size: 12px;
}

.gallery-home {
	display: block;
	float: right;
	width: 108px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/layout/gallery-btn.gif) no-repeat;
	margin: 18px 0;
}

a.gallery-home:hover {
	background-position: 0px -21px;
}

.pagination {
	font-size: 11px;
	float: left;
	position: relative;
	top: 20px;
}

.pagination span {
	padding-right: 18px;
}

.pagination a {
	font-weight: bold;
}

.p-col1 {
	width: 165px;
	float: left;
	margin-top: 22px;
}

.p-col1 img {
	margin-bottom: 18px;
}

.p-col2 {
	width: 515px;
	float: left;
	margin-top: 22px;
}

.p-col2 strong {
	font-size: 13px;
	font-weight: bold;	
}

.p-col2 h4 {
	font-size: 16px;
}

.p-col2 em {
	font-size: 15px;
	color: #666;
	font-style: italic;
}

.p-col2 h5 {
	font-size: 14px;
	border-bottom: 1px dotted #bdbdbd;
	padding: 0 !important;
	margin: 35px 0 0 0 !important;
}

#staff-list {
	overflow: hidden;
}

#staff-list-wrap {
	margin-top: -20px;
}

.staff-list {
	float: right;
	display: block;
	width: 105px;
	height: 26px;
	background: url(../images/layout/staff-btn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

a.staff-list:hover {
	background-position: 0px -26px;
}

.send-email {
	display: block;
	width: 137px;
	height: 21px;
	background: url(../images/layout/sendemail-btn.gif) no-repeat;
	text-indent: -9999px;
}

a.send-email:hover {
	background-position: 0px -21px;
}

dl dt {
	margin-bottom: 15px;
}

#footer strong {
	display: block;
}

#footer a {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #a4e7ff;
}

#footer-col1 {
	width: 652px;
	float: left;
}

#footer-col2 {
	float: left;
	width: 171px;
}

#footer-col3 {
	width: 137px;
	float: left;
}


/* NEW STUFF */
.contact .col1 {
	width: 470px !important;
	
}

.contact .col2 {
	width: 205px !important;
}

.form-block {
	margin-bottom: 16px;
}

.form-block label {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.form-block textarea {
	height: 115px;
}

.form-block .inp {
	width: 416px;
	padding: 10px 0;
	border: 1px solid #dfdfdf;
	color: #333;
	padding-left: 10px;
}

.form-block.error label {
	color: #b10b0b;
}

.form-block.error .inp {
	border: 1px solid #b10b0b;
}

.form-block.error em {
	font-size: 11px;
	color: #b10b0b;
	background: url(../images/layout/error-icon.gif) no-repeat 0% 50%;
	padding-left: 16px;
	font-style: italic;
	display: block;
	margin-top: 4px;
}

#submit-btn {
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/submit-btn.gif) no-repeat;
	width: 64px;
	height: 21px;
}

a#submit-btn:hover {
	background-position: 0px -21px;
}

#itunes {
	display: block;
	text-indent: -9999px;
}

#subscribe {
	display: block;
	text-indent: -9999px;
}

#int-header-small {
	height: 66px;
	background: url(../images/layout/interior-header-tile-small.gif) repeat-x;
	overflow: hidden;
}

#int-header-small h1 {
	margin: 18px 0 0 18px;
}

#content {
	background: url(../images/layout/content-bottom-tile.gif) repeat-x 0% 100%;
	padding-bottom: 7px;
}

#itunes {
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/itunes-btn.gif) no-repeat;
	width: 213px;
	height: 44px;
	margin: 0 0 21px 8px;
}

#subscribe {
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/feeds-btn.gif) no-repeat;
	width: 213px;
	height: 44px;
	margin-left: 8px;
}

a#itunes:hover, a#subscribe:hover {
	background-position: 0px -44px;
}

#sidebar-buttons {
	position: relative;
	top: -170px;
	overflow: hidden;
}

.podcast {
	overflow: hidden;
	padding: 22px 0 0px;
	border-bottom: 1px dotted #bdbdbd;
	margin-bottom: 10px;
}

.podcast-left {
	float: left;
	width: 78px;
}

.podcast-right {
	float: left;
	width: 600px;
}

.play-btn {
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/play-btn.gif) no-repeat;
	width: 30px;
	height: 31px;
	float: left;
}

.notes-btn {
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/file-btn.gif) no-repeat;
	width: 25px;
	height: 31px;
	float: left;
	margin-left: 10px;
}

a.play-btn:hover, a.notes-btn:hover {
	background-position: 0px -31px;
}

#sermon-archives {
	float: right;
	width: 118px;
	height: 21px;
	display: inline;
	background: url(../images/layout/sermon-archive.png);
	margin-bottom: -21px;
	text-indent: -999em;
	outline: none;
	position: relative;
	z-index: 10000;
}

#play-icon {
	margin-right: 30px;
	background: url(../images/layout/play-small.gif) no-repeat 0% 50%;
	padding: 12px 0 10px 30px;
	position: relative;
}

#notes-icon {
	background: url(../images/layout/notes-small.gif) no-repeat 0% 50%;
	padding: 12px 0 10px 30px;
	position: relative;
}

.podcast a {
	font-weight: bold;
	font-size: 14px;
}

.podcast em {
	color: #666;
	font-style: italic;
}

.podcast strong {
	margin: 8px 0 0 0 !important;
	color: #333;
	font-size: 13px !important;
}

#ls-btn {
	position: absolute;
	top: 25px;
	left: 225px;
	z-index: 30;
}

#wimpy {
	position: relative;
	z-index: 20;
}

.calendarBG {
	position: relative;
	z-index: 50;
	position: relative;
	top: -11px;
}

.calendarBG tr td.calendarCell, .calendarBG tr td.calendarToday {
	border-right: 1px solid #fff;
}

.calendarHeader {
	font-size: 16px;
	font-weight: bold;
	color: #1775a6;
	height: 55px;
}

.calendarHeader td {
	text-align: center;
}

#cal-interests {
	position: relative;
	left: 555px;
	top: 26px;
	position: relative;
	z-index: 60;
}

#cal-interests select {
	color: #7b7971;
	font-size: 11px;
}

.calendarMonthLinks {
	text-align: center;
}

#prev-cal {
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/left-cal-arrow.gif) no-repeat;
	width: 17px;
	height: 16px;
	margin: 0 auto;
}

#next-cal {
	display: block;
	text-indent: -9999px;
	background: url(../images/layout/right-cal-arrow.gif) no-repeat;
	width: 17px;
	height: 16px;
	margin: 0 auto;
}

.calendarDayHeadingTr {
	background: #1775a6;
	height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 10px solid #fff;
}

.calendarDayHeadingTr td {
	text-align: center;
}

.calendarBlank {
	visibility: hidden;
}

.calendarCell, .calendarToday {
	background: #fff url(../images/layout/cal-td-tile.gif) repeat-x;
	height: 166px;
	vertical-align: top;
}

.calendarCell li {
	background: none !important;
	text-align: left;
	padding: 0 !important;
	margin: 0 0 8px 0 !important;
	font-size: 11px;
	line-height: 14px;
}

.main-campus a {
	color: #718d41;
}

.main-campus a:hover {
	color: #91ad61;
}

.northwood a {
	color: #d86100;
}

.northwood a:hover {
	color: #f88120;
}

.main-campus.northwood a {
	color: #1775A6;
}

.day-number {
	font-weight: bold;
	color: #7b7971;
	display: block;
	text-align: left;
	padding-left: 6px;
	height: 22px;
	margin-bottom: 8px;
	line-height: 20px;
}

#contact_col1 {
	width:  446px;
	float: left;
}

#listing dt a {
	font-size: 120%;
	font-weight: bold;
}