﻿body {
	margin: 0px;
	background: #0e2568 url(images/bg.gif) repeat-x;
	}

/* -------------------------------------------- TEXT & LINK STYLES -------------------------------------------- */
body, td {
	font-size: 8pt;
	line-height: 14pt;
	color: #181818;	
	font-family: "arial";
	}	
	
h1, h2 {line-height: 20pt;}

h3, h4 {line-height: 15pt;}

h5, h6 {line-height: 10pt;}

h1, h2, h3, h4, h5, h6 {
	font-family: "arial narrow", "helvetica condensed", "arial";
	margin-bottom: 0px;
	}
	
a {
	text-decoration: underline;
	font-weight: bold;
	}

a:link:hover {text-decoration: none;}
	
a, h1, h2, h3, h4, h5, h6 {color: #232323;}

#copyright {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #232323;}

#copyright a {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #E9D86E;
	text-decoration: none;
	}
	
#copyright a:link:hover {color: #232323;}

/* -------------------------------------------- MENU STYLES -------------------------------------------- */

#menu {
	background: url(images/bg-menu.gif) no-repeat;
	width: 830px;
	height: 23px;
	}

.menu {
	font-size: 8pt;
	line-height: 23px;
	color: #f5ebf3;
	font-family: georgia;
	font-weight: normal;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	cursor: hand;
	}

.menu:link:hover {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	border-bottom: 2px solid #fff;
	}

/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 150px;
	background-color: #ffffff;
	border: solid 1px #232323;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 90%;
	visibility: hidden;
	}

.submenu, .submenu2, .submenu3, .submenu4 {
	font-size: 7pt;
	line-height: 10pt;
	color: #232323;	
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 2px 0px 2px 0px;
	cursor: hand
	}

.submenu:link:hover, .submenu2:link:hover, .submenu3:link:hover, .submenu4:link:hover, #details-submenu strong a {
	text-decoration: none;
	font-weight: bold;
	}

.submenu {margin-left: 0px;}

.submenu2 {margin-left: 10px;}

.submenu3 {margin-left: 20px;}

.submenu4 {margin-left: 30px;}

/* -------------------------------------------- HOME STYLES -------------------------------------------- */
	
#area2-photo {
	background: url(images/area2-photo.jpg) left bottom no-repeat;
	}
	
#bg-area2 {
	background: url(images/bg-area2.png) no-repeat;
	width: 377px;
	height: 152px;
	overflow: hidden;
	}
	
#areatitle2{
	height: 36px;
	overflow: hidden;
	font-family: georgia;
	color: #fff;
	font-size: 12pt;
	padding: 6px 6px 0px 25px;
	}
	
#area2-content {
	margin: 7px 10px 0px 167px;
	font-size: 8pt;
	line-height: 10pt;
	}
	
#area3-photo {
	background: url(images/area3-photo.jpg) right bottom no-repeat;
	}
	
#bg-area3 {
	background: url(images/bg-area3.png) no-repeat;
	width: 377px;
	height: 152px;
	overflow: hidden;
	}
	
#areatitle3{
	height: 36px;
	overflow: hidden;
	font-family: georgia;
	color: #fff;
	font-size: 12pt;
	padding: 6px 6px 0px 30px;
	}
	
#area3-content {
	margin: 7px 167px 0px 10px;
	font-size: 8pt;
	line-height: 10pt;
	}

/* -------------------------------------------- SECONDARY STYLES -------------------------------------------- */

/* -------------------------------------------- HOME AND SECONDARY STYLES -------------------------------------------- */

#mast {
	background: url(images/mast.jpg) no-repeat;
	width: 830px;
	height: 116px;
	}
	
#verse {
	background: #082166 url(images/bg-verse.gif) no-repeat;
	width: 830px;
	height: 29px;
	color: #fff;
	font-family: georgia;
	font-size: 8pt;
	padding-top: 7px;
	}
	
#content {
	padding: 25px;
	background-color: #c6ccdc;
	width: 830px;
	}

#area1, #secondarycontent {
	background: #fff url(images/bg-area1.gif) no-repeat;
	width: 780px;
	margin-bottom: 25px;
	}
	
#areatitle1, #secondarytitle {
	height: 36px;
	overflow: hidden;
	font-family: georgia;
	color: #fff;
	font-size: 12pt;
	padding-top: 6px;
	}
	
#area1-content, #secondary-content {
	padding: 15px;
	text-align: left;
	}

#address {
	font-size: 7pt;
	color: #092166;
	margin-top: 15px;
	}
	
#address a {
	text-decoration: none;
	font-weight: normal;
	font-size: 7pt;
	color: #092166;
	}
	
#address a:hover {border-bottom: 2px solid #092166;}