@import url("topNav.css");
@import url("middleNav.css");


body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	color: #000000;
	background-color: #e1d2b5;
	}
	
.theBackground{
	background: #e1d2b5;
	}
	
#container {
	width: 950px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
	}

#topPadding {
	width: 100%;
	height: 15px;
	background: #e1d2b5;

	}

/* ________ page top _________ */

#header {
	display: block;
	width: 100%;
	height: 130px;
	background-color:#000000;	
	}

#logo {
	margin: 0;
	padding: 0;
	width: 280;
	background: #e1d2b5;
/*	float: left;*/
	}
	

/* _________ page middle ________ */

#mainContent {
	display: block;
	width: 100%;
	min-height: 400px;
	height: 400px;
	background: #e1d2b5;
	min-height:400px; 
	height:auto;
	}
	
/* for Internet Explorer */
/*\*/
* html .mainContent {
height: 400px;
}
/**/

.mainRight {
	vertical-align:top;
	}
	
.mainLeft {
	vertical-align:top;
	padding-top: 10px;
	}
	
.mainLeft p  {
	margin-left:15px;
	margin-right:15px;
	line-height: 14px;
	}
	
	
.mainRight p  {
	margin-left:30px;
	margin-right:80px;
	line-height: 14px;
	}
	
.mainRightList  {
	margin-left:10px;
	margin-right:100px;
	line-height: 12px;
	margin-bottom: 5px;
	}
	
.topSpace {
	height: 10px;
	}

.sideSpace {
	height: 2px;
	}
	
.sideSpace2 {
	height: 6px;
	}	



/* _________ page bottom________ */

#bottomPadding {
	display: block; 
	width: 100%;
	height: 15px;
	background: #e1d2b5;
	}


#bottomStrip {
	display: block; 
	width: 950px;
	height: 20px;
	background:#000000;
	text-align: center;
	}
	
	
#bottomStrip .text{
	color:#FFFFFF;
	font-size: 10px;
	position: relative;
	top: 3px;
	}

#copy {
	display: block; 
	width: 100%;
	height: 15px;
	background: #e1d2b5;
	color: #333333;
	text-align:center;
	font-weight:bold;
	font-size: 7pt;
	padding-top: 5px;
	
	}
	
	
	
	
	
/* ________ referenc nav links _________ */

.refrencesNav a:link {
	color:#5d8fc3;
	text-decoration: underline;
}

.refrencesNav a:visited {
	color:#7CAADB;
	text-decoration: none;
}


.refrencesNav a:active {
	color:#7CAADB;
	text-decoration: none;
}


.refrencesNav a:hover {
	color:#7CAADB;
	text-decoration: underline;
}




/* ________ bottomStrip links _________ */

#bottomStrip a:link {
	color:#7CAADB;
	text-decoration: none;
}

#bottomStrip a:visited {
	color:#7CAADB;
	text-decoration: none;
}


#bottomStrip a:active {
	color:#7CAADB;
	text-decoration: none;
}


#bottomStrip a:hover {
	color:#7CAADB;
	text-decoration: underline;
}

/* ________ copy links _________ */

#copy a:link{
	color:#2a4b6e;
	text-decoration: none;
}

#copy a:visited{
	color:#2a4b6e;
	text-decoration: none;
}


#copy a:active{
	color:#2a4b6e;
	text-decoration: none;
}


#copy a:hover{
	color:#2a4b6e;
	text-decoration: underline;
}

/* ________  links _________ */

a {
	color:#5d8fc3;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color:#5d8fc3;
	text-decoration: none;
	font-weight: bold;
}


a:active{
	color:#5d8fc3;
	text-decoration: none;
	font-weight: bold;
}


a:hover{
	color:#5d8fc3;
	text-decoration: underline;
	font-weight: bold;
}


/* _______________________________ */


.headBig {
	color: #3B322E;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	}

.headMedium {
	color: #3B322E;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.headMedium2 {
	color: #3B322E;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.headMediumReg {
	color: #709bca;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	}
	
.headSmall {
	color: #3B322E;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
.headBigger {
	color:#F2B60B;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	}
	
.headNews {
	color:#F2B60B;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}
	
.quote {
	color:#333366;
	font-size: 10px;
	
	
	}
	
.textSmall {
	font-size: 9px;
	}


li {
	padding-bottom: 8px;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 1px;
	margin-left:5px;
	margin-right: 5px;
}


ul li {
	list-style-type: disc;

}


a:focus
{
-moz-outline-style: none;
}

#formSignUp {
	margin-left: 11px;
	font-weight: bold;

	}
	
.mainTable {
	height: 400px;

}
.signUp {
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}

 
.divider {	background-color: #FFAC20;
	width: 570px;
	height: 1px;
	margin-left: 25px;
}

.contestImg {
	margin-right: 10px;
	margin-bottom: 2px;
}


.media {
	margin-left: 20px;
	}
	
.findingsNav{
	color:#333333;
	font-weight:bold;
}

hr {
 width: 75%;
 background-color:#fec00f;
 color:#fec00f;
 border:0px;
 margin-left: 30px;

 }
 
.textBox {
	color: #FFFFFF;
	font-weight: bold;
	width: 325px;
	margin-left: 30px;
	background-color:#668c52;
	padding: 10px;
	border: 1px solid #000000;
}

.textBox a:link{
	color:#000000;
	text-decoration: none;
}

.textBox a:visited{
	color:#000000;
	text-decoration: none;
}


.textBox a:active{
	color:#000000;
	text-decoration: none;
}


.textBox a:hover{
	color:#000000;
	text-decoration: underline;
}



.contestGallery a:link{
	color:#000000;
	text-decoration: none;
}

.contestGallery a:visited{
	color:#000000;
	text-decoration: none;
}


.contestGallery a:active{
	color:#000000;
	text-decoration: none;
}


.contestGallery a:hover{
	color:#000000;
	text-decoration: underline;
}


.divider1 {	background-color: #FFAC20;
	width: 575px;
	height: 1px;
	margin-left: 25px;
}



#spacingtd {
	background-color: #E1D2B5;
}

#navdiv {
	padding-top: 5px;
	padding-bottom: 20px;
}

.CAfacts {
	margin-left: 15px;
	}
	
a.GIIdownload {
    display: block;
    width: 80px;
    height: 125px;
    background: url("../img/GII_download_Down.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.GIIdownload {
    background: url("../img/GII_downloadOver.jpg") 0 0 no-repeat;
}

.photoCaption {
	padding-left: 15px;
}

.researchList {
margin-left:10px;
padding-left: 5px;
padding-right: 0px;
margin-right: 0px;


}

.researchTable td{
padding: 3px;


}