﻿html {
	height: 100%;
	min-height: 100%;
	line-height: 1;
}
body {
	text-align: center; /*Centers the page in IE*/;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-size: 11px;
}
h2 {
	border: 0;
	behavior: url('../iepngfix.htc'); /* PNG Transparency */
}
h1 {
	border: 0;
	behavior: url('../iepngfix.htc'); /* PNG Transparency */
}
input {
	border: 0;
	behavior: url('../iepngfix.htc'); /* PNG Transparency */
}
a {
	border: 0;
	behavior: url('../iepngfix.htc'); /* PNG Transparency */
}
div {
	border: 0;
	behavior: url('../iepngfix.htc'); /* PNG Transparency */
}
img {
	border: 0;
	behavior: url('../iepngfix.htc'); /* PNG Transparency */
}
.times {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.orange {
	color: #F8A21F;
}
.selected {
	background-color: #9b4709;
}
#legal {
	overflow: auto;
	overflow-x: hidden;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 10px;
	width: 860px;
	height: 500px;
}
#legal h2 {
	font-weight: bold;
	padding: 10px 0 10px 0;
}
div#wrapper {
	text-align: left;
	margin: 0 auto;
/*Centers the page in all browsers > IE*/	width: 920px;
	position: relative;
}
div#top {
	float:right;
	text-transform: none;
	font-size: 9px;
	padding-right: 0px;
	padding-top:25px;
	height: 10px;
}
div#header {
	clear: both;
	font-size: 12px;
	height: 100px;
	/* background-color: #333; */
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	border-bottom:1px white solid;
	width: 880px;
	margin-left: 20px;
}
#header a:hover {
	color: #F8A21F;
}
#header a:active {
	color: #F8A21F;
}
h1 {
	float: left;
	width: 600px;
	height: 90px;
	background-image: url('../images/Albi-Logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
h1 span {
	display: none;
}
hr {
	height: 0px;
	width: 100%;
	border: 1px #FFF solid;
}
div#logoLink a {
	position: absolute;
	width: 600px;
	height: 90px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:visited {
}
a:hover {
}
p#slogan {
	font-size: 18px;
}
div#header ul {
	float: right;
	margin-top: 10px;
	margin-right:0px;
	font-size: 12px;
}
div#header ul li {
	margin-bottom: 7px;
	text-align:right;
}
/*Start Nav Styles*/
div#introCommunities {
	float: left;
	width: 200px;
}
div#introCommunities a:hover {
	color: #F8A21F;
}
.backgroundHack {
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	background-color: #9b4709;
}
div#nav {
	width: 880px;
	height: 38px;
	margin-left: 20px;
	font-size: 10pt;
}
div#nav ul#communityNav {
	float: left;
	width: 875px;
}
div#nav ul#communityNav li {
	float: left;
	color: #fff;
	width: 85px;
	height: 38px;
	font-size: 10pt;
}
div#nav ul#communityNav li:hover {
	background-position: 0 0; /* IE7 Sticky Bug Fix */
}
div#nav ul#communityNav li a {
	display: block;
	border-right: 1px solid #fff;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* Second-level lists */
