/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	color: #333333;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
}
h1 {font-size: 130%;}
h2 {font-size: 120%;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}

#band h1 {font-family: "Lucida Grande", Arial, Helvetica; background-color: transparent;
}

/* Layout Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topstrip{
	height:5px;
	padding:0;
	margin:0px;
	clear:both;
	background-image: url(../images/strip.gif);
	background-repeat: no-repeat;
}

#sidenav {
	background-image: url(../images/titlebar.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
}

#backfade{
	background-image: url(../images/backfade.gif);
	background-repeat: repeat-x;
}

#topsection {
	height:305px;
	display: block;
	width: 100%;
}
#band {
	height:143px;
	diplay:block;
	width:100%;
	background-image: url(../images/logo-transparent.png);
	background-repeat: repeat;
	position: relative;
	top: 80px;

}
#logo {
	height:40px;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 40px;
}
#topsection h1, #mainadvert h2, #secondadvert h2 {
	background-image: url(../images/bathroom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topnav {
	height:60px;
}
#content {
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/sidefade.gif);
	min-height: 500px;
}

#footer {
	height:60px;
	background-color: #F6F7F5;
	font-size: 80%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 1.5em;
	padding-top: 20px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
.titleheader {
	display:block;
	height:60px;
	padding-top: 30px;
	font-size: 16px;
	color: #333333;
}
.fulladvert {
	display:block; 
	border:10px solid #B9CEE1; 
	padding:10px;
}
.advertleft {
	display:block;
	float:left;
	padding:15px;
	width: 350px;
	border-top: 10px solid #B9CEE1;
	border-bottom: 10px solid #B9CEE1;
	border-left: 10px solid #B9CEE1;
	height: 170px;
	font-size: 0.9em;
}
.advertright {
	display:block;
	float:left;
	padding:0px;
	width: 300px;
	border-top: 10px solid #B9CEE1;
	border-right: 10px solid #B9CEE1;
	border-bottom: 10px solid #B9CEE1;
	height: 200px;
	overflow: hidden;
}

.advertright a.info {
	width:50px;
	line-height: 30px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	float: right;
	display: block;
	position: relative;
	padding-left: 20px;
	right: 20px;
	top: 120px;
	border: 1px solid #FFFFFF;
}
.advertright a.info:hover {
	background-color: #990033;	
}


/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.hr {
	border-top:1px solid #B9CEE1;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.left {float:left;}
.right {float:right;}
.bordertop {border-top:1px solid #FF6600}
.address{
	padding:10px;
	background-color: #E3E7E8;
	margin-top: 10px;
}

/* News  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.news {
	display:block;
	margin-top: 10px;
	font-size: 90%;
	line-height: 140%;
}
.news h4 {
	font-size:120%;
	line-height:145%;
	margin: 0px;
	padding: 0px;
}

.date {
	width:40px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.date .year {
	width:30px;
	color: #666666;
	background-color: #B9CEE1;
	line-height: 20px;
	display: block;
	margin: 5px;
	text-align: center;
}

.date .month {
	width:30px;
	color: #FFFFFF;
	background-color: #006699;
	line-height: 20px;
	display: block;
	margin: 5px;
	text-align: center;
}
.date .day {
	width:30px;
	line-height: 20px;
	display: block;
	text-align: center;
	margin: 5px;
	color: #FFFFFF;
	background-color: #333333;
}

div.news .more {
background:transparent url(../images/arrow-red.png) no-repeat scroll 100% 50%;
border:medium none;
clear:both;
color:#990033;
padding-right:14px;
white-space:nowrap;
}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.mainheader {
	font: 170%/150% "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-transform: inherit;
	display: block;
	padding: 0px;
	margin: 0px 0px 20px;
}
.brown {
 color:#916834;
}
.charcoal{
 color:#333333;
}
.serif-brown {
	color:#916834vv;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.serif-charcoal {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 18px;
	}
.medium-brown {
	color:#916834;
	font-size:14px
	}
.medium-charcoal {
	color:#333333;
	font-size:14px}
.large-brown {
	color:#916834;
	font-size:16px
	}
.large-charcoal {
	color:#333333;
	font-size:18px	}


/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	list-style: none;
	padding-top: 45px;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav li a#last{
	background-image: none;
}
#topnav  li a {
	font: normal 11px Arial, Helvetica, "Lucida Grande";
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	margin: 0px 5px 0px 0px;
	height: 78px;
	float: left;
	padding: 20px 10px 0px;
	background-image: url(../images/navdivider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
}
#topnav li a:hover {
	color: #C69F58;
}
#topnav li a.selected, #nav li a:hover.selected  {
	background-image: url(/images/tab-over.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav { 
	margin: 10px 0px 0px;
	padding:0px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	font: normal 10px/20px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration: none;
	background-position: 1px center;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/arrow-blue.gif);
	background-repeat: no-repeat;
}
#subnav li a:hover {
	color:#0099CC;
	font-weight: normal;
}
.thumbnail {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.newsimage {
	display: block;
	height: 90px;
	width: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
.newsimage img {
	width: 220px;
}
.blockword {
	font-size: 22px;
}
