/*
	SETTINGS
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	background-color: #140907;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


form {
	margin:0;
	padding:0;
}
img {
	border:none;
}
a {
	text-decoration:none;
}


/*
	LAYOUT
*/

#outerWrapper {
	width: 100%;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


#headerLogo {
	height: 80px;
	width: 850px;
	position: relative;
	background-image: url(../images/logo_bg.gif);
	margin-right: auto;
	margin-left: auto;
}
#headerFlash {
	height: 220px;
	width: 850px;
	background: url(../images/home_logo_bg.jpg) repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#headerSlogan {
	height: 60px;
	width: 850px;
	background: url(../images/slogan.jpg) no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#headerArch {
	height: 62px;
	width: 850px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_arch.jpg);
	background-repeat: no-repeat;
}

#contentWrapper {
	width: 850px;
	margin: 0;
	overflow: hidden;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	width: 151px;
	float: left;
	padding-top: 10px;
	padding-right: 36px;
	padding-left: 50px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;

}

#content {
	width: 483px;
	padding-top: 50px;
	padding-left: 60px;
	/* padding-right: 70px; */
	padding-bottom: 50px;
	float: left;
}

#contentGallery {
	width: 613px;
	float: left;
}

#contentBase {
	height: 12px;
	width: 850px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_base.gif);
	background-repeat: no-repeat;
}


#footer {
	height: 119px;
	width: 100%;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	clear: left; 
}
#footerContent {
	height: 85px;
	width: 820px;
	font: 11px "Verdana", "Arial", "Helvetica", sans-serif;
	padding-top: 24px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/footer_content_bg.gif);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
}

#footerMenu {
	margin-right: auto;
	margin-left: auto;
	padding-left: 16px;
}




a.footer:link {
	color: #a39690;
	text-decoration: none;
	font-weight: normal;
}
a.footer:active {
	color: #a39690;
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	color: #a39690;
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}



a.designByRollover {
	width: 213px;
	height: 11px;
	text-decoration: none;
	background-image: url(../images/designBy.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;

}
a:hover.designByRollover {
    background-position: -213px 0;
}


#copyright {
	font: 11px "Verdana", "Arial", "Helvetica", sans-serif;
	float: left;
	color: #a39690;
}
#design {
	font: 11px "Verdana", "Arial", "Helvetica", sans-serif;
	float: right;
	color: #a39690;
}




.clear {
 clear: both;
}


/*
	FOOTER LIST
*/

#footer ul{
	overflow:hidden;
	list-style-type:none;
	zoom:1;
	padding:0;
	margin-left: 64px;
}


#footer ul li{
	display:block;
	float:left;
	zoom:1;
	background-image: url(../images/footerMenuSeparator.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	text-decoration: none;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: -4px; /*use negative margin-left to hide the background image*/
	padding-right: 12px;
	padding-left: 12px;
}
#footer ul{
	overflow:hidden;
}

/*
	SIDEBAR LIST
*/

#sidebar ul{
	overflow:hidden;
	list-style-type:none;
	zoom:1;
	margin:0px;
	padding:0px;
}

#sidebar li{
	display:block;
	background:url(../images/line_separator.gif) 0 0 repeat-x;
	line-height:normal;
	zoom:1;
	list-style-image: url(../images/arrow_bullet.gif);
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*
	SIDEBAR LINKS
*/

a.sidebar:link {
	color: #340d13;
	text-decoration: none;
	font-weight: normal;
}
a.sidebar:active {
	color: #340d13;
	text-decoration: none;
	font-weight: normal;
}
a.sidebar:visited {
	color: #340d13;
	text-decoration: none;
	font-weight: normal;
}
a.sidebar:hover {
	color: #a39690;
	text-decoration: none;
	font-weight: normal;
}




/*
	SIDEBAR: Life Together LIST
*/

#sidebarLT ul{
	overflow:hidden;
	list-style-type:none;
	zoom:1;
	margin-left:20px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#sidebarLT li{
	display:block;
	background:url(../images/line_separator.gif) 0 0 repeat-x;
	line-height:normal;
	zoom:1;
	list-style-image: url(../images/arrow_bullet.gif);
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*
	SIDEBAR: Life Together LINKS
*/

a.sidebarLT:link {
	color: #340d13;
	text-decoration: none;
	font-weight: normal;
}
a.sidebarLT:active {
	color: #340d13;
	text-decoration: none;
	font-weight: normal;
}
a.sidebarLT:visited {
	color: #340d13;
	text-decoration: none;
	font-weight: normal;
}
a.sidebarLT:hover {
	color: #340d13;
	text-decoration: none;
	font-weight: normal;
}




a.hideText {
	text-decoration: none;
	text-indent: -9999px;
}

.hidden 
{ position:absolute;
left:0px;
top:-500px;
width:1px; 
height:1px; 
overflow:hidden; 
} 


a.headerLogoRollover {
	width: 244px;
	height: 70px;
	text-decoration: none;
	background-image: url(../images/logoRollover.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: auto;
	text-indent: -9999px;

}
 
a:hover.headerLogoRollover {
    background-position: -244px 0;
}


#hideImage {
	text-indent: -9999px;
}

/*
	HIDE NETSCAPE RECTANGLE IMAGE BORDER
*/

:focus {
outline: 0;
}
.allCaps {
	text-transform: uppercase;
}

