@import "/public/media/styles/common.css";

html
{
	background: transparent url(/public/media/images/home/bkgd_home.jpg) no-repeat 1024px top;
}

#container
{
	background: transparent url(/public/media/images/home/lady1placeholder.jpg) no-repeat scroll 238px top;
	margin: 0;
	width: 1024px;
	overflow: hidden;
	position: relative;
}

p.logo a
{
	background-image: url(/public/media/images/home/lumLogo.jpg);
	width: 238px;
	height: 70px;
}

#content
{
	background: transparent url(/public/media/images/home/bodyBknd.jpg) no-repeat;
	float: left;
	margin-top: 279px;
	padding: 0 286px 2px 100px;
	width: 400px;
	min-height: 400px;
}

#content h1, h1.popupHeading
{
	background: transparent url(/public/media/images/home/homeHeadlineDivider.gif) no-repeat left bottom;
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: normal;
	color: #4d1c65;
}

#content p.back
{
	display: none;
}

#content a
{
	color: #562c4b;
}

#content a:hover
{
	color: #834531;
}

#quotes
{
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 238px;
	height: 349px;
	width: 786px;
}

#description
{
	color: #663366;
}

#description p
{
	font-size: 14px;
	line-height: 17px;
	margin-top: 0px;
}

#description p a
{
	font-weight: bold;
}

#menu
{
	background: transparent url(/public/media/images/home/navBknd.jpg) no-repeat left top;
	width: 238px;
	min-height: 407px;
	padding-top: 25px;
}

#menu div
{
	margin: 0;
	background: transparent url(/public/media/images/home/homeNavDivider.gif) no-repeat left top;
}

#menu h4
{
	background: none;
}

#menu h4 a
{
	padding-top: 17px;
	padding-bottom: 17px;
}

#menu div.closed a:hover
{
	background: none;
	text-decoration: underline;
}

body.script #menu div.closed a:hover
{
	background-image: url(/public/media/images/home/navBknd_over.jpg);
	text-decoration: none;
}

#callouts
{
	top: 0;
	left: 0;
}

#callouts a
{
	position: absolute;
}

#callouts #flash-callout a
{
	position: static;
}

#callouts #flash-callout
{
	position: absolute;
	right: 22px;
	top: 340px;
}

#callouts div.pfsf
{
	display: none;
}

#callouts .pfsf a
{
	position: static;
}

#callouts object.pfsf
{
	background: none;
}

#callouts .talk-about-it a
{
	left: 10px;
	top: 445px;
}

#callouts .sign-up a
{
	background-image: url(/public/media/images/home/callout2all_home.gif);
	display: block;
	left: 15px;
	top: 380px;
	height: 143px;
	width: 193px;
}

#callouts .sign-up a:hover
{
	background-position: left bottom;
}

#callouts .events a
{
	display: block;
	right: 22px;
	top: 585px;
}

#callouts .events a:hover
{
	background-position: left bottom;
}


/*  Popup Window Styling */

#popupOuter {
	position:relative;
	background-color:#FEEBE6;	
}

.popupInner {
	padding:20px 20px 0 20px;
}

.popupClose {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;	
}

.popupClose a { 
	text-decoration:none;
}

#popupHeader {
	padding:0 20px;
}

.popupContent {
	padding:10px 20px;
	width:420px;
}

#popupQuestions {
	background-color:#fff;
	padding:10px 5px 0 20px;
}

#popupQuestions div {		
	padding-bottom:10px;
}

#popupPP {
	padding:10px 20px;
	width:300px;
}

.popupFooter {
	background-image: url('/public/media/images/popup/boxBottom.gif');
	height:155px;
	padding:10px 0 0 35px;
	position:relative;
}

#popupSubmit {
	position:absolute;
	top:47px;
	left:38px;
}

#postalError {
	padding:0 0 0 5px;	
	color:red;
	display:none;
}

#btnSendForm, #btnContinue {
	cursor:pointer;
	display:inline;
}

#popupConfirmation {
	display:none;
	background-color:#FEEBE6;
	position:relative;
}

#popupOverlayInner {
	background-color:#FEEBE6;
	zoom:1;
}

.popupForm {
	zoom:1;
}
