/* @override 
	http://localhost/css/stylesheet.css
	https://www.edivvyup.com/css/stylesheet.css
	http://www.edivvyup.com/css/stylesheet.css
*/

/* Begin General Styles ///////////////////////////////////////// */

.estate_login img {
	float:left;
	padding:12px;
}

body, html {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff url('../landing_images/bg.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#e7e8e9;
}
body {
	padding-top: 14px;
}
fieldset, form {
	border: none;
	margin: 0;
	padding: 0;
}
form {
	display: inline;
}
input, textarea {
	border: 1px solid #666666;
}
textarea {
	overflow: auto;
}
.clear {
	clear: both;
}
#content-outer {
	padding: 26px 23px 30px 23px;
}
#site-container {
	width: 1034px;
	text-align: left;
	margin: auto;
}
#site-container[id] {
	background: url('../landing_images/content_tr.png') no-repeat;
}
/* End General Styles /////////////////////////////////////////// */



/* Begin Header Styles ////////////////////////////////////////// */

#header {
	height: 112px;
}
#header h1, h2, h3, h4, h5 {
	margin: 0;
}
#header h1 a {
	background: url('../landing_images/logo.png');
	width: 297px;
	height: 102px;
}
#header h1 a, #menu li a, .home #content p a, .enroll .button-try, .overview #overview_panel a, .demo #content .text .sidebar-left #demo_ss a  {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
/* End Header Styles //////////////////////////////////////////// */



/* Begin Menu Styles ///////////////////////////////////////// */

#menu {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu, #menu li, #menu li a {
	height: 64px;
}
.home #menu {
	border-bottom: none;
}
#menu li {
	float: left;
}
#menu li.about a {
	width: 120px;
	background: url('../landing_images/button_about.png') 50% 50% no-repeat;
}
#menu li.about a:hover {
	background: url('../landing_images/button_about_lt.png') 50% 50% no-repeat;
}
.about #menu li.about a {
	background: #e4f0f7 url('../landing_images/button_about_lt.png') 50% 50% no-repeat;
}
#menu li.demo a {
	width: 120px;
	background: url('../landing_images/button_demo.png') 50% 50% no-repeat;
}
#menu li.demo a:hover {
	background: url('../landing_images/button_demo_lt.png') 50% 50% no-repeat;
}
.demo #menu li.demo a {
	background: #e4f0f7 url('../landing_images/button_demo_lt.png') 50% 50% no-repeat;
}
#menu li.login a {
	width: 120px;
	background: url('../landing_images/button_login.png') 50% 50% no-repeat;
}
#menu li.login a:hover {
	background: url('../landing_images/button_login_lt.png') 50% 50% no-repeat;
}
.login #menu li.login a {
	background: #e4f0f7 url('../landing_images/button_login_lt.png') 50% 50% no-repeat;
}
#menu li.contact a {
	width: 120px;
	background: url('../landing_images/button_contact.png') 50% 50% no-repeat;
}
#menu li.contact a:hover {
	background: url('../landing_images/button_contact_lt.png') 50% 50% no-repeat;
}
.contact #menu li.contact a {
	background: #e4f0f7 url('../landing_images/button_contact_lt.png') 50% 50% no-repeat;
}
#menu li.faqs a {
	width: 120px;
	background: url('../landing_images/button_faqs.png') 50% 50% no-repeat;
}
#menu li.faqs a:hover {
	background: url('../landing_images/button_faqs_lt.png') 50% 50% no-repeat;
}
.faqs #menu li.faqs a {
	background: #e4f0f7 url('../landing_images/button_faqs_lt.png') 50% 50% no-repeat;
}
#menu li.enroll a {
	width: 120px;
	background: url('../landing_images/button_enroll.png') 50% 50% no-repeat;
}
#menu li.enroll a:hover {
	background: url('../landing_images/button_enroll_lt.png') 50% 50% no-repeat;
}
.enroll #menu li.enroll a {
	background: #e4f0f7 url('../landing_images/button_enroll_lt.png') 50% 50% no-repeat;
}
#menu li.overview a {
	width: 120px;
	background: url('../landing_images/button_overview.png') 50% 50% no-repeat;
}
#menu li.overview a:hover {
	background: url('../landing_images/button_overview_lt.png') 50% 50% no-repeat;
}
.overview #menu li.overview a {
	background: #e4f0f7 url('../landing_images/button_overview_lt.png') 50% 50% no-repeat;
}
#menu li.works a {
	width: 120px;
	background: url('../landing_images/button_works.png') 50% 50% no-repeat;
}
#menu li.works a:hover {
	background: url('../landing_images/button_works_lt.png') 50% 50% no-repeat;
}
.works #menu li.works a {
	background: #e4f0f7 url('../landing_images/button_works_lt.png') 50% 50% no-repeat;
}
/* End Menu Styles /////////////////////////////////////////// */



