/* LauraMckennaHomes.com CSS RULES*/



/* Force Scrollbar on Netscape, Firefox to eliminate page shift
--------------------------------------------------------------*/
	html {
		min-height: 100%;
		margin-bottom: 1px;
	}




/* BODY, Define all main values for the web site 
--------------------------------------------------------------*/
	body {
		font-family: "Times New Roman", georgia, serif;
		color: #333;
		font-size: 1em;
		line-height: 150%;
		background-image: url(images/stripes.gif);
		background-color: #fcf8ec;
		margin: 20px auto 0px auto;
		text-align: center;
	}



	img {
		border: 0px;
	}

	
	p {
		margin: 10px 15px 15px 15px;
		text-align: justify;
	}

	

/* Wrapper ID, encloses and centers site on page
--------------------------------------------------------------*/

	#wrapper {
		width: 800px;
		margin:auto;
	}



/*Masthead
--------------------------------------------------------------*/
	
	#masthead, #mastheadwhite {
		position: relative;
		width: 800px;
		height: 183px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	
	}

	#masthead {

		background-image: url(images/masthead.jpg);
	
	}


	#mastheadwhite {

		background-image: url(images/mastheadwhite.jpg);
	
	}


	#masthead h1, #mastheadwhite h1 {
		margin: 0;
	}


	#masthead h1 span, #mastheadwhite h1 span {  /* Title for site where header image is */
		display:none;
	}


	#home {
		position: absolute;
		z-index: 2;
		top: 5px;
		left: 5px;
		width: 158px;
		height: 130px;
		background-color: transparent;
	}

	#email {
		position: absolute;
		z-index: 2;
		top: 35px;
		left: 595px;
		width: 205px;
		height: 20px;
		background-color: transparent;
	}


/* Page headings
--------------------------------------------------------------*/

	#pagehead {
		float: right;
		width: 634px;
		margin-top: 150px;
	}

	#pageheadwhite {
		float: right;
		width: 634px;
		margin-top: 150px;
		background: #ffffff;
	}



/* Header Styling
--------------------------------------------------------------*/
	h1,h2,h3, h4 {
		font-family: "Times New Roman", serif;
		color: #000;
		font-size: 1.65em;
		font-weight:bold;
	}

	h2 { 
		font-variant: small-caps;
		font-size: 1.3em;
		display: inline;
		margin-top: 50px;
	}


	h3 { 
		text-align: center;
		display: inline;
		font-variant: small-caps;
		font-size: 1.3em;
		padding: 5px;
		/*border-top: 1px dotted #666;
		border-bottom: 1px dotted #666;*/
		border: 1px dotted #666;
		background-image: url(images/h3background.gif);
	}

	h4 { 
		float: left;
		display: inline;
		text-align: left;
		font-size: 1.3em;
		margin: 15px 15px 10px 15px;
		padding-right: 5px;
		padding-left: 5px;
		border-top: 1px dotted #666;
		border-bottom: 1px dotted #666;
	}

	.resourcesright h4 {
		display: block;
		float: none;
		text-align: left;
		font-variant: small-caps;
		color: #99103a;
		font-size: 1em;
		border-top: 1px dotted #666;
		border-bottom: 1px dotted #666;
	}


/*Faux Columns for menu and content area
--------------------------------------------------------------*/
	
	#fauxcolumns {
		position: relative;
		width: 800px;
		background-image: url(images/fauxcolumns.gif);
		z-index: 1;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}


/* Main Navigation
--------------------------------------------------------------*/
	
	#nav {
		position: relative;
		float: left;
		width: 164px;
		height: 500px;
		min-height: 415px;
		white-space:nowrap;
		background: url(images/barrettlogo.gif) bottom center no-repeat;
	}


	#nav a:link, #nav a:visited, #nav a:active {
		color: #333;
		text-decoration:none;
		margin: 0;
		padding: 5px;
	}



	#nav a:hover {
		text-decoration:none;
		color: #003333;
		background-color: #fcf8ec;
		margin: 0;
		padding: 5px;
	}


	#barrettlinkdiv {
		width: 160px;
	}

	#barrettlink {
		position: absolute;
		top: 400px;
		left: 0px;
		width: 140px;
		height: 100px;
	}

	#barrettlinkdiv a:hover {
		background: transparent;
	}


