/*Global styles apply to all the main pages of campfirebiblecamp.ca*/
/* reset all default values to minimize differences between browsers */
* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;	
}


/* body section -----------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	background-color: #FFFFFF;
	background-image:url(../images/bg_home4.png);
	background-repeat: repeat-x;
}

h1 {
	position: absolute;
	top: 73px;
	left: 220px;
	font-size: 42px;	
	color: #004533;
	display: none;
}

h2 {
	margin: 10px 0px;
	font-size: 24px;	
	color: #FFFFFF;
	position: absolute;
	top: 150px;
	left: 220px;
}

h3 {
	margin: 10px 0px;
	font-size: 18px;
	color: #004533;	
}

h4 {
	margin: 10px 0px;
	font-size: 14px;
	color: #004533;	
}

p {
	margin: 15px 0px;	
}

a {
	color: #006e51;
	text-decoration: none;	
}
a:link, a:visited {
	color: #006e51;
}
a:focus, a:hover {
	color: blue;
}
a:active {
	
}

/* wrap (controls the entire page area) -----------------------*/
div#wrap {
	min-width: 800px;
	max-width: 1280px;
	height: 100%;
	margin: auto;	
	background-color: #FFFFFF;
	background-image:url(../images/bg_home3.png);
	background-repeat: repeat-x;
	position: relative;
}

/* header -----------------------------------------------------*/
div#header {
	
}

img#logo {
	float: left;	
}

p#text {
	width: 570px;
	position: absolute;
	top: 105px;
	right: 0px;
	color: #006e51;	
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

img#right_image {
	position: absolute;
	top: 0px;
	right: 0px;;
}

/* navigation --------------------------------------------------*/
div#nav {
	width: 111px;
	float: left;
	line-height: 0.98;
	padding-top: 0px;	
	background-image: url(../images/menu/nav_bg.gif);
	background-repeat: repeat-y;
}

div#nav ul {
	width: 111px;
	list-style: none;
	text-align: right;	
}
div#nav li {
	width: 101px;
	height: 43px;
	border-left: 1px solid #006e51;
	background-image: url(../images/menu/menu_item.gif);
	font-weight: bold;
	padding-right: 10px;	
}
div#nav li:focus, div#nav li:hover {
	background-image: url(../images/menu/menu_item_ov.gif);	
}
.single_line {
	position: relative;
	top: 7px;	
}
div#nav a {
	display: block;
	height: 43px;
	position: relative;
	top: 5px;
	font-size: 12px;	
}

div#nav a, div#nav a:focus, div#nav a:hover {
	color: #004533;	
}

div#nav a:active {
	color: #FFFFFF;	
}

/* content -----------------------------------------------------*/
div#content {
	min-width: 368px;
	max-width: 848px;
	margin-left: 182px;
	margin-right: 250px;
	padding-top: 20px;
}

div#content img {
	margin: 10px;	
}

/* news box ----------------------------------------------------*/
div#news {
	width: 160px;
	position: absolute;
	top: 184px;
	right: 20px;
	clear: both;
	text-align: center;
}

div#news h3 {
	font-size: 13px;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	display: block;
	background-color: #006e51;	
	color: #FFFFFF;	
}

iframe {
	height: 625px;	/* adjust this number to change the height of the green box */
}

div#donate {
	width: 160px;
	height: 69px;
	padding-top: 2px;
	margin-bottom: 10px;
	background-color: #006e51;
}

/* footer ------------------------------------------------------*/
.push {
	height: 70px;
	clear: both;	
}
div#footer {
	height: 60px;
	width: 800px;
	padding-top: 10px;
	margin: auto;
	font-size: 80%;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: center;
	clear: both;
}	