/* Begin Content Styles ///////////////////////////////////////// */

#content {
	background: #727272;
	border: 1px solid #ccc;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	position: relative;
	z-index: 2;
	font-size: 14px;
	padding: 11px;
}
#content h2 {
	border-bottom: 1px solid #ccc;
	padding-top: 12px;
}
#content h2, #content h2 strong {
	height: 44px;
}
#content h2 a {
	float: right;
	background: url('../landing_images/button_enroll_now.gif');
	width: 195px;
	height: 41px;
}
#content h4, #content h4 strong {
	height: 44px;
}
#content h4 a {
	float: left;
	background:url(../landing_images/button_view_more.gif);
	width: 85px;
	height: 25px;
}

.about #content h2 strong {
	width:185px;
	height:35px;
	background: url('../landing_images/title_about.png') 9px 3px no-repeat;
}
.demo #content h2 strong {
	width:148px;
	height:30px;
	background: url('../landing_images/title_demo.png') 9px 3px no-repeat;
}
.login #content h2 strong {
	width:137px;
	height:33px;
	background: url('../landing_images/title_login.png') 9px 3px no-repeat;
}

.contact #content h2 strong {
	width:173px;
	height:30px;
	background: url('../landing_images/title_contact.png') 9px 3px no-repeat;
}
.works #content h2 strong {
	width:250px;
	height:34px;
	background: url('../landing_images/title_works.png') 9px 3px no-repeat;
}

.faqs #content h2 strong {
	width:412px;
	height:33px;
	background: url('../landing_images/title_faqs.png') 9px 3px no-repeat;
}
.enroll #content h2 strong {
	width:149px;
	height:30px;
	background: url('../landing_images/title_enroll.png') 9px 3px no-repeat;
}
.estate_login #content h2 strong {
	width:200px;
	height:35px;
	background: url('../landing_images/title_estate_login.png') 9px 3px no-repeat;
}


.testimonials #content h2 strong {
	width:200px;
	height:30px;
	background: url('../landing_images/title_testimonials.png') 9px 3px no-repeat;
}

.enroll .button-try {
	display: block;
	background: url('../landing_images/link_try_free.png');
	width: 143px;
	height: 144px;
	float: right;
}


.landing #content h2 strong {
	width:149px;
	height:30px;
	background: url('../landing_images/title_overview.png') 9px 3px no-repeat;
}

.overview #content h2 strong {
	width:149px;
	height:30px;
	background: url('../landing_images/title_overview.png') 9px 3px no-repeat;
}
.request #content h2 strong {
	background: url('../landing_images/title_request.gif') 9px 3px no-repeat;
}
#content h3 {
	height: 75px;
}
.about #content h3 {
	background: url('../landing_images/title_hook1.png') 0 50% no-repeat;
}
.landing #content h3 {
	background: url('../landing_images/title_hook2.png') 0 50% no-repeat;
}

.landing #overview_panel a  {
	width: 943px;
	height: 380px;
}

.overview #content h3 {
	background: url('../landing_images/title_hook2.png') 0 50% no-repeat;
}
.overview #content #overview_panel {
	background: url('../landing_images/header_overview.jpg') 50% 100% no-repeat;
	width:932px;
	height: 308px;
	margin-top: 10px;
}
.overview #overview_panel a  {
	width: 943px;
	height: 380px;
}


