/* CSS Document */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////**/
/*////////////////////////       reset  defaults          ///////////////////////////////////////////////**/
* {																								       /**/
padding:0;																						      /**/
margin:0;																						     /**/
}
table,tr,td{
margin:0;
padding:0;
}																								    /**/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }/**/
li, dd { margin-left:5%; }																		  /**/
fieldset { padding: .5em; }	
img{
padding:0;
margin:0;
}																	 /**/
h2{
padding:0px;
margin:0px;	
color:#07548a;
font-size:16px;
font-weight:bold;
}	
h2.important{
visibility:hidden;
}																						/**/
/*//////////////////////       end of global resets       //////////////////////////////////////**/																							
/*/////////////////////////////////////////////////////////////////////////////////////////////**/

body{
background-color:#07548a;
background-image:url(../images/pattern.png);
background-repeat:repeat;
margin:0;
padding:0;
color:black;
font-size:14px;
font-family:Arial;

}
.clear{
clear:both;
height:0;
line-height:0;
}
#wrapper{
width:873px;
margin:10px auto;
postion:relative;

}
#top{
width:873px;
height:134px;
background-image:url(../images/top.png);
background-repeat:no-repeat;
position:relative;
}

#logo{
width:303px;
height:108px;
background-image:url(../images/denver-relocation-guide.jpg);
background-repeat:no-repeat;
cursor:auto;
margin:26px 0 0 9px;
float:left;
}
#heading{
float:right;
margin:26px 8px 0 0;
width:543px;
height:81px;
background-image:url(../images/denver-moving-guide.jpg);
background-repeat:no-repeat;


}
#topBanner{
float:right;
margin:26px 30px 0 0;
width:500px;
height:90px;

}
#topBanner img{
border:none;
}
#main{
background-image:url(../images/mainBg.png);
background-repeat:repeat-y;
width:873px;

}
#topNav{
position:relative;
width:861px;
margin:0 auto;
height:26px;
background-color:#07548a;

}
#left{
float:left;
width:175px;
}
#virtualGuide{
width:160px;
height:230px;
margin-left:12px;
}
#center{
float:left;
width:510px;

}
#center a{
color:#ffcc00;
font-size:13px;
font-weight:bold;
text-decoration:none;

}
#center a:hover{
color:#ffcc00;
text-decoration:underline;

}
.textIndent{
padding-left:7px;
}
#searchResults{
position:relative;
height:600px;
overflow:scroll;
width:100%;
}
#searchResults a{
color:orange;
}
#right{
float:left;
width:185px;

}

.search{
font-size:11px;
color:green;
font-weight:bold;
margin-top:5px;
}

.adds{
margin:0 0 0 15px;

}
.adds img{
margin-top:10px;
padding:5px;
border:1px solid #cccccc;
}
#bottom{
width:873px;
height:35px;
background-image:url(../images/bottom.png);
background-repeat:no-repeat;
padding-left:15px;
padding-top:3px;
}
.bottomLeft{
float:left;
font-size:10px;
padding:7px;
padding-left:200px;
width:40%;
}
.bottomRight{
float:right;
font-size:10px;
padding:7px;
margin-right:26px;
}
.bottomLeft a, .bottomRight a{
color:#333333;
text-decoration:none;
}
.bottomLeft a:hover, .bottomRight a:hover{
text-decoration:underline;
}
/*-------------------------side nav---------------------*/
ul.sideNav{

width:160px;
list-style:none;
list-style-type:none;
padding:0;
margin:0;
margin-left:3px;
}
ul.sideNav li a{
list-style-type:none;
display:block;
width:150px;
color:#07548a;
text-decoration:none;
padding:3px 0 3px 3px;
border-bottom:1px solid #07548a;
border-top:1px solid white;


}
ul.sideNav li a:hover{
background-color:white;
padding:3px 0 3px 3px;
background-image:url(../images/lilGo.gif);
background-position:right center;
background-repeat:no-repeat;

}
ul.sideNav li.here a, ul.sideNav li.here a:hover{
background-color:black;
background-image:url(../images/lilGoOngif.gif);
background-position:right center;
background-repeat:no-repeat;
color:white;
}


/*-----------------------------top nav ------------------------*/
#topNav ul{
	position:absolute;
	top:-27px;
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
	width:519px;
	left: 314px;

}
#topNav ul li{
float:left;
padding:0px;
margin:0px;
}
#topNav ul li a{
display:block;
text-decoration:none;
color:white;
text-align:center;
padding:5px 0 0 0;
}
#topNav ul li#home a{
width:83px;
height:27px;
background-image:url(../images/home.jpg);
background-repeat:no-repeat;
}
#topNav ul li#home a:hover{
background-image:url(../images/homeOver.jpg);
background-repeat:no-repeat;
color:#07548a;
}
#topNav ul li#guide a{
width:190px;
height:27px;
background-image:url(../images/guide.jpg);
background-repeat:no-repeat;
}
#topNav ul li#guide a:hover{
color:#07548a;
background-image:url(../images/guideOver.jpg);
background-repeat:no-repeat;
}
#topNav ul li#ioa a{
width:140px;
height:27px;
background-image:url(../images/ioa.jpg);
background-repeat:no-repeat;
}
#topNav ul li#ioa a:hover{
color:#07548a;
background-image:url(../images/ioaOver.jpg);
background-repeat:no-repeat;
}
#topNav ul li#chamber a{
width:106px;
height:27px;
background-image:url(../images/chamber.jpg);
background-repeat:no-repeat;
}
#topNav ul li#chamber a:hover{
color:#07548a;
background-image:url(../images/chamberOver.jpg);
background-repeat:no-repeat;
}
/*------------------------------------------------end navs---------------------*/