/* CSS Document */

/* Site Built by Kalani Diehl of http://www.diehldesigns.com */


html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#appear_demo label, #pre_process label {
	display: block;
	width: 200px;
	font: 0.9em Trebuchet MS, Arial, sans-serif;
	color: #6280a7; 
	float: left;
}

#appear_demo input, #pre_process input {
	background: url(/images/input-bg.jpg) left top repeat;
	border: 0;
	height: 16px;
	color: #4E5E6D;
	padding: 2px 2px;
	border: 1px dotted #4E5E6D;
}

#appear_demo select, #pre_process select {
	border: 1px dotted #4E5E6D;
}

#appear_demo table, #pre_process table {
	clear: both;
}

#appear_demo a, #pre_process a {
	display: block;
	height: 35px;
	width: 129px;
	color: #888;
	background: url(/images/close-form.png) left top no-repeat;/*#6280a7*/
	outline: 0;
	margin: 0 auto 20px auto;
}

#appear_demo a:hover, #pre_process a:hover {
	background: url(/images/close-form-o.png) left top no-repeat;/*#6280a7*/
}

/*  ******************************************* */

#mtg_application label {
	display: block;
	width: 160px;
	font: 0.9em Trebuchet MS, Arial, sans-serif;
	color: #6280a7; 
	float: left;
}

#mtg_application input {
	background: url(/images/input-bg.jpg) left top repeat;
	border: 0;
	height: 16px;
	color: #4E5E6D;
	padding: 2px 2px;
	border: 1px dotted #4E5E6D;
}

#mtg_application select  {
	border: 1px dotted #4E5E6D;
}

#mtg_application table  {
	clear: both;
}

#mtg_application a {
	visibility: hidden;
	display: block;
	height: 35px;
	width: 129px;
	color: #888;
	background: url(/images/close-form.png) left top no-repeat;/*#6280a7*/
	outline: 0;
	margin: 0 auto 20px auto;
}

#mtg_application a:hover {
	background: url(/images/close-form-o.png) left top no-repeat;/*#6280a7*/
}


/*  ******************************************* */

.submit-form {
	background: url(/images/submit-btn.png) left top no-repeat !important;
	width: 140px;
	height: 31px !important;
	margin-bottom: 10px;
	border: 0 !important;
}

.submit-form:hover {
	background: url(/images/submit-btn-o.png) left top no-repeat !important;
	width: 140px;
	height: 31px !important;
}

#home-container {
	background: url(/images/home-bg.jpg) left top repeat-x;
	height: 100%;
	height: auto;
	min-height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#glossary-container {
	background: url(/images/home-bg.jpg) left -550px repeat-x;
	height: 100%;
	height: auto;
	min-height: 100%;
	float: left;
	margin: 0px;
	padding: 1%;
	width: 99%;
}

#container {
	background: url(/images/bg.jpg) left top repeat-x;
	height: 100%;
	height: auto;
	min-height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#page {
	width: 1000px;
	margin: 0px auto;
}


/* TOP BAR STYLES */
#topbar {
	height: 64px;
}

#topnav {
	width: 800px;
	height: 49px;
	float: left;
	padding: 15px 0px 0px 0px;
}

#topnav a, #topnav a:active, #topnav a:visited {
	text-transform: uppercase;
	font: bold 0.9em Trebuchet MS, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	float: left;
	border: 3px solid #c4d7e9;
	margin-right: 5px;
	background-color: #6280a7;
}

#topnav a:hover {
	color: #6280a7;
	background-color: #c4d7e9;
	border: 3px solid #6280a7;
}

#searchbar {
	float: right;
	width: 270px;
	padding: 16px 0px 0px 130px;
	background: url(/images/search-site.jpg) left top no-repeat;
}

#searchbar form {
	margin: 0px;
	padding: 0px;
}

#searchbar p {
	margin: 0;
	padding: 0;
}	

#searchbar .search {
	width: 158px;
	font: 0.9em Trebuchet MS, sans-serif;
	padding: 5px 30px 5px 3px;
	float: left;
	color: #6280a7;
	background: url(/images/search-bg.jpg) -5px -10px no-repeat;
	border: 3px solid #c4d7e9;
}

