@import url('reset.css');
@import url('typography_nu.css');

body {
	background-color: #ffffff;
	margin: auto;
	width: 100%;
}

/* Login Bar */

div#login-bar {
	float: rightright;
	margin-top: 10px;
	width: 140px;
	margin-left: 375px;
	position:absolute;
	top:-3px;
	left:615px;
	}
	
div#login-bar a {
	background: url('../img/member_login.png') no-repeat;
	border: none;
	display: block;
	height: 30px;
	width: 140px;
}

div#login-bar a:active {
	background-position: 0px; -60px;
	
}

div#login-bar a:hover {
	background-position: 0px; -30px;
	
}

/* NAVIGATION */
ul#menu {
	float: rightright;
	margin-left: 375px;
	left:805px;
	margin:0px;
	padding:0px;
	position:absolute;
	right:556px;
	top: 225px;
	width: 363px;
}
ul#menu li {
	display:inline;
	margin-left:12px;
}
ul#menu li a {
	text-decoration:none;
	color:#716d6a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#b95039;
}
	
div#status-bar-content { margin: 10px auto 0px auto; width: 800px; }

div#status-bar-commands { width: 400px; }

form#search-form { float: right; width: 200px; }

p#welcome { float:left; padding-top: 7px; width: 150px; }

p#action-bar {
	background: url('../img/action-bar-bg.png') no-repeat;
	height: 14px;
	margin-left:200px;
	padding: 8px 28px;
	width: 154px;
}

p#action-bar a:before { content: '|  '; }

p#action-bar a[title="License"]:after { content: '  |'; }

form#search-form input[type="text"] {
	background: url(../img/search-field.png) no-repeat;
	border:none;
	height:20px;
	padding: 5px 0px 0px 30px;
	width:170px;
}

form#search-form input[type="submit"] { display: none; }

/* Header */

div#header {
	background: url('../img/head2.jpg') no-repeat;
	background-color: #ffffff;
	height: 267px;
	width: 100%;
}

div#logo {
	margin-left: 150px;
	padding-top: 60px;
	width: 938px;
}

 /* Container */
.container {
	width:735px;
	margin:0 auto;
	position:relative;
}
/* Content */
div#content {
	
}

div#content-bottom-shadow {	
	background: url('../img/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}

/* WELCOME */
div#welcome {
	margin-left: 160px;
	position:absolute;
	left: -13px;
	top: 254px;
	width: 800px;
}

/* INVITATION */
div#invitation {
	background: url('../img/greyback.png');
	position absolute;
	left: -180px;
	top: 450px;
	width: 448px;
}
.invite {
	width:121px;
	position:absolute;
	top:332px;
	left:990px;
	height: 181px;
}

/* Main Wrapper */

div#page-wrapper {
	margin-left: 160px;
	position:absolute;
	left: -12px;
	top: 319px;
	width: 742px;
	line-height: inherit;
}

/* We Believe Wrapper */

div#we-believe {
	
}

.beliefs {
	padding: 0px 100px 20px 10px;
	width: 448px;
	margin-left: 170px;
	position:absolute;
	top:557px;
	left:9px;
	height: 431px;
}

/* Flash_Pic */

div#flash_pic {
	padding: 20px 20px 20px 10px;
	position:absolute;
	margin-left:170px;
	top:282px;
	left: 11px;
	width:410px;
	height:222px;
	overflow: hidden;
}

/* IMAGE WINDOW */
div#img-window {
	position: absolute;
	top:315px;
	float: left;
	height: 187px;
	width: 244px;
	margin-right: 5px;
	left: 149px;
}	

/* Time/Place */

div#time_block {
	margin: 20px;
	position: absolute;
	top:381px;
	right:425px;
	height: 355px;
	width: 255px;
	padding-top: 20px;
	margin-top: 10px;
}

div#time_place {
	position:absolute;
	top:560px;
	left:796px;
	height: 174px;
	width: 334px;
	padding-top: 20px;
	margin-top: 10px;
}


/* Laurel’s Latest */	

div#late_img {
	position:absolute;
	left:311px;
	top:803px;
	width:39px;
	height:29px;
	z-index:1;
}

.block_news{
	position: absolute;
	padding: 20px 10px 20px 10px;
	float: left;
	width: 1185px;
	margin-left: 200px;
	left: 84px;
	top: 829px;
}

.laurelimage{
	width: 50px;
}	
.latest_img {
	float: left;
	margin: 0px 35px 0px 00px;
	width: 305px;
}

.flower{
	top: 13px;
	position: absolute;
	left: 127px;
}

.latest_img ul li, .latest_img ul li {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#news-entry li {
	width: 310px;
	float: left;
	list-style: none;
	padding: 0 40px 0 0;
	
}

/* Bottom Image */
div#bottom-image {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 7px;
	top: 440px;
}

	
/* Redline */
.redline {
	position: absolute;
	left: -71px;
	top: 267px;
	width: 1140px;
}


/* Message */

div#message h3 {
	margin-bottom: 20px;
}

div#beliefs h4 {
	margin-bottom: 30px;
}

span#phone {
	background: url('../img/phone-icon.png') no-repeat 0px 1px;
	float: left;
	margin-top: 25px;
	padding-left: 35px;
	width: 125px;
}

span#address {
	background:url('../img/address-icon.png') no-repeat 160px 30px;
	padding:5px 0px 0px 195px;
}


/* Footer */

div#foot_img{
	background: url('../img/gray_footer.jpg') no-repeat;
	position: absolute;
	left: -2px;
	top: 967px;
	height: 69px;
	width: 1406px;
}
div#footer_img {
	background: url('../img/gray_footer.jpg') repeat center #ffffff;
	height: 69px;
	width: 100%;	

}

.footer-text{
	padding-top: 10px;
	position: absolute;
	left: 128px;
	top: 1211px;
	width: 991px;
	height: 57px;
}




/* VISITORS PAGE */


/* DIVIDER */

#divider {
	position:absolute;
	left:258px;
	top:319px;
	width:24px;
	height:267px;
	z-index:1;
	overflow: visible;
}