#content #panel {
	width: 943px;
	height: 380px;
	background: url('../landing_images/panel.jpg');
	border:#004576 solid 3px;
}
#content #panel, #content #panel a {
	width: 943px;
	height: 380px;
}
#content #panel a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;/*	background: url('../images/home_ani.gif');*/
}
#content .text {
	padding-top: 11px;
}
#content .text a {
	color: #fec351;
}
#content .text fieldset br {
	clear: both;
}
#content .text fieldset p {
	margin: 0;
	float: left;
	padding: 0 15px 10px 0;
}
#content .text fieldset p label {
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
}
#content .text fieldset .submit input {
	border: none;
}
#content .text h4 {
	height: 75px;
}
/*.overview #content .text h4 {
	background: url('../landing_images/title_overview2.png') 0 50% no-repeat;
}*/
.faqs .text dl dd {
	display: block;
	padding: 0 0 10px 40px;
	margin: 0;
	color: #febd38;
	border-bottom: 1px solid #ccc;
	background: url('../landing_images/icon_a.png') no-repeat;
}

#content .text dl dd.last {
	border: none;
}
.faqs #content .text dl dt {
	font-weight: bold;
	color: #e7e8e9;
	padding: 10px 0 30px 40px;
	background: url('../landing_images/icon_q.png') 0 10px no-repeat;
}
.testimonials #content .text dl dd {
	display: block;
	padding: 0 0 10px 40px;
	margin: 0;
	color: #004576;
	border-bottom: 1px solid #ccc;
/*	background: url('../landing_images/icon_a.png') no-repeat;
*/}

.testimonials #content .text dl dt {
	font-weight: bold;
	color: #e7e8e9;
	padding: 10px 0 30px 40px;
/*	background: url('../landing_images/icon_q.png') 0 10px no-repeat;
*/}


#content .text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .text ul.col {
	width: 275px;
	float: left;
}
#content .text ul li {
	padding: 0 0 13px 37px;
	background: url('../landing_images/bullet.gif') 27px 6px no-repeat;
	line-height: 16px;
}
#content .text .img-left {
	float: left;
	width: 166px;
	height: 194px;
	margin: 0 10px 0 0;
}
.overview #content .text .img-right {
	background: url('../landing_images/image_overview2.jpg');
}
#content .text .img-right {
	float: right;
	width: 200px;
	height: 300px;
	margin-left: 10px;
}
#content .text .left {
	float: left;
	width: 280px;/*	border-right: 1px solid #ccc;
	margin-right: 18px;*/
}
.interior #content .text .left {
	width: 280px;
	margin: 0;
	border: none;
}
.home #content .text .left strong {
	height: 115px;
	width:280px;
	background: url('../landing_images/text_get_edivvyup.png') 50% 50% no-repeat;
}
.home #content .text .left h3 {
	height: 115px;
	width:280px;
	background: url('../landing_images/title_hook1a.png') 50% 50% no-repeat;
}
.home #content .text .left h4 {
	height: 115px;
	width:280px;
	background: url('../landing_images/title_hook2a.png') 50% 50% no-repeat;
}
.home #content .text .left h5 {
	height: 115px;
	width:280px;
	background: url('../landing_images/title_hook3a.png') 50% 50% no-repeat;
}


.home #content p a {
	float: right;
	background: url('../landing_images/button_learn_more.gif');
	width: 195px;
	height: 41px;
}

/*.overview #content .text .left strong {
	height: 290px;
	background: url('../landing_images/quote_overview.png') 50% 50% no-repeat;
}*/
#content .text .left strong, #content h2 a, #content h2 strong, #content h3, #content .text h4, #content .text h5, #content .text .img-left {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#content .text .right {
	float: right;
	width: 620px;
	border-left: 1px solid #ccc;
	margin-left: 18px;
	padding-left: 25px;
	padding-right: 10px;
}
#content .text .right p, #content .text p, #content .text strong {
	padding: 0 0 20px 0;
}
#content .text ul li, #content .text dl {
	color: #666666;
	margin: 0;
}
#content .text .right p, #content .text p, #content .text strong {
	line-height: 22px;
	color: #e7e8e9;
	margin: 5px;
}
#content .text .sidebar {
	width: 340px;
	margin-left: 15px;
	float: right;
	font-size: 11px;
}
.contact #content .text .sidebar {
	width: 250px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}
#sent_message {
	border: 2px solid #004576;
	margin: 5px;
	padding: 5px;
}
#content .text .sidebar .img, #content .text .sidebar-left .img {
	display: block;
	padding: 257px 50px 10px 10px;
	height: auto !important;
	height: 30px;
	min-height: 30px;
	font-size: 9px;
	color: #e7e8e9;
}
.about #content .text .sidebar-left .img1 {
	background: url('../landing_images/edivvy_family.jpg') no-repeat;
}
.about #content .text .sidebar-left .img1 {
	padding: 0;
	height: 339px !important;
}

