@charset "utf-8";
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 100%/1.1 Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #1b1b1b url(../images/body.jpg) repeat 50% 0%;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;
}
/***************************************************************************************
--GLOBAL HEADINGS--
***************************************************************************************}*/ 
h1, h2, h3, h4 {
	font-weight:bold;
	color:#0B0B0B;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	text-shadow:0px 1px 2px #999;
}
h1 {
	font-size:1.7em;
	line-height:1.4em;
	margin-bottom:7px;
	color:#1D1D1D;
	font-weight:bold;
}
h2 {
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:3px;
	color:#333333;
}
h3 {
	font-size:18px;
	line-height:1.6em;
	padding-bottom:10px;
	font-weight:normal;
	text-transform:none;
}
h4 {
	font-size:14px;
	line-height:1.2em;
	color:#4c4c4c;
	padding-bottom: 10px;
	padding-top: 10px;
}
h5 {
	font-size:14px;
	line-height:1.6em;
	margin-bottom:5px;
	color:#5c5c5c;
	font-weight:bold;
}
h6 {
	font-size:13px;
	line-height:1.4em;
	margin-bottom:5px;
	color:#5c5c5c;
	font-weight:bold;
}
/* Text elements
-------------------------------------------------------------- */
p {
	font-size:13px;
	line-height:1.6em;
	margin-bottom:15px;
}
p.large {
	font-size:1.2em;
	line-height:1.7em;
	margin-bottom:26px;
	color:#5f5f5f;
}
p.small {
	font-size:10px;
	line-height:1.8em;
	margin-bottom:24px;
}
p.boldUnderline {
	font-size: 0.975em;
	line-height:1.8em;
	font-weight: bold;
	text-decoration: underline;
	color: #352021;
}
img.left {
	float:left;
	margin:0.2em 0.8em 0.3em 0;
	padding:0;
}
img.right {
	float:right;
	margin:0.2em 0 0.3em 0.8em;
	padding:0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgOutlined {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 10px 0 0 15px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a {
	outline: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	/* [disabled]color: #333333; */
	/* [disabled]text-decoration: underline; */ /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
a.follow-link {
	-moz-transition: all 0.2s ease 0s;
	float: left;
	height: 56px;
	margin: 0 8px 8px 0;
	opacity: 0.5;
	padding: 0;
	text-indent: -9999px;
	width: 55px;
}
a.follow-link:hover {
	margin-top: 0;
	opacity: 1;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-right: 2%;
	position: relative;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
	padding:15px 0;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
.bkgGfxWrap {
	/* [disabled]background: url(../images/shine.jpg) repeat-x 50% 0%;
*/
	position: relative;
}
.Wrapper {
	background-image: url(../images/headerBkg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D2D2D;
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height: 104px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.header img {
	position: absolute;
	left: 660px;
	top: 57px;
	display:none;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
/*-----------------GLOBAL SUBPAGE----------------------*/

.contentHeader h2 {
	font-size:24px;
	margin:0 0 0 0;
	line-height:1em;
	text-shadow:0px 1px 2px #666;
	padding: 30px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contentWHeader {
	-moz-box-shadow: 0 0 20px #DBDBDB;
	-webkit-box-shadow: 0 0 20px#DBDBDB;
	box-shadow: 0 0 20px #DBDBDB;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 940px;
	background-color: #F3F3F3;
	min-height: 600px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 65px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	position: relative;
	float: left;
}
.wrap90 {
	width: 90%;
	margin: 0 auto;
}
#darkRecess-top {
	background: url("../images/darkRecess-top.png") no-repeat scroll 50% 0 transparent;
	overflow: hidden;
	padding: 1px 0 0;
	width: 100%;
	height:275px;
	float:left;
	margin-top:30px;
}
#darkRecess-tail {
	background: url("../images/darkRecess-tail.png") repeat-y scroll 50% 0 transparent;
	overflow: hidden;
	/* [disabled]text-align: center;
*/
	width: 100%;
}
#darkRecess-tail .inner {
	padding: 0;
}
#darkRecess-tail h3 {
	display: none;
}
#darkRecess-tail p {
	color: #8E8E8E;
	font-size: 1em;
	/* [disabled]font-style: italic;
*/
	font-weight: 400;
	line-height: 25px;
	padding: 0;
}
#darkRecess-bot {
	background: url("../images/darkRecess-bottom.png") no-repeat scroll 50% 100% transparent;
	overflow: hidden;
	padding: 0 0 1px;
	width: 100%;
}
#black-subHead-top {
	background: url("../images/subHead-top.png") no-repeat scroll 50% 0 transparent;
	overflow: hidden;
	padding: 1px 0 0;
	width: 100%;
	margin: 30px 0 40px 0;
}
#black-subHead-tail {
	background: url("../images/subHead-tail.png") repeat-y scroll 50% 0 transparent;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.black-subheadwrapper {
	overflow: hidden;
	width: 100%;
}
#black-subHead-tail .inner {
	padding: 23px 0 29px;
}
#black-subHead-tail h3 {
	display: none;
}
#black-subHead-tail p {
	color: #8E8E8E;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
}
#black-subHead-bot {
	background: url("../images/subHead-bottom.png") no-repeat scroll 50% 100% transparent;
	overflow: hidden;
	padding: 0 0 1px;
	width: 100%;
}
.footer {
	background: url("../images/big-line.png") no-repeat scroll 50% 0 transparent;
	overflow: hidden;
	padding: 1px 0 25px;
	width: 100%;
}
.footer-area {
	background: url("../images/footer-widget-area.jpg") repeat-y scroll 50% 0 transparent;
	overflow: hidden;
	padding: 15px 0;
	width: 100%;
}
.footer-text {
	background: url("../images/footer-text.gif") no-repeat scroll 50% 0 transparent;
	height: 35px;
	width: 100%;
}
.footer-wrap-text {
	color: #585858;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.82em;
	margin: 0 auto;
	padding: 16px 0 0;
	text-align: center;
	width: 960px;
}
.footer-contact-text {
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin: 0 auto;
	width: 960px;
}
.footer-contact-text .column {
	float: left;
	margin: 0 0 0 45px;
	width: 260px;
}
.footer-contact-text .column.one .footerTitle {
	border-bottom: 1px dotted #484848;
	color: #ACACAC;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 8px;
	padding: 0 0 5px 10px;
	text-shadow: 0 0 2px #585858;
	text-transform: capitalize;
}
.footer-contact-text .column.two .footerTitle {
	border-bottom: 1px dotted #484848;
	color: #ACACAC;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 8px;
	padding: 0 0 5px 10px;
	text-shadow: 0 0 2px #585858;
	text-transform: capitalize;
}
.footer-contact-text .column.one ul {
}
.footer-contact-text .column.one ul li {
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 3px 10px;
	text-align: left;
}
.footer-contact-text .column.one ul .small {
	color: #585858;
	font-size: 80%;
}
.footer-contact-text .column.two ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.footer-contact-text .column.two ul li {
	background: url("../images/list-line.png") no-repeat scroll 0 1px transparent;
	color: #494949;
	line-height: 35px;
	margin: 0;
	padding: 0 0 0 10px;
}
.footer-contact-text .column.two ul li:first-child {
	background: none repeat scroll 0 0 transparent;
}
.footer-contact-text .column.two ul li a {
	color: #494949;
	text-decoration: none;
}
.footer-contact-text .column.two ul li a:hover {
	color: #9A9A9A;
}
.footer-contact-text .column.one ul .TeamName {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #949494;
	font-size: 1.34em;
}
.footer-contact-text .column.one ul .phoneNumber {
	font-size: 2.3em;
	margin-top: -8px;
}
.stickyfooter {
	background-color: #999;
	width: 100%;
	height:35px
}
.floatingfooter {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: #eee;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.subheader {
	width: 100%;
	height:100px;
	margin: 15px 0 30px -10px;
	padding:11px 0 18px 0;
	width:960px;
	position:relative;
	background: rgb(66,40,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyMjgyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzgyNGU1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66,40,41,1)), color-stop(99%, rgba(130,78,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* IE10+ */
	background: linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#422829', endColorstr='#824e51', GradientType=0 ); /* IE6-8 */
}
.subheadImg {
	height: 180px;
	width: 280px;
	position: absolute;
	left: 32px;
	top: -25px;
}
.txtWrap {
	margin:0 0 0 315px;
}
.txtWrap h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	text-shadow: 0px 1px 4px #333333;
	color: #CCC;
	line-height:normal;
	margin:0;
	padding:0;
}
.txtWrap h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	text-shadow: 0px 1px 6px #333333;
	text-transform: none;
	color: #D8D8D8;
	line-height:normal;
	margin:0;
	padding:0;
}
.left-col {
	float: left;
	width: 42%;
	margin-left: 6%;
	padding-top:30px;
}
.right-col {
	float: left;
	width: 47%;
	margin-left: 30px;
	padding-top:30px;
}
.centerContent {
	width: 860px;
	float:left;
	margin: 0 0 0 40px;
}
p #bigtxt {
	font-size: 1.6em;
	line-height:1.6em;
}
.bigtxt {
	font-size: 1.2em;
	line-height:1.6em;
	/* [disabled]color: #824E51;
*/
}
.left-col .bigtxt {
	font-size: 1.2em;
	line-height:1.6em;
	/* [disabled]color: #824E51;
*/
}
.right-col .bigtxt {
	font-size: 1.4em;
	line-height:1.6em;
}
fieldset {
	border: 1px solid #6F6F6F;
	/* [disabled]box-shadow: 0 0 2px #333333 inset;
*/
	margin: 0;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252,252,252,0)), color-stop(24%, rgba(239,239,239,0.15)), color-stop(74%, rgba(211,211,211,0.58)), color-stop(100%, rgba(211,211,211,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#ccd3d3d3', GradientType=0 ); /* IE6-8 */
}
legend {
	color: #7B595B;
	font-size: 1.7em;
	font-weight: bold;
	line-height: normal;
	margin-left: 30px;
	text-shadow: 0px 1px 4px #999999;
	background-color: #ffffff;
}
/*'INPUT BUTTONS*/
input[type="submit"], input[type="reset"] {
	color: #CCCCCC;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 31px;
	margin-right: 4px;
	padding: 0 19px 4px 19px;
	position: relative;
	text-decoration: none;
 - http://www.colorzilla.com/gradient-editor/#1e1e1e+0, 2f3233+50, 0a0e0a+52, 0a0809+100;
Custom -  background: rgb(30,30,30); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,30,30,1)), color-stop(50%, rgba(47,50,51,1)), color-stop(52%, rgba(10,14,10,1)), color-stop(100%, rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#0a0809', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* W3C */
	border: none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:8px;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	color: #FFFFFF;
 - http://www.colorzilla.com/gradient-editor/#1e1e1e+0, 494f4e+51, 2d2d2d+52, 6d6d6d+100;
Custom -  background: rgb(30,30,30); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,30,30,1)), color-stop(51%, rgba(73,79,78,1)), color-stop(52%, rgba(45,45,45,1)), color-stop(100%, rgba(109,109,109,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* W3C */
	border: none;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:5px;
}
input::-webkit-input-placeholder {
 color: #B36A6F;
}
input:-moz-placeholder {
 color: #B36A6F;
}
input:hover {
	background-color: #E9E9E9;
	box-shadow: 0px 0px 15px 0px #999;
}
input[type="button"] {
	color: #CCCCCC;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 30px;
	margin-right: 4px;
	padding: 0 19px 4px 19px;
	position: relative;
	text-decoration: none;
 - http://www.colorzilla.com/gradient-editor/#1e1e1e+0, 2f3233+50, 0a0e0a+52, 0a0809+100;
Custom -  background: rgb(30,30,30); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,30,30,1)), color-stop(50%, rgba(47,50,51,1)), color-stop(52%, rgba(10,14,10,1)), color-stop(100%, rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#0a0809', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(30,30,30,1) 0%, rgba(47,50,51,1) 50%, rgba(10,14,10,1) 52%, rgba(10,8,9,1) 100%); /* W3C */
	border: none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:8px;
}
input[type="button"]:hover {
	color: #FFFFFF;
 - http://www.colorzilla.com/gradient-editor/#1e1e1e+0, 494f4e+51, 2d2d2d+52, 6d6d6d+100;
Custom -  background: rgb(30,30,30); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,30,30,1)), color-stop(51%, rgba(73,79,78,1)), color-stop(52%, rgba(45,45,45,1)), color-stop(100%, rgba(109,109,109,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(30,30,30,1) 0%, rgba(73,79,78,1) 51%, rgba(45,45,45,1) 52%, rgba(109,109,109,1) 100%); /* W3C */
	border: none;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:5px;
}
textarea {
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: .85em;
}
textarea:hover {
	background-color: #E9E9E9;
	box-shadow: 0px 0px 15px 0px #999;
}
select:hover {
	/* [disabled]background-color: #E9E9E9;
*/
	box-shadow: 0px 0px 15px 0px #999;
}
.BackBTN {
	border: none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding:0;
	margin-top:10px;
	text-indent: -9999px;
	width: 71px;
	height: 35px;
	background: url("../images/links/Back-Button.png") no-repeat 0 0;
}
.BackBTN:hover {
	background-position: 0 -35px;
}
.downloadBTN {
	border: none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding:0;
	margin-top:10px;
	text-indent: -9999px;
	width: 100px;
	height: 40px;
	background-image: url(../images/links/Download-Button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.downloadBTN:hover {
	background-position: 0 -40px;
}
.homeDetailsBTN {
	border: none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding:0;
	margin-top:10px;
	text-indent: -9999px;
	width: 128px;
	height: 27px;
	background-image: url(../images/links/Home-details_BTN.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.homeDetailsBTN:hover {
	background-position: 0 -27px;
}
/*******************HOME PAGE*****************************/
.Home .Wrapper {
	background-image: url(../images/headerBkg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-style: none;
}
.Home #sliderWrap {
	padding: 0;
	width: 930px;
	margin:0 auto;
	padding:25px 0 0 0;
	float: left;
}
.Home #sliderBkg {
	width: 840px;
	margin-left:45px;
	height: 401px;
	float: left;
	background-image: url(../images/TEST-slider-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.Home #sliderWrap #sliderBkg .sliderFit h1 {
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	font-size:2.2em;
	line-height:1.4em;
	margin: 0 0 7px 0;
	padding:0 0 0 10px;
	font-weight:bold;
	text-shadow:0px 1px 4px #CCC;
}
.Home #sliderWrap #sliderBkg .sliderFit h2 {
	border-bottom: 1px dotted #484848;
	color: #ACACAC;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: normal;
	margin-bottom: 8px;
	padding: 0 0 5px 10px;
	text-shadow: 0 0 2px #585858;
	text-transform: capitalize;
}
.Home #sliderWrap #sliderBkg .sliderFit p {
	color: #FFFFFF;
	font-size:1.3em;
	padding:0;
	margin:0;
}
.Home #sliderWrap #sliderBkg .sliderFit #featured p {
	color: #FFFFFF;
	font-size:.85em;
}
.Home .innerWrap {
	margin:0 auto;
	width:900px;
}
.Home h1 {
	font-weight:bold;
	color:#484848;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	text-shadow:0px 0px 2px #CCCCCC;
	font-size:1.4em;
	line-height:1.6em;
	margin-bottom:7px;
	color:#CCCCCC;
	font-weight:bold;
}
.Home h2 {
	border-bottom: 1px dotted #484848;
	color: #ACACAC;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 8px;
	padding: 0 0 5px 20px;
	text-shadow: 0 0 2px #585858;
	text-transform: capitalize;
}
.Home p {
	color: #888888;
	font-size:.95em;
}
.Home .one_third ul {
	list-style: none outside none;
	margin: 0;
	padding: 0 0 18px;
}
.Home .one_third ul li {
	background: url("../images/list-line.png") no-repeat scroll 50% 0 transparent;
	color: #494949;
	font-size: 14px;
	line-height: 30px;
}
.Home .one_third ul li:first-child {
	background: none repeat scroll 0 0 transparent;
}
.Home .one_third ul li a {
	background: url("../images/marker.png") no-repeat scroll 0 5px transparent;
	color: #888888;
	padding: 0 0 0 19px;
	text-decoration: none;
}
.Home .one_third ul li a:hover {
	background: url("../images/marker-act.png") no-repeat scroll 0 5px transparent;
	color: #FDFDFD;
}
.Home .searchInput {
	padding-left: 45px;
}
.Home .searchInput select {
	width: 185px;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 3px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-weight: normal;
	background-color: #232323;
	border:none;
}
.Home .searchNow {
	padding: 8px;
}
.Home .searchInput .twoInput {
	margin: 0px 0px 11px 0px;
}
.Home .searchInput .twoInput select {
	width: 85px;
	margin: 0px 10px 0px 0px;
}
.Home .searchInput .twoInput select.s2 {
	margin: 0px;
}
.Home #sliderWrap #sliderBkg .sliderFit {
	height: 361px;
	width: 801px;
	margin-left: 20px;
	margin-top: 8px;
	/* [disabled]background-color: #F00;
*/
}
.Home .centerTxt {
	width: 900px;
	margin: 0 auto;
}
.Home .myScrollcontain {
	width: 920px;
	margin: 0 auto;
	padding:0 0 35px 0;
}
.Home .myScrollcontain h2 {
	color: #ACACAC;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: normal;
	padding: 0 0 5px 22px;
	text-shadow: 0 0 2px #585858;
	text-transform: capitalize;
	border-bottom-style: none;
}
/*******************LISTINGS PAGE (home-listings)*****************************/
#Listings .listing-content {
	float:left;
	width:640px;
	margin-top:5px;
	padding:0;
	/* [disabled]margin-left:285px;
*/
}
#Listings .listingInfo {
	float: left;
	height: 194px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 340px;
}
#Listings .listingPhoto {
	float: left;
	padding: 4px;
	border: 1px solid #333333;
}
#Listings .listingPhoto a.image-wrap {
	width:290px;
	height:193px;
	display:block;
	overflow:hidden;
	position:relative;
}
#Listings .listingPhoto .zoom-icon {
	position:absolute;
	left:5px;
	top:-152px;
	width:290px;
	height:193px;
	background:url(../images/magnify.png) 50% 50% no-repeat;
	cursor:pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
