/* CSS Reset *//**********************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
body {
	overflow-y:scroll;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}
.fleft { float:left; }
.fright { float:right; }
.clear { clear:both; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }

/* Global *//**********************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#3a2416;
	font-size:12px;
	line-height:14px;
}

p {
	font-size:12px;
	line-height:14px;

	text-align:left;
}

a {
	color:#c56767;
	text-decoration:none;
}

b
{
	font-weight:bold;
}

h1
{
	color:#3a2416;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:10px;
}

h2
{
	color:#934013;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:10px;
}

.clear
{
	clear:both;
}

.textLeft
{
	text-align:left;
}

.textRight
{
	text-align:right;
}

.textCenter
{
	text-align:center;
}

/* Site *//**********************************************************/
.siteArea
{
	width:780px;
	margin:0 auto;
}

#header
{
	padding:10px 0;
}

#logo img
{
	margin:12px 0;
	float:left;
}

.topBanner
{
	float:left;
}

td.tableHeader
{
	background-color:#C0C2C4 !important;
	height: 8px;
}

.siteArea table
{
	width:100%;
	margin:10px 0;
}

.siteArea th, .siteArea td
{
	padding:10px 14px;
	background-color:#F1F1F1;
	border:2px solid #fff;
}

.siteArea .colorDark
{
	background-color:#D5E3F4;
}

table .col1
{
	width:30%;
}

#dataTable th, #dataTable td
{
	text-align:right;
}

#dataTable th
{
	width:18%;
}

.siteArea table.blank
{

}

.siteArea .blank td
{
	background-color:#fff;
}

#dataTable th.col1{width:18%;}
#dataTable th.col2{width:20%;}
#dataTable th.col3{width:20%;}
#dataTable th.col4{width:21%;}
#dataTable th.col5{width:21%;}

.btn
{
	background-image:url(../images/btn_bg_afford.png);
	background-repeat:repeat-x;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:6px 10px;
	border:1px solid #907C7C;
	border-radius:4px;
}

.btn:hover
{
	background-image:url(../images/btn_bg_afford_over.png);
	border:1px solid #907C7C;
}

.btn2
{
	background-image:url(../images/btn_bg_afford.png);
	background-repeat:repeat-x;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #907C7C;
	border-radius:4px;
}

.btn2:hover
{
	background-image:url(../images/btn_bg_afford_over.png);
	border:1px solid #907C7C;
}

.multline
{
	line-height:16px;
	padding-top:4px;
	height:36px;
}

.note
{
	font-size:11px;
	line-height:14px;
}

@media only print {

	.siteArea
	{
    	width:640px;
	}


}


/* batch 2 */

.btn, .btn2 {
  background-color: #3a2416;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

#RateEnquiry a {
	color: #BE5555;
}