/* CSS Document */



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

.clear{clear:both;}

.padding{padding:15px;}

h1{font-weight:normal; color:#000000; font-size:24px;}

h2{font-weight:normal; color:#000000;}

p{line-height:20px;}

img {border:none;}
a{border:none;}

body{ 
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCD9E5;
	font-size:13px;
	}
	
	
#header{
	width:100%;
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	height:90px;
	
}
	
#logo{
	width:200px;
	margin-top:40px;
	padding-left:20px;
	float:left;
}	
	
#main_holder{
	margin-left:auto;
	margin-right:auto;
	width:960px;

	background-color:#FFFFFF;
}

#menu{
	position:relative;
	width:550px;
	float:right;
	margin-right:50px;
}



#menu a{
	color:#666666;
	text-decoration:none;
}

#intro_header{
	width:100%;
	background-image:url(../images/mortgage_heading.jpg);
	height:374px;
}


#content_holder{
	width:100%;
	margin-top:40px;
}

#content_left{
	float:left;
	width:460px;
	height:250px;
	color:#000000;
}



#content_right{
	float:right;
	width:460px;
	height:250px;
	color:#FFFFFF;
}

#bottom_content{
	
	margin-top:20px;
	font-size:13px;
	width:960px;
	margin:15px;
}

.bottom_left{
	width:400px;
	float:left;
	padding:10px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin-right:60px;
	height:350px;
}

#content_left_contact{
	width:400px;
	float:left;
	padding:10px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin-right:60px;
	height:auto;
}


.bottom_right_buytolet{
	width:400px;
	float:left;
	padding:10px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	height:350px;
	background-repeat:no-repeat;
	background-position:bottom right;
}


.bottom_right{
	width:400px;
	float:left;
	padding:10px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	height:350px;
	background-image:url(../images/calc_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#footer{
	width:920px;
	padding:20px;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	height:170px;
	background-color:#415D72;	
	}

#footer_left{
	float:left;
	width:400px;
	padding:15px;
}

#footer_left h1{ color:#FFFFFF;} 

#footer_left p{ color:#FFFFFF;}


#footer a{
	text-decoration:underline;
	font-size:12px;
	color:#FFFFFF;
}

#footer ul li{
	display:inline;
	list-style:none;
	margin-right:10px;
}


#footer_details_left{
	float:right;
	width:350px;
	padding:15px;
	text-align:right;
}

#footer_details_left p{ color:#FFFFFF; font-size:11px; line-height:16px;}

#footer_details_left h1{ color:#C9E3F7;}


/*-----------------MENU---------------------------*/


.lavaLamp {
    position: relative;
    height: 29px; 
	width: 550px;  
	padding:30px;
    overflow: hidden;
	top:30px;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
		padding-bottom:10px;
}
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
			width: 9px; height: 20px;
            z-index: 8;
            position: absolute;
			border-top: 2px solid #415D72;
			border-bottom: 2px solid #415D72;
}			

        .lavaLamp li.back .left {
                height: 30px;
                margin-right: 9px;
				}
				
            
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            font:  16px arial;
            color:#FFFFFF; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 20px;
        }


/** Contact Page **/

p#tip {

	font-size: 13px;
}

/** Contact us Form **/
#main {
	float: left;
	width: 420px;
}

#contact_us {
	width: 400px;
	margin:0px 0px 0px;
	float:left;
}

p.label_name, p.input_form {
	float: left;

}

p.label_name {
	width: 80px;
	clear: both;z
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 300px;
	background: #C2D2E0;
	border: 1px solid #344B5B;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background:#354C5C;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 310px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {margin-left:80px;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}