/** 
	Index
		1- html
		2- html specials
	    3- layouts
		4- Webform
		5- Common Classes
 **/


/** 1- html **/
body {
	margin:0;
	padding:0;
	font-family:Arial,Tahoma,Century gothic,Tahoma,sans-serif;
	font-size:13px;
	color:#161514;
}
a {
	text-decoration:none;
}

/** 2- html specials **/
img.zippyLogo {
	border:none;
	padding-left:5px;
	padding-top:10px;
}
img.icon {
	margin-left: 10px;
}
table.results-table {
	border:1px solid #00A2DF;
	padding:0 10px;
}
table.results-table th{
	font-size:1.2em;
	font-weight:bold;
	padding:5px 35px 15px 0px;
}

table.results-table tr.odd,table.results-table tr.even {
	height:90px;
	border-bottom:1px solid #000000;
	background:#FFFFFF;
}
table.results-table tr.odd {
	background:#eff5ff;
}
table.results-table tr.even {}
table.results-table thead tr{
	height:20px;
}
table.results-table td{
	font-size:1em;
	padding:5px 40px 5px 0px;
	color:#000000;
}

a.apply{
	background:url(../images/btn_sgbg.gif) no-repeat left top;
	/*background:url(../images/logos/61116.gif)*/
	display:block;
	color:#FFFFFF;
	width:130px;
	height:24px;
	text-align:center;
	font-weight:bold;
	padding-top:6px;
}
span.pds a{
	text-align:center;
	color:#008fc9;
}


/** 3- layouts **/
#container {
  width: 750px;
  margin: 0 auto;
}
#pageHeader {
	background:url(../images/top.gif) no-repeat;
	height:120px;
	border-bottom:3px solid #75b518;
	margin-bottom:10px;
}
#pageContants {
	padding-bottom:20px;
}
#pageFooter {
	height:34px;
	background:#75B518;
	border-top:3px solid #00A2DF;
	font-family:Tahoma,georgia,Century gothic,Arial,sans-serif;

	color:#000000;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:center;

	margin-top:10px;
	padding:17px 0 0 0;
}
#footerSmallText {
	font-size:11px;
	color:#666666;
	text-align:justify;
}
#quote-estimate{
	font-weight:bold;
	font-size:18px;
}

/** 4- Webform **/

.form-required {
  color: red;
}
.form-item {
	float:left;
	margin-right:35px;
}
.form-item label {
	font-weight:bold;
}
.form-submit {
	background:url(../images/btn_sbg.gif) no-repeat left top;
	border:none;
	height:30px;
	width:120px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}

/** 5- Common Classes **/
.results-info {
	height:30px;
	background:#e3e9f1;
	margin:35px auto 10px auto;
	padding-top:10px;
	padding-left:10px;
}

.results-table{
	color:#008fc9;
	margin-top:5px;
	width:750px;
}


