/* Start of CMSMS style sheet 'CT Closings - layout' */
/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	padding:20px;
}


#pageBg {
	width:902px;
	margin:0 auto;
	background:url(images/site/content_bg.jpg) center;
}

#pageContainer {
        border:solid 1px #9bd;
	width:900px;
	text-align:left;
	background: url(images/site/page_bg.jpg) no-repeat top;		
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#leftCol {
	width:250px;
	position:relative;
	float:left;
}

#forSaleSign {
	width:115px;
	margin:450px 0 0 50px;
	
	color:#124;
	font-size:11pt;
	line-height:1.2em;
	font-weight:bold;
}

#forSaleSign a:link, #forSaleSign a:visited, #forSaleSign a:hover {
	color:#124;
	text-decoration:none;
}

/*------------------- NAVBAR -------------------*/
#navBar {
	padding:10px 0 20px 0;
	
/*	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#fff;
	color:#036;
	text-align:right;*/
}

/*------------------- CONTENT AREAS -------------------*/
#phoneNumber {
        margin:20px 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#fff;
	color:#036;
	text-align:right;
}

#content {
	width:587px;
/*	background:url(images/site/content_bg.jpg) right;*/
	margin:0 0 0 auto;
}

#mainCol {
	display:block;
	padding:0 40px;
	text-align:left;
	min-height:550px;
	padding-bottom:20px;
}
* html #mainCol { /* hack for IE 6 */
	height:550px;
}

#bottomContent {
}

#bottomContent a {
      text-decoration:none;
}

#bottomContent td{
	text-align:right;
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#779;
	font-style:italic;
}



/*------------------- FOOTER -------------------*/
#footer {
	width:900px;
	margin:0 auto;
	padding:0;
	font-size:8pt;
	color:#572;
	height:20px;
}

#footer a:link, #footer a:visited {
	color:#572;
	text-decoration:none;
}

#footer a:hover {
	color:#572;
	text-decoration:underline;
}
/* End of 'CT Closings - layout' */

/* Start of CMSMS style sheet 'CT Closings - homepage - layout' */
/* NOTE: these styles overwrite some of the styles in layout.css . These means we don't need two layout stylesheets with virtually the same content.*/

#pageBg {
	width:900px;   /* b/c the homepage doesn't have the border around the pageContainer */
}

#pageContainer {
        border:none;
	background:#fff  url(images/site/home_page_bg.jpg) no-repeat top;
        min-height:680px;
}

#phoneNumber {
	color:#fff;
}


#mainCol {
	padding:5px 30px;
        width:360px;
        margin:20px 0 0 140px;
        background:url(images/site/home_page_content_bg.jpg) no-repeat top;
        min-height:400px;
}
/* End of 'CT Closings - homepage - layout' */

/* Start of CMSMS style sheet 'CT Closings - homepage - menu' */
/* NOTE: this stylesheet is the same as the regular menu stylesheet except for some minor changes in colors. Unfortunately, it was not possible to overrule the regular menu stylesheet */


dfn {   /* gets rid of the numbers the CMS adds next to the navigation */
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}



#primary-navigation {
	position:relative;
	z-index:2;			/* necessary for IE6 if you want dropdowns  */
	width:100%;
}

#primary-nav, #primary-nav ul { /* all lists */
	display:relative;
	z-index:5;
	padding: 0;
	margin: 0;
	list-style: none;
	
		
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2;
	font-weight:normal;
	font-size:14pt;
	float:right;
}

#primary-nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:solid 1px #58c ;}

	
	
#primary-nav li li ul { /* third level lists */
	margin: -1.7em 0 0 20.5em;
}
#primary-nav li { /* all list items */
	float: left;
}


#primary-nav li li {		
	clear:both;
	width:auto;
}

#primary-nav a {
	display: block;
	color:#fff;					/* changed*/
	text-decoration:none;
	background:;
	text-align:left;
	text-transform:none;
	padding:0.5em 0.5em;	
}

#primary-nav a:hover {
	color:#006;
	background:;
}

#primary-nav li li a {
	color:#069;
	background:#f5f8fb;
	width:20em;
	padding:0.5em 0.75em;
	text-align:left;
	text-transform:none;
font-size:10pt;
}

#primary-nav li li a:hover {
	color:;
	background:#d5e2f1;
}	

#primary-nav li:hover ul ul, #primary-nav li.sfhover ul ul {
	left: -999em;
}

#primary-nav li:hover ul, #primary-nav li li:hover ul, #primary-nav li.sfhover ul, #primary-nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* End of 'CT Closings - homepage - menu' */