#Listings .listingPhoto a.image-wrap:hover .zoom-icon {
	top:5px;
}
#Listings .listingPhoto .zoom-icon {
	top:-200px;
	width:290px;
	height:193px;
}
#Listings .city {
	font-size: 1.3em;
	padding-left: 7px;
	line-height: normal;
	color: #660000;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	text-transform: uppercase;
	background-color: #F2F2F2;
}
#Listings .address {
	font-size: 1.2em;
	padding-left: 7px;
	line-height: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#Listings .bedrooms {
	padding-left: 7px;
	font-size: 15px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#Listings .bathrooms {
	padding-left: 7px;
	font-size: 15px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#Listings .price {
	padding-left: 7px;
	font-size: 15px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#Listings .listingWrapper {
	float: left;
	width: 100%;
	padding-top: 20px;
	position: relative;
}
#Listings .descrTXT {
	font-size: 14px;
	line-height: normal;
	padding-left: 8px;
	padding-top: 0px;
}
#Listings .moreInfoBtn {
	width: 131px;
	left: 0px;
	top: 0px;
	height:18px;
	background-image: url(../images/listings_page/moreInfo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 7px;
	margin-top: 10px;
}
/*FOR MORE IFNORMATION SWAP IMAGE*/
#Listings .moreInfoBtn a {
	display:block;
	height:18px;
	border-bottom:0;
}
#Listings .moreInfoBtn a:focus, .moreInfoBtn a:hover, .moreInfoBtn a:active {
	background: transparent url(../images/listings_page/moreInfo.gif) 0px -19px no-repeat;
	border-bottom:0;
}
#Listings .status {
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 80px;
	width: 80px;
	top: 0px;
	left: -16px;
	z-index: 100;
}
#Listings #content #sort {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: 1.25em;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
#Listings .leftBar-container {
	width:278px;
	float:left;
	margin:15px 0 0 0;
	/* [disabled]outline:1px #F00 dashed;
*/
}
#Listings #leftBar {
	float:left;
	margin-left:-10px;
	margin-top:8px;
	background-image: url(../images/bkg-images/bgSearchInner.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	width: 285px;
	height: 250px;
	padding: 100px 0 0 0;
}

