/* Core Elements */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Serif;
	font-weight: normal;
	color: #666666;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	color: #000059;
	font-family: Trebuchet MS, Tahoma, Serif;
	font-weight: normal;
}

h1 {
	font-size: 22px;	
}

h4 {
	font-size: 12px;	
}

h2 {
	font-size: 18px;	
}

.clear {
	clear: both;
}

a {
	color: #43A7CB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.3;
}


/* Page Content */

#aboutUs {
	background-image: url( ../images/newTest2.gif );
	width: 944px;
	background-repeat: no-repeat;
}

#mainBody {
	width: 955px;
	margin: 10px auto;
}

#content {
	padding: 10px 5px;
}

#menu {
	height: 30px;
	width: 952px;
	background-image: url( ../images/menu-bar.gif );
	margin: 10px 0px 0px 2px;
}

#menu ul {
	padding: 3px 0px 0px 15px;
}

#menu ul li {
	float: left;
	list-style-type: none;
	font-size: 16px;
	margin-right: 25px;
}

.menuItem {
	color: #FFFFFF;
}

.selectedMenuItem {
	color: #000059;
}

.InAssociationWith {
	width: 266px;
	height: 100px;
	float: right;
}

.siteLogo {
	width: 222px;
	height: 41px;
	float: left;
	margin-top: 30px;
}

.panel {
	float: left;
	width: 230px;
	height: 388px;
	padding: 0px;
	margin-left: 10px;
}

#content {
	text-align: justify;	
}

#content h2 {
	margin-bottom: 5px;	
}

.calculator {
	float: left;
	width: 465px;
	height: 388px;
	padding: 0px;
	margin-left: 10px;
}

.white {
	background-image: url( ../images/white-panel.gif );
	background-repeat: no-repeat;
}

.blue {
	background-image: url( ../images/blue-panel.gif );
	background-repeat: no-repeat;
}

#contactUs {
	background-image: url( ../images/fullPageBackground.gif );
	background-repeat: no-repeat;	
	width:994px;
	height: 315px;
}

#contactUs form {
	margin-left: 210px;
}

#contactUs textarea {
	height:50px;
}

.innerPanelContent {
	width: 206px;
	padding: 5px 10px;
}

.calcInnerPanelContent {
	width: 445px;
	padding: 5px 10px;
}

.calcInnerPanelContent p {
	padding-top:5px;
}

.blueText {
	color: #43A7CB;
}

.center {
	text-align: center;
}

.typical {
	margin-left: 86px;
	position: relative;
	top: -7px;
	font-weight: bold;
}

.buttons {
	width: 151px;
	height: 30px;
	margin-top:40px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.calcInput {
	text-align: right;
	border: none;
	background-color: #EBF8FE;
	font-size: 12px;
	font-weight: bold;
	color: #C10202;
	width: 200px;
	font-family: Arial, Serif;
	margin-top: 12px;

}

.loanAmount {
	text-align: right;
	border: none;
	background-color: #EBF8FE;
	font-size: 12px;
	font-weight: bold;
	color: #C10202;
	width: 200px;
	font-family: Arial, Serif;
	margin-top: 12px;	
	background-image: url( ../images/loanAmount.gif );
	background-repeat: no-repeat;
	width:50px;
	padding-bottom:2px;

}

.openQuotes {
	height: 10px;
	width: 14px;
}

.closeQuotes {
	height: 10px;
	width: 14px;
	position: relative;
}

.customer {
	font-weight: bold;
	color: #333333;
	margin: 1px 0px 0px 0px;
	text-align: right;
}

.lightGrey {
	color: #999999;
}

#monthlyRepayment {
	background-image: url( ../images/repaymentBackground.gif );	
	background-repeat: no-repeat;
	height:50px;
	width:200px;
	float: left;
	
}

#monthlyRepaymentImage {
	float: left;	
}

#newContainer {
	padding-left:27.6px;
	padding-top:10px;
}

#repayment {
	font-size: 24px;
	padding: 9px;
	width: 140px;
	border: 1px solid #888888;
	color: #4A9508;
	text-align: center;
	float: left;
	margin-top: 2px;
	margin-left:10px;
	background-color: #FFFFFF;
	background-image: url( ../images/input-box-pound-sign.gif );
	background-repeat: no-repeat;
	border: none;
	font-weight: bold;

}

#aprNote {
	text-align: center;
	background-color: #EBF8FE;
	padding: 5px 0px;
	margin: 10px 0px;
}

#aprNote h3 {
	font-weight: bold;
	font-size:16px;	
}

.applyForThisLoanNow {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#privacy p {
	text-align: justify;
	padding-right: 10px;
}

.address {
	font-size: 10px;
}


/* ### COMPARISON TABLE ### */

table.comparisonTable h4,h3 {
		font-size:12px;	
}

table.comparisonTable {
	width: 500px;
	margin-top: 20px;
	padding: 0px;
}

table.comparisonTable .strong {
	font-weight: bold;
	color: #333333;
}

table.comparisonTable .lightGrey {
	background-color: #E7E7E7;
	color: #555555;
}

table.comparisonTable td {
	border: 1px solid #EFEFEF;
	padding: 4px;
}

table.comparisonTable td.noBorder {
	border: none;
	padding: 4px;
}

#footer {
	border-top: 1px solid #E7E7E7;
}

#footer ul{
		margin-left: 340px;	
}

#footer li {
	float: left;
	list-style-type: none;
	padding-left: 5px;
	padding-top: 5px;

}