﻿body {

	background-color: #c3c3c3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align: center;
	margin:0px;
	padding:0px;
	height: 100%;
}

#PageStatusConsole {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#SiteActions {
	background-color:none;
	width:800px;
	height:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

a {
	COLOR: #008fd5;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none; 
}

/* -----------------------------------------------------------  Global Nav  ------------------------*/
/* -------------------------------------------------------------------------------------------------*/
/*	
	Dark Blue	#325076
	Light Blue	#a6b2d0
*/

/**/

.globalNav {
	width:800px;
	*position:relative;
    *top:0px;
}
.globalNavItem {
    background-color:#103A53;
	font-size:14px;
	font-family:arial, helvetica, serif  ;
	font-weight:normal;
	text-align:center;
	color: #FFFFFF;
	border-right:1px #2E5871 solid;


}
.globalNavItem a {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}
.globalNavItem a:hover {
	color:#103A53;
	background-color:#9DD073;
}
.globalNavSelected {
	color: #018FD7;
	background-color:#ffffff;
}
.globalNavItem a:visited {
	font-weight:normal;
}
.globalNavSelected a:visited {
	font-weight:normal;
	color: #018FD7;
}
.globalNavSelected a:hover {
	color:#000;
	background-color: #fff;
}

.globalNavFlyOuts {
	border-top:0px #f2f2f2 solid;
	margin-top:8px;

}



.globalNavFlyOutsItem {
	
	border:1px #9DD073 solid;
	border-top-style:none;
	background-color:#103A53;
	font-size:11px;
	font-family:arial, helvetica, sansserif  ;
	font-weight:normal;
	text-align:left;
	color: #FFFFFF;
	width:120px;

	  
	
}

.globalNavFlyOutsItem a {
	display:block;
	padding:3px;
}

.globalNavFlyOutsItem a:hover {background-color:#9DD073; color:#103A53;border:1px #103a53 solid;}

.globalNavFlyOutsHover {color:silver;}



/* -----------------------------------------------------------  Content  ---------------------------*/
/* -------------------------------------------------------------------------------------------------*/
#SiteWrapper {
	background: #fff;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


#Header {
	background: url('http://www.lifesettlementevent.com/SiteCollectionImages/lss2009_header.jpg') no-repeat;
	width:800px;
	height:170px;
	margin-left:auto;
	margin-right:auto;

}

#header img { 
	display:none;
	}


#Content {
	width: 100%;
	height:auto;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#named {
	width:750px;
	padding-right:15px;
}


#Content a, a:visited {
	color:#eaeaea;
	text-decoration: none;
	background-color: transparent;
	background-position:left bottom;
	font-weight:bold;

}
#Content a:hover {
	color: #FEAE17;

}
#Content h1 {
	color:#103A53;
	font-size:22px;
	border-bottom:1px gray dotted;
	font-family:Arial, Helvetica, sans-serif;
}
#Content h2 {
	color:#a6b2d0;
	font-size:16px;
}
#Content h3 {
	color:#325076;
	font-size:14px;
	text-transform:uppercase;
}



#PageContent {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#PageTitle {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#000000;
	font-weight:bold;
	font-size:22px;
	border-bottom:1px gray dotted;
	margin-bottom:15px;
}

#Menu {
	background-color:black;
	width:800px;
	height:30px;
}



#Menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:8pt;
	font-weight:bold;
}
#Menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#Menu li a{
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	padding:7px 15px 7px 15px;
	border-right:1px solid #325076;
}
	
#Menu li a:hover{
	color:white;
	background-color:#a6b2d0;
}


.SubHeadline {
	color:#325076;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	padding-bottom:5px;
}


/* -----------------------------------------------------------  Footer  ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/

#LSSFooter {  	
	width:800px;
	/*height:100%;*/
	overflow:hidden;
	margin: 0;
	padding-top: 20px;
	clear:both;
	background:white url('/Style%20Library/Images/WebFooter.jpg') no-repeat scroll left top;
}

.LSSFooterLeft {
	width: 249px; height: 95px; text-align:right; margin-top:20px;float:left;
}

.LSSFooterRight {
	width: 397px; text-align:center;margin-top:40px;font-size:11px;text-transform:uppercase;color:silver;font-weight:bold;float:left;
}

.footerLogo {
	float:left;
	height:;
}

.spacing {
	float: left;
	width:35px;
	height:75px;
}

#LSSFooter a, #LSSFooter a:visited {
	color:#325076;
	text-decoration:none;
}

#LSSFooter a:hover {
	color:black;
	text-decoration:underline;
}

#bottomBorder {


}



/* -----------------------------------------------------------  Form  ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/

.ms-vb {
	padding-bottom: 10px;
	width: 250px;
}