#Listings h1 {
	margin:19px 0 0 0;
	float:left;
	padding:0;
}
#Listings h1.NandS {
	margin:0 0 0 0;
	float:none;
	padding:0 0 0 15px;
}
#Listings h2.NandS {
	font-size: 1.1em;
	margin:0 0 0 0;
	float:none;
	padding:0 0 10px 15px;
}
#Listings .searchInput {
	padding: 0 0 15px 42px;
	height:120px;
	width:225;
}
#Listings .searchInput select {
	width: 185px;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 3px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #E5E5E5;
	font-size:0.95em;
	font-weight: normal;
	border:none;
	background-color: #824E51;
}
#Listings .searchNow {
	padding: 10px 0 0 12px;
}
#Listings .searchInput .twoInput {
	margin: 0px 0px 11px 0px;
}
#Listings .searchInput .twoInput select {
	width: 85px;
	margin: 0px 10px 0px 0px;
}
#Listings .searchInput .twoInput select.s2 {
	margin: 0px;
}


#Listings div.alphabet_link {
    background-color: #F4F5F7;
    border: 1px solid #204067;
    font-size: 12px;
    margin: 0 0 16px;
    padding: 6px 0;
    text-align: center;
}

#Listings div.alphabet_link a.alpha_link {
    font-weight: bold;
    padding-right: 9px;
    text-decoration: underline;
    text-transform: uppercase;
}

