@charset "utf-8";
*{
	margin:0px;
	padding:0px;

}
.orange_font{
color:#F58220;
}
.blue_font{
color:#0088BB;
}
img{
	border:none;
}

body {
	margin:0px; padding:0px;
	text-align:center;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	background-color:#f2f2f2;
}
	
#content {
	width:933px;
	margin:0px auto;
	text-align:left;
}


#content #header {
	background-image: url(../img/header.gif);
	height:132px;
	width:933px;
	position:relative;
	z-index:1050;
}
#content #header #logo{
	position:absolute;
	top:36px;
	left:40px;
}

#content #header img{
	border:none;	
}
#header_links {
	font-size:15px;
	position:absolute;
	top:95px;
	left:230px;
}

/* Navigation */

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav li { /* all list items */
	float: left;
	position: relative;
	width: 90px;
	list-style:none;
}

#nav #news_events{
	width:120px;
	margin-right:10px;	
}

#nav li h4{
	font-weight:normal;
	margin-left:15px;
	line-height:15px;
}

/* second-level lists */
#nav li ul {
	display:none;
	position:absolute;
	left:0px;
	padding-bottom:10px;
	padding-top:22px;
}

#nav li ul li{
	font-size:12px;
	padding-top:10px;
	width:120px;
	list-style:none;
	background-color:#F58220;
	padding-left:15px;

}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav a:link, #nav a:visited{
	color:#FFF;
	text-decoration:none;
}

#nav a:hover{
	color:#FF6600;
}

#nav li ul li a:link, #nav li ul li a:visited{
	color:#FFF;
	text-decoration:none;
}

#nav li ul li a:hover{
	color:#333;
}

#nav .header_links_bottom_round{
	background-image:url(../img/navigation_bottom_rounded.gif);
	background-repeat:no-repeat;
	height:20px;
	background-color:transparent;
}

#nav .second_level_first_item{
	background-image:url(../img/navigation_shadow.gif);
	background-repeat:no-repeat;
}

#country_selector_links{
	position:absolute;
	right:30px;
	top:10px;
	font-size:12px;
	color:white;
	text-align:right;
}

#country_selector_links p{
	margin-bottom:5px;
}

#country_selector_links p a:link,
#country_selector_links p a:visited{
	color:white;
	text-decoration:none;
}

#country_selector_links p a:hover{
	text-decoration:underline;
}

/* Footer */

#footer{
text-align:left;
font-size:10px;
margin-bottom:5px;
margin-top: 80px;
color:#666;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer_circles{
margin-top:5px;
margin-bottom:3px;
}

#footer a:link, #footer a:visited{
text-decoration: none;
color:#0088BB;
}

#footer a:hover{
text-decoration: underline;
}

#social_footer span{
padding-right: 20px;
font-size: 10px;
}

#social_footer{
margin-bottom: 30px;
font-family: Verdana, sans-serif;
}

#social_footer a:link, #social_footer a:visited{
text-decoration: none;
color:#666;
}

#social_footer a:hover span{
text-decoration: underline;
}


/* General Tags */

.clear_both{
	clear:both;
	height:1px;
	overflow:hidden;
}

#call_us{
	text-align:center;
	margin-top:35px;
	margin-bottom:40px;
	padding-top:20px;
	border-top:1px solid #bbb;
}

#call_us img{
	margin-top:15px;
}


#phone_number span{
	display:none;
}

#phone_number{
	background-image:url(../../img/call_us.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:50px;
	width:933px;
}


#back{
	width:200px;
	margin-left:725px;
	margin-top:10px;
	font-size:14px;
	text-align:right;
}

#back a:link,
#back a:visited{
	text-decoration:none;
	color:#999;
}

#back a:hover{
	text-decoration:underline;
	color:#999;
}

/* Lightbox effect CSS */

.black_overlay{
  display: none;
}

.white_content {
  display: none;
}

#nav li#our_difference{
width:130px;
}