/*  Master CSS  */

/* Universal styles */

html, body { 
font: normal 20px arial ; 
color: #378ca0 ; 
line-height: 26px ; 
text-align: left ; 
background-color: #d7e8ec ; 
padding: 0px; 
margin: 0px;
letter-spacing: -1px ;
}

p { 
font: normal 20px arial ; 
margin: 0px 0px 0px 0px ; 
color: #378ca0 ; 
line-height: 24px ; 
text-align: left;
}


img {
padding: 0px ;
margin: 0px ;
}

a, a:visited { 
display: inline ; 
font: normal 18px arial ; 
color: #75b0bd ; 
text-decoration: none ; 
margin: 0px 0px 0px 0px ;
}

a:hover { 
color: #d26f2a ; 
text-decoration: none ;
}

/* Structural Elements */

#top { 
position: relative ; 
width: 100% ; 
height: 38px ; 
z-index:0 ; 
text-align: center ; 
background: #fff url(media/bg-top.gif) repeat-x ; 
clear: both ;
}

#middle { 
position: relative ; 
width: 100% ; 
z-index:0 ; 
text-align: center ; 
background-color: #fff ; 
clear: both ;
}

#bottom { 
position: relative ; 
width: 100% ; 
height: 47px ; 
z-index:0 ; 
text-align: center ; 
background: #d7e8ec url(media/bg-bottom.gif) repeat-x top left ; 
clear: both ;
}

.container { 
position: relative ; 
width: 800px ; 
margin: auto ; 
z-index:0 ; 
text-align: left ;
}

/* Unique elements */

#logo-quicken { 
float: left ;
width: 188px ; 
height: 60px ; 
margin: 35px 0px 25px 0px ;
}

#heading { 
float: left ;
width: 322px ; 
height: 60px ; 
margin: 35px 0px 0px 45px ;
}


#logo-qb { 
float: right ;
width: 188px ; 
height: 60px ; 
margin: 35px 0px 0px 0px ;
}

#advert { 
position: relative ;
width: 800px ; 
height: 392px ; 
background: url(media/offer-bg.jpg) no-repeat top ; 
margin: 0px 0px 0px 0px ;
clear: both ;
}

#logo {
position: absolute;
left: 0px;
top: 0px;
width: 290px;
height: 80px;
}

#clear {
clear: both ;
height: 40px ;
}

#yay {
position: absolute ;
top: 15px ;
left: 292px ;
}

#more {
position: absolute ;
top: 187px ;
left: 227px ;
}

#text {
position: absolute ;
top: 250px ;
left: 182px ;
width: 560px ;
height: 80px ;
}

#subhead {
position: absolute ;
top: 149px ;
left: 275px ;
height: 110px ;
font: bold 24px arial ; 
margin: 0px 0px 0px 0px ; 
color: #fff ; 
line-height: 28px ; 
text-align: left;
}

#subhead a, #subhead a:visited {
font: normal 24px arial ; 
margin: 0px 0px 0px 0px ; 
color: #bddbe2 ; 
line-height: 30px ; 
text-decoration: underline;
font-weight: bold;
}

#subhead a:hover {
font: normal 24px arial ; 
margin: 0px 0px 0px 0px ; 
color: #fff ; 
line-height: 30px ; 
text-decoration: underline;
font-weight: bold;
}

#footer {
clear: both;
font: bold 12px arial ; 
margin: 0px 0px 0px 0px ; 
color: #79b2bf ; 
text-align: center;
letter-spacing: 0px ;
margin-top: 25px;
}



/* Classes */


.orange {  
color: #d26f2a ; 
font-weight: bold;
}
