/* MAIN PAGE ELEMENTS */

body {
	margin:0 auto;
	width:100%;
	background:#00264c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#fff;
	
	scrollbar-3dlight-color:#f0b310;
	scrollbar-arrow-color:#3f698f;
	scrollbar-track-color:#3f698f;
	scrollbar-darkshadow-color:#f0b310;
	scrollbar-face-color:#f0b310;
	scrollbar-highlight-color:#3f698f;
	scrollbar-shadow-color:#3f698f;
}

#container {
	margin: 0 auto;
	width:950px;
}

#content {
	margin:120px auto 0px auto;
	background:url(g/flagbg.jpg) scroll no-repeat center;
	background-position: center 10px;
	width:946px;
	height:100%;
	overflow:auto;
	z-index:10;
}

.content {
	padding-top:42px;
	width:900px;
	height:100%;
	overflow:auto;
}

#header {
	position:absolute;
	top:0px;
	margin:0 auto;
	background:url(g/logo.png) no-repeat center;
	width:955px;
	height:173px;
	z-index:20;
}

.nav {
	position:absolute;
	top:116px;
	left:25px;
	color:#00264c;
	font-weight:bolder;
}

.clicktocontribute {
	position:absolute;
	top:30px;
	left:675px;
}

.checkoutmyphotos {
	position:absolute;
	top:20px;
	left:840px;
}


#footer {
	margin: 25px auto;
	text-align:center;
	color:#f0b310;
	font-size:8.5pt;
}

.visionlist {
	margin:10px 0px;	
}

/* HTML ELEMENTS */

img {
	border:0;	
}

h1 {
	font-size:14pt;
	margin: 5px 0px;
}

h3 {
	margin:5px 0px;
	padding:5px 0px;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

p.space {
	margin-bottom:20px;
	line-height:20px;
}

strong.big {
	font-size:1.20em;
	color:#f0b310;
}


ul.starbullet {
	list-style-image:url('g/starbullet.png');
}

ul.starbullet li {
	margin:12px;	
}

a:link, a:visited, a:active {
	color:#f0b310;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

.img-border {
	border:2px solid #f0b310;	
}