.landing #content .text .sidebar-left .img1 {
	background: url('../landing_images/edivvyup_landing2.jpg') no-repeat;
}

.demo #content .text .sidebar-left #demo_ss {
	background:url('../landing_images/edivvyup_auction_ss1.jpg') no-repeat;
	padding:5px;
	width:300px;
	height: 225px;
	margin-top: 10px;
}
.demo #content .text .sidebar-left #demo_ss a {
	width:300px;
	height: 225px;
}

.login #content .text #login_main #register #table_title {
	background: url('../landing_images/img_benefits.jpg') 100% 0 no-repeat;
}
#table_title {
	background: url('../landing_images/img_benefits.jpg') 100% 0 no-repeat;
}
.faqs #content .text .sidebar .img1 {
	background: url('../landing_images/img_faqs.jpg') no-repeat;
	padding: 0px;
	height: 416px !important;
}
.enroll #content .text .sidebar .img1 {
	background: url('../landing_images/img_location2.jpg') no-repeat;
	padding-top: 270px;
}
.request #content .text .sidebar {
	width: 320px;
}
.request #content .text .sidebar .img1 {
	background: url('../landing_images/img_request.jpg') no-repeat;
	padding: 0;
	height: 416px !important;
}
#content .text .sidebar-left {
	float: left;
	width: 300px;
}
#content .text .text-left {
	padding-left: 14px;
	width: 571px;
}
#content .text .text-right {
	float: right;
	width: 620px;
}
/**************Login*************/
#login_main {
	/*margin-left: 250px;*/
	padding: 0px;/*	background: #181818;
*/
}
#login_main table {
/*	margin: 26px 0;*/
	padding: 0px;
}
#login_main table td h3 {
	margin: 0px;
	padding: 0 2px 0 0;
	font-weight: normal;
	line-height: 20px;
	vertical-align: top;
}
#login_main table td h3 a {
	color: #898989;
	text-decoration: none;
}
#login_main table td h3 a:hover {
	color: #f5a62a;
	text-decoration: underline;
}
#login_main table td input {
	margin: 2px 0;
	padding: 2px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #313131;
}
#login_main table td #form_login_proceed {
	/*
	text-indent: -9999px;
	background: url('../landing_images/button_login.gif');
	width: 195px;
	height: 41px;
	*/
}
#register .c3 {
	font-size:16px;
	font-weight: bold;
}

#register #formerror {
color:#33FFFF
}

#register table td #form_register_proceed {
/*	text-indent: -250px;
	
	background: url('../landing_images/button_enroll.gif');
	width: 195px;
	height: 41px;
	*/
}
/* End Content Styles /////////////////////////////////////////// */



/* Begin Footer Styles ////////////////////////////////////////// */

#footer {
	padding: 580px 0 15px 0;
	min-height: 50px;
	text-align: center;
	position: relative;
	margin-top: -600px;
	z-index: 1;
	color: #999;
	line-height: 20px;
}
#footer[id] {
	background: url('../landing_images/content_bl.png') no-repeat;
}
#footer, #footer a {
	font-size: 10px;
}
#footer a, #footer strong, #content .text .sidebar strong, #content .text .sidebar a {
	color: #004576;
	font-weight: 100;
}

/* End Footer Styles //////////////////////////////////////////// */
.family .reqemail {
	border: thin none #000000;
}
.family .family_email {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.family #content .text .sidebar .img1 {
	background: url('../landing_images/edivvyup_comp.jpg') no-repeat;
	padding: 0px;
	height: 416px !important;
}
.enroll #beta_enroll h4 {
	font-size: 24px;
	color: #004576;
}
.enroll #beta_enroll h5 {
	font-size: 16px;
}
.enroll #beta_enroll #cf1 {
	padding-left: 100px;
}
.enroll  #beta_enroll #beta_form {
	border: medium solid #004576;
	margin-right: 150px;
	margin-left: 150px;
	padding: 20px;
	background-color: #999999;
}
.overview #overview_panel a {
	font-size: 9px;
}
.enroll #site-container #content-outer #content .text .text-left {
	font-size: medium;
	font-weight: bold;
}
.home #site-container #content-outer #content .text .right p {
	font-size: medium;
}