div#nav ul#communityNav li ul {
	position: absolute;
	z-index: 999;
	background: #000;
	width: 110px;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */;
	margin: 3px 0 0px -1px;
	padding: 0px;
	border-top: 1px solid #fff;
}
div#nav ul#communityNav li ul li {
	/* second-level list items */
	padding: 0px;
	margin: 0px;
	width: 110px; /* width needed or else Opera goes nuts */
}
div#nav ul#communityNav li ul li a {
	border-right: none;
	border-bottom: 1px solid #fff;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div#nav ul#communityNav li a:hover {
	background-color: #333;
}
div#nav ul#communityNav li a.selected:hover {
	background-color: #9b4709;
}
div#nav ul#communityNav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}
div#nav ul#communityNav li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
}
/*End Nav Styles*/
div#main {
	position: absolute;
	width: 895px;
	height: 502px;
	position: relative;
	margin-left: 20px;
	overflow: hidden;
}
div#frame {
	float: left;
	width: 880px;
	height: 500px;
	position: relative;
	border: 1px solid #fff;
}
div#frame div#navWrapper {
	width: 100%;
	height: 50px;
	float: left;
}
div#frame ul#subNav {
	position: absolute;
	z-index: 200;
	float: left;
	width: 682px;
	height: 50px;
	right: 0px;
	background-image: url('../images/transparent/transparent-overlay50g.png');
	background-position: top left;
	background-repeat: repeat;
}
div#frame ul#subNav li {
	float: left;
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-size: 10px;
	height: 100%;
	width: 110px;
}
div#frame ul#subNav li a {
	display: block;
	height: 100%;
	text-transform: uppercase;
}
div#frame ul#subNav li a span {
	position: relative;
	top: 15px;
	left: 12px;
	font-weight: bold;
}
div#frame ul#subNav li a:hover {
	background-color: #333;
}
div#frame ul#subNav li a.selected:hover {
	background-color: #9b4709;
}
#style-profile-button {
	visibility: visible;
	z-index: 199;
}
div#communityHeader {
	clear: both;
	float: left;
	width: 100px;
	height: 450px;
}
h2#communityName {
	width: 100px;
	height: 430px;
	position: relative;
}
h2#communityName span {
	display: none;
}
div#aboutus-content {
	padding: 50px 20px 20px 20px;
}
div#aboutus-content hr {
	margin: 0px 20px 0px 0px;
}
div#aboutus-content ul li a {
	font-size: 12px;
	line-height: 18px;
}
div#QPAll-homes {
	overflow: auto;
	overflow-x: hidden;
	float: left;
	width: 620px;
	height: 425px;
	margin-left: 20px;
}
div#qp-homes {
	overflow: auto;
	overflow-x: hidden;
	float: left;
	width: 778px;
	height: 450px;
}
.QPHome-box {
	padding: 0 3px 10px 0;
	float: left;
	width: 250px;
}
.QPHomeAll-box {
	padding: 0 3px 5px 0;
	float: left;
	width: 275px;
}
div#QPAllSidebar {
	overflow: auto;
	overflow-x: hidden;
	clear: both;
	float: left;
	width: 224px;
	height: 410px;
	margin-left: 15px;
	border-right: 1px white solid;
}
div#QPAllSidebar ul {
}
div#QPAllSidebar ul li {
	font-size: 12px;
}
div#QPAllSidebar ul li span {
	font-size: 10px;
	display: block;
	margin-top: 1px;
}
div#QPAllSidebar ul li a {
	display: block;
	padding: 7px 10px 7px 5px;
}
div#QPAllSidebar ul li a:hover {
	background-color: #333;
}
div#QPAllSidebar ul li a.selected:hover {
	background-color: #9b4709;
}
div#sidebar {
	overflow: auto;
	overflow-x: hidden;
	float: left;
	width: 230px;
	height: 450px;
}
div#sidebar ul {
}
div#sidebar ul li {
	font-size: 12px;
}
div#sidebar ul li span {
	font-size: 10px;
	display: block;
	margin-top: 1px;
}
div#sidebar ul li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 5px;
}
div#sidebar ul li a:hover {
	background-color: #333;
}
div#sidebar ul li a.selected:hover {
	background-color: #9b4709;
}
div#sidebar-sm {
	overflow: auto;
	overflow-x: hidden;
	float: left;
	width: 160px;
	height: 450px;
}
div#sidebar-sm ul {
}
div#sidebar-sm ul li {
	font-size: 12px;
}
div#sidebar-sm ul li span {
	font-size: 10px;
	display: block;
	margin-top: 1px;
}
div#sidebar-sm ul li a {
	display: block;
	padding: 10px 5px 10px 5px;
}
div#sidebar-sm ul li a:hover {
	background-color: #333;
}
div#sidebar-sm ul li a.selected:hover {
	background-color: #9b4709;
}
div#content {
	clear: both;
	float: left;
	width: 620px;
	height: 450px;
	position: relative;
	top: -501px;
	left: 260px;
	z-index: 50;
}
div#contentNavHolder {
	z-index: 199;
	width: 620px;
	height: 40px;
	font-size: 10px;
	position: absolute;
	background-image: url('../images/transparent/transparent-overlay70k.png');
	background-position: top left;
	background-repeat: repeat;
}
ul#contentNav {
	width: 620px;
	height: 40px;
}
ul#contentNav li {
	z-index: 999;
	float: left;
	height: 40px;
}
ul#contentNav li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 14px 23px 16px 23px;
}
ul#contentNav li a:hover {
	background-color: #333;
}
ul#contentNav li a.selected:hover {
	background-color: #9b4709;
}
div#content-home-models {
	clear: both;
	float: left;
	width: 550px;
	height: 450px;
	position: relative;
	top: -451px;
	left: 331px;
	z-index: 50;
}
.background-shading {
	background-image: url('../images/transparent/transparent-overlay50k.png');
	background-position: top left;
	background-repeat: repeat;
}
div#awardsNavHolder {
	z-index: 199;
	width: 620px;
	height: 25px;
	font-size: 10px;
	position: absolute;
	background-image: url('../images/transparent/transparent-overlay50k.png');
	background-position: top left;
	background-repeat: repeat;
	border-bottom: 1px white solid;
}
ul#awardsNav {
	width:490px;
	height: 20px;
	float: left;
}
ul#awardsNav li {
	z-index: 999;
	float: left;
}
ul#awardsNav li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 18px 5px 18px;
}
ul#awardsNav li a:hover {
	background-color: #333;
}