#Listings div.alphabet_link span.alpha_nolink {
    color: #666666;
    font-weight: normal;
    padding-right: 9px;
    text-decoration: none;
    text-transform: uppercase;
}
#Listings div.alphabet_link span.alpha_selected {
	background-color: #814144;
	border: 1px solid #204067;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding: 0 2px 2px;
	text-decoration: none;
	text-transform: uppercase;
}
.HomeInfo .subnav-container {
	width:210px;
	float:left;
	padding-left:15px;
}
/*****************HOME DETAIL PAGE*********************************/
.HomeInfo .rightContain {
	width: 700px;
	margin-left: 220px;
	min-height: 530px;
}
.HomeInfo h3 {
	padding:0 0 5px 0;
}
.HomeInfo #homePhoto {
	float: left;
	height: 210px;
	width: 310px;
	margin-top: 0px;
	padding-left: 40px;
}
.HomeInfo #addressInHd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	float: left;
	width: 100%;
	color: #FFFFFF;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	padding-top: 13px;
	clear: both;
	position: relative;
	padding-bottom: 5px;
}
.HomeInfo #quickDetails {
	float: left;
	height: 208px;
	width: 300px;
	margin-left: 2px;
	padding: 5px 0 0 5px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.HomeInfo #homePhoto img {
	padding: 3px;
	border: 2px solid #CCCCCC;
}
.HomeInfo #quickDetails ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.HomeInfo #quickDetails ul li {
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 300px;
	list-style-type: none;
	margin: 0px;
}
.HomeInfo #status {
	font-size: 0.60em;
	color:#824E51
}
.HomeInfo #quickDetails .detailedTXT {
	font-weight: normal;
	font-size: .95em;
}
.HomeInfo #quickDetails .disclaim {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}
.HomeInfo #quickDetails #linkBox {
	width: 210px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.HomeInfo #quickDetails .smDates {
	font-size: 0.75em;
	color: #600;
}
.HomeInfo #quickDetails .ownerPhones p {
	font-size: 0.75em;
	color: #333;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
