/*  THIS SYTLE ACCOMPANIES THE NEW BUILDING/GLORY TO GOD PAGES */
/*  Created Winter 2010  */


/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}


/**************/
/* TYPOGRAPHY */
/**************/

body {
  
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 160%;    /* 19.2px */
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: bold;
  color: #000091;
  padding: 10px;

}

h3 {
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a:link {
  color: #202000;
  margin: 0;
  padding: 0;
  text-decoration: none;
}


a:visited {
  color: #424200;
  text-decoration: none;
}  

a:hover,
a:active {
  text-decoration: underline;
}



/*****************/
/* HEADER LINKS */
/*****************/

a:link.header {
  color: #3c82da;
  margin: 0;
  padding: 0;
  text-decoration: none;
}


a:visited.header {
  color: #95b0db;
  text-decoration: none;
}  

a:hover.header,
a:active.header {
  text-decoration: underline;
}



/**********/
/* LAYOUT */
/**********/

#container
{
	position: relative
} 


html {
  background: #a6b73a;                               /* background & font color */
  color: #4d4d4d;
}

#page {
  margin: 0;
  width: 700px;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 150%;
  padding: 10px;
}


p.bold {
  font-size: 1em;
  font-weight: bold;
  line-height: 150%;
  padding: 10px;
  color: #000091;
}


ul {
  font-size: 1em;
  font-weight: normal;
  line-height: 150%;
  padding-left: 35px;
  padding-right: 10px;
}



img.top {
	vertical-align:text-top;
}





/***********************/
/* SECTION HEADER */
/***********************/

#SectionHeader {
	height: 20px;
	background: #800000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
  	font-weight: bold;
  	line-height: 16px;
	font-size: 16px;
	color: #ffffff;
}	


/*******/
/* BOX */
/*******/

td.home_boxes {
	background: #ffffff;
  	border: 0px;
	vertical-align: top;
	
}	



p.box_header
{
text-align: center;
color: #001f49;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
border-bottom: 1px dotted #d4db93;

}


p.box_text
{
text-align: left;
color: #70604d;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-decoration: none;
margin: 3px;
}


span.footer
{
text-align: center;
color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
margin: 3px;
}





/********************/
/* BOX TEXT */
/********************/

#BoxText {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
  	font-size: 12px;
  	font-weight: normal;
	color: #004080;
	padding: 8px;
}

 		
