﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* Palette - http://www.colourlovers.com/palette/582950/Desert */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

/* html{
	background: transparent url(../../images/brookstoneBG.png) top center repeat-y;
} */

body{
	font-family: Georgia, "Times New Roman", Times, serif; 
	/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	color: #FFF;
	line-height: 1.5em;	
	background: #33455d url(../../images/unionBodyBG.jpg) top left repeat-x;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #A1BA87;
}

a:hover, a:visited:hover  {
	color: #757575;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 24px;
	margin: 35px 0 10px 5px;
	color: #FFF;
	font-weight: normal;
}

h2{
	font-size: 17px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #A1BA87;
	line-height: 1.25em;
}

h2 a, h2 a:visited {
	color: #A1BA87;
}

h2 a:hover, h2 a:visited:hover  {
	color: #757575;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px 10px;
	clear: left;
	color: #FFF;
}

h3 a, h3 a:visited {
	color: #FFF;
}

h3 a:hover, h3 a:visited:hover  {
	color: #757575;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
}

td {
	vertical-align: top;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#address {
	position: relative;
	text-align: center;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
	font-style: italic;
	border-bottom: 1px solid #616161;
	padding-bottom: 15px;
}

#content {
	background: transparent url(../../images/bg.jpg) top center repeat-y;
	padding: 320px 0 0;
}

#copyright {
	position: relative;
	width: 1050px;
	height: 187px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}

#copyright p {
	margin: 0 auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.35em;
}

#fixed {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	padding: 375px 0 0;
}

#footer {
	position: relative;
	width: 1050px;
	height: 187px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

#galleryMenu {	
	position: absolute;
	top: 405px;
	left: 500px;
	width: 500px;
	height: 300px;
	margin-bottom: 15px;
}

#galleryMenu img {
	margin: 0;
}

#galleryMenu ul {
	list-style: none;
	margin: 0 0 0 20px;
}

#galleryMenu ul li {	
	font-size: 18px;
	float: left;
	margin: 10px 25px 0 0;
	width: 475px;
	height: 150px;
	background: #FFF;
	border: 5px solid #FFF;
}

#galleryMenu li a, #galleryMenu li a:visited {	
	text-decoration: none;
	color: #8D0C0C;
}

#galleryMenu li a:hover, #galleryMenu li a:visited:hover  {
	color: #8D0C0C;
}

#galleryMenu .pRight {
	float: right;
	font-size: 16px;
	line-height: .8em;	
}

#logo {
	position: relative;
	top: 10px;
	left: 0;
	margin-bottom: 15px;
}

#mainContent {
	position: relative;
	left: 40px;
	width: 450px;
	text-align: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-bottom: 10px;
}

#mainContent a, #mainContent a:visited {
	text-decoration: underline;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#menu {
	position: absolute;
	top: 318px;
	left: 0; /* set to 20px for a 9  tab menu */
	margin: 0;
	text-align: right;
	z-index: 50;
}

#menu ul {
	list-style: none;
	width: 100%;
	margin: 0 auto auto;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
 	width: 105px;
	height:23px;
	padding-top: 2px;
	background: transparent url(../../images/unionOnTab.gif) top center no-repeat;
}

#menu li a { 
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}

#monial{
	position: absolute;
	top: 750px;
	left: 550px;
	width: 425px;
}

#monial h2 {
	margin: 0 0 10px;
	padding-top: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
}

#monial p {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 10px 15px;
	font-weight: normal;
	font-style:italic;
}

#monial a, #monial a:visited, #monial a:hover, #monial a:visited:hover {
	color: #FFF;
}

#pics {
	position: absolute;
	top: 7px;
	left: 20px;
	/*top: 140px;
	left: 20px;*/
	width: 980px;
	height: 290px;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.hided {
	display: none;
}

.showed {
	display: block;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	color: #FFF;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 25px 15px;
	width: 150px;
}

.planName h3 {
	margin: 0 auto;
}

.pLeft {
	float: left;	
}

.pRight {
	float: right;	
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}

.smaller {
	font-size: 11px;
	color: #FFF;
	line-height: 1em;
}