div#awardsRightColumn{
	float:left;
	position:relative; 
	top:35px;
	width:110px;
	height: 390px;
	padding:0 5px 0 10px;
	border-right:1px white solid;
}

div#awardsRightColumn p {
	padding:3px 0 7px 0;
	text-align:left;
}

div#awardsContent {
	float:left;
	position:relative; 
	top:35px;
	padding:0 5px 0 10px;	
	line-height:normal;
	width:475px;
}

.awardGroupTitle{
	font-weight:bold;
	padding:15px 0 5px 0;
}

div#contentNavHomesHolder {
	z-index: 199;
	width: 550px;
	height: 40px;
	font-size: 10px;
	position: absolute;
	background-image: url('../images/transparent/transparent-overlay50k.png');
	background-position: top left;
	background-repeat: repeat;
}
ul#contentNavHomes {
	width: 550px;
	height: 20px;
	border-bottom: 1px solid #fff;
}
ul#contentNavHomes li {
	z-index: 999;
	float: left;
}
ul#contentNavHomes li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 12px 5px 12px;
}
ul#contentNavHomes li a:hover {
	background-color: #333;
}
#FloorplanInfo {
	visibility: hidden;
	display: none;
	float: left;
	position: relative;
	width: 550px;
	padding: 5px 4px 4px 4px;
}
ul#FloorPlanMenu {
	float: right;
	margin-right: 10px;
}
ul#FloorPlanMenu li {
	float: left;
}
ul#FloorPlanMenu li a {
	display: block;
	padding: 5px 12px 4px 12px;
	margin-top: -5px;
}
ul#FloorPlanMenu li a:hover {
	background-color: #333;
}
div#FloorPlansBottomBarOpt
 {
	background-image: url('../images/transparent/transparent-overlay50k.png');
	background-position: top left;
	background-repeat: repeat;
	position: absolute;
	top: 430px;
	left: 0px;
	width: 530px;
	height: 15px;
	padding: 5px 10px 0px 10px;
	visibility: hidden;
	font-size: 10px;
}
div#FloorPlansBottomBarStd
 {
	background-image: url('../images/transparent/transparent-overlay50k.png');
	background-position: top left;
	background-repeat: repeat;
	position: absolute;
	top: 430px;
	left: 0px;
	width: 530px;
	height: 15px;
	padding: 5px 10px 0px 10px;
	visibility: hidden;
	font-size: 10px;
}
ul#FloorPlansBottom {
	/*border-top:1px solid #fff;*/
	width: 530px;
	margin-top: -5px;
}
ul#FloorPlansBottom li {
	float: left;
	position: relative;
	height: 20px;
	text-align: center;
	padding-top: 6px;
}
ul#architecturalStyles {
	/*border-top:1px solid #fff;*/
	width: 550px;
}
ul#architecturalStyles li {
	float: left;
	position: relative;
}
ul#architecturalStyles li a {
	display: block;
	padding: 5px 12px 4px 12px;
}
ul#architecturalStyles li a:hover {
	background-color: #333;
}
div#contentInterior {
	background-repeat: no-repeat;
	width: 620px;
	height: 500px;
	padding: 40px 0px 0px 0px;
}
div#contentInterior a {
	text-decoration:none;
}
#contentInterior a:hover {
	text-decoration:underline;
}
#contentInteriorLeft {
	float: left;
	width: 380px;
	padding: 0 10px 0 0px;
}
#contentInteriorRight {
	float: left;
	width: 210px;
}
div#videos {
	clear: both;
	float: left;
	width: 880px;
	height: 500px;
	position: relative;
	top: -501px;
	left: 1px;
	z-index: 50;
}
div#specs {
	clear: both;
	float: left;
	width: 880px;
	height: 500px;
	position: relative;
	top: -501px;
	left: 1px;
	z-index: 50;
}
div#specsNavHolder {
	z-index: 199;
	width: 880px;
	height: 50px;
	font-size: 10px; /*position:absolute;*/;
	background-image: url('../images/transparent/transparent-overlay50k.png');
	background-position: top left;
	background-repeat: repeat;
}
div#specsNavHolder p {
	padding: 3px 0 0 10px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}
