/* CSS Document */

body {
	background: #447b9a url(images/in_bg.jpg) repeat-x;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	color : #3e789a;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* needs to be redefined here for older browsers */
	margin: 0;
	padding: 0;
}

/* Header */

#printLogo {
	display: none;
}

body#home #header {
	background:url(images/banner_home_1.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 418px;
	margin: 0px auto 5px;
}
body#home1 #header {
	background:url(images/banner_home_1.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 418px;
	margin: 0px auto 5px;
}
body#home2 #header {
	background:url(images/banner_home_2.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 418px;
	margin: 0px auto 5px;
}
body#home3 #header {
	background:url(images/banner_home_3.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 418px;
	margin: 0px auto 5px;
}

body#whoweare #header {
	background:url(images/banner_whoweare.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 250px;
	margin: 0px auto 5px;
}

body#wherewework #header {
	background:url(images/banner_wherewework.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 250px;
	margin: 0px auto 5px;
}

body#howwework #header {
	background:url(images/banner_howwework.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 250px;
	margin: 0px auto 5px;
}

body#learnmore #header {
	background:url(images/banner_learnmore.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 250px;
	margin: 0px auto 5px;
}
body#whatyoucando #header {
	background:url(images/banner_whatyoucando.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 250px;
	margin: 0px auto 5px;
}

body#supporterscorner #header {
	background:url(images/banner_supporterscorner.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 250px;
	margin: 0px auto 5px;
}

body#newsroom #header {
	background:url(images/banner_newsroom.jpg) no-repeat #074467;
	display: block;
	width: 900px;
	height: 250px;
	margin: 0px auto 5px;
}

#logo {
	margin: 0 0 0 35px;

}


#message {
	
	background: url(images/text_bannerbg2.png);
	width: 900px;
	height: 42px;
	z-index: 5;
}

body#home #message {
	background: url(images/text_bannerbg.png);
	width: 900px;
	height: 48px;
	margin-top:271px;
	text-align: right;
	z-index: 5;
}

body#home1 #message {
	background: url(images/home_text_bannerbg.png);
	width: 900px;
	height: 48px;
	margin-top:275px;
	text-align: right;
	z-index: 5;
}

body#home2 #message {
	background: url(images/home_text_bannerbg.png);
	width: 900px;
	height: 48px;
	margin-top:271px;
	text-align: right;
	z-index: 5;
}

body#home3 #message {
	background: url(images/home_text_bannerbg.png);
	width: 900px;
	height: 48px;
	margin-top:30px;
	text-align: right;
	z-index: 5;
}



body#whoweare #message {
	margin-top:140px;
	text-align: right;	
}

body#wherewework #message {
	margin-top:140px;
	text-align: right;	
}

body#howwework #message {
	margin-top:140px;
	text-align: right;	
}

body#learnmore #message {
	margin-top:140px;
	text-align: right;	
}

body#whatyoucando #message {
	margin-top:140px;
	text-align: right;	
}

body#supporterscorner #message {
	margin-top:140px;
	text-align: right;	
}


body#newsroom #message {
	margin-top:140px;
	text-align: right;	
}

/* Main Navigation */

#MainNavContainer {
	display: block;
	width: 900px;
	margin: 0px auto 8px;	
}


#MainNav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 900px;
	height: 35px;
	background: url(images/mn_menubg.gif) no-repeat;
	position: relative;
}

* html #MainNav {
   overflow:hidden;
}

#MainNav a {
	display: block;
	text-indent: -1200%;
	position: absolute;

}
#MainNav a:hover {
  background-position: left top; 
}
#MainNav .whoweare{
	width: 109px;
	height: 35px;
	background: url(images/mn_whoweare.gif) no-repeat left bottom;
	left: 0px;
	top: 0px;
}

body#whoweare #MainNav .whoweare{
	width: 109px;
	height: 35px;
	background: url(images/mn_whoweare.gif) no-repeat left top;
	left: 0px;
	top: 0px;
}

body#wherewework #MainNav .wherewework{
	width: 142px;
  	height: 35px;
	background: url(images/mn_wherewework.gif) no-repeat left top;
	left: 110px;
  	top: 0px;
}