.HomeInfo .rightContain #description {
	width: 90%;
	padding-bottom: 0px;
	margin-top: 15px;
	float: left;
	padding-left: 50px;
}
.HomeInfo .rightContain #description p {
	font-size:16px;
	line-height:normal;
	padding:0;
	margin:0;
}
.HomeInfo #additionalFacts {
	width: 90%;
	padding-bottom: 0px;
	margin-top: 15px;
	float: left;
	padding-left: 50px;
}
.HomeInfo #additionalFacts ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.HomeInfo #additionalFacts li {
	font-size: .90em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.HomeInfo #additionalFacts table {
	font-size: 0.9em;
	padding-left: 15px;
}
.HomeInfo #roomDim {
	float: left;
	width: 90%;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	padding-left: 50px;
}
.HomeInfo #schoolInfo {
	width: 100%;
	float: left;
	margin-top: 35px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.HomeInfo #specialFeats {
	float: left;
	width: 90%;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 0.9em;
	line-height: normal;
	padding-left: 50px;
}
.HomeInfo #specialFeats p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	font-weight: bold;
	color: #333333;
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.HomeInfo #listOne ul {
	padding: 0px;
	float: left;
	width: 230px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.HomeInfo #listOne li {
	margin: 0px;
}
.HomeInfo #listTwo ul {
	float: left;
	width: 250px;
	padding: 0 0 0 8px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.HomeInfo #listTwo li {
	margin: 0px;
}
.HomeInfo #roomDim th {
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-style: normal;
	text-transform: uppercase;
	text-shadow:0px 0px 2px #666;
}
.HomeInfo #roomDim td {
	font-size: .85em;
	text-align: center;
}
.HomeInfo #roomDim .alignRt {
	text-align:right;
	padding-right: 10px;
}
.HomeInfo #roomDim table {
	padding: 0 0 0 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	float: left;
}
.HomeInfo #homePhoto a.image-wrap {
	width:310px;
	height:210px;
	display:block;
	overflow:hidden;
	position:relative;
}
.HomeInfo #homePhoto .zoom-icon {
	position:absolute;
	left:5px;
	top:-152px;
	width:290px;
	height:150px;
	background:url(../images/magnify.png) 50% 50% no-repeat;
	cursor:pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.HomeInfo #homePhoto a.image-wrap:hover .zoom-icon {
	top:5px;
}
.HomeInfo #homePhoto .zoom-icon {
	top:-200px;
	width:300px;
	height:200px;
}
.HomeInfo #lInstructions span.lInstructions_detail {
	/* [disabled]background-color: #666666;
*/
	color: #333333;
	font-size: .75em;
	font-weight: normal;
	line-height: 1.3em;
}
.HomeInfo #WalkScore {
	float: left;
	width: 90%;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 50px;
}
.HomeInfo #SchoolInfo {
	float: left;
	width: 90%;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 40px;
	height: 520px;
}
.HomeInfo #Mapping {
	float: left;
	width: 615px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 50px;
}
.HomeInfo #rShowing {
	float: left;
	width: 90%;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 40px;
}
.HomeInfo .cmxform fieldset {
	margin-bottom: 10px;
}
.HomeInfo .cmxform legend {
	color: #1b1b1b;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	margin-left: 30px;
	text-shadow: 0px 1px 4px #999999;
	background-color: #F3F3F3;
}
.HomeInfo .cmxform label {
	display: inline-block;
	line-height: 1.4;
	vertical-align: top;
}
.HomeInfo .cmxform label.error, label.error {
	color: #856366;
	font-size:.80em;
	display:inline;
	padding-left:5px;
}
.HomeInfo .cmxform input.error {
	border: 1px dotted red;
}
.HomeInfo .cmxform label.captchaerror {
	color: #CC0000;
	font-size:0.8em;
	display:inline;
	padding-left:5px;
}
.HomeInfo .cmxform input.captchaerror {
	border: 1px solid #333;
	box-shadow: 0px 0px 15px 0px #C00;
}

