@charset "utf-8";
/* ========== Local Mover Network CSS Styles ========== */

/*	
	1.Defaults
	2.Header
	3.Navigation
	4.Page
	5.Right Colum
	6.Locations
	7.Footer
*/

/* ==================== 1.Defaults ==================== */

* {margin:0px; padding:0px;}

body {background:#EFEFEF; font:12px Arial, Helvetica, sans-serif; color:#666;}

h1 {font-size:1.6em; color:#333; padding-bottom:12px; font-weight:normal;}

h2 {font-size:1.5em; color:#333; padding-bottom:12px;}

a, a:hover, a:active, a:focus {text-decoration:underline; outline:none;}

a {color:#06F; text-decoration:underline;}
	
a:hover {color:#F60; text-decoration:none;}

img {border:none;}
	
ul {list-style:none;}
	
.clear {clear:both; font-size:0px;}

.img-left {float:left; margin-right:10px;}
	
.img-left-bdr {float:left; margin-right:15px; margin-top:5px; padding:3px; border:#CCC 1px solid;}

.img-right {float:right; margin-left:15px; padding:3px;}
	
.img-right-bdr {float:right; margin-left:15px; margin-top:5px; padding:3px; border:#CCC 1px solid;}
	
#wrapper {width:920px; margin:20px auto;}

#content-container {float:left; width:880px; padding:0px 20px; background:url(../images/bg-content-container.gif) repeat-y;}

/* ==================== 2.Header ==================== */

#header {width:920px; height:100px; float:left; background:url(../images/bg-header-btm.gif) no-repeat bottom;}

/* ==================== 3.Navigation ==================== */

#navigation {width:483px; height:36px; float:right; margin-top:15px;}
	
#navigation img {float:left; margin-right:15px; display:block;}

#navigation img.last {margin-right:0px;}

/* ==================== 4.Page ==================== */

#page {float:left; width:600px; margin-right:30px;}

#page p {line-height:180%; padding-bottom:12px;}

#page ul {padding-left:10px; line-height:160%; padding-bottom:12px;}

#page li {background:url(../images/bullet.gif) no-repeat left 7px; padding-left:10px; padding-bottom:12px;}

#page strong {color:#333;}

/* ==================== 5.Right Colum ==================== */

#right-colum {float:left; width:250px;}

#right-colum img.page-img {margin-top:12px;}


/* ==================== 6.Locations ==================== */

#locations {float:left; width:880px;}

#locations h2 {color:#F60; font-weight:normal;}

#locations ul {float:left; display:block; width:200px; padding-left:5px; padding-right:10px; line-height:160%; font-weight:bold; color:#333;}

#locations li {background:url(../images/bullet.gif) no-repeat left 7px; padding-left:10px;}

#locations ul ul {float:none; width:195px; padding-right:0px; padding-left:10px;}

#locations ul ul li {background:url(../images/bullet-li-li.gif) no-repeat left; padding-left:10px;}

/* ==================== 7.Footer ==================== */

#footer {float:left; width:920px; height:80px; background:url(../images/bg-footer.gif) no-repeat top; color:#999;}

#footer p {padding-top:40px; padding-left:20px;}

.DataList td
{
	float:left; display:block; width:200px; padding-left:5px; padding-right:10px; line-height:160%; font-weight:bold; color:#333;
	background:url(../images/bullet.gif) no-repeat left 7px; padding-left:10px;
}

.nestedDataList td
{
	float:none; width:195px; padding-right:0px; padding-left:10px;
 background :url(../images/bullet-li-li.gif) no-repeat left; padding-left:10px;
	
}





