/* LauraMckennaStaging.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: 0px 15px 15px 15px;
		text-align: justify;
	}


/* Wrapper ID, encloses and centers site on page
--------------------------------------------------------------*/

	#wrapper {
		width: 800px;
		margin:auto;
	}



/*Masthead
--------------------------------------------------------------*/
	
	#masthead {
		position: relative;
		width: 800px;
		height: 183px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		background-image: url(images/masthead.jpg);
	
	}


	#masthead h1 {
		margin: 0;
	}


	#masthead 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;
	}



/* 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: left;
		font-size: 1.3em;
		margin: 15px;
		padding: 10px;
		border-top: 1px dotted #666;
		border-bottom: 1px dotted #666;
	}

	h4 { 
		float: left;
		display: inline;
		text-align: left;
		font-size: 1em;
		margin: -27px 15px 10px 15px;
		padding-right: 5px;
		padding-left: 5px;
		background-color: #cfc19c;
		border: 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: 415px;
		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: 10px;
	}



	#nav a:hover {
		text-decoration:none;
		color: #003333;
		background-color: #fcf8ec;
		margin: 0;
		padding: 10px;
	}


	#barrettlinkdiv {
		width: 160px;
	}

	#barrettlink {
		position: absolute;
		top: 310px;
		left: 0px;
		width: 140px;
		height: 100px;
	}

	#barrettlinkdiv a:hover {
		background: transparent;
	}


/*Content
--------------------------------------------------------------*/
	
	#content {
		float: right;
		width: 634px;
		min-height: 415px;
		margin-top: 10px;
	}




/* =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: 300%;
	}

	
	#content ul {
		text-align: justify;
		margin-right: 15px;
		margin-top: 0px;
	}

	.bulletspace ul li{
		margin-bottom: 20px;
	}


/* Paragraphs
--------------------------------------------------------------*/	


	.homepage {
		margin: 10px 30px 10px 33px;
		text-align: center;
		font-family: "Times New Roman", serif;
		font-size: 1.05em;
		font-weight: bold;
	}


/* Spans, Classes
--------------------------------------------------------------*/
	.underline {
		text-decoration: underline;
	}

	
	.bold {
		font-weight: bold;
		font-variant: small-caps;
	}

	.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;		
	}

