/* HOMETRUST MORTGAGE CORPORATION */

body {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	background: #eef2fe;
	margin: 0;
	padding: 0;
	font-size:13px;
	line-height: 26px;
	text-align: left;
	color: #000000;
	background-image: url(../images/main/bg.jpg);
	background-repeat: repeat-x;
}



#container { 
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/main/bg-container.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed; 
}
#header { 
	width: 900px;
	height: 278px;
} 
#columnLEFT {
	float: left;
	width: 160px;
	padding: 0 0 0 100px;
}
#columnMAIN { 
	margin: 0 140px 0 300px;
	padding: 0 0 0 0;
} 
#footer { 
	width: 900px;
	height: 115px;
	padding: 85px 0 0 0;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	background-image: url(../images/main/bg-footer.jpg);
	background-repeat: no-repeat;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ------------------ FONTS ---------------- */

#h1 {
	font-size: 18px;
	padding-bottom: 16px;
	font-weight: bold;
	font-style: normal;
	color: #2c85dd;
}

/* ------------------ LINK COLOURS ---------------- */

a:link {color: #f7a81d; font-weight:normal; text-decoration: underline;}
a:visited {color: #f7a81d; font-weight:normal; text-decoration: underline;}
a:active {color: #f7a81d; font-weight:normal; text-decoration: underline;}
a:hover {color: #99ccff; font-weight:normal; text-decoration: underline;}

a.grey:link {color: #c1e0fe; font-weight:normal; text-decoration: underline;}
a.grey:visited {color: #c1e0fe; font-weight:normal; text-decoration: underline;}
a.grey:active {color: #c1e0fe; font-weight:normal; text-decoration: underline;}
a.grey:hover {color: #f7a81d; font-weight:normal; text-decoration: underline;}

a.menu:link {color: #ffffff; font-weight:normal; text-decoration: none;}
a.menu:visited {color: #ffffff; font-weight:normal; text-decoration: none;}
a.menu:active {color: #ffffff; font-weight:normal; text-decoration: none;}
a.menu:hover {
	padding: 6px;
	background-color: #ffffff;
	color: #003366; 
	font-weight:normal; 
	text-decoration: none;}