body#howwework #MainNav .howwework{
	width: 128px;
  	height: 35px;
	background: url(images/mn_howwework.gif) no-repeat left top;
	left: 251px;
  	top: 0px;
}

body#learnmore #MainNav .learnmore{
	width: 111px;
  height: 35px;
  background: url(images/mn_learnmore.gif) no-repeat left top;
  left: 380px;
  top: 0px;
}

body#whatyoucando #MainNav .whatyoucando{
	width: 150px;
  height: 35px;
  background: url(images/mn_whatyoucando.gif) no-repeat left top;
  left: 491px;
  top: 0px;
}

body#supporterscorner #MainNav .supporterscorner{
  width: 158px;
  height: 35px;
  background: url(images/mn_supporters.gif) no-repeat left top;
  left: 641px;
  top: 0px;
}


body#newsroom #MainNav .newsroom{
	width: 102px;
	height: 35px;
	background: url(images/mn_newsroom.gif) no-repeat left top;
	left: 798px;
	top: 0px;
}


#MainNav .wherewework{
  width: 142px;
  height: 35px;
  background: url(images/mn_wherewework.gif) no-repeat left bottom;
  left: 110px;
  top: 0px;
}

#MainNav .howwework{
  width: 128px;
  height: 35px;
  background: url(images/mn_howwework.gif) no-repeat left bottom;
  left: 251px;
  top: 0px;
}

#MainNav .learnmore{
  width: 111px;
  height: 35px;
  background: url(images/mn_learnmore.gif) no-repeat left bottom;
  left: 380px;
  top: 0px;
}

#MainNav .whatyoucando{
  width: 150px;
  height: 35px;
  background: url(images/mn_whatyoucando.gif) no-repeat left bottom;
  left: 491px;
  top: 0px;
}

#MainNav .supporterscorner{
  width: 158px;
  height: 35px;
  background: url(images/mn_supporters.gif) no-repeat left bottom;
  left: 641px;
  top: 0px;
}

#MainNav .newsroom{
	width: 102px;
	height: 35px;
	background: url(images/mn_newsroom.gif) no-repeat left bottom;
	left: 798px;
	top: 0px;
}

/* Main Content Area */




#PageContainerTop {
	display: block;
	margin: 0px auto;
	padding:0;
	height: 8px;
	width:900px;
}

#PageContainerBot {
	display: block;
	margin: 0px auto 5px;
	background:url(images/pg_bottom.gif) bottom left no-repeat;
	height: 16px;
	width:900px;
}


#MainContainer {
	display: block;
	position: relative;
	background: #ffffff;
	width:862px;
	margin: 0 auto;
	padding: 0px 19px 16px;
	text-align:left;
	line-height: 1.5em;
}



/* Minor Navigation */



#MinorNav {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#MinorNav li {
	display:inline;
	}

ul#MinorNav {
	float:right;
	font-size:0.8em;
	padding: 2px 0px 3px;
	
	}

ul#MinorNav a {
	color:#095e8f;
	padding:0 0.3em 0 1.2em;
	background-image:url(images/separator_dot.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-weight: normal;
	text-decoration: none;
}


ul#MinorNav a:visited {	color : #095e8f; text-decoration: none;} /* visited must be before hover */
ul#MinorNav a:hover { color : #095e8f; text-decoration: underline;}
ul#MinorNav a:focus { color : #095e8f; text-decoration: underline;}
ul#MinorNav a:active { color : #095e8f; text-decoration: underline;}	



/* Main Content Area */

/* Home items */



.homesectiontop_nohead {

	height: 12px;
	margin: 0;
}

.homesectiontop_withhead {
	height: 18px;
	margin: -7px 0px 0px;
}


.homesectionstart {
	width: 433px;
	background: #dbecf5 url(images/bg_home_newsbot.gif) no-repeat bottom left;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 13px;
	margin-top: 0px;

}



.homenewsitem {
	width: 381px;
	border: #add5eb 1px solid;
	background: #fff;
	margin:0 12px 12px;
	padding:13px 13px 11px;
}

