﻿/*lowe and sons main css*/


/*zero out browsers. set background image and text formatting*/

body {
	margin:0 auto;
	padding:0;
	background: #55AA28 url(images/background.jpg) repeat-x left top;
}

h1, h2, h3, h4, p, ul, ol  {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D3D8F;
	text-decoration: none;	
}
	
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#55AA28;
}

a:visited {
	text-decoration:none;
	color:#55AA28;
}

a:hover {
	text-decoration:underline;
	color:#F60;

}

a:active {
	text-decoration:none;
	color:#55AA28;
}	


#wrapper {
	position: relative;
	width: 960px;
	margin:0 auto;
	background:url(images/palmtree.jpg) no-repeat left top;
	
}

#banner {
	
	margin-left: 270px;
	margin-right: 20px;
	height:150px;
	background: url(images/loweandsonsinc.jpg) no-repeat left;
}

#banner h1 {
}


	
/*Navigation here*/

#nav {
	
	float: left;
	width: 200px;
	margin-left: 30px;
	margin-top: 30px;
}

/*margin-left was 60px for #nav*/

#nav li {
	list-style-type: none;
	padding: 0px;
	padding-bottom: 8px;
	margin: 0;
	margin-left: 5px;
}

/*padding:  9px 7px 9px 7px; */

#nav a {
	display: block;
	font-size: .8em;
	color: #fff;
	text-decoration: none;
	text-align: left;

	padding: 5px;
	width: 13em;
	margin-left: 6px;	
	font-weight: bold;
	
}


#nav a:hover {
	color: #F60;
}

/*main page content and art for box*/	
	
#content {
	float:left;
	padding-top: 24px;
	width: 70%;
	padding-bottom: 10px;
	
}


/*front page styling*/
#frontPage {
	margin-left: 285px;
	padding-top: 20px;
	font-size: .75em;
	display: block;
	
}

#frontPage h1 {
	font-size: 1.25em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	color: #fff;
	text-align: left;
}


#frontPage h2 {
	font-size: 1.25em;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}

#frontPage h3 {
	font-size: 1.25em;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}	

#frontPage a:link {
	color:#1D3D8F;
	text-decoration: none;
}

#frontPage a:visited {
	color:#1D3D8F;
	text-decoration: none;
}

#frontPage a:hover {
	color: #f60;
	text-decoration: none;
}	

#frontPage a:active {
	color:#1D3D8F;
	text-decoration:none;
}


#frontPage p {
	margin-bottom: 10px;
}		
	
.flash {
	border: #000 solid 0px;
	background-color: #000;
	display:block;
}
.slideshow {
	width: 388px;
	height: 218px;
	border-width: 3px;
	border-bottom-color: gray;
	border-right-color: gray;
	border-top-color: silver;
	border-left-color: silver;
	background-color: silver;
	border-style: solid;
	display: block;
}	

#content p {
	font-size: .85em;
	padding-bottom: 20px;
	line-height: 1.5em;
}

.frontText {
	margin-right: 120px;
	color: #fff;
	text-align: justify;
	line-height: 1.35em;
}

#content h1 {
	font-size: .9em;
	padding-bottom: 20px;
}

#content h2 {
	font-size: .9em;
	padding-bottom: 20px;
}

#content h3 {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 10px;
}	

#content blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
}	


/*sliding doors box corners for content*/

.box {
	background: #fff url(images/bottom-left.jpg) no-repeat left bottom;
	

}

.box-outer {
	background: url(images/bottom-right.jpg) no-repeat right bottom;
	min-height: 500px;

	
}

.box-inner {
	background: url(images/top-left.jpg) no-repeat left top;
}

.box h2, .box h1 {
	background: url(images/top-right.jpg) no-repeat right top;
	padding-top: 10px;
	font-weight:bold;
}

.box h2, h1, .box p {
	padding-left: 10px;
	padding-right: 10px;
	
}

.image {
	margin-bottom: 50px;
}		

.info {
	vertical-align: top;
	padding-top: 5px;
}	

.joyce {
	color: #fff;
}

#flash {
	float:left;
	padding-top: 24px;
	padding-left: 30px;
	
}	
	

/*h-card background image container*/
#smallbox {
	position: absolute;
	left: 10px;
	top: 630px;
	
		width: 240px;
	height: 143px;
}


/*H-card text layout*/	

#hcard-Joyce-Lowe {
	position: relative;
	left: 0;
	top: 22px;
	line-height: 1.5em;
	text-align: left;
	font-weight:bold;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D3D8F;
	font-size: .75em;
}

#hcard-Joyce-Lowe a:link {
	color: #1D3D8F;
}	

#hcard-Joyce-Lowe a:visited {
	color: #1D3D8F;
}

#hcard-Joyce-Lowe a:hover {
	color: #f60;
	text-decoration: none;
}	

#hcard-Joyce-Lowe a:active {
	color: #1D3D8F;
}	


.site a:link {
	color: #55AA28;
	font-weight:normal;
}

.site a:visited {
	color: #55AA28;
	font-weight:normal;
}

.site a:hover {
	color: #55AA28;
	font-weight:normal;
}

.site a:active {
	color: #55AA28;
	font-weight:normal;
}			






#footer {	
	font-size: .85em;	
	text-align:left;
	padding-left: 284px;

}	

#footer .clear {
	clear:both;
	color: #FFF;
	padding-top: 50px;
	}

#footer a:link {
	text-decoration:none;
	font-weight:normal;
	color: #FFF;
	
}

#footer a:hover {
	color: #f60;
	text-decoration:underline;
}	
