/***************************************************
Name: 			Mortgage Pound Website
Description: 	CSS for the Mortgage Pound Website.
Author:			Paul Barrett
Date:			23-Jan-2009
***************************************************/

/*************************/
/* Default Text Settings */
/*************************/

/* Make page starts at the very top with no unwanted space. */
* { margin: 0; padding: 0; }

body {
	background: #ffffff;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
}
a:hover {
	color: #4EBF37;
}

/* Headers */
h1, h2, h3 {
	font-family: Arial, Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}

h1 {
	font-size: 130%;	
}

h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #4CC001;
	padding: 10px 10px 0px 10px;	
	margin: 0;
}

h3 {
	font-size: 120%;
	color: #666666; 
}

h1, h3, p {
	padding: 10px;		
	margin: 0;
}

/* Images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 10px 10px 18px 10px;  
}
img.float-left {
  margin: 10px 10px 18px 10px;
}

/* Bullet points */
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #4CC001;	
}

.blt-txt ul span, .blt-txt ol span, .blt-txt li span {
	color: #333;
} 

#infotip p{
	margin: 10px;
 	padding: 10px 10px 10px 40px;  
	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/info.png) no-repeat 5px 5px;     
}


/***************/
/* Form Layout */
/***************/
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	font-family: Arial, Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 110%;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:200px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	font-size:11px;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #4CC001;
}

/**********/
/* Layout */ 
/**********/
#wrap {
	width: 820px;
	background: #fff url(images/MpBodyRepeater.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}

#header a{
	background:url(images/MpHeader.jpg ); 
	display:block; 
	width:820px; 
	height:200px;
}

#header h1{
	margin:0;
	padding:0;
	text-indent:-9999px; 
}

/* Intro Layout */
#intro_body{
	width:820px;
	margin: 0 auto;
	text-align:center;
}

#intro_services_spacer {
	padding-top:75px;
}


/********/
/* Menu */
/********/
 
/* Overrides top and left in non-IE browsers, positioning to the top right of the containing li rather than bottom left. */
li>ul { 
	top: auto;
	left: auto;
}

/* Menu background */
#nav-menu  {
	background: url(images/MpMenu.jpg) repeat-y center top;
	height: 26px;
	background-color: #7fe843;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
	font-size: 11px;
	line-height: 26px;
	font-weight: bold;
}

/* All lists */
#nav-menu ul { 
	margin: 0;
	list-style: none;
	
	/* Indent start of menu. */
	padding: 0 0 0 40px; 
}

/* All list items */
#nav-menu li { 
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	background-image: url(images/MpMenuRepeater_nrm.jpg);
	background-repeat: no-repeat;
}

/* second-level lists */
#nav-menu li ul { 
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	padding: 0;
	background-color: #FFFFFF;
}

/* second-level lists */
#nav-menu li ul li{ 
	width: 275px;
	text-align: left;
	background-color:#D6D6D6;
	border-left:2px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	background-image: none;
}

 /* lists nested under hovered list items */
#nav-menu li:hover ul, #nav-menu li.over ul { 
	display: block;
	
}

/* Top horizontal hyperlinks */
#nav-menu li a, #nav-menu li a:visited {
	color:#fdfffd;
	display:block;
	padding-right: 13px;
	
	/* IE6 fix to make 'display:block' work correctly. Need to state the width again (13 + 107 = 120px). */
	width:107px;
}

/* Part of IE6 fix to make 'display:block' work correctly. Need to state the width again (8 + 267 = 275px). */
#nav-menu li ul li a, #nav-menu li ul li a:visited {
	width:267px;
}

#nav-menu li a:hover {
	background-color: #7fe843;
	display:block;
	background-image: url(images/MpMenuRepeater_hov.jpg);
	background-repeat: no-repeat;
	color:#666666;
}

/* Drop-down vertical hyperlinks */
#nav-menu li ul li a, #nav-menu li ul li a:visited, #nav-menu #current ul li a, #nav-menu #current ul li a:visited {
	color:#fdfffd;
	display:block;
	padding-left: 8px;
	padding-right: 0px;
	background-image:none;
}

#nav-menu li ul li a:hover, #nav-menu #current ul li a:hover {
	background-color: #7FE843;
	display:block;
	background-image:none;
	color: #fdfffd;
}

/* Currently selected page link. */
#nav-menu #current a, #nav-menu #current a:visited {
	background-image: url(images/MpMenuRepeater_cur.jpg);
	background-repeat: no-repeat;
	color: #333333;
}

/* Position button for displaying animation to the far right of the menu. */
#mp_anim a{
	text-indent:-9999px;
	float: right;
	margin-right: 35px;
	margin-top: 0px;
	border:none;
	width:28px;
	height:26px;
	background:url(images/mortgage_pound_btn_anim.jpg) no-repeat;
}

#mp_anim a:hover{
	background:url(images/mortgage_pound_btn_anim_hov.jpg) no-repeat;
}


/***************/
/* Main Column */
/***************/
#main {
	float: right;
	width: 62%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 150% Arial, Verdana, 'Trebuchet MS', Sans-serif;
	color: #4CC001;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: url(images/HouseBullet.png) no-repeat 3px 50%;	
}


/***********/
/* Sidebar */	
/***********/
#sidebar {
	float: left;
	width: 36.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.2em Arial, Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/mortgage_pound_sidebar_header.png) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}

#dl-pdfs p {
	text-align:center;
	clear: both;
	/*float: none;*/
	padding: 5px 0 0 0;
	margin: 0;
}

.sidebar-note p {
	color: #AAAAAA;
	font-size: 80%;	
	text-align: center;
	padding-top: 0;
	margin-top: 0;
}

#dl-pdfs img {
	border: none;
}

#sidebar #warntext {
	color: #FF0000;
}

#sidebar #senttext {
	color: #4CC001;
	font-weight: bold;
}


/**********/
/* Footer */
/**********/
#footer-breakline, #rep-warning, #fsa_info {
	width: 750px;
	background: #fff url(images/MpBodyRepeater.jpg) repeat-y center top;
	margin: 0 auto;
	clear: both;
}

#footer-breakline {
	border-top: 1px solid #EFF0F1;
	height: 2px;
}

/* Repossession Warning */
#rep-warning {	
	margin-top: 10px;
}

#rep-warning p {
	padding:0;
	text-align: center;
}

/* FSA Info */	
#fsa_info {
	color: #AAAAAA;
	text-align: left;	
	font-size: 92%;
	line-height: 120%;
}

#fsa_info img {
	border:none;
}

/* Main footer content */	
#footer {
	color: #666666;
	background: #fff url(images/MpFooter.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 100px;
	text-align: center;	
	font-size: 92%;
}

#footer a { text-decoration: none; }


/**************/
/* Additional */
/**************/

/* Positioning */
#contact-map {
	padding: 10px 0 10px 0;
}


/**********************/
/* Additional Classes */
/**********************/

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

