body{
 background:#252322;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:13px;
 color:#252322;
}
div#main{
 position:relative;
 width:780px;
 margin-left:auto;
 margin-right:auto;
 margin-top:20px;
}

div#main:after{
  clear:both;
}
/*    header styles ------------------------------------------------*/ 
div#header{
 width:780px;
 margin-left:auto;
 margin-right:auto;
}
div#header1{
 width:780px;
 height:17px;
 background: url('../cms/images/header1.png') no-repeat left top	;
 margin-left:auto;
 margin-right:auto;
}

div#header2{
 width:280px;
 height:65px;
 background:#ff2f00;
 float:left
}
div#header3{
 width:500px;
 height:65px;
 background: url('../cms/images/header3.png') repeat-y;
 float:right;
 color:white;
}

div#header3 p{
 padding-top:10px;
 padding-left:270px;
}

/*   menu style  ----------------------------------------------- */
div#menu{
 width:780px;
 background:#9b9490;
 color:white;
}
div#menu:after{
  clear:both;
}


/*    header styles ------------------------------------------------*/ 

div#leftContent{
 width:450px;
 float:left;
 padding-left:20px;
 color:#9b9490;
 margin-left:10px;
}
div#leftContent p{
 text-align:justify;
}

div#rightContent{
 width:250px;
 float:right;

}

div#content{
 position:relative;
 width:780px;
 background:#1e1c1b;
 border-top:2px solid #ff2f00; 
 padding-bottom:50px;
}

div#content:after{
  clear:both;
}


div#clear{
  clear:both;
}

a.button2{
  height:30px;
  width:200px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  padding:15px;
  background: white;	
  color:;	
  text-align:center;
  text-decoration:none;	
  border:1px solid ;	
  font-size:12px;		
}
a.button2:hover{
  background:;	
  color:white;	
}


a.button1{
  width:120px;
  display:block;
  padding:5px;
  background: ;	
  color:white;	
  text-align:center;
  text-decoration:none;	
  font-size:12px;		
  cursor:pointer;	
}
a.button1:hover{
  background:;	
  color:white;	
}


div#footer{
 padding-top:8px;
 color:#9b9490;	
 width:;
 background:;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 clear:both;
 height:60px;
 border-top:1px dotted #f4f6f5;	
}

div#efsinfo{
 width:230px;;
 background: black;
 clear:both;
 margin-top:50px;
}
div#efscontent{
 color:black;	
 width:230px;;
 background: white;
 text-align:center;
 clear:both;
}

p{
 margin:0px;
}
p.contentHead{
 font-size:20px;
 padding-top:50px;
 padding-bottom:30px;
 text-transform:uppercase;
 color: #f4f6f5;	
}

input[type="text"], input[type="password"]{
  border:1px solid #9b9490;	
  background:#1e1c1b;	
  color:#9b9490;	
  padding:3px;	
}

textarea{
  border:1px solid #9b9490;	
  background:#1e1c1b;	
  color:#9b9490;		
  
}

select{
  border:1px solid ;	
  
}


ul.topMenu
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
ul.topMenu li
{
float:left;
}
ul.topMenu li a
{
font-family:Arial,Helvetica,sans-serif;
display:block;
font-size:12px;
font-weight:600;
color:#FFFFFF;
text-align:center;
padding:5px 25px 5px 25px;
margin-top:5px;
margin-bottom:5px;
margin-left:5px;
text-decoration:none;
text-transform:uppercase;
}


ul.topMenu li a:hover, ul.topMenu li a.active
{
background-color:#f4f6f5;	
color:black;
}

a.sendButton:link, a.sendButton:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#ff2f00;	
width:80px;
text-align:center;
padding:5px;
text-decoration:none;
text-transform:uppercase
}
a.sendButton:hover,a.sendButton:active
{
background-color:#f4f6f5;	
color:black;
}


/* login form */
#loginForm:after{
 clear:both;
}
#loginForm label { 
	display:block; 
	font-size:13px; 
	font-weight:normal; 
	color:#9e9088; 
	padding:0px 0px 2px 0px;
}

#loginForm input {
	width:230px; border:0;
	background:url("../cms/images/text-input.gif") no-repeat 0 0;
	padding:4px 0px 7px 5px;
	margin:0px 0px 9px 1px;
}

#loginForm div.button { 
			width:65px; height:30px; border:none;
			background:url("../cms/images/login.gif") no-repeat 0 0;
			font-size:10px; font-weight: normal;
			color:#fff; 
			text-transform: uppercase;
			text-align:center;
			padding:8px 0px 0px 0px;
			margin:12px 0px 3px 1px;
			cursor:pointer;
}
/* login form */


#clientLogin a{
  text-decoration:none;
  color:#9b9490;
}
#clientLogin a:hover{
  text-decoration:none;
  color:white;
}



/* --------------------------- linkList ---------------------*/
ul.linkList
{
 margin-left:15px;
 padding-left:0px;
}

ul.linkList li{
 padding-top:15px;
}

ul.linkList li a{
 text-decoration:none;
 color:#9b9490;
}

ul.linkList li a:hover{
 color:white;
}
ul.linkList li span{
font-weight:bold;
text-transform:uppercase;
}

#loginInfo1{
 color:white;
}
