@charset "utf-8";

/*MAIN STUFF************/

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background-image:url(../images/main_bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
 #container { 
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto;
	border: none;
	text-align: left;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Header and Navigation************/

#header { 
	background-image:url(../images/header_home.jpg);
	height:100px;
	background-repeat:no-repeat;
} 

/*Top navigation*/

#topnav {
float:right;
width:235px;
padding:10px 0px 0px 0px;
}

#topnav ul {
padding:0px 0px 0px 0px;
margin:0px;
list-style:none;
}

#topnav li {
list-style-image:none;
display:inline;
padding-left:20px;
font-weight:bold;
color:#000000;
}

#topnav li a:link {
color:#000000;
text-decoration:none;
}

#topnav li a:HOVER {
color:#000000;
text-decoration:underline;
}

#topnav li a:visited {
color:#000000;
text-decoration:none;
}

#topnav li a:active {
color:#000000;
text-decoration:none;
}


/*Main navigation*/

#mainnav {
width:1024px;
float:right;
clear:right;
padding:50px 0px 0px 0px;

}

#mainnav ul {
padding-left:300px;
margin:0px;
list-style:none;

}

#mainnav li {
padding:10px 8px 0px 8px;
list-style-image:none;
display:inline;
background-image:url(../images/nav_divider.jpg);
background-repeat:no-repeat;
background-position:0px 40px;
}



#mainnav li a:link {
color:#FFFFFF;
text-decoration:none;
padding-top:40px;
}

#mainnav li a:HOVER {
color:#FFFFFF;
text-decoration:underline;
}

#mainnav li a:visited {
color:#FFFFFF;
text-decoration:none;
padding-top:40px;
}

#mainnav li a:active {
color:#FFFFFF;
text-decoration:none;
padding-top:40px;
}

/*MENU*****************/


.menu {
font-family: arial, sans-serif; 
width:525px; 
margin:0; 
margin:20px 0 0px 20px;
position:relative;
z-index:100;
float:right;
padding-left:0px;
padding-top:0px;

}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0px;
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
width:55px; 
height:31px; 
color:#fff; 
line-height:30px; 
font-size:12px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 

}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:200px;
text-align:left;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#003366; 
color:#fff;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#fff; 
color:#000;
}

.menu ul li ul li{
width:150px;
}

.menu ul li ul li a, .menu ul li ul li  a:visited {
display:block; 
text-decoration:none; 
width:106px; 
height:31px; 
color:#fff; 
line-height:30px; 
font-size:12px;
padding-left:5px;
}




/*Right side stuff************/

#right {
background-image:url(../images/bg_right.jpg);
width:336px;
height:838px;
background-repeat:no-repeat;
float:right;
color:#FFFFFF;
}
	
/*Side text*/

#financing_text {
padding:300px 40px 0px 30px;
/padding-top:310px;
float:right;
width:266px;


}

#services_text {
padding:55px 40px 0px 30px;
/padding-top:80px;
float:right;
clear:right;
width:266px;
}

#remodeling_text {
padding:57px 40px 0px 30px;
/padding-top:78px;
float:right;
clear:right;
width:266px;
}

#relocation_text {
padding:55px 40px 0px 30px;
/padding-top:78px;
float:right;
font-size:11px;
clear:right;
width:266px;
}

#right a:link {
color:#FFFFFF;
text-decoration:underline;
}

#right a:visited{
color:#FFFFFF;
text-decoration:underline;
}

#right a:HOVER {
color:#FFFFFF;
text-decoration:none;
}


#right a:active{
color:#FFFFFF;
text-decoration:underline;
}




/*Left side stuff************/

#left {
float:left;
width:688px;
}

#flash {
background-image:url(../images/placeholder_flash_home.jpg);
height:357px;
background-repeat:no-repeat;
float:left;
width:688px;
}

#mainContent {
background-image:url(../images/bg_left.jpg);
height:481px;
background-repeat:no-repeat;
width:688px;
float:left;
clear:left;
font: 12px Arial, Helvetica, sans-serif;
}

#maintext {
padding:0px 10px 0px 50px;
text-align:justify;
}

#maintext h1 {
color:#990000;
padding-bottom:0px;
font-size:20px;
}

#news {
padding:25px 0px 0px 50px;
}

#news h1 {
color:#990000;
padding-bottom:0px;
font-size:20px;
}

#mainContent a:link {
color:#990000;
text-decoration:underline;
font-weight:bold;
}

#mainContent a:visited {
color:#990000;
text-decoration:underline;
font-weight:bold;
}

#mainContent a:HOVER {
color:#990000;
text-decoration:none;
font-weight:bold;
}

#mainContent a:active{
color:#990000;
text-decoration:underline;
font-weight:bold;
}

/*Footer stuff************/

#footer {
background-image:url(../images/bg_footer.jpg);
height:45px;
width:1024px;
background-repeat:no-repeat;
font-size:10px;
}

#footer a:link {
color:#000000;
text-decoration:none;
}

#footer a:HOVER {
color:#000000;
text-decoration:underline;
}

#footer a:visited {
color:#000000;
text-decoration:none;
}

#footer a:active {
color:#000000;
text-decoration:none;
}


#footer ul{
padding:10px 0px 0px 450px;
margin:0px;
list-style:none;
}

#footer ul li {
padding-left:5px;
list-style-image:none;
display:inline;
}

.copyright {
float:right;
padding-right:20px;
font-size:10px;
}

/*============================================================
THE NEW MENU
=============================================================*/

#nav{
	position:relative;
	top:33px;
	left:150px;
	width:748px;
	height:43px;
	z-index:65;
}


#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding:0px;
	margin: 0 0 1em 0;
}

#nav a {
_float:left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:10px;
	height:20px;
	font-size:11px;
}
#nav a:Hover {
_float:left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:10px;
	height:20px;
	font-size:11px;
}


#nav a.daddy {
}
#nav a.daddy:Hover{
background-image:url(images/array_332x28_roll.gif);
background-position:-10px 0px;
}

#nav li {
_display:block;
_padding-left:-100px;
	float: left;
	padding: 0;
}

#nav li:hover {
_display:block;
_padding-left:-100px;
	float: left;
	padding: 0;
	position:static;
}

#nav li ul {

_display:block;
_height:30px;
_padding-top:30px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	font-weight: normal;
	margin: 0;
}

#nav li li {
_display:block;
_float:left;
_left:-100px;
_padding-left:0px;
_margin-left:0;
_height:30px;
_position: relative;
	padding-right: 1em;
	width: 200px;
}

#nav li ul a {
_width: 160px;
_float:left;
_padding-left:-150px;
background-image:url(images/bullet_11x8.gif);
background-repeat:no-repeat;
background-position:0px 12px;
background-color:#900;
}

#nav li ul a:Hover {
text-decoration:none;
background-image:url(images/bullet_11x8_roll.gif);
background-repeat:no-repeat;
background-position:0px 12px;
background-color:#fff;
color:#003366;
}

#nav li ul ul {
	margin: -30px 0 0 180px;
	_margin: -30px 0 0 100px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
_left:-50px;
	left: auto;
}