.submit {
	width: 66px;
	height: 33px;
	margin: 0px 0px 0px 5px;
	background: #6280a7 url(/images/search-submit.jpg) left -2px no-repeat;
	border: 0;
	float: right;
}

.submit:hover {
	background: url(/images/search-submit-o.jpg) left -2px no-repeat;
}


/* FORM VALIDATION */
.LV_invalid {
	font: bold 0.8em Trebuchet MS, sans-serif;
	height: auto;
	color: #CC0000 !important;
	padding-left: 3px;
}

.LV_validation_message {
	font: bold 0.8em Trebuchet MS, sans-serif;
	color: #329322;
	padding-left: 3px;
}

.LV_invalid_field {
	border: 1px solid #CC0000 !important;
}



/* MAIN BANNER STYLES */
#home-header {
	background: url(/images/home-header.jpg) left top no-repeat;
	height: 303px;
	padding: 55px 0 0 0;
} 

#header {
	background: url(/images/header.jpg) left top no-repeat;
	height: 200px;
	padding: 0px 0 0 0;
}

#header-wsys {
	background: url(/images/header-wsys.jpg) left top no-repeat;
	height: 200px;
	padding: 0px 0 0 0;
}

#home-header-inner  {
	width: 532px;
	float: right;
	height: 100%;
}

#header-inner  {
	width: 375px;
	float: right;
	height: 100%;
}


.header-inner-right {
	width: 156px;
	height: 117px;
	float: right;
	padding: 154px 0px 0px 100px;
}

.header-inner-left {
	width: 156px;
	height: 117px;
	float: left;
	padding: 154px 0px 0px 100px;
}

.inner-right {
	width: 120px;
	height: 107px;
	float: right;
	padding: 107px 42px 0px 0px;
}

.inner-left {
	width: 120px;
	height: 107px;
	float: left;
	padding: 107px 0px 0px 24px;
}

.header-inner-left a {
	width: 118px;
	height: 67px;
	background: url(/images/form-btn.jpg) left top no-repeat;
	display: block;
}

.header-inner-left a:hover {
	background: url(/images/form-btn-o.jpg) left top no-repeat;
}

.header-inner-right a {
	width: 118px;
	height: 67px;
	background: url(/images/apply-btn.jpg) left top no-repeat;
	display: block;
}

.header-inner-right a:hover {
	background: url(/images/apply-btn-o.jpg) left top no-repeat;
}

.inner-left a {
	width: 129px;
	height: 62px;
	background: url(/images/form-btn2.jpg) left top no-repeat;
	display: block;
}

.inner-left a:hover {
	background: url(/images/form-btn2-o.jpg) left top no-repeat;
}

.inner-right a{
	width: 129px;
	height: 62px;
	background: url(/images/apply-btn2.jpg) left top no-repeat;
	display: block;
}

.inner-right a:hover {
	background: url(/images/apply-btn2-o.jpg) left top no-repeat;
}





/* CONTENT STYLES */
#home-content {
	padding-top: 20px;
}

#content {
	padding-top: 20px;
}

#content-left {
	float: left;
	width: 496px;
}

#content-right {
	float: right;
	width: 491px;
}

#left {
	float: left;
	width: 243px;
}

#right {
	float: right;
	width: 747px;
}

#content label {
	display: block;
	width: 180px;
	font: 1em Trebuchet MS, Arial, sans-serif;
	color: #6280a7; 
	float: left;
	padding-left:10px;
}


#content p {
	font: 1em Trebuchet MS, Arial, sans-serif;
	color: #6280a7;
}


/* content left */
.calculator {
	width: 243px;
	height: 88px;
	display: block;
	float: left;
	background: url(/images/calculator.jpg) left top no-repeat;
	margin-bottom: 10px;
}

.calculator:hover {
	border: 5px solid #dee2e9;
	background: url(/images/calculator.jpg) -5px -5px no-repeat;
	width: 233px;
	height: 78px;
}

.buyerslist {
	width: 243px;
	height: 88px;
	display: block;
	float: right;
	background: url(/images/checklist.jpg) left top no-repeat;
}