.homenewsitem p {
	margin: 0 0 0 85px;
	font-size: 0.94em;
}

.homenewsitem h3 a { color: #3890c2; text-decoration: none; font-weight:bold;}	
.homenewsitem h3 a:visited {	color : #3890c2;} /* visited must be before hover */
.homenewsitem h3 a:hover { color : #3890c2; text-decoration: none;}
.homenewsitem h3 a:focus { color : #3890c2; }
.homenewsitem h3 a:active { color : #3890c2; }	



body#home .newsitem, body#home1 .newsitem, body#home2 .newsitem, body#home3 .newsitem {
	margin-bottom: 2px;
	padding:0;

}

body#home .homenewsitem h3, body#home1 .homenewsitem h3, body#home2 .homenewsitem h3, body#home3 .homenewsitem h3  {
	background: #fff url(images/arrow_yellow.gif) no-repeat left .4em;
	font-size: 1.1em;
	color: #3890c2;
	font-weight:bold;
	margin-left: 85px;
	padding-left: 21px;
	padding-top: 0em;
	margin-bottom: 0.3em;
	margin-top: -3px;
}

.homenewsitem h3  {
	font-size: 1.1em;
	color: #3890c2;
	font-weight:bold;
	margin-bottom: 2px;
}

.homenewsitem h4  {
	font-size: .9em;
	color: #005292;
	font-weight:bold;
	margin-top: 0px;
}

#photocredit {
	background: #fff url(images/home_bg_photocredit.gif) no-repeat top left;
	width: 250px;
	height: 23px;
	float:left;
	display: inline;
}

#home2 #photocredit {
	background: #fff url(images/home_photocredit_bregg.gif) no-repeat top left;
	width: 250px;
	height: 23px;
}


body#home #photocredit, body#home1 h1, body#home2 h1, body#home3 h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #1773a3;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	
}	



#supporterstop {
	height: 16px;
	margin:0;
}


#supporters {
	width:207px;
	background:#f2c54c url(images/homel_supportersbot.gif) no-repeat left bottom;
	color:#ffffff;
	margin: 0 0 14px;
}
* html #supporters{
	overflow: hidden;
}
#supporterscontent {
	padding: 14px 14px 4px;

}

#supporters img{
	margin-bottom: 3px;
}

#supporters p{
	color:#ffffff;
	font-size: 0.85em;
	text-align:left;
}


#supporters a { color: #095e8f; text-decoration: none; font-weight:bold;}	
#supporters a:visited {	color : #095e8f;} /* visited must be before hover */
#supporters a:hover { color : #095e8f; text-decoration: none;}
#supporters a:focus { color : #095e8f; }
#supporters a:active { color : #095e8f; }	

#supporters h2 {
	color:#ffffff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;

}



/* Left Column */

#leftcolumn {
	width:198px;
	float:left;
	margin: 46px 23px 0 0px;
	display: inline;
}

#home #leftcolumn, #home1 #leftcolumn, #home2 #leftcolumn, #home3 #leftcolumn {
	width:207px;
	float:left;
	margin: 34px 12px 0 0px;
	display: inline;
}

/* Left Nav */

#leftnav, #leftnav ul {
	padding:0;
	background-color:#e2f0f7;
	margin:0;
	list-style:none;
	
	}

#leftnav li a {
	text-decoration:none;
	color:#095e8f;
	display:block;
	font-size:.9em;
	font-weight:normal;
	background: #e2f0f7;
	}
	
#leftnav li a span {
	display:block;
	border-bottom: #8bc2e1 1px solid;
	padding:0.5em 8px 0.6em 17px;
}

#leftnav li {
	display:inline;
	margin: 0;
	padding: 0;
}
* html leftnav li{
   overflow:hidden;
}



#leftnav li span.section_link {
	display:block;
	padding:0.5em 8px 0.6em 17px;
	background: #ffffff;
	color: #257cac;
	font-weight: bold;
}