ul#specsNav {
	margin-top: 3px;
	width: 880px;
	border-top: 1px solid #fff;
}
ul#specsNav li {
	z-index: 999;
	float: left;
}
ul#specsNav li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 10px 7px 10px;
}
ul#specsNav li a:hover {
	background-color: #333;
}
div.specsText {
	clear: both;
	float: left;
	position: relative;
	background-image: url('../images/transparent/transparent-overlay60k.png');
	background-position: top left;
	background-repeat: repeat;
	padding: 10px 0px 10px 0px;
	top: 150px;
	width: 880px;
	font-size:13px;
}
.specsText p {
	padding: 0 0 5px 10px;
}
.specsTitle {
	float: left;
	width: 140px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.specsCopy {
	float: left;
	line-height: normal;
	width: 720px;
}
.featuresBuildingCare {
	background-image: url('../images/transparent/transparent-overlay70k.png');
	background-position: top left;
	background-repeat: repeat;
	position: absolute;
	top: 480px;
	left: 0px;
	width: 880px;
	height: 20px;
	padding: 0px 0px 0px 0px;
}
div#aboutTextWrapper {
	background-image: url('../images/transparent/transparent-overlay50k.png');
	background-position: top left;
	background-repeat: repeat;
	width: 620px;
	height: 440px;
}
div#aboutTextBanner {
	clear: both;
	float: left;
	position: relative;
	padding: 10px 0px 10px 0px;
	background-image: url('../images/transparent/transparent-overlay70k.png');
	background-position: top left;
	background-repeat: repeat;
	top: 75px;
	width: 620px;
}
div.aboutText {
	font-size: 13px;
	/*font-weight:bold;*/
	position: relative;
	padding: 0px 10px 0px 10px;
}
.aboutText p {
	text-align: center;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: normal;
}
div.aboutTextCenter {
	font-size: 13px;
	/*font-weight:bold;*/
	position: relative;
	padding: 0px 10px 0px 10px;
}
.aboutTextCenter p {
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: normal;
}
div#BuildingSubMenuHolder {
	position: relative;
	top: 0px;
	z-index: 199;
	font-size: 10px;
	background-image: url('../images/transparent/transparent-overlay60k.png');
	background-position: top left;
	background-repeat: repeat;
}
ul#BuildingSubMenu {
	width: 620px;
	height: 20px;
}
ul#BuildingSubMenu li {
	z-index: 999;
	float: left;
	height: 20px;
}
ul#BuildingSubMenu li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px 5px 15px;
}
ul#BuildingSubMenu li a:hover {
	background-color: #333;
}
ul#BuildingSubMenu li a.selected:hover {
	background-color: #9b4709;
}
div#InspGalleryBottomBar {
	background-image: url('../images/transparent/transparent-overlay70k.png');
	background-position: top left;
	background-repeat: repeat; /*overflow-x:hidden;*/;
	top: 480px;
	position: absolute;
	left: 0px;
	width: 870px;
	height: 15px;
	z-index: 1;
	padding: 5px 0px 0px 10px;
}
div#AboutWhyBottomBar {
	background-image: url('../images/transparent/transparent-overlay70k.png');
	background-position: top left;
	background-repeat: repeat;
	position: absolute;
	top: 480px;
	left: 0px;
	width: 620px;
	height: 20px;
	padding: 0px 0px 0px 0px;
}
div#AboutWhyBottomBar p {
	padding: 5px 10px 4px 10px;
}
ul#AboutWhyNav {
	float: right;
	font-size: 11px;
	margin-top: 0px;
	height: 20px;
}
ul#AboutWhyNav li {
	float: left;
	position: relative;
	height: 20px;
	font-weight:bold;
}
ul#AboutWhyNav li a {
	display: block;
	padding: 5px 4px 4px 4px;
	text-align: center;
	color: #F8A21F;
}
ul#AboutWhyNav li a:hover {
	background-color: #9b4709;
	color: white;
}

