@charset "UTF-8";
/* CSS Document */

html, body{
	height: 100%;
}

body{
	background: url(../images/bg-top.jpg) top repeat-x #F4F3E7;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B5B46;
	font-size: 14px;
	line-height: 1.8em;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #5D808C;
}

a:hover{
	color: #3D5B65;
}

H1{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5D808C;
	font-weight: normal;
}

H2{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

H3{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5D808C;
	font-weight: normal;
}

#wrapper{
	margin: 0 auto;
	background: url(../images/dots.png) top repeat-x;
	min-height: 100%;
}

#main{
	width: 922px;
	margin: 0 auto;
	overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */
}

#header{
	height: 143px;
	width: 922px;
}

#logo{
	margin: 6px 0 0 43px;
	float: left;
}

#lpa-logo{
	margin: 12px 26px 0 0;
	float: right;
	width: 155px;
}

#navbar{
	float: right;
	margin: 25px 0 0 0;
	width: 480px;
}

#navbar a{
	color: #FFF;
	margin: 0 20px 0 0;
	font-size: 14px;
	float: right;
}

#navbar a:hover{
	color: #C9DDE4;
}
	

#clear{
	clear: both;
}

#signup{
	margin: 40px 26px 0 0;
	float: right;
	width: 400px;
	height: 30px;
	text-align: right;
}

label{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5D808C;
	font-style: italic;
}

input[type="text"]{
	width: 190px;
	height: 20px;
	border:1px solid #BBB;
	color: #666;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}

#splash{
	width: 922px;
	height: 353px;
	background: url(../images/hero-bg.png) no-repeat;
	clear: both;
}

#splash img{
	margin: 9px 0 0 27px;
}

#content-body{
	width: 590px;
	margin: 0 0 20px 27px;
	float: left;
}

#content-body2{
	width: 790px;
	margin: 0 0 20px 27px;
	float: left;
}

#sidebar{
	float: right;
	width: 205px;
	margin: 0 53px 0 0;
}

#sidebar li{
	background: url(../images/dots-sm.png) repeat-x bottom;
	list-style: none;
	display: block;
	height: 50px;
	margin: 2px 0 0 0;
}

#sidebar li img{
	width: 39px;
	margin: 0 5px -15px 0;
}

#sidebar li a{
	color: #6B5B46;
}

#sidebar li a:hover{
	color: #A28E75;
}
	
#image-boxes{
	background: url(../images/image-bg.png) no-repeat;
	width: 922px;
	height: 160px;
}

#image-boxes img{
	float: left;
	width: 210px;
	height: 137px;
}

#image-boxes #one{
	margin: 9px 0 0 26px;
}

#image-boxes #two{
	margin: 9px 0 0 10px;
}

#image-boxes #three{
	margin: 9px 0 0 10px;
}

#image-boxes #four{
	margin: 9px 0 0 10px;
}

#spacer{
	height: 10px;
	width: 600px;
	float: right;
}

#sep-line{
	background: url(../images/dots-sm.png) repeat-x;
	width: 900px;
	height: 15px;
	margin: 0 auto;
}

#footer #info{
	color: #706F6F;
	font-size: 11px;
	text-align: center;
	line-height: 2em;
}

#footer #info a{
	font-size: 13px;
	color: #525151;
}

#footer #info a:hover{
	color: #A28E75;
}

#footer {
	position: relative;
	border-top: 5px solid #EFE6BE;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background: url(../images/footer-bg.gif) repeat #DFCD7B;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#gallery{
	margin: 0 0 0 26px;
}

#gallery H3{
	margin: 0 0 0 0;
	clear: both;
}

#gallery img{
	width: 150px;
	height: 100px;
}