/********moving solutions css page********/

/* General Atributes*/
body {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#000000;
	text-align: center;
}
a:link { 
	color:#000;
	text-decoration:none;
}
a:visited { 
	color:#000;
	text-decoration:none;
}
a:hover { 
	color:#c00;
	text-decoration:none;
}
h1 {
	font-size:2.3em;
	margin:25px 0 0 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
h2 {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:inline;
}
p { 
	line-height: 1.25em;
}
hr {
	width:75%;
	text-align:center;
}

/********* Spans and Classes************/
.bgst_blk {
	color: #000;
	font-weight: bold;
	font-size: 2.5em;
}
.bg_blk {
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	
}
md_blk {
	color: #000;
	font-weight: bold;
	font-size: 1em;
}
.brn_md {
	color: #C0A767;
	font-weight: bold;
	font-size: 1em;	
}
.brn {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #B57F27;
}

.brn_sm {
	color: #B57F27;
	text-align: left;
	font: italic bolder 14px Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
.rd {
	color:#c00;
}
.rd_bld {
	color:#c00;
	font-weight: bold;
}
.rd_sm {
	font-size: .75em;
	color:#c00;
	font-weight: bold;
}
.rd_lrg {
	color: #c00;
	font-size:1.5em;
	line-height: 1.3em;
}
.blu {
	color:00F;
	font-weight: bold;
	font-style:underline;
}
.indent {
	/*text-indent: 15px;*/
	margin-left:20px;
}
.9em {
	font-size:0.9em;
}
.sm {
	font-size: .75em;
	font-weight: bold;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
}
.red_small_italic {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #CC0000;
}
#rd_box {
	width: 330px;
	border: 2px solid #941010;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin: 20px 0 0 0px;
}

#blu_bx {
	font-size: 10px;
	font-weight: bold;
	border: thin dotted #4C69A1;
	padding: 4px;
	margin:0 5px 0 5px;
	text-align: center;
}
/********* Whole Page Container Section************/
#container {
	width:975px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	
	
}
html>body #container {
	
}

/********* Header Section************/
#header {
	background-image: url(../images/move_banner_bkgrnd.jpg);
	background-repeat:no-repeat;	
	z-index: 1;
	margin: 0px 0px 0 0px;
	font-size:0.9em;
	font-weight: normal;
	color:#000;
	width: 975px;
	height: 180px;
	text-align: center;	
	overflow: hidden;
}
/*for everyone else*/
html>body #header {
	
	
}
/*for IE7*/
*:first-child+html #header {

}	
	
		#header a:link { 
				color:#fff;
				text-decoration: none;
			}
		#header a:visited { 
				color:#fff;
				text-decoration: none;
			}
		#header a:hover { 
				color:#ccc;
				text-decoration:none;
		}
		
#sales {
	font-size: 0.75em;
	text-align:left;
	margin: 3px 0 0 5px;
}
#homes {
	color: #CC0000;
	font-size: .85em;
	text-align: left;
	line-height: ;
	margin: 15px 0 0 210px;
}
#flexible {
	font-size: 1.5em;
	color: #DAB678;
	margin: -65px -10px 0 0px;
}
#job {
	font-size: 1.5em;
	margin: 20px 0 0 0;
}

	/********* Top Navigation Section************/
	#upper_nav {
		width: 280px;
		margin: -23px 5px 0 0;
		padding-left: 0px;
		font-size:1em;
		text-align:center;
		float: right;
		vertical-align:top;
	}	

	#upper_nav a:link {
			color:#000;
			text-decoration: none;
		}
	#upper_nav a:visited { 
			color:#000;
			text-decoration: none;
		}
	#upper_nav a:hover { 
			color:#red;
			text-decoration:none;
	}


/********* Navigation Section************/
#left_nav {
	background-image: url(../images/all_pages/left_nav_bkgrnd.jpg);
	background-repeat: repeat-y;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #B57F27;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B57F27;
	background-color: #dccea7;
	padding: 20px 10px 0 0px;
	width:189px;	
	float:left;
	text-align:right;
	height:414px;
	z-index:1;
	
}
* html #left_nav {
	width:209px;
	height:432px;
	
}

#left_nav a {
	color:#000;
	margin: 0px 0px 0 0;
}
#left_nav a:link { 
		color:#000;
		text-decoration: none;
		font-weight:bold;
	}
#left_nav a:visited { 
		color:#000;
		text-decoration: none;
		font-weight:bold;
		
	}
#left_nav a:hover { 
		color:#c00;
		text-decoration:none;	
	
}

/********* Center and Right Column Sections************/
#center_column {
	background-image: url(../images/all_pages/gradient.jpg);
	background-repeat: no-repeat;
	background: inherit;
	float: left;	
	width: 510px;
	height: 432px;	
	padding: 0 0px 0 15px;
	
}
#redCS {
	color: #c00;
	font-size:1.5em;
	margin: 0 0px 0 3px;
	text-align:center;
}
#right_column {
	margin:0px -5px 0 0;	
	float:left;
	width:230px;
	height: 432px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #B57F27;
	overflow: hidden;
	
}
* html #right_column {
	width:256px;
	margin:0px 0px 0 0;	
}
* html #right_column img {
	width:auto;
	
}	
/********* Footer Section************/
/*#footer {
	
}*/
.copyright {
	margin-left:auto;
	margin-right:auto;
	margin-top:-2px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #B57F27;
	width:975px;
	font-size:0.75em;
	font-weight:normal;
	color:#000;
	text-align:center;	
	clear:both;
	overflow: hidden;
}

