/* #758EA8 BLUE color - main color in the presentation*/
/* #4374A8 BLUE color - more saturated for text headers*/
/* #F0E6D2 beige to hilight link-->*/


body
{
 background-color: black; /*Browser window background color*/
}
#container
{
 display: block;
 width: 800px;
 height: 600px;  
 top: 24px;
 margin: 0 auto; /*centers website on page. TEST ON PC*/
 padding: 0 !important;
 background-color: white; /*website background color*/
 /*border: solid 1px #7F141A;*/
}
/*	==============================================HEAD */
#header{
 position: relative;
 top: 0;
 height: 109px;
 width: 580px;
 margin: 0;
 background-color: white;
 background-image: url("images/head_home.jpg");
 background-position: left;
 background-repeat: no-repeat !important;
 border: none;
 border-bottom: 1px solid #758EA8;
}
#header h1{
 display: none; /*This is a non-showing page title to go with the image title. If the user is on a non-image browser, the page will still be usable. Also it adds search engine usability and findability.*/
 color: black;
 font-family: Baskerville, Bodoni, Times New Roman, Serif;
 font weight: lighter;
 font-size: 20px;
 margin: 0;
 padding-left: 150px;
 padding-top: 60px;
}
#newslink
{
	display: block;
	font-size: 12px;
	color: red;
	position: absolute;
	top: 62px;
	right: 0;
	padding: 12px !important;
	font-family: Baskerville, Bodoni, Times New Roman, Serif !important;
}
#maplink
{
	display: block;
	font-size: 12px;
	color: red;
	position: absolute;
	top: 22px;
	right: 0;
	padding: 12px !important;
	font-family: Baskerville, Bodoni, Times New Roman, Serif !important;
}
/*	==============================================NAV */

#nav{
 float: left;
 width: 150px;
 height: 490px;
 margin: 10px, 24px, 0px, 0px;
 background-color: white;
}
#nav_home {
 float: left;
 width: 150px;
 height: 490px;
 padding-right: 24px;
 margin: 10px, 24px, 0px, -24px;
 background-color: white;
 background-repeat: no-repeat;
}
a:link, a {
 color: #758EA8;
 text-decoration: none;
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
}
#nav li, #nav_home li {
 line-height: 20px;
 text-align: right;
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
}
a:hover, #nav a:hover, #nav ul li a:hover, #nav_home a:hover, #nav_home ul li a:hover{
 color: black;
 background-color: #F0E6D2; /*#F0E6D2 beige to hilight link-->*/
}
#nav ul, #nav_home ul{
 list-style-type: none;
 background-color: white;
 
}
.icon_links {
	padding: 0 !important;
	margin: 0;
}
ul.icon_links {
	border-top: 1px solid #cccccc;
	margin-top: 12px !important;
}
.icon_links li {
	text-align: left !important;
	padding-left: 48px;
	line-height: 11px !important;
	margin-bottom: 6px;
}
.icon_links li a {
	font-size: 9px;
	color: black !important;
}
/*icons for links on main page*/
.icon_links li.fulbright { background-image: url("images/i_fulbright.jpg");  background-repeat: no-repeat; }
.icon_links li.bretton { background-image: url("images/i_bretton.jpg"); background-repeat: no-repeat; }
.icon_links li.bciu { background-image: url("images/i_bciu.jpg"); background-repeat: no-repeat; }
.icon_links li.ras { background-image: url("images/i_ras.jpg"); background-repeat: no-repeat; }
.icon_links li.emerging { background-image: url("images/i_emerging.jpg"); background-repeat: no-repeat; }

/*	==============================================CONTENT */

#content {
 display: block;
 overflow: auto;
  margin: auto;
 /* ++++++++++++++++++++++++++++++++++++++++ */
 height: 490px;
  /* ++++++++++++++++++++++++++++++++++++++++ */
 width: 350px;
 padding-left: 40px;
 padding-right: 40px;
}
#map {
	inherit: width;
	height: 470px;
	padding: 0;
}
#content_home {
 display: block;
 overflow: auto;
 margin: auto;
 height: 490px;
 inherit: width;
 padding: 0;
 background-image: url("images/bg_home.jpg");
 background-position: bottom right;
 background-repeat: no-repeat;
}
#content_home p.hilight {
	padding: 0;
}
#content_home p
{
	padding-right: 250px;
}
#content p, #content ul, #content_home p, #content_home ul{
 font-size: 13px;
 line-height: 145%;
 font-family: "Baskerville Regular", Baskerville, "Times New Roman", serif;
}
#content ul.indented a{
 text-align: center;
 display: block;
}
#content strong{
 font-weight: bolder;
}
#content p.hilight, #content_home p.hilight{
 font-size: 16px;
 line-height: 120%;
 color: #666;
 padding-left: 4px;
 border: none;
 border-left: 1px solid #F0E6D2;
}

#content ul, #related ul, #content_home ul{
 list-style-type: none;
 margin: 0;
 padding: 0;
}
.books {
 display: block;
 min-width: 130px;
 text-align: center;
 margin: 0 138px 0 12px;
 border: 1px solid #F0E6D2;
}

#content h3, #content h4, #map h3, #map h4{
 font-family: "Baskerville Regular", Baskerville, "Times New Roman", serif;
 font-size: 16px;
 font-weight: lighter;
}
#content h3, #map h3{
 color: #4374A8; /*BLUE color - more saturated for text headers*/
}
 #content ul.bulleted li{
list-style-type: circle;
list-style-position: outside;
margin-left: 24px;
}
.notes {
	color: #666666;
	font-size: smaller;
	font-family: Aial, sans-serif;
}

.indented
{
	padding-left: 24px;
	margin-top: 0;
}

li h4
 {
 	margin-top: 48px;
 	margin-bottom: 4px;
 }
 .stress
 {
 	color: #FF0000 !important;
 }
 
 ul p
 {
 	padding-top: 0;
 	margin-top: 0;
 }
 
 
/*	==============================================RELATED */

#related{
 float: right;
 margin: 0px;
 margin-top: -110px;
 padding-top: 54px;
 padding-left: 12px;
 padding-right: 0;
 width: 202px;
 background-color: #758EA8;
 background-image: url("images/bg_portrait.jpg");
 background-position: bottom right;
 background-repeat: no-repeat;
  /* ++++++++++++++++++++++++++++++++++++++++ */
height: 546px;
 display: block;
 overflow: auto;
}
/* #related li{
 padding-bottom: 2px;
}
*/
#related a
{
 color: white;
}
#related a:hover{
 color: black;
 background-color: #758EA8;
 text-decoration: underline !important;
}

#statcounter, #statcounter p {
	font-family: Arial, Verdana, sans-serif;
	color:  #666666;
	font-size: 9px;
	padding-left: 24px;
}