/*	Buckles Sub-Page CSS Design
	----------------------------------------
	Created: 07/03/2006
	Modified: 13/04/2006
	Author: Andrew Mason
	Contact: andrew.mason@oakbase.co.uk
	
*/

/*	Navigation Actives
------------------------------------------------------------------------ */
body#about li#aboutTab a,
body#careers li#careersTab a,
body#investment li#investmentTab a,
body#pension li#pensionTab a,
body#services li#servicesTab a,
body#mortgage li#mortgageTab a {
	background: #ead72b url(../images/grads/nav_active.gif) bottom right no-repeat        !important;
}

/*	Main Content
------------------------------------------------------------------------ */
#right {
	background-color: transparent;
	padding: 20px 40px;
	width: 543px;
}

#calc {
	font-size: 1.2em;
	padding: 20px 0 10px 0;
	text-align: center;
}

#calc a {
	width: 500px; 
}

#calc a:link, #calc a:visited {
	background: #fbf0b1 url(../images/icons/calc.gif) 30px center no-repeat;
	border: 1px solid #e9ce2f;
	color: black;
	padding: 24px 24px 24px 80px;
	text-decoration: none;
	
}

#calc a:hover, #calc a:active {
	background-color: #fff096;
	border: 1px solid #e9ce2f;
	text-decoration: underline;
}

#left h2 {
	background-color: #EEE;
	clear: both;
	font-size: 1.2em;
	font-weight: normal;
	padding: 3px 0 3px 30px;
	margin: 0;
	margin-top: 1px;
}

#left h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 0 30px;
	margin: 4px 0 0 0;
}

#left p {
	margin: 1em 0;
	padding: 0 0 0 30px;
	font-size: 1em;	
}

#left p a:link, #left p a:visited {
/*	color: #003366; 
	display: block;*/
}

#left p a:hover, #left p a:active {
	color: #CC0000;
	/* background-color: #FFFF99; */
	/* text-decoration: none; */
}

#left .left {
/*	font-weight: bold; */
	text-align: right;
	/* margin-left: 30px; */
}

#left ul {
	list-style-type: none;
	margin-top: 0.6em;
}

#left li {
	font-size: 1.1em;
	margin-bottom: 0.4em;
	/* font-weight: bold; */
}

/*	Image Right
------------------------------------------------------------------------ */
.pic_right {
	float: right;
	padding: 0 0 10px 14px;
	width: 160px;
}

.pic_right p {
	font-size: 0.9em;
	
}


/*	News archive
------------------------------------------------------------------------ */
#newslist {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#newslist li {
	border-top: 1px solid #CCC;
	padding-top: 10px;
}


/*	Classes
------------------------------------------------------------------------ */
.float_right {
	float: right;
	padding: 0 0 10px 10px;
}

/*	Forms
------------------------------------------------------------------------ */
form input, form textarea, form select {
	font-family: "Trebuchet MS";
	background-color: white !important;
	border: 1px solid #666 !important;
}

#main-content form {
	/* background-color: #EEE; */ /* Causes IE to break the collapsing DIV's background */
	padding: 1em 3em 1em 3em;
}

#main-content form p {
	margin: 0.4em 0;
}

#send {
	background-color: whitesmoke;
	border-top: 1px solid #CCC;
	text-align: right;
	margin: 10px 20px 0 0;
	padding: 10px;
}

#send input {
	font-weight: bold;
}

#contact textarea {
	margin-left: 102px;
}

.contact_label, .mortgage_label {
	display: block;
	float: left;
	width: 100px;
}

.mortgage_label {
	width: 170px;
}

.help {
	border: 1px solid #FFFF66;
	background-color: #FFFFCC;
	padding: 1em;
	/* display: block; */
	margin-bottom: 1em;
	font-size: 0.9em;
	text-align: justify;
}

.help a {
	font-weight: normal;
	font-size: 0.8em;
}

.pointer {
	cursor: pointer;
}

.arrows li {
	padding-left: 20px;
	background: transparent url(../images/icons/arrow_right.gif) left center no-repeat;
}