.buyerslist:hover {
	border: 5px solid #dee2e9;
	background: url(/images/checklist.jpg) -5px -5px no-repeat;
	width: 233px;
	height: 78px;
}

/* content right */
#content-right form {
	margin: 0px;
	padding: 0px;
}

/*
#referral p {
	margin: 0px 0px;
	padding: 2px 0px;
}
*/

#referral a {
	background: url(/images/referral-login-txt.jpg) left top no-repeat;
	height: 88px; 
	display: block;
}

#referral a:hover {
	background: url(/images/referral-login-txt-o.jpg) left top no-repeat;
	height: 88px; 
	display: block;
}

/*
#referral .login-btn {
	background: url(/images/login-btn.jpg) left top no-repeat;
	border: 0;
	width: 40px;
	height: 20px;
	margin-right: 102px;
}


#referral input {
	border: 0;
	height: 18px;
}*/

#content-right .content {
	background-color: #fff;
	padding: 5px;
	margin-top: 10px;
}

#right .content {
	background-color: #fff;
	padding: 5px;
}

h2.home-title {
	margin: 0px auto;
	padding: 0px;
	background: url(/images/paying-to-much.jpg) left top no-repeat;
	height: 58px;
}



#content-right .content-inner {
	padding: 5px 12px;
	font: 0.9em Trebuchet MS, sans-serif;
	color: #4e5e6d;
}

#right .content .inner {
	padding: 5px 20px;
	font: 0.9em Trebuchet MS, sans-serif;
	color: #4e5e6d;
}

#right .content h2 {
	margin: 0;
	padding: 10px 20px;
	background: url(/images/title-bg.jpg) left top repeat-x;
	font: 1.2em Trebuchet MS, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

#right .content .inner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right .content .inner ul li {
	background: url(/images/bullet.jpg) left 2px no-repeat;
	padding: 0px 25px;
}

#right .content .inner ul li a, #right .content .inner ul li a:visited, #right .content .inner ul li a:active {
	text-decoration: none;
	color: #339900;
}

#right .content .inner ul li a:hover {
	color: #4e5e6d;
	text-decoration: underline;
}

#right .content .inner #rates-table tr:hover {
	background-color: #e7e7e7;
}

#right .content .inner td {
	padding: 5px 0px;
	border-bottom: 1px dashed #ccc;
}

#right .content .inner #rates-table td:hover {
	background-color: #4e5e6d;
	color: #fff;
}

.content a, .content a:active, .content a:visited {
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
    color: #4e5e6d
}

/* content left */
#content-left .sidenav {
	width: 496px;
	background-color: #deebf6;
	clear: both;
}

#left .nav {
	width: 243px;
	background-color: #dfe3ea;
	margin-bottom: 10px;
}

#content-left .sidenav h2 {
	height: 58px;
	background: url(/images/more-to-offer.jpg) left top no-repeat;
}

#left .nav h2 {
	height: 58px;
	background: url(/images/more-to-offer.jpg) left top no-repeat;
	margin: 0;
	padding: 0;
}

#content-left .sidenav ul {
	list-style-type: none ;
	font: 0.9em Trebuchet MS, sans-serif;
	padding: 0px 21px 20px 20px;
	margin: 0px;
	
}

#left .nav ul {
	list-style-type: none ;
	font: 0.9em Trebuchet MS, sans-serif;
	padding: 0px 21px 20px 20px;
	margin: 0px;
	
}

#content-left .sidenav ul li {
	padding: 5px 5px 5px 30px;
	background: url(/images/bullet.jpg) left 5px no-repeat;
	border-bottom: 1px dashed #6280a7;
}

#left .nav ul li {
	padding: 5px 5px 5px 30px;
	background: url(/images/bullet.jpg) left 5px no-repeat;
	border-bottom: 1px dashed #6280a7;
}

#content-left .sidenav ul li:hover {
	background-color: #fff;
}

#left .nav ul li:hover {
	background-color: #fff;
}

.sidenav ul li a, .sidenav ul li a:visited, .sidenav ul li a:active {
	color: #6280a7;
	text-decoration: none;
	display: block;
} 