ul#AboutWhyNav li.ViewAllAwards a {
	display: block;
	padding: 5px 4px 4px 4px;
	text-align: center;
	color: white;
}

ul#AboutWhyNav p {
	padding: 5px 4px 4px 4px;
	text-align: center;
}

.featuresTagLine {
	float: left; width: 300px;	padding: 5px 4px 4px 10px;
}

ul#profileNav {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	height: 20px;
}
ul#profileNav li {
	float: left;
	position: relative;
	height: 20px;
	background-color: #6b645d;
}
ul#profileNav li a {
	display: block;
	padding: 5px 4px 4px 4px;
	text-align: center;
}
ul#profileNav li a:hover {
	background-color: #9b4709;
}
ul#profileNav p {
	padding: 5px 4px 4px 4px;
	text-align: center;
}
ul#CareersProcNav {
	float: right;
	font-size: 11px;
	margin-top: 0px;
	height: 20px;
}
ul#CareersProcNav li {
	float: left;
	position: relative;
	height: 20px;
}
ul#CareersProcNav li a {
	display: block;
	padding: 5px 8px 4px 8px;
	text-align: center;
}
ul#CareersProcNav li a:hover {
	background-color: #333;
}
ul#CareersProcNav p {
	padding: 5px 4px 4px 4px;
	text-align: center;
}
div#PhotoGalleryBottomBar {
	background-image: url('../images/transparent/transparent-overlay50k.png');
	background-position: top left;
	background-repeat: repeat;
	position: absolute;
	top: 430px;
	left: 0px;
	width: 540px;
	height: 15px;
	padding: 5px 0px 0px 10px;
	visibility: hidden;
}
ul#PhotoGalleryNav {
	float: right;
	margin-top: -5px;
}
ul#PhotoGalleryNav li {
	float: right;
	position: relative;
	height: 20px;
	font-weight:bold;
}
ul#PhotoGalleryNav li a {
	display: block;
	padding: 5px 10px 3px 10px;
	text-align: center;
	color: #F8A21F;	
}
ul#PhotoGalleryNav li a:hover {
	background-color: #9b4709;
	color:#fff;
}
#Choices td {
	border-top: 1px #fff solid;
	padding: 10px 0 10px 0;
}
#Choices p.columnText {
  font-size:13px;
  font-weight:normal;
}
.ChoicesTitle {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.AboutTitle {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px #fff solid;
}

p.AboutTitle {
	padding-bottom:5px;
}

.AboutSubTitle {
	line-height: 18px; 
	font-weight: bold; 
	font-size: 14px; 
	text-align: center;
	color: #F8A21F;
}
.AwardBadge {
	clear: both;
	float: left;
	position: absolute;
	padding: 10px 0px 10px 20px;
	background-image: url('../images/transparent/transparent-overlay60k.png');
	background-position: top left;
	background-repeat: repeat;
	top: 370px;
	left: 20px;
	width: 320px;
	height: 70px;
}
.AwardBadge p {
	line-height: 13px;
	font-weight: bold;
}
.CareersSlogan {
	font-size: 12px;
	font-weight: bold;
	padding-bottom:0px;
	margin-bottom: 5px;
	border-bottom: 1px #fff solid;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
div#home-model-features {
	background-image: url('../images/transparent/transparent-overlay60k.png');
	background-position: top left;
	background-repeat: repeat;
	position: absolute;
	top: 20px;
	left: 148px;
	width: 200px;
	padding: 5px 8px 0px 12px;
	visibility: hidden;
	border-top: 1px white solid;
}
#home-model-features ul li {
	font-size: 11px;
	padding-bottom: 7px;
}
div#showhome {
	color: #9b4709;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 50px;
	left: 15px;
}
div#showhome p {
	text-transform: uppercase;
}
div#showhome a {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #9b4709;
	margin-top: 8px;
}
div#featureBar {
	width: 880px;
	height: 20px;
	position: relative;
	top: 20px;
	background-image: url('../images/footer-featurebar.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div#featureBar a {
	display: block;
	position: relative;
	top: 4px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

div#footer, div#newFooter {
	width: 880px;
	margin: auto;
	margin-left: 20px;
}