#leftnav li ul li a {
	padding:0.6em 5px 0.5em 40px;
	background: #c6dfec;
	color: #095e8f;
	border-bottom: #8bc2e1 1px solid;
	}
	


#leftnav li ul li a:hover {
	background: #257cac;
	color: #ffffff;
	}	


	
a#link1 {
border-top:1px #8bc2e1 solid;

}

#leftnav a:hover {
	color: #ffffff;
	background: #257cac;	
}



body.page_link1 li a#link1 { 
	background: #257cac;
	color: #ffffff;	
}

body.page_link2 li a#link2 {
	background: #257cac;
	color: #ffffff;
}

body.page_link3 li a#link3  {
	background: #257cac;
	color: #ffffff;
}

body.page_link4 li a#link4   {
	background: #257cac;
	color: #ffffff;
}

body.page_link5 li a#link5   {
	background: #257cac;
	color: #ffffff;
}

body.page_link6 li a#link6   {
	background: #257cac;
	color: #ffffff;
}

body.page_link7 li a#link7   {
	background: #257cac;
	color: #ffffff;
}

body.page_link8 li a#link8   {
	background: #257cac;
	color: #ffffff;
}

body.page_link9 li a#link9   {
	background: #257cac;
	color: #ffffff;
}

#buttons {
	margin: 24px 0 17px;
}

#home #buttons, #home1 #buttons, #home2 #buttons, #home3 #buttons {
	margin: 0px 0 15px;
}


#buttons img{
	padding-bottom: 8px;
}

#addthis {
	margin:10px 0 0;
	text-align:center;

}

#NEWaddthis {
	text-align:center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 56px;
	padding-bottom: 0;

}
	
/* Main Content Container */

#MainContent {
	width:436px;
	float:left;
	padding-top:9px;
	padding-bottom:20px;
	margin: 0 21px 0 0;
	display: inline;
}

#home #MainContent, #home1 #MainContent, #home2 #MainContent, #home3 #MainContent {
	width:434px;
	float:left;
	padding-top:0px;
	padding-bottom:20px;
	margin: 42px 0px 0 0;
	display: inline;
}


#MainContent ul {
	font-size: 1em;
	list-style-image:url(images/bullet.gif);
	line-height: 1.5em;
	margin-top: 0;
	margin-left: 30px;

}

#MainContent2col {
	width:500px;
	float:left;
	padding-top:9px;
	padding-bottom:20px;
	margin: 0 21px 0 0;
	display: inline;
}

#MainContent2colwider {
	width:860px;
	float:left;
	padding-top:9px;
	padding-bottom:20px;
	margin: 0 21px 0 0;
	display: inline;
}


#flashgame {
	text-align: center;
	margin:0;
	padding: 0;


}


	
/* Right Hand Content Area */

#rightcolumn {
	width:183px;
	float:right;
	margin: 33px 0 0;
	display: inline;
}

#home #rightcolumn, #home1 #rightcolumn, #home2 #rightcolumn, #home3 #rightcolumn {
	width:198px;
	float:right;
	margin: 0px 0px 40px;
	display: inline;
}



* html .successstory{
	overflow: hidden;
}


.successstory p{
	color:#ffffff;
	font-size: 0.85em;
}

