﻿/* CSS Reset (Default) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background-color: #d9e4ec;
}

input {
  border: solid 0px #ffffff;
  margin: 0;
  padding: 0;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Of CSS Reset */

/* Text Styles */

h1 {
  font-family: 'Roboto Condensed',Tahoma, Sans-serif;
  font-size: 48px;
  color: #0a481d;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0 10px 0;  
}

h2 {
  font-family: 'Roboto Condensed',Tahoma, Sans-serif;
  font-size: 34px;
  color: #333333;
  line-height: 40px;
  font-weight: 300;  
  margin: 0 0 6px 0;
}

h3 {
  font-family: 'Roboto Condensed',Tahoma, Sans-serif;
  font-size: 28px;
  color: #0a481d;
  line-height: 28px;
  font-weight: 700;  
  margin: 0 0 6px 0;
  text-transform:capitalize;
}

p {
  color: #333333;
  font-family: 'Roboto Condensed',Tahoma, Sans-serif;
  font-size: 15px;
  font-weight: 300;  
  line-height: 20px;  
  margin: 0 0 6px 0;
}

a {
 color: #0a481d;
 text-decoration: none; 
}

a:hover {
 color: #0a481d;
 text-decoration: underline; 
}

/* Page layout */

#backgroundSwirls {
height:1050px;
width:800px;
clear:both;
background-image:url(Images/Reraneza-Icon-Bg.jpg);
background-repeat:no-repeat;
background-position:center;
position:absolute;
left:50%;
margin-left:-400px;
}

#pageBody {
left:50%;
margin-left:-300px;
position:absolute;
width:600px;
text-align: center;
}

/* Project boxes */

.projIcon {
width:139px;
height:99px;
float: left;
margin: 5px 25px 15px 10px;
text-align: right;
}

.projDesc {
width:390px;
height:99px;
float: left;
margin: 15px 0x 15px 15px;
text-align: left;
}

/* Contact & Trustee Details */

.contact {
text-align: center;
}