@import url("typo_countries.css");
/* CSS Document */
/*theworldflag.org layout style sheet, author: Tribe2 studios*/


/* Basic Layout Proporties--------------------------------------------------------------------------------*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding: 0;}

/*normalize font size headers*/
h1, h2, h3, h4, h5, h6
{font-size : 100%;}

/* remove list styles*/
ol, ul
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/
table
{ border-collapse: collapse;}

/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}


/*page layout styles--------------------------------------------------------------------------------------------*/

body {
	background-color:#000;
}

div#branding {	
	position:relative;
	height: 76px;
	width:100%;
	border-bottom:1px solid #586AB2;
	background-image: url(../images/logo2.png);
	background-repeat:no-repeat;
	background-color: #000033;	
	}
div#branding h1{
	text-indent: -9999px;
	}
div#branding p{
	margin-left:230px;
	}
div#branding img{
	position:absolute;
	right:0px;
	top:0px;
}	

#site_nav{
	position:absolute;
	top:30px;
	left:450px;
	width:325px;
	height: 20px;
	text-align:center;
	background-image:url(../images/nav.png);

}
#uni_nav{
	position:absolute;
	left: 28px;
	top: -3px;
	}	


ul#uni_nav li{
	display:inline;
	padding-left:10px;
}
		
div#header {
	text-align:left;
	padding: 20px 0 5px;
	margin-right:5px;
	margin-left:511px;
	border-bottom:1px solid #75BF55;
	width:450px;
	
	
}
#header h2{
	line-height:normal;
	padding-right:20px;
	
	
}
div#geo_info{
	position: fixed;
	text-align:left;
	width:130px;
	top: 110px;
	left:10px;
	height:100%;
	}
	
ol#geo li{
	margin-top:7px;
	}
ol#geo li#regionRel{
	margin-top:20px;
	}


#flag img{
	border:1px solid #666;
	}
			
div#content {
	margin-right:5px;
	margin-left:310px;
	margin-top:0;
	width:100%;
	text-align:left;
	padding-bottom:30px;
	padding-top:20px;
	padding-left:9px;
	background-image:url(../images/site_arch/contentTile.png);
	background-repeat:repeat-x;
	
	
	}
	
ul#facts img{
	vertical-align: text-top;
	
	
}
	
ul#facts h4 img{
	margin-right:.5em;
}
ul#facts  p{
	text-align:left;
	margin-top:0;
	margin-left:0.5em;
	margin-right:2em;
	
}
ul#facts {
	width:475px;
	
}

/*--------------------------------------------------------Earth Page------------------------------------------------------*/

div#swif {
	position:fixed;
	left:130px;
	top:97px;
	width:380px;
	height:380px;
	z-index:0;	
	}



#footer {
	position:relative;	
	bottom:0;
	width:100%;
	height:70px;
	background-image: url(../images/site_arch/footTile.png);
	background-repeat: repeat-x;
	
	
}

#footer h6{
	position:absolute;
	right:2%;
	top:50px;
	padding-bottom:.25em;
}			
	
#footerNav {
	position:absolute;
	left:34%;
	top:30px;
	
	}
ol#footNav li{
	display:inline;
	padding-left:5px;
}		
#footFlag {
	position:absolute;
	left:2%;
	top:3px;
	}