#footer ul, #newFooter ul {
	font-size: 9px;
}
#footer ul li, #newFooter ul li {
	display: inline;
	margin: 0 8px 0 8px;
}

#footer ul#FooterMainNav {
	margin-left: 20px;
	margin-top:15px;
}
#footer ul#FooterMainNav li {
	font-size:11px;
	margin: 0px;
	padding-left:5px;
	padding-right:5px;
	border-right: 1px white solid;
}
p#copyright {
	float: left;
	display: inline;
	font-size: 9px;
	padding-top:0px;
}

/*NEW FOOTER STYLES*/
div#newFooter {
	border-top: 1px #fff solid;
	margin-top:10px;
	padding:10px 0px 25px 0px;
	font-size: 9px;
}
div#newFooter p#copyright {
	float: left;
}
div#newFooter ul {
	float: right;
}
div#newFooter ul li.footerNav {
	list-style-type: none;
	float: left;
	padding-top:0px;
}

div#newFooter ul li#pullUp {
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #333;
	margin-right: 0px;
}
div#newFooter ul li#pullUp ul {
	z-index: 999;
	width: 190px;
	float: left;
	background-color: #333;
	text-align: left;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: -999em;
}
div#newFooter ul li#pullUp.sfhover ul {
	left: auto;
}
div#newFooter ul li#pullUp:hover ul {
	left: auto;
}
div#newFooter ul li#pullUp ul li img.full {
	width: 190px;
	height: 80px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 6px;
}
div#newFooter ul li#pullUp ul li a {
	color: orange;
}
div#newFooter ul li#pullUp ul p {
	margin-left: 6px;
	margin-right: 3px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 10px;
}
div#newFooter ul li#pullUp ul li p.pullUpHeader {
	font-weight: bold;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-top: 6px;
}
div#newFooter ul li#pullUp ul li p.pullUpHeader span {
	color: orange;
}

