/***********************************************/
/* 2col_leftNav.css                            */
/* Modified by Oscar Chu 12/14/06              */
/* Use with template 2col_leftNav.html         */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#grid{
	border: 10px solid #996600;
	background-color: #ffffdd;
}
#gridbody{
	border-left: 10px solid #996600;
	border-right: 10px solid #996600;
	border-bottom: 10px solid #996600;
	background-color: #ffffdd;
}

#gridleft{
	border-left: 10px solid #996600;
}

#gridtop{
	border-top: 10px solid #996600;
}

#divider{
	border-right: 3px solid #996600;
	background-color: #ffffdd;
}
#block{
	background-color: #996600;
	border-right: 3px solid #996600;
}

#sidebar{
	background-color: #ffffdd;
}

#footnotes{
	clear: both;
	border: 1px solid #ffffdd;
	font-size: 12pt;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color: #ffffff;
	line-height: 1.166;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

form{
	font-family: Arial,sans-serif;
	background-color: #ffffff;
	line-height: 1.166;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	padding: 0px 0px 5px 0px;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	color: #006699;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}		

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
}

#title {
 	font-size: 36pt;
	font-weight: bold;
	background-color: #bbd0ff;
}

#title a:link, a:visited {
	text-decoration: none;
}

#title a:hover {
	text-decoration: none;
}

#title2 {
	color: #000000;
 	font-size: 24pt;
	font-weight: bold;
}

/*************** #pageName styles **************/

#pageName{
 	padding: 5px 10px 5px 10px;
	font-size: 16pt;
	font-weight: bold;
	color: #006699;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 14pt;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:link, a:visited{
	color: #006699;
	text-decoration: none;
}

#globalNav a:hover {
 	font-weight: bold;
	text-decoration: underline;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 12pt;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
}

.feature img{
}

.feature p{
	padding: 0px 10px 0px 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature a:hover {
 	font-weight: bold;
	text-decoration: underline;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14pt;
}

.story p{
	padding: 0px 10px 10px 10px;
}

.pictures {background-color: #FFFFFF}
.grid{background-color: #ffffdd}
.breadcrumbactive{font-weight:700}
.breadcrumbinactive{color:#ffffdd}

/************* #search styles ***************/

#search{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #ffffdd;
	font-size: 16pt;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
    font: bold 18pt Arial,sans-serif;
    color: #334d55;
}


/*********** #sidebar link styles ***********/

#sidebar ul a:link, #sidebar ul a:visited {display: block;}
#sidebar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #sidebar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffdd;
	font-size: 14pt;
	font-weight: bold;
}

#sectionLinks ul{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffdd;
	font-size: 13pt;
	font-weight: bold;
}

#sectionlabel{
	padding: 10px 0px 2px 10px;
    font: bold 16pt Arial,sans-serif;
    color: #334d55;

}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #ffffdd;
	width: 100%;
  	font-size: 12pt;
}

#sectionLinks a:visited{
	border-top: 1px solid #ffffdd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffdd;
	background-color: #006699;
	color: #ffffdd;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12pt;
}

.relatedLinks h1{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 12pt;
	border-top: 1px solid #ffffdd;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 12pt;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #page styles **************/

#content{
	background-color: #ffffff;
}

p{
font-size: 14pt;
margin: 0 0 0 0;
}

ul{
font-size: 14pt;
}

#picture{
}

#additions{
background-image:url('pictures/background/additions.gif');
}

#bathrooms{
background-image:url('pictures/background/bathrooms.gif');
}

#construction{
background-image:url('pictures/background/construction.gif');
}

#kitchens{
background-image:url('pictures/background/kitchens.jpg');
}

#kitchens #pageName{
color: #aaccff;
}

#gray{
background-color: #cccccc;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#landscape{
background-image:url('pictures/background/landscape.gif');
}


#sitemap {
background-color: #ffffff;
}

#sitemap ul{
list-style: none;
}