﻿/***********************************************/
/* Colors                             */
/***********************************************/ 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;	
	background-color:#323232;
	text-align: center;
}

a {
	color: #191919;
	text-decoration: underline;
}

a:hover {
	color: #006bb9;
}

a:visited :hover {
	color: #006bb9;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 30px;
	font-family: georgia, serif; 
	font-style: italic;
	line-height: 1em;	
	margin: 20px 0 10px;
	color: #323232;
}

.larger{
	font-size: 72px;
	font-family: georgia, serif; 
	font-style:italic;
	margin-top: -4px;
	line-height: 1em;	
	color: #323232;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #191919;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 10px;
	clear: left;
	color: #191919;

}

h3 a {
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#address {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 132px;
	width: 228px;
	color: #191919;
	text-align: right;
}

#address p  {
	font-size: 14px;
	padding-top: 50px;
	padding-right: 40px;
	line-height: 1.2em;
}

#copy {
	width: 600px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
	min-height: 450px;
	height: auto !important;
	height: 450px; 
}

#copyright {
	position: relative;
	left: 0px;
	top: -5px;
	width: 950px;
	height: 94px;
	margin: 0 auto;
	background-image:url('../../images/footer.jpg')
}

#copyright a {
	color: #000000;
}

#copyright p {
	text-align: left;
	padding: 30px 0 0 20px;
	font-size: 11px;
	color: #191919;
}

#copyrightHolder {
	width: 950px;
	margin: 0 auto;
}

#fixed {
	position: relative;
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding-top: 460px;
	padding-left: 0px;
}

#galleryMenu {	
	position: absolute;
	background-image:url('../../images/gallerymenushadow.jpg');
	background-position: right;
	background-repeat: no-repeat;
	top: 500px;
	left: 25px;
	width: 235px;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
}

#galleryMenu li {	
	height: 140px;
}

#galleryMenu li a{
	vertical-align: text-top;
	font-size: 15px;
	font-family: georgia, serif;
	font-style: italic; 
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #323232;	
}


#logo {
	position: absolute;
	top:  0px;
	left: -20px;
	z-index: 3;

}

#homephoto {
	position: absolute;
	top: 500px;
	left: 0px;
	height: 390px;
	width: 445px;
	background-image:url('../../images/defaultphoto.jpg')
}

#mainContent {
	text-align: left;
	padding: 0 0 0 300px;
	background-image:url('../../images/top.jpg');
	background-repeat: no-repeat;
	background-color:#ffffff;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#hdr {
	position: absolute;
	width: 950px;
	height: 460px;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#menu {
	position: absolute;
	top: 420px;
	left: 0;
	font-size: 15px;
	width: 950;
	z-index: 5;
}

#menu ul {
	list-style: none;
	width: 950px;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
	width: 103px;
	height: 39px;
}

#menu li a { 
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 25px 15px;
}

.planName h3 {
	margin: 0 auto;
}

.pLeft {
	float: left;	
}

.pRight {
	float: right;	
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}
