html, body { height: 100%;}
body	{ 
	margin: 0; 
	color: #333333; 
	width: 100%;  
	background: #A6A6A6 url(../images/bg.jpg) center top repeat-y;}	
/*#idSub  {background: #505050 url(../images/bg_sub.jpg) repeat-x;}*/
			
body, table	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;  }
	

/*********************************************************** 
links
************************************************************/

a { color: #156EAF; }
a:hover { text-decoration:none; }

a.linkButton { background: #BEBDBD; color: #000; font-weight: bold; text-decoration: none;
	font-size: 12px; padding: 2px 4px; border: 1px solid #BEBDBD;
	border-right: 1px solid #8C8B8B; border-bottom: 1px solid #8C8B8B	; }
a:hover.linkButton { background: #CCCCCC; }

/*********************************************************** 
header
************************************************************/
#siteTitle { display: none; }

h1, h2, h3, h4, h5, h6 { color: #000000; }

/* h1,h2: 	article and page titles) */
h1	{ font-size: 24px; line-height:26px; font-weight:bold; margin:0 0 10px 0;  }																
h2	{ font-size: 16px; line-height:19px; font-weight:bold; margin: 20px 0 5px 0; }		
h2 a	{ text-decoration: none; line-height: 120%; }		
h2 a:hover	{ color: #000000;}		

/* h3,h4,h5: 	misc uses; h3 is red, h4 is gray */
h3 	{ color: #D00000; font-size: 16px; line-height:19px; font-weight:bold; margin: 20px 0 5px 0;}
h4 	{ color: #5F5F5F; font-size: 13px;  font-weight:bold; margin: 0 0 0 0;}
/* h5: 	used on sub pages for article headings */
h5 	{ font-size: 14px; line-height:15px; font-weight:bold; margin: 0 0 5px 0;}

/* h6: 	used on home page for type of articles 	(press release, media feature, etc) */
h6 	{ text-transform: uppercase; margin: 0 0 3px 0; 
			font-size: 95%; font-weight: normal;  color: #8C8C8C; }
h6 a, h6 a:visited {  text-decoration: none;  color: #8C8C8C;}
h6 a:hover { color: #797778; text-decoration: underline; }


/*********************************************************** 
lists
************************************************************/

ul { margin: 0 0 10px 40px; padding: 0; list-style: none;	}
ol { margin: 0 0 10px 22px;	padding: 0;	}	

#pageContent li {	margin: 0 0 5px 0; padding: 0;	}
#pageContent ul li { background: url(../images/bullet-black.png) 1px 6px no-repeat; padding-left: 18px;	 }

#pageContent li.title { background: none; padding-left: 0; font-weight: bold; margin-top: 15px; 
												color: #5F5F5F; }

.eventList { margin: 10px 0 0 5px; }

/*********************************************************** 
page areas
************************************************************/

#idHome		{}		/* assigned to homepage Body tag */
#idSub		{}		/* assigned to subpage Body tag */

#pageContainer {  margin: 0 auto; background: #ffffff; width: 100%; width: 780px; }
#pageHeader		{ position: relative; width: 100%; height: 63px; margin-top: 20px	; }
#flashcontent { position: absolute; top: 8px; left: 20px; }
#pageMainContent { width: 100%;  }
#pageTable 		{ 
	 width: 100%;  }
#pageBody		{}
#pageContent	{ padding: 0 0 50px 0;  min-height: 100%;  }
#pageFooterContent { width: 780px; margin: 0 auto; }
#pageFooter		{ padding:20px 12px 12px 12px;  
	 font-size:11px; line-height: 120%;  background: #000000; }
#pageFooter a { color: #A8A7A7; }
#rightCol { float: right; width: 320px; margin: 0 0 0 15px; }



/*********************************************************** 
map
************************************************************/

#map { height: 300px; width: 300px; float: right; margin: 0 0 20px 20px;
	border: 1px solid #CBCBCB; }


/*********************************************************** 
sidebars
************************************************************/

.pageCol {  padding: 20px 0; }
#pageLeftCol { 
	width: 140px; padding: 0 20px 0 2px; margin: 0 15px 0 0; }
#pageLeftCol h3 { margin: 0 0 10px 0; font-size: 12px; }

.sidebarSection { margin-bottom: 10px; }
.sidebarItem { margin-bottom: 10px; }
 
.pageCol ul { margin: 0; padding:0; }
.pageCol ul li { padding-bottom: 0; }
.pageCol ol { margin: 0 0 0 22px; padding:0; }
.pageCol ol li { padding-bottom: 10px; }

/*********************************************************** 
tables
************************************************************/
				
.dataTable 			{ border:1px solid #CBCBCB; border-bottom: none; margin: 10px 0 20px 0;}
.dataTable th 		{ padding:4px; background:#797778; color:#EFEFF1; vertical-align: bottom; 
	font-weight:bold; font-size:12px; text-align:left }
.dataTable td 		{ padding:4px; border-bottom: 1px solid #CBCBCB; }
.dataTable tr.alt td { background: #eee; }
.dataTable ul { margin-left: 10px; }

.formTable { font-size: 90%; }
.formTable th { text-align: right; padding-top: 5px; font-weight: normal; }
.formTable td { padding: 4px; }

/*********************************************************** 
miscellaneous
************************************************************/

tr,td				{ vertical-align:top;	}
blockquote		{ margin: 10px 75px 15px 40px; padding:0px;		}
p 					{ margin:0px 0px 5px 0px; padding:0 0 5px 0;				}
hr					{ height:1px; border:0px; color:#CCCCCC; background:#CCCCCC;	}
form				{ margin:0; padding:0;						}
sup 			{ font-size:8px; line-height:0px; font-family: Arial;}
.spacer 			{ clear: both; } 
.leftHalf		{ float:left;	 	width:50%; 	position:relative;	}
.rightHalf		{ float:right; 	width:49%; 	position:relative; 	}
.smallText 		{ font-size:11px;	line-height:12px;	}
.tinyText 		{ font-size:10px;	line-height:11px;	}
.errormsg 		{ color:#E81600;		} 
.quote { font-style: italic; }

img {	border: none; text-decoration: none;	}
img.middle { vertical-align:middle;}
.imgLeft { float: left; margin: 0 10px 10px 0; }
.imgRight { float: right; margin: 0 0 10px 10px; }
.imgBorder { border: 1px solid #5A4E65; }
.credit, .caption { margin: 0 0 10px 0;
	text-align: right; color:#696969; font-size: 11px; line-height:normal; }
.imgLeft .credit, .imgLeft .caption { text-align: left; }

.leftCol { float: left; width: 49%; }
.rightCol { float: right; width: 49%; }
ul.leftCol { float: left; width: 43%; }
ul.rightCol { float: right; width: 43%; margin-left:0; padding-left:0;}
.note { color: #8C8C8C; font-size: 95%;}

.media { margin-bottom: 10px; border-bottom: 1px solid #CBCBCB; padding-bottom: 10px; }
.eventDate { font-weight: bold; font-size: 13px; color: #0F527F; }
.pdf { color: #8C8C8C; font-size: 95%;}

#refugeeHotSpots h2 { margin: 20px 0 20px 0; }
#refugeeHotSpots h4 { margin: 0 0 10px 0; }
#refugeeHotSpots .imgLeft img { border: 1px solid #A3A2A2; }
#refugeeHotSpots ul { margin-left: 5px; }
#refugeeHotSpots li { margin-left: 0; }
.hotspot { margin-bottom: 20px;  }
.hotspot .text { width: 530px; float: right;  }
.videoIcon { margin: 0 2px 0 6px; }


/*********************************************************** 
callout boxes
************************************************************/

.callout 			{ float:right; margin:0 18px 10px 28px; 
								padding:10px 12px 12px 12px; width:185px;
								color:#696969; font-size: 11px; line-height:150%; 
								background: #eee;
								border: 1px solid #A1A1A1;
								border: 1px solid #CBCBCB;  	}
.calloutLeft 	{ float:left; margin:18px 18px 10px 8px; 
								padding:10px 12px 12px 12px; width:185px;
				   			color:#696969; font-size:90%; line-height:150%;  
								border: 1px solid #A1A1A1;
								border: 1px solid #CBCBCB;   }
.callout h2, .calloutLeft h2 { margin: 0 0 10px 0; }
.callout h1, .callout h3, .callout h4, .callout h5, .callout h6 { margin-top: 10px; }
.calloutLeft h1, .calloutLeft h3, .calloutLeft h4, .calloutLeft h5, .calloutLeft h6 { margin-top: 10px; }

.item { margin: 30px 0; }
.item-box { margin: 10px 0; background: #eee; border: 1px solid #CBCBCB; padding: 10px; }
.item-box h3 { margin-top: 10px;  }
.item-border { border: 1px solid #CBCBCB; padding: 10px; }

#imageDownloads img { float: left; margin: 0 10px 10px 0; }

/*********************************************************** 
round corners
************************************************************/

#profile1, #profile2, #profile3, #prevLink { display: none; }

.round_rect-1 { background: url(../images/round_rect-bottom-left.gif) no-repeat left bottom; }
.round_rect-2 { display: inline-block; background: url(../images/round_rect-bottom-right.gif) no-repeat right bottom; }
.round_rect-3 { background: url(../images/round_rect-top-left.gif) no-repeat left top;
	position: relative; }
.round_rect-4 { background: url(../images/round_rect-top-right.gif) no-repeat right top;
  padding: 14px 12px 5px 12px; position: relative;}

#aboutRefugees { background-color: #eee; float: right; width: 420px; color:#696969; font-size: 12px; line-height:150%; 
								margin: 0 0 10px 20px; }
#aboutRefugees h2 { margin-top:0; color: #6E6E6E; }
#profileControls {  width: 400px; float: right; padding-right: 10px; }
#profileControls a { font-size: 11px; color: #8F8F8F; }
.profilePic { border: 1px solid #CBCBCB; }

#refugeeHotSpots .hotspot .imgLeft .enlargeLink { border: none; float: right; }

#enlargedPhoto { margin: 0 auto 0 auto; width: 750px; height: 500px; text-align: center;}
#enlargedPhoto img {}
#idEnlargeImage {margin: 0; background: #000000; color: #ffffff; font-size: 11px; }
#idEnlargeImage a { color: #ffffff; }
#photoDetails { width: 750px;  margin: 0 auto; padding: 7px 3px;}
#photoControls { float: right; width: 100px; }
#photoDetails #caption { float: left; }

/*********************************************************** 
page titles		
************************************************************/

#pageTitles {  margin-bottom: 20px; }
#pageTitles h2 { margin-top:-5px; color: #8C8C8C;  }


#sessions a {  background: #C1C1C1;  padding: 3px 6px; text-decoration:none; color: #000000;  }
#sessions a:hover {  background: #DFDFDF;  }
#sessions a.on { background:#D00000 ; color: #ffffff; }