.nav ul li a, .nav ul li a:visited, .nav ul li a:active {
	color: #7f93a9;
	text-decoration: none;
	display: block;
} 

.sidenav ul li a:hover {
	text-decoration: none;
	color: #75b02f;
}

.nav ul li a:hover {
	text-decoration: none;
	color: #75b02f;
}


/* FOOTER STYLES */
.footer {
	clear: both;
	padding: 30px 0px;
	background: url(/images/footer.jpg) left bottom repeat-x;
}

.footerbar {
	clear: both;
	padding: 30px 0px;
	background: url(/images/footer-bg.jpg) left bottom repeat-x;
}

.footer-inner {
	width: 1000px;
	margin: 0 auto;
	font: 0.8em Trebuchet MS, sans-serif;
	color: #9d8873;
}

.footerbar-inner {
	width: 1000px;
	margin: 0 auto;
	font: 0.8em Trebuchet MS, sans-serif;
	color: #9d8873;
}

.footer a, .footer a:visited, .footer a:active, .footerbar a, .footerbar a:visited, a:active {
	color: #7f93a9;
	text-decoration: none;
}

.footer a:hover, .footerbar a:hover {
	text-decoration: underline;
	color: #9d8873;
}

/* TABLE STYLES */

#rates-table .colorbardark {
	background-color:#f1f1f1;
}

#rates-table .colorbarlite {
	background-color:#fff;
}

/*  OTHER STYLES  */

div.disclaimer{
	width: 450px;
	border: 1px dashed #9d8873;
	padding: 5px;
	text-align: center;
	background-color: #EDF0F5;
	margin-top:50px;
}

h3.disclaimer {
	font: 1em Trebuchet MS, sans-serif;
	font-weight: bold;
	color: #7F93A9;
	text-align: center;
	letter-spacing:2px;
}

p.disclaimer {
	font: 0.8em Trebuchet MS, sans-serif;
	color: #7F93A9;
	text-align: center;
}

.boxout {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
}

.boxin {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
}

.boxltin {
  left:-5px;
}

.boxtpin {
  top:-5px;
  background-color: #edf0f5;
}

.boxnarrow {width:8em;}

div.businesscard {
	width: 450px;
	border: 1px solid #9d8873;
	text-align: center;
	background-color: #5B6E7D;
	margin-top:20px;
	margin-bottom:20px;
}

.businesscard {
	font-family: Trebuchet MS;
	color: #003366;
}

h3.businesscard {
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom:0px;
}

h4.businesscard {
	font-weight: bold;
	font-size: 1.4em;
	margin-top:5px;
}

.calcinput {
	font-size: 1em; 
	height: 18px; 
	padding: 3px; 
	border: 1px solid #7F93A9; 
	background-image: url(/images/footer-bg.jpg);
	background-position: left -10px;
}

/* Glossary Style */
h4.term {
	 font-weight: bold; 
	 margin: 0;
	 color: #4a5d6b;
}

.definition {
	margin:0;
	padding-left:20px;
	color: #4a5d6b;
}

.colorbardark {
	background-color:#E0E8EF;  /*  #f1f1f1;  */
	padding:10px;
	margin-top:2px;
}

.colorbarlite {
	background-color:#EFEFEF;
	padding:10px;
	margin-top:2px;
}

.glossary_heading {
	color: #003366;
	font-size:1.5em;
	font-style: bolder;
	margin: 0px;
	padding: 0px;
}

.glossary_search {
	font-size: 1em; 
	height: 14px; 
	padding: 3px; 
	border: 1px solid #7F93A9; 
	width: 150px;
}

.glossary_submit {
	background-color: #E0E8EF;
	font: Trebuchet MS, Arial, sans-serif;
	border: 1px solid #7F93A9;
	margin-left: 5px;
	height: 22px;
}

.glossary_submit:hover {
	background-color: #7F93A9;
	color: #fff;
	border: 1px solid #7F93A9;
	margin-left: 5px;
	height: 22px;
}

h1.glossary-title {
	margin: 0px auto;
	padding: 0px;
	color: #4a5d6b;
}

h3.letters a:hover {
	color: #F1F3F5;
	text-decoration: none;
}