/* 	Global page CSS: 
	This style sheet modifies anything specific to the Global-pix frontpage.
	Modifies styles set in the index.css style sheet.
	
	It also sets up all header styles . 
*/




#pagecontent {
	background-color:none;
	background-image:none;
    height: 450px;
    min-height: 450px;
}

#intro {
	background-color:#FFFFFF;
	margin:auto;
	margin-top:15px;
	width:800px;
	padding:7px;
	color:#006699;
	border-bottom:solid 1px #006699;
	margin-bottom:3px;
}

#selection {
	background-color:#FFFFFF;
	margin:auto;
	margin-top:0px;
	width:815px;
	padding:0;
	margin-bottom:30px;
}

#intro h1 {
text-align:center;
color:#faa61a;
font-size:14px;
}

#column1 {
	margin-left: 0px;
	padding-left: 0px;
}
#column2 {
width:280px;
}

#column2 h3 {
text-align:center;
font-size:14px;
font-weight:bold
}

#column2 h3 a {
padding: 0 12px;
}

.flashbox {
	border-color: #1e3852;
	border-width: 1px;
	border-style: solid;
	/* height:220px; */
	margin-top:15px;
	margin-bottom:8px;
	padding: 7px;
}

.flashbox img {
	padding-bottom:12px;
	margin: 0 3px;
	}
	
#idcards {
	float:right;
	width:200px;
	background-color:#66FF99;
	background-color: #d2dce5;
	border-color: #1e3852;
	border-width: 1px;
	border-style: solid;
	height: 250px;
	margin-bottom: 15px;
	text-align: center;
}
#idcards h1 {  /* Defines the boxed header shape and colour */
	color: #333333;
	font-weight:bold;
	text-align:center;
	padding: 3px 0 3px 0;
	background-image: url(/images/frontpage-graphics/title-center-search.gif);
	background-repeat: repeat-x;
	border-bottom: solid #1e3852 1px;
}
#idcards P {
	margin-top: 7px;
}
#idcards form {
text-align:right;
margin-top:15px;
margin-right:10px;
}
#idcards input {
	width: 80px;
	margin-bottom:5px;
}


#global-search {
	background-color:#FFFFFF;
	margin:auto;
	width:800px;
	padding:7px;
}

.searchbox {
	height: 250px;
}

.searchbox h1{
	margin-bottom:20px;
}

.searchbox .note {
text-align:left;
margin: 20px 15px;
padding: 5px;
border: solid 1px #000;

}
.note p {
margin: 0px;
padding: 0px;
font-size:11px;
}