/*END NEW FOOTER STYLES*/
/* BEGIN Style Profile pulldown styles */
/* Show and hide the different menu states */
div#blankProfile {
	visibility: hidden;
}
div#viewProfilePulldown {
	visibility: hidden;
}
div#loginPulldown {
	visibility: hidden;
}
div#registerPulldown {
	visibility: hidden;
}
a.topButton {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	color: #ccc;
	border: 1px solid #ccc;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
a.topButton:hover {
	background-color: #9b4709;
	color: #fff;
}
a.styleLink {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
}
a.styleLink:hover {
	text-decoration: none;
}
fieldset {
	border: none;
}
#titleTable.table td {
	padding-right: 6px;
}
label.titleLabel {
	width: 48px;
	padding-right: 10px;
}
h3 {
	color: #F8A21F;
	font-size: 15px;
	margin: 0;
	padding: 0;
	margin-left: 8px;
	margin-top: 6px;
}
h4 {
	font-size: 13px;
}
div.pulldown {
	text-transform:none;
	position: absolute;
	left: 611px;
	top: 102px;
	background-color: #333;
	width: 290px;
	color: #fff;
	padding-bottom: 6px;
	font-size: 10px;
	z-index: 9999;
}
div.pulldown a {
	margin-left: 8px;
	margin-right: 2px;
}
div.pulldown h4 {
	font-size: 12px;
	margin-left: 8px;
	margin-right: 2px;
	margin-bottom: 3px;
}
div.pulldown p {
	margin-left: 15px;
	margin-right: 10px;
}
div.pulldown li {
	margin: 0;
	margin-left: 8px;
}
div.pulldown form {
	margin-left: 8px;
	margin-right: 4px;
	margin-bottom: 7px;
}
div.pulldown form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
div.pulldown label.block {
	margin: 0;
	padding: 0;
	float: left;
	width: 70px;
	margin-right: 8px;
}
div.pulldown form p {
	margin: 0;
	padding: 0;
	float: left;
	width: 70px;
	margin-right: 8px;
}
.button {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	background-color: #333;
	padding: 2px;
	margin-top: 6px;
	margin-left: 130px;
	cursor: pointer;
}
.button:hover {
	background-color: #9b4709;
}
div.subsection {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #fff;
}

div#viewProfilePulldown div.subsection ul, 
div.subsection ul {	
	float:none;
}

div#viewProfilePulldown div.subsection ul li, 
div.subsection ul li {
	font-size:9px;
	list-style-type: none;
	margin-bottom: 1px;
	text-align:left;
}
div.subsection ul li em {
	margin-left: 8px;
}
div.subsection ul li a:hover {
	color: #F8A21F;
}
div#registerPulldown div.subsection {
	/*This section should have no border*/
	border: none;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
p.legal {
	margin: 0;
	padding: 0;
	font-size: 9px;
}
p.line {
	border-bottom: 1px white solid;
	line-height: 1px;
	padding: 5px 0 5px 0;
	height: 1px;
}
a.closeButton {
	display: block;
	float: right;
	position: relative;
	top: 10px;
	right: 22px;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #ccc;
	text-decoration: none;
}
a.closeButton:hover {
	background-color: #9b4709;
}
img.addToProfile {
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 6px;
	text-align: center;
}
/* END Style Profile pulldown styles */
.AddStyleProfileButton {
	float: left;
	margin: 15px 35px 10px 35px;
"	width: 125px;
	height: 25px;
}
.StyleProfileSectionTitle {
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 5px 0;
}
.StyleProfileSectionLine {
	height: 5px;
	border-top: 1px white solid;
}
table#NewsItems {
	font-size: 11px;
}
table#NewsItems td {
	padding: 5px;
	height: 18px;
}
table#NewsItems a {
	text-decoration: none;
}
table#NewsItems a:hover {
}

div#qp-detail-features {
	margin-bottom:0px;
	padding-bottom:0px;
}
div#qp-detail-features ul {
	margin-bottom:0px;
	padding-bottom:5px;
}

div#qp-detail-features ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left:15px;
	text-indent:-15px;
}