/*Content
--------------------------------------------------------------*/
	
	#content, #contentwhite, #contentmargin {
		float: right;
		width: 634px;
		min-height: 415px;
		padding-top: 10px;
	}

	#contentwhite {
		background: #ffffff;
	}

	#contentmargin {
		width: 525px;
	}



/* =a  Link Styling Pseudo-classes for general text
--------------------------------------------------------------*/

	a:link, a:visited, a:active  {
		text-decoration:underline;
		color: #333;
	}


	a:hover {
		text-decoration:none;
		color: #903;
	}




/* Footer
--------------------------------------------------------------*/

	#footer {
		clear: both;
		width: 800px;
		margin: 20px 0 10px 0;
		line-height: 125%;
		text-align: center;
		font-family: arial, "sans serif";
		font-size: .8em;
		color: #786e52;
	}


	#footersub {
		width: 800px;
		text-align: center;
		color: #786e52;
		font-size: .7em;
		line-height: 110%;
		font-family: arial, "sans serif";
		margin-bottom: 15px;
	}



/* Spacers
--------------------------------------------------------------*/

	.spacer {
		clear: both;
	}


/* Lists
--------------------------------------------------------------*/
	#nav ul {
		list-style-type: none;
		font-family: "Times New Roman", serif;
		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 275%;
	}

	
	#content ul, #contentmargin ul {
		text-align: justify;
		margin-right: 15px;
		margin-top: 0px;
	}


	#content ol {
		text-align: justify;
		margin-right: 15px;
		margin-top: 0px;
	}

	#content ol li {
		margin-bottom: 10px;
	}


	.bulletspace li{
		margin-bottom: 15px;
	}

	.resourcesleft ul {
		float: left;
		width: 160px;
		margin: 0 0 0 10px;
		padding: 5px;
		font-weight: bold;
		white-space: nowrap;
		border: 1px dotted #666;

	}

	.resourcesleft ul li {
		list-style-type: none;
		margin: 0px;
		padding:1px;
		
	}

	.resourcesright ul {
		margin-top: -15px;
		font-size:.95em;
	}


	.resourcesright ul li ul {
		margin-top: 0px;
		margin-left: -25px;	
		font-size:.9em;
	}


/* Paragraphs
--------------------------------------------------------------*/	


	.homepage {
		margin: 10px 30px 10px 33px;
		text-align: center;
		font-family: "Times New Roman", serif;
		font-size: 1em;
		font-weight: bold;
	}


/* Spans, Classes
--------------------------------------------------------------*/
	.underline {
		text-decoration: underline;
	}

	
	.bold {
		font-weight: bold;
		font-variant: small-caps;
	}

	.boldred {
		font-weight: bold;
		font-variant: small-caps;
		color: #99103a;
		margin-top: 20px;
		margin-bottom: -10px;
	}

	.centered {
		font-weight: bold;
		text-align: center;
	}
	
	.left {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}

	.right {
		float: right;
		margin-left: 15px;
		margin-right: 15px;
	}

	.bottommargin {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.photos {
		margin: 30px 15px 45px 15px;
		padding: 10px 5px 5px 5px;
		border-top: 1px dotted #666;
		border-left: 1px dotted #666;
		text-align: center;
	}

	.photocaption {
		float: left;
		width: 340px;
		margin:  15px;
		padding: 10px 5px 5px 5px;
		text-align: center;
		font-weight: bold;

	}

	.contacttext {
		float: left;
		text-align: left;
		margin-top:  20px;
		font-weight: bold;		
	}

	.resourcesleft {
		float:left;
		margin-top: 20px;
		width: 200px;
	}


	.resourcesright {
		float:left;
		width: 400px;
		margin-top: 5px;
		margin-left: -10px;
		white-space:nowrap;
	}

