/*
    this index.css styles for index page of global-pix.com, specially when branch=globalpix
*/


h2 { font-size:14px;}

#intro {
    background-color:#FFFFFF;
    margin:auto;
    margin-top:15px;
    width:800px;
    padding:7px;
    color:#006699;
    border-bottom:solid 1px #006699;
    margin-bottom:3px;
}

#intro h1 {
text-align:center;
color:#faa61a;
font-size:14px;
}


#selection {
    background-color:#FFFFFF;
    margin:auto;
    margin-top:0px;
    width:815px;
    padding:0;
    margin-bottom:30px;
}


#column1 {
	width: 245px;
	float: left;
	margin-left: 7px; /* TESTING Pink */
	padding-left: 10px;
	display: inline; /* < IE6 double margin hack fix */
}
#column2 {
	height: 100%;
	float: left;
	width: 280px; /* was 365px; */
	padding: 0 20px 0 35px;
	background-color: #FFFFFF;
	display: inline; /* < IE6 double margin hack fix */
}
#column2 h1 {
	text-align:center;
	font-size: 14px;
	margin: 0 0 4px 0;
	font-weight: bold;
}
#column2 h3 {
    text-align:center;
    font-size:14px;
    font-weight:bold
}

#column2 h3 a {
    padding: 0 12px;
}

#global-search {
    background-color:#FFFFFF;
    margin:auto;
    width:800px;
    padding:7px;
}

.searchbox {
	background-color: #d2dce5;
	border-color: #1e3852;
	border-width: 1px;
	border-style: solid;
	height: 250px; /* 90px; */
	margin-bottom: 15px;
	text-align: center;
	width: 243px;
	background-image: url(/images/frontpage-graphics/search1.jpg);
	background-repeat: no-repeat;
}
.searchbox P {
	margin-left:130px;
	margin-top: 25px;
}
.searchbox 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;
	margin-bottom: 20px; /* 10px; */
}

.searchbox .note {
    text-align:left;
    margin: 20px 15px;
    padding: 5px;
    border: solid 1px #000;
}

.note p {
    margin: 0px;
    padding: 0px;
    font-size:11px;
}

.flashbox {
    border-color: #1e3852;
    border-width: 1px;
    border-style: solid;
    /* height:220px; */
    margin-top:15px;
    margin-bottom:8px;
    padding: 7px;
    height: 260px;
}

.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;
}