.successstory a { color: #095e8f; text-decoration: none; font-weight:bold;}	
.successstory a:visited {	color : #095e8f;} /* visited must be before hover */
.successstory a:hover { color : #095e8f; text-decoration: none;}
.successstory a:focus { color : #095e8f; }
.successstory a:active { color : #095e8f; }	

.successstory h2 {
	color:#ffffff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;

}






.sstop {
	height: 16px;
	margin:0;
}


.successstory {
	width:183px;
	background:#70b6dd url(images/rightcol_successbot.gif) bottom left no-repeat;
	color:#ffffff;
	margin: 0 0 14px;	
	
}

* html .successstory{
	overflow: hidden;
}


.successstory p{
	color:#ffffff;
	font-size: 0.85em;
}

.successstory a { color: #095e8f; text-decoration: none; font-weight:bold;}	
.successstory a:visited {	color : #095e8f;} /* visited must be before hover */
.successstory a:hover { color : #095e8f; text-decoration: none;}
.successstory a:focus { color : #095e8f; }
.successstory a:active { color : #095e8f; }	

.successstory h2 {
	color:#ffffff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;

}


.advisortop {
	height: 16px;
	margin:0;
}


.countryadvisor {
	width:183px;
	background:#f2c54c url(images/rightcol_advisorbot.gif) bottom left no-repeat;
	color:#ffffff;
	margin: 0 0 14px;	
}
* html .countryadvisor{
	overflow: hidden;
}
.orangeboxcontent {
	padding: 14px 14px 4px;

}

.countryadvisor img{
	margin-bottom: 3px;
}

.countryadvisor p{
	color:#ffffff;
	font-size: 0.85em;
	text-align:center;
}


.countryadvisor a { color: #095e8f; text-decoration: none; font-weight:bold;}	
.countryadvisor a:visited {	color : #095e8f;} /* visited must be before hover */
.countryadvisor a:hover { color : #095e8f; text-decoration: none;}
.countryadvisor a:focus { color : #095e8f; }
.countryadvisor a:active { color : #095e8f; }	

.countryadvisor h2 {
	color:#ffffff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;

}




.videotop {
	height: 16px;
	margin:0;
}


.video {
	width:183px;
	background:#579abf url(images/rightcol_videobot.gif) bottom left no-repeat;
	color:#ffffff;
	margin: 0 0 6px;
}

* html .video{
	overflow: hidden;
}


.video img{
	margin-bottom: 3px;
}

.video p{
	color:#ffffff;
	font-size: 0.85em;
	text-align:center;
}


.video a { color: #095e8f; text-decoration: none; font-weight:bold;}	
.video a:visited {	color : #095e8f;} /* visited must be before hover */
.video a:hover { color : #095e8f; text-decoration: none;}
.video a:focus { color : #095e8f; }
.video a:active { color : #095e8f; }	

.video h2 {
	color:#ffffff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;

}







.rightfeaturetop {
	height: 16px;
	margin:0;
}


.rightfeature {
	width:183px;
	background:#70b6dd url(images/rightcol_successbot.gif) bottom left no-repeat;
	color:#ffffff;
	margin: 0 0 14px;	
	
}

* html .rightfeature{
	overflow: hidden;
}

.blueboxcontent {
	padding: 4px 14px 10px;

}

.video .blueboxcontent {
	padding: 4px 14px 5px;

}

#home .blueboxcontent, #home1 .blueboxcontent, #home2 .blueboxcontent, #home3 .blueboxcontent {
	padding: 28px 14px 0px;

}

.homevideocontent {
	padding: 0px;
	background: url(images/dots.gif) repeat-x left top;
	margin: 0px 10px;

}

.homevideocontent p{
	padding-bottom: 10px;
	font-size: 0.85em;
	text-align:center;

}



.homevideocontent h2 img{
	margin-top: 10px;
	margin-bottom: 0px;

}

.homevideocontent img{
	margin-bottom: 5px;

}

.homevideocontent a { color: #095e8f; text-decoration: none; font-weight:bold;}	
.homevideocontent a:visited {	color : #095e8f;} /* visited must be before hover */
.homevideocontent a:hover { color : #095e8f; text-decoration: none;}
.homevideocontent a:focus { color : #095e8f; }
.homevideocontent a:active { color : #095e8f; }



.rightfeature p{
	color:#ffffff;
	font-size:  0.85em;
}


.rightfeature a { color: #095e8f; text-decoration: none; font-weight:bold;}	
.rightfeature a:visited {	color : #095e8f;} /* visited must be before hover */
.rightfeature a:hover { color : #095e8f; text-decoration: none;}
.rightfeature a:focus { color : #095e8f; }
.rightfeature a:active { color : #095e8f; }	

.rightfeature h2 {
	color:#095e8f;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;

}


#welcomefeature {
	width:207px;
	background: url(images/bg_home_welcome.jpg) top left no-repeat;
	color:#ffffff;
	margin: 0 0 20px;
	
}

* html #welcomefeature{
	overflow: hidden;
}

#welcomefeaturecontent {
	padding: 14px 14px 0px;

}

#welcomefeature p{
	font-size:  0.9em;
}

#bottom {
	background:url(images/box_gradient_bottom.gif) bottom left no-repeat;
	height: 9px;

}

#welcomefeature h2 {
	color:#ffffff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;

}






#bftable {
	font-size: 0.9em;

}

#bftable tr{
      background-color: #e0ebf1;
	  position: relative;
    }
	
#bftable tr.odd{
      background-color: #cbdde7;
    }
	
#bftable tr.first{
      background-color: #cbdde7;
	  font-weight:bold;
    }

#bftable td.first1 {
	background: #cbdde7 url(images/dt_top.gif) no-repeat top left;
}
#bftable td.first2 {
	background: #cbdde7 url(images/dt_top.gif) no-repeat top right;
}


#bftable td.lastdark1 {
	background: #cbdde7 url(images/dt_bot_dk.gif) no-repeat bottom left;
}

#bftable td.lastdark2 {
	background: #cbdde7 url(images/dt_bot_dk.gif) no-repeat bottom right;
}



#bftable td.lastlight1 {
	background: #cbdde7 url(images/dt_bot_lt.gif) no-repeat bottom left;
}

#bftable td.lastlight2 {
	background: #cbdde7 url(images/dt_bot_lt.gif) no-repeat bottom right;
}




/* Main Content Ends */

/* Footer */

#fbcontainer {
	display: block;
	width: 862px;
	color: #2b8ec5;
	font-weight:bolder;
	background: #fff;
}



#textheader {
	float:left;
	display: inline;
	margin: 5px 0 0px 5px;
	color:#2b8ec5;
	font-size: .9em;

}

#tagline {
	float: right;
	height: 21px;
	margin: 0 11px 0px 0;

}

#footertop{
	background: #095e8f url(images/footer_topborder.gif) no-repeat left top;
	height:8px;

}

#footerbox {
	width: 862px;
	margin: 0;
	padding: 0;
	background: #095e8f;
}

* html #footerbox{
	overflow: hidden;
}

#footercontentcontainer {
	padding: 4px 11px 0px 13px;
	text-align: center;


}

#socialnetworking {
	float: left;
	margin: -4px 56px 0 0;
	padding: 0px;
}

#socialnetworking img{
	margin-right: 12px;

}


#footernavbox {
	margin:0;
	padding:0;
	float: left;
	width: 450px;
	}
	

	
#footernav li {
	display:inline;
	}



ul#footernav {
	font-size:0.8em;
	padding:0;
	text-align: center;
	margin: 0px 0px 3px;
	}
	
#footernav a:link,a:visited  {
	text-decoration: none;

}

