/* General
*******************************************************************************/

* {
	list-style: none; 
	margin: 0;
	padding : 0;
} 

ul.normalList li
{
list-style: disc;
margin-left: 10px;
}

ol.normalList li
{
list-style-type: decimal;
margin-left: 20px;
}

html body {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #454B4C;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	/*background: #E6E2DC url("../images/bg/bg_canvas.gif") repeat-y top left;
	background-position:center;*/
	background: #E6E2DC;
	
	border : none;
	padding : 0;
	margin : 0;
}

div#main {
    width: 765px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #E6E2DC url("../images/bg/bg_canvas.gif") repeat-y top left;
	background-position:center;
}
img {
	border: none;
}

#container	{
	padding: 0px 5px 0px 5px;
	width:750px;
	clear:both;
	text-align:left;
	
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #E6E2DC url("../images/bg/bg_canvas.gif") repeat-y top left;
}

a {
	text-decoration:none;
}

/* Clear Float
*******************************************************************************/

/*** see http://www.positioniseverything.net/easyclearing.html ***/
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 


/* Header
*******************************************************************************/

#header {
	background: #fff url("../images/img_header.jpg") no-repeat right;
}

#header a {
	background: #fff url("../images/eMove_logo.gif") no-repeat 0 0;
	width: 167px;
	height: 147px;
	float: left;
	text-indent: -9000px;
}

.left {
	float: left;
	display:inline;
}

.right {
	float: right;
	display:inline;
}

/* Home Page
*******************************************************************************/

#content {
	background: #F9C6AA;
	padding: 11px 0px 11px 0px;
	border-bottom: 2px solid #F74902;
}

#content2 {
	background: #F9C6AA;
	padding: 11px 0px 0px 0px;
	border-bottom: 2px solid #F74902;
}

#green-line {
	border-top: 1px solid #F74902;
	border-bottom: 1px solid #F74902;
}

#whitebg {
	background: #fff;
}

/* Left Content
*******************************************************************************/

 #left-container {
	width: 162px;
	background: #fff url("../images/bg/bg_left.gif") repeat-x;
	float: left;
	padding: 6px 0px 0px 0px;
	height:350px;
	
/*	width:158px;
	background: #fff url("../images/bg/bg_left.gif") repeat-x;
	float: left;
	height: 400px; */
} 

#primary-nav2 {
	width:150px;
	background: #fff url("../images/nav/nav_btm.gif") no-repeat;
	padding: 0px 0px 0px 2px;
	float: left;
	height: 46px;
}

/* Middle Content
*******************************************************************************/

#middle-container {
	background: #fff;
	padding: 5px 4px 0px 3px;
	float: left;
}

#content-box {
 float: left;
}

#content-box h2 {
	background: #fff url("../images/bg/bg_cbtop.gif") no-repeat 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 12px 0px 0px 17px;
	width: 402px;
	height: 18px;
}

#content-box-mid {
	background: #fff url("../images/bg/bg_cbmid.gif") repeat-y;
	padding: 15px 17px 20px 17px;
	width: 385px;
	line-height:17px;
}

#content-box-mid h3 {
	text-indent: -9000px;
}

#content-box-btm {
	background: #fff url("../images/bg/bg_cbbtm.gif") no-repeat 0 0;
	height: 9px;
	width: 419px;
	overflow: hidden;
}

/* Right Content
*******************************************************************************/

#right-container {
	/*position:absolute;
	top:130px;
	left:593px; */
	width: 162px;
	background: #fff url("../images/bg/bg_left.gif") repeat-x;
	float: right;
	padding: 6px 0px 0px 0px;
	height:350px;
}

#login h3 {
	background: #fff url("../images/title_login.gif") no-repeat 0 0;
	width: 162px;
	height: 33px;
	text-indent: -9000px;
}


#login-content {
	background: #fff url("../images/bg/bg_login_content2.gif") no-repeat 0 0;
	padding: 8px 14px 0px 14px;
	height: 300px;
	}

#login-content2 {
	background: #dadada url("../images/_grey.gif") no-repeat 0 0;
	/*padding: 8px 14px 0px 14px; */
	height: 119px;
}

.text-input {
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0px 0px 5px;
	margin: 0px 0px 7px 0px;
	width: 125px;
	height: 17px;
	color: #454B4C;
	border: 1px solid #878787;
	display: inline;
}

#login-button {
/*position:absolute;
top:110px;
left:70px;*/
	padding-top: 1px;
	float: right;
}


#login-content a {
	font-size: 9px;
	color: #fff;
	padding: 0px 0px 0px 6px;
}

/* Footer
*******************************************************************************/

#footer {
	font-size:14px;
	background: #fff url("../images/bg/bg_footer2.gif") no-repeat 0 0;
	background-position:center;
	padding: 0px 0px 0px 0px;
	color: #f38f1d;
	height: 50px;
	font-weight:bold;
	/*position:absolute; */
	left:5px;
}

#footer a {
	color: #f38f1d;
}

#footer ul {
	float: right;
}

.footerLinks li {
	display: inline;
	background: none;
	padding: 0px 7px 0px 7px;
	border-left: 1px solid #2C70BA;
}

.footerLinks li.first
{
	border-left:none;
}

.footerLinks a {
	font-weight: normal;
	text-decoration: none;
	color: #2C70BA;
}

.footerLinks a:hover {
	text-decoration: underline;
}

.rightLinks
{
	/*position:absolute;
	top:200px;
	left:5px; */
	padding-top: 0px;
	text-align:center;
}

.rightLinks a
{
color:#f38f1d;
}

.recomLinks
{
	/*(position:absolute;
	top:190px;
	left:10px; */
	padding-top: 0px;
	text-align:left;
}

.prop {
    height:4000px;
    float:right;
    width:1px;
  }

.login1
{
	text-align:center;
	position:relative;
	top:5px;
}
.whitetext
{
	color:#FFFFFF;
	margin-top:0px; 
	margin-bottom:0px;
}
.redtext
{
color:blue;
}