@charset "utf-8";
/* CSS Document */


*{
	padding:0px;
	margin:0px;
}


body {   
    overflow: hidden; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF; 
   
}

img{
	border:0px;
	padding:0px;
	margin:0px;
}

#main{	
	width:100%;
	height:50px;
	background-color:#000000;
	background-image:url(images/bar_bg.gif);
	background-repeat:repeat-x;	
	}
	
.url_page_style{		
    width: 100%;
    height: 100%;   
	}

.logo{
	float:left;	
	font-weight:bold; 
	margin:12px 5px 0px 15px;
	}
	
.divider{
	float:left;	
	font-weight:bold; 
	margin:12px 5px 0px 15px;
	}

.divider_right{
	float:right;	
	font-weight:bold; 
	margin:12px 5px 0px 15px;
	}
	
.back{
	cursor:pointer;
	float:left;	
	font-weight:bold; 
	margin:12px 5px 0px 15px;
	}

.title{	
	font-weight:bold; 
	margin:10px 5px 0px 15px;
	}
	
.link_name{	
	margin: 0px 5px 0px 15px;
	}
.link_name a{	
	color:#c2c2c2;
	text-decoration:none;
}

.close{	
	margin: 15px 20px 0px 10px;
	float:right; 	
	cursor:pointer;
	font-weight:bold;
}


.fb_btn{	
	margin: 13px 18px 0px 0px;
	float:right; 	
	cursor:pointer;
	font-weight:bold;
	
	}

#email_expand{
	 float:right;
	 margin: 10px 0px 0px 0px;
	 cursor:pointer;	 
	 font-weight:bold;
	}

#phone_expand{
	 float:right;
	 margin: 13px 15px 0px 0px;
	 cursor:pointer;
	 font-weight:bold;
	}	
	
#email_expand_this{
	color:#000000;	
	display:none;
	background-color:#000000;

}

.border_color{
	padding:10px 0px 10px 180px;
	background-color:#FFFFFF; 
	border: 20px solid #000000;
	

}

#phone_expand_this{
	color:#000000;
	display:none;
	background-color:#000000;
}


.hide{
	 position:relative;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	 border:1px solid #CCCCCC;
	 margin-left:-100px;
	 margin-top: 10px;
	 width:40px;
     cursor:pointer;
}