ul#footernav a {
	color:#ffffff;
	padding:0 0.3em 0 .8em;
	background-image:url(images/footernav_separator.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-weight: normal;	
}



#footernav a:hover, a:active, a:focus {
	text-decoration:underline;
}

#copyright {
	float: right;
	margin: 0em 0em 3px;
	font-size:0.8em;
	color: #fff;
	font-weight: normal;
	padding-bottom: 0px;
}

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



#footerbot{
	display: block;
	background: #095e8f url(images/footer_botborder.gif) no-repeat left bottom;
	height:8px;

}

#printFooter {
	display:none;

}



/* Footer Ends */

/* Popup Begins (Where We Work main page) */


.popup {
	background:#fff url(images/img_popup_bg.jpg) top left repeat-x;
	display:none; 
    position:absolute;
	text-align:left;
	font-size: .85em;
	width:200px; 
	padding: 10px; 
	padding-left:15px; 
	border: #70b6dd 1px solid;
	left:260px; 
    top:120px; 

}

.popup strong {
font-size: 1.1em;
font-weight: bold;
color: #ecac00;

}

.popup h3 {
	color:#fff;
	margin-top: 0px;
	margin-bottom: 20px;
	padding:0;

}

#photogallery {
	margin-bottom: 5px;

}



/* copyright begins */


/* copyright ends */

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