.HomeInfo .cmxform em.error {
	background:url("../images/unchecked.gif") no-repeat 0px 0px;
	padding-left: 16px;
}
.HomeInfo .cmxform em.success {
	background:url("../images/checked.gif") no-repeat 0px 0px;
	padding-left: 16px;
}
.HomeInfo .cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
.HomeInfo .cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
.HomeInfo .cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
.HomeInfo .cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
.HomeInfo .cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
.HomeInfo .cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #600;
}
.HomeInfo .cmxform label {
	width: 200px; /* Width of labels */
}
.HomeInfo #emailyourfriend label {
	width: 185px; /* Width of labels */
	font-size: .93em;
}
.HomeInfo .cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
.HomeInfo #mycfImage {
	width: 200px;
	display: inline-block;
	line-height: 1.4;
	vertical-align: top;
}
.HomeInfo #wrongCaptcha {
	font-weight: bold;
	color: #CE0000;
}
.HomeInfo #userInput {
	border: 2px solid #CE0000;
}
.HomeInfo #imgHolder {
	width: 381px;
	margin: 0 0 0 250px;
	float: left;
}
.HomeInfo #emailFriend {
	float: left;
	width: 90%;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 50px;
}
.HomeInfo .emailWrap {
	width: 630px;
}
.reGlossary p strong {
	color: #824E51;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}
/******************BUYING CODE HERE*******************************/
.buying .subheader {
	width: 100%;
	height:100px;
	margin: 15px 0 30px -10px;
	padding:11px 0 18px 0;
	width:960px;
	position:relative;
	background: rgb(66,40,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyMjgyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzgyNGU1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66,40,41,1)), color-stop(99%, rgba(130,78,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* IE10+ */
	background: linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#422829', endColorstr='#824e51', GradientType=0 ); /* IE6-8 */
}
.buying .subheadImg {
	height: 180px;
	width: 280px;
	position: absolute;
	left: 32px;
	top: -25px;
}
.buying .txtWrap {
	margin:0 0 0 315px;
}
.buying .subheader .txtWrap .step {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	text-shadow: 0px 1px 4px #333333;
	color: #CCC;
	line-height:normal;
	margin:0;
	padding:0;
}
.buying .subheader .txtWrap .stepSm {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	text-shadow: 0px 1px 6px #333333;
	text-transform: none;
	color: #D8D8D8;
	line-height:normal;
	margin:0;
	padding:0;
}
.buying .subnav {
	width: 600px;
	margin:-30px 0 0 300px;
}
.buying .left-col {
	float: left;
	width: 40%;
	margin-left: 7%;
	padding-top:30px;
}
.buying .right-col {
	float: left;
	width: 40%;
	margin-left: 30px;
	padding-top:30px;
}
.buying p {
	font-size: 1em;
	line-height:1.7em;
}
.buying p #bigtxt {
	font-size: 1.6em;
	line-height:1.6em;
}
.buying p .bigtxt {
	font-size: 1.4em;
	line-height:1.6em;
	color: #824E51;
}
.buying .sideNote {
	clear: right;
	height:80px;
}
.buying .sideNote img {
	float:left;
	width:65px;
	display:block;
	padding-right:10px;
}
.buying .sideNote p {
	padding: 8px 0 0 0;
	font-size: .9em;
	font-weight: bold;
}
.buying .sideNote span {
	font-size: 1.5em;
	font-weight: bold;
	color: #824E51;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.buying .centerContent {
	width: 860px;
	float:left;
	margin: 0 0 0 40px;
}
.buying #exScenario {
	background-color:#CCCCCC;
	position:relative;
	float:left;
	border: 1px solid #333;
	width: 100%;
}
.buying #exScenario h2 {
	text-align: center;
	margin: 0px;
	padding: 65px 0 0 0;
	width: 100%;
}
.buying #exScenario h3 {
	text-align: center;
	margin: 0px;
	width: 100%;
	padding: 7px 0;
	color: #CCC;
	text-shadow:none;
	background: rgb(66,40,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyMjgyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzgyNGU1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66,40,41,1)), color-stop(99%, rgba(130,78,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* IE10+ */
	background: linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#422829', endColorstr='#824e51', GradientType=0 ); /* IE6-8 */
}
.buying #exScenario p {
	font-size: .9em;
	font-weight: normal;
	padding-bottom:12px;
	margin:0;
	line-height:1.3em;
}
.buying #exScenario .left {
	margin: 0px;
	width: 40%;
	float:left;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.buying #exScenario .right {
	margin: 0px;
	width: 40%;
	float:right;
	padding: 15px 40px 20px 0;
}
.buying #buyCallOut {
	background-image: url(../images/buying/buying-callout.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 275px;
	width: 555px;
	position: absolute;
	left: 122px;
	top: -208px;
}
.buying #buyCallOut p {
	font-size: 1em;
	font-weight: normal;
	padding-bottom:12px;
	margin:0;
	line-height:1.6em;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 25px;
	color: #F0F0F0;
}
.buying #Carly {
	height: 120px;
	width: 135px;
	background-image: url(../images/buying/Carly.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	left: 131px;
	top: -24px;
}
.buying #Kevin {
	height: 120px;
	width: 135px;
	background-image: url(../images/buying/Kevin.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	left: 599px;
	top: -24px;
}
.buying #roleOfAgent table, .buying #loanCompare, .buying #needs {
	border: 1px solid #333333;
}
.buying .d0 td {
	color: #333;
	background: rgb(225,225,225);
	background: -moz-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(225,225,225,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff', GradientType=1 );
}
.buying .d1 td {
	color: #333;
	background: rgb(178,178,178);
	background: -moz-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(178,178,178,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#ffffff', GradientType=1 );
}
.buying #roleOfAgent {
	position: relative;
	margin-top:140px;
}
.buying #roleOfAgent {
	position: relative;
	margin-top:160px;
	padding-bottom:25px;
}
.buying #roleOfAgent #roleofAHead {
	background-image: url(../images/buying/hireAgent.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 415px;
	position: absolute;
	left: 200px;
	top: -139px;
}
.buying #lenderDec {
	position:relative;
	float:left;
	border: 1px solid #333;
	width: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252,252,252,0)), color-stop(24%, rgba(239,239,239,0.15)), color-stop(74%, rgba(211,211,211,0.58)), color-stop(100%, rgba(211,211,211,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#ccd3d3d3', GradientType=0 ); /* IE6-8 */
}
.buying #lenderDec .left {
	margin: 0px;
	width: 40%;
	float:left;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.buying #lenderDec .right {
	margin: 0px;
	width: 40%;
	float:right;
	padding: 15px 40px 20px 0;
}
.buying #lenderDec h2 {
	color: #F3F3F3;
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 15px 0;
	width: 100%;
	text-shadow:none;
	background: rgb(66,40,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyMjgyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzgyNGU1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66,40,41,1)), color-stop(99%, rgba(130,78,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* IE10+ */
	background: linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#422829', endColorstr='#824e51', GradientType=0 ); /* IE6-8 */
}
.buying #Sarah {
	height: 140px;
	width: 135px;
	background-image: url(../images/buying/Sarah.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	left: 144px;
	top: -141px;
}
.buying #Alex {
	height: 140px;
	width: 135px;
	background-image: url(../images/buying/Alex.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	left: 573px;
	top: -141px;
}
.buying .intro {
	margin:0 35px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align:center;
	color:#824E51;
	font-weight:bold;
}
.buying #bigMagnify {
	background-image: url(../images/buying/big-maginfy.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 218px;
	width: 184px;
	padding-top: -184px;
	position: absolute;
	left: 662px;
	top: -41px;
}
.buying #tableHold {
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	width: 560px;
	float:left;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 11%, rgba(225,225,225,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(11%, rgba(255,255,255,0)), color-stop(100%, rgba(225,225,225,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 11%, rgba(225,225,225,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,0) 11%, rgba(225,225,225,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,0) 11%, rgba(225,225,225,1) 100%);
	background: linear-gradient(-45deg, rgba(255,255,255,0) 11%, rgba(225,225,225,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e1e1e1', GradientType=1 );
}
.buying table tr td img {
	/* [disabled]float: right;
*/
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
}
.buying .centerContent #noteLeft {
	background-image: url(../images/buying/Intrest-Rates-head.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 415px;
	position: absolute;
	left: 20px;
	top: -150px;
}
.buying .centerContent #noteRight {
	background-image: url(../images/buying/bigger-note.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
	width: 415px;
	position: absolute;
	left: 430px;
	top: -180px;
}
.buying #wantsList {
	padding-left: 40px;
	position: relative;
	font-size: 0.95em;
	list-style-position: outside;
	list-style-type: disc;
	font-weight: bold;
	padding-bottom: 25px;
	padding-top:15px;
	margin-top:-8px;
	line-height:1.3em;
	background: -moz-linear-gradient(left, rgba(225,225,225,1) 0%, rgba(255,255,255,0) 89%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(225,225,225,1)), color-stop(89%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(225,225,225,1) 0%, rgba(255,255,255,0) 89%);
	background: -o-linear-gradient(left, rgba(225,225,225,1) 0%, rgba(255,255,255,0) 89%);
	background: -ms-linear-gradient(left, rgba(225,225,225,1) 0%, rgba(255,255,255,0) 89%);
	background: linear-gradient(left, rgba(225,225,225,1) 0%, rgba(255,255,255,0) 89%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#00ffffff', GradientType=1 );
	margin-bottom: 15px;
}
.buying #basicContract {
	padding-left: 40px;
	position: relative;
	font-size: 0.95em;
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 25px;
	padding-top:15px;
	margin-top:-8px;
	line-height:1.8em;
	margin-bottom: 15px;
}
.buying #needsHeading {
	background-image: url(../images/buying/needsHeader.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 153px;
	width: 293px;
	position: absolute;
	left: 33px;
	top: -153px;
}
.buying #closingInst {
	padding-left: 40px;
	position: relative;
	font-size: 0.95em;
	list-style-position: outside;
	list-style-type: circle;
	margin-top:-8px;
	line-height:1.4em;
	margin-bottom: 15px;
}
.buying #whoosh {
	background-image: url(../images/buying/callout-whoosh.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 240px;
	width: 90px;
	position: absolute;
	left: -89px;
	top: 99px;
}
.buying .offerDo {
	list-style-type:none;
	margin:0;
	padding:0 0 0 50px;
}
.buying .offerDo li {
	line-height: 35px;
	list-style-position: inside;
	list-style-image: url(../images/25-bullet.png);
	list-style-type: none;
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: left;
}
.buying .offerDo li ul li {
	line-height: 20px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left:25px;
	padding-bottom:5px;
}
.buyingFAQ h1 {
	padding-bottom:25px;
}
.buyingFAQ p {
	color: #333333;
	font-size: .95em;
}
/******************SELLING CODE HERE*******************************/
.selling fieldset {
	border: 1px solid #6F6F6F;
	/* [disabled]box-shadow: 0 0 2px #333333 inset;
*/
	margin:15px 0 0 18px;
	width:880px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252,252,252,0)), color-stop(24%, rgba(239,239,239,0.15)), color-stop(74%, rgba(211,211,211,0.58)), color-stop(100%, rgba(211,211,211,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(252,252,252,0) 0%, rgba(239,239,239,0.15) 24%, rgba(211,211,211,0.58) 74%, rgba(211,211,211,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#ccd3d3d3', GradientType=0 ); /* IE6-8 */
}
.selling legend {
	color: #7B595B;
	font-size: 1.7em;
	font-weight: bold;
	line-height: normal;
	margin-left: 30px;
	text-shadow: 0px 1px 4px #999999;
	background-color: #f3f3f3;
}
.selling p {
	font-size: 16px;
	line-height:1.7em;
}
.selling #informationSource {
	font-size: .9em;
	padding-left: 15px;
}
.selling #informationSource h5 {
	color: #5C5C5C;
	font-size: 14px;
	font-weight: bold;
	text-shadow:none;
	line-height: 1.6em;
	padding:0;
	margin:0;
}
.selling .sideNote {
	/* [disabled]clear: right;
*/
	height:80px;
}
.selling .sideNote img {
	float:left;
	width:65px;
	display:block;
	padding-right:10px;
}
.selling .sideNote p {
	padding: 8px 0 0 0;
	font-size: .9em;
	font-weight: bold;
}
.selling .fact {
	font-size: 1.5em;
	font-weight: bold;
	color: #824E51;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0 0 15px 58px;
}
.selling .d0 {
	color: #333;
	background: rgb(225,225,225);
	background: -moz-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(225,225,225,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff', GradientType=1 );
}
.selling .d1 {
	color: #333;
	background: rgb(178,178,178);
	background: -moz-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(178,178,178,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#ffffff', GradientType=1 );
}
/******************RESOURCES CODE HERE*******************************/
.resources .small_green_up_arrow {
	background-position: 0px -12px;
	height: 12px;
	width: 9px;
	display:inline-block;
	background-image: url(../images/percent-arrows.png);
	background-repeat: no-repeat;
}
.resources .small_down_red_arrow {
	background-position: 0px 3px;
	height: 12px;
	width: 9px;
	display:inline-block;
	background-image: url(../images/percent-arrows.png);
	background-repeat: no-repeat;
}
.resources .change_none {
	color: #345668;
}
.resources .change_plus {
	color: #78BF01;
}
.resources .change_minus {
	color: #CB3200;
}
.resources table tr .boarderRT {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.resources .d0 {
	color: #333;
	background: rgb(225,225,225);
	background: -moz-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(225,225,225,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
	background: linear-gradient(left, rgba(225,225,225,1) 20%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff', GradientType=1 );
}
.resources .d1 {
	color: #333;
	background: rgb(178,178,178);
	background: -moz-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(178,178,178,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
	background: linear-gradient(left, rgba(178,178,178,1) 20%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#ffffff', GradientType=1 );
}
.resources #Interface {
	clear: both;
	float: left;
	width: 95%;
	padding:0 0 0 25px;
}
.resources .panel .ServiceProvider {
	border-bottom: 1px dotted #A5A5A5;
	filter: none;
	margin-bottom: 10px;
	padding-bottom: 12px;
}
.resources .panel .lastServiceProvider {
	filter: none;
	margin-bottom: 10px;
	border-bottom-style: none;
}
.resources .panel .Company {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 0;
}
.resources .panel .Person {
	color: #660000;
	font-size:14px;
	/* [disabled]font-weight: bold;
*/
	margin-bottom: 10px;
	padding-left: 0;
}
.resources .JQAccordionMenu ul li ul li ul li .ServiceProvider {
	padding-left:30px;
}
.resources .JQAccordionMenu ul li ul li ul li .lastServiceProvider {
	padding-left:30px;
}
/******************CALCULATORS *******************************/
.calculators .centerContent {
	padding-bottom:20px;
}
.calculators .contentWHeader h1 {
	padding:15px 0 0 50px;
}
.calculators .contentWHeader .centerContent p {
	font-size:.95em;
	line-height:normal;
}
.calculators .contentWHeader .centerContent table {
	padding:10px 10px 15px 10px;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.7);
}
/******************ABOUT PAGES *******************************/
.about .subheader {
	width: 100%;
	height:100px;
	margin: 40px 0 50px -10px;
	padding:11px 0 18px 0;
	width:960px;
	position:relative;
	background: rgb(66,40,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyMjgyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzgyNGU1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66,40,41,1)), color-stop(99%, rgba(130,78,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* IE10+ */
	background: linear-gradient(top, rgba(66,40,41,1) 0%, rgba(130,78,81,1) 99%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#422829', endColorstr='#824e51', GradientType=0 ); /* IE6-8 */
}
.about .subheadImg {
	height: 180px;
	width: 189px;
	position: absolute;
	left: 67px;
	top: -35px;
	border: 8px solid #F7F7F7;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.about .txtWrap {
	margin:0 0 0 310px;
}
.about .contentWHeader .centerContent ul {
	margin: 0 0 0 40px;
	padding: 0 0 15px 0;
}
.about .contentWHeader .centerContent ul li {
	font-size: 0.90em;
	padding-top: 2px;
	color: #333333;
	text-align: left;
	list-style-type: disc;
	margin: 0px;
	list-style-position: outside;
	line-height: 20px;
}
.about p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.about .personDesc {
	font-family:Arial, sans-serif;
	font-weight: 500;
	color:#824E51;
}
.about em {
	font-family:Arial, sans-serif;
	font-style: italic;
	font-size:14px;
	line-height:18px;
}
/******************CONTACT PAGE *******************************/
.contact .cmxform fieldset {
	margin-bottom: 10px;
}
.contact .cmxform legend {
	color: #1b1b1b;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	margin-left: 30px;
	text-shadow: 0px 1px 4px #999999;
	background-color: #F3F3F3;
}
.contact .cmxform label {
	display: inline-block;
	line-height: 1.4;
	vertical-align: top;
}
.contact .cmxform label.error {
	color: #856366;
	font-size:.80em;
	display:inline;
	padding-left:5px;
}
.contact .cmxform input.error {
	border: 1px dotted red;
}
.contact .cmxform label.captchaerror {
	color: #CC0000;
	font-size:0.8em;
	display:inline;
	padding-left:5px;
}
.contact .cmxform input.captchaerror {
	border: 1px solid #333;
	box-shadow: 0px 0px 15px 0px #C00;
}
.contact .cmxform em.error {
	background:url("../images/unchecked.gif") no-repeat 0px 0px;
	padding-left: 16px;
}
.contact .cmxform em.success {
	background:url("../images/checked.gif") no-repeat 0px 0px;
	padding-left: 16px;
}
.contact .cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
.contact .cmxform fieldset li {
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
}
.contact .cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
.contact .cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
.contact .cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
.contact .cmxform em {
	font-style: normal;
	color: #486D82;
	font-size: .80em;
}
.contact .cmxform label {
	width: 100%; /* Width of labels */
	font-size: 0.95em;
	font-weight:bold;
	color:#824144
}
.contact .cmxform textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 solid #D7D7D7;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom:10px;
}
.contact .contentWHeader .contactHolder {
	padding:0 0 0 15px;
	width:60%;
	float:left;
}
.contact #mapHolderRT {
	width:329px;
	margin-left:15px;
	float:left;
	/* [disabled]outline:#00FF00 dotted thin;
*/
}
.contact #address {
	padding:25px 0 10px 0;
}
.contact #address p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #352021;
	font-size: 20px;
	line-height: 28px;
}
.contact #address #Title {
	font-size: 22px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #824144;
	font-weight: 600;
}
.contact #address #phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	line-height:1em;
}
/******************SIERRA OVERIDE HERE*******************************/
#buttons_container_welcome table fieldset legend {
	color: #7B595B;
	background-color: #F3F3F3;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	text-transform: capitalize;
}
