@import '/styles/common-common.css';

/* COMMON ---------------------------------------------------------------------- */

html {
	xfont-size:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #143E11;
}

input, select {
	font-size:1em;
	color: #143E11;
}

a {
	color: #143E11;
}
a:hover {
	color:#2E9747;
}
a img {
	border:none;
}

p {
	margin:1em 0;
}

hr {
	color: #fff;
	border: none;
	height: 1px;
	padding: 0;
	margin: 1em 0;
	background:url('/images/hr.gif') bottom repeat-x;
}

h1 {
  font-size: 1.5em;
	margin:1em 0;
	margin-top:0;
	padding:0 0 3px 0;
	background:url('/images/h1.gif') bottom right no-repeat;
	color:#2e9747;
}

h3 {
	font-size: 1.25em;
	color:#777;
	background: #e9f6e7 url('/images/h2.gif') bottom right no-repeat;
	padding:2px 10px;
	margin:0.8em 0;

}
#content #right h3 {
	color:#fff;
	margin-top:0px;
	background: #555 url('/images/h2-right.gif') bottom right no-repeat;
}

span.description {
	font-size: 1.1em;
	font-weight:bold;
	color:#2E9747;
	text-transform:uppercase;
	margin:0.2em 0;
}
h2 {
  font-size: 1.5em;
	margin:1em 0;
	margin-top:0;
	padding:0 0 3px 0;
	background:url('/images/h1.gif') bottom right no-repeat;
	color:#2e9747;
}

h4 {
  font-size: 1.5em;
	margin:1em 0;
	margin-top:0;
	padding:0 0 3px 0;
	background:url('/images/h1.gif') bottom right no-repeat;
	color:#2e9747;
}
ul, ul li {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
ul li {
  background:url('/images/bullet.gif') 0px 6px no-repeat;
  margin:0 0 5px 15px;
  padding: 0 0 0 8px;
}

sup {
	font-size:0.8em;
}

blockquote {
	margin:0;
	padding:0 0 0 25px;
}

table td {
	vertical-align:top;
}





body {
	background: #c2e2bf url('/images/bg-y.gif') center repeat-y;
}

#bg-top {
	background:url('/images/bg-top2.jpg') top center no-repeat; 
}
body.homepage #bg-top {
	background:url('/images/bg-top.jpg') top center no-repeat; 
}

#bg-x {
	background: url('/images/bg2.gif') top repeat-x;
}
body.homepage #bg-x {
	background: url('/images/bg.gif') top repeat-x;
}

#page {
	width:760px;
	margin:0 auto;
}



/* HEADER ---------------------------------------------------------------------- */

#header {
	background:url('/images/header.gif') left repeat-y;
	height:110px;
	overflow:hidden;
	border-bottom:1px solid #fff;
}


/* MENU ------------------------------------------------------------------------ */

#menu {
	float:right;
	width:530px;
	height:110px;
	overflow:hidden;
}
#menu ul, #menu li {
	padding:0;
	margin:0;
	background:none;
}
#menu ul {
	float:right;
}
#menu a {
	display:block;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	background:url('/images/menu-separator.gif') top right no-repeat;
	padding:82px 15px 0 10px;
	font-size:1.1em;
}
#menu a:hover {
	color:#449c3e;
	text-decoration:underline;
}



/* HOME ------------------------------------------------------------------------ */





/* CONTENT --------------------------------------------------------------------- */

#content {
	margin:20px 0 5px 0;
	background:url('/images/content-bg.gif') left repeat-y;
	height:auto !important;
	height:450px;
	min-height:450px;
}
body.homepage #content {
	background-image:url('/images/home-bg.gif');
	height:auto;
	min-height:0;
}

#content #left {
	width:565px;
	margin-right:15px;
}
body.homepage #content #left {
	width:495px;
	margin-right:15px;
}

#content #right {
	width:165px;
	padding:0 0 15px 15px;
}
body.homepage #content #right {
	width:235px;
	padding:0 0 15px 15px;
}

#content #right h3 {
	margin-left:-15px;
}

#content #right hr {
	height: 2px;
	margin-left:-14px;
	background:url('/images/hr-right.gif') bottom repeat-x;
}


/* SHARED --------------------------------------------------------------------- */




/* FOOTER ---------------------------------------------------------------------- */

#footer {
	background-color: #424242;
	padding:5px 10px;
	margin:0 0 10px 0;
}

#footer ul, #footer li {
	padding:0;
	margin:0;
	background:none;
}	

#footer a {
	float:left;
	color:#fff;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #666;
	font-weight:bold;
	text-decoration:none;
}
#footer li.last a {
	border:none;
}
#footer a:hover {
	text-decoration:underline;
} 

#copyright {
	float:right;
	color:#ccc;
	font-size:0.9em;
}

#credit {
	float:right;
	margin:0 10px 1em 0;
}

#credit a {
	color:#666;
	font-size:0.9em;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
}


/* FORMS ----------------------------------------------------------------------- */

input.styled, textarea.styled {
  border:none;
  color:#999;
  padding:2px 2px 1px 4px;
  background:url('/images/formfield-bg.gif') top left no-repeat;
}
select.styled {
  border:1px solid #ccc;
  color:#999;
  padding:0;
}
input.button {
	font-weight:bold;
	font-size:1em;
	color:#fff;
	padding:3px 20px;
	background: url('/images/button-bg.gif') center repeat-x;
	cursor:pointer;
	outline:none;
	border:1px solid #1b4b17;
}  



/* COMMON WYSIWYG CLASSES ------------------------------------------------ */

.morelink {
	padding:3px 15px 3px 5px;
	background:url('/images/morelink.gif') bottom right no-repeat;
	float:left;
	color:#777;
	margin:1em 0;
}

.imgborder {
  padding:5px;
  border:1px solid #dadada;
	background-color:#fff;
}

.imgright {
  float:right;
  padding:0 0 5px 10px;
}

.imgleft {
  float:left;
  padding:0 10px 5px 0;
}


.smaller {
  font-size:9px;
}

.bigger {
  font-size:14px;
}

.red {
	color:#900;
}



/* CUSTOMIZATIONS ------------------------------------------------------------------- */

#calc select { 
	width: 125px; 
}
#calc .grey td { 
	background-color: #f3f3f3; 
}
#calc_total {
	color:#c00;
	font-weight:bold;
	font-size:2em;
	padding:3px;
}
#calc .styled {
	text-align:center;
	padding-top:5px;
	font-size:2.0em;
	font-weight:bold;
	background:url('/images/total-bg.gif') bottom repeat-x;
}
#calc #calc_payoff {
	text-align:center;
	padding-top:10px;
	font-size:1.6em;
	font-weight:bold;
}
#calc #totalbox {
	font-size:1.6em;
	text-align:center;
	padding-top:15px;
	background:url('/images/total-bg.gif') bottom repeat-x;
	width:220px;
	margin:0 auto 15px auto;
}
#calc .totals td {
	border-top:1px solid #ddd;
	text-transform:uppercase;
	font-size:1.1em;
}

.img-right{
	float:right;
	margin-left:10px;
}

.img-left{
	float:left;
	padding:5px;
	border:1px solid #ccc;
}

.specialtext{
	font-size:1.3em;
	font-weight:bold;
	color:#333333;
}

.grey-text {
color: #666666;
}