﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* 	
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6C6C6C;
	line-height: 1.35em;	
	background: #FFF /*transparent url('../../images/carriageBG.jpg') left top repeat;*/
	text-align: center;
}

a {
	color: #263933;
	text-decoration: underline;
}

a:hover {
	color: #A9BF5A;
}

a:visited :hover {
	color: #A9BF5A;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 30px;
	margin: 0 0 15px 345px;
	padding-left: 7px;
	color: #754AFF;
	line-height: 1.2em;
	border-left: 6px solid #A9BF5A;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 25px;
	clear: left;
	color: #6C6C6C;
}

h3 {
	font-size: 16px;
	margin: 10px 0 0 40px;
	clear: left;
	color: #263933;
}

h3 a {
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

table {
	margin-left: 50px;
}

td {
	vertical-align: top;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#address {
	position: absolute;
	width: 200px;
	top: 420px;
	left: 15px;
	height: 113px;
	text-align: left;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
}

#bannerPic {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#copy {
	width: 600px;
	margin: 0 0 0 350px;
	/*min-height: 300px;
	height: auto !important;
	height: 300px; */
	border-left: 1px dashed #6C6C6C;
}

#copy > img {
	margin-left: 50px;
}

#copy p {
	margin-left: 50px;
}

#copyright {
	position: relative;
	width: 1000px;
	height: 68px;
	margin: 0 auto 25px;
	text-align: center;
	background: #2D2F0E;
}

#copyright a {
	color: #FFF;
}

#copyright p {
	padding: 23px 0 5px;
	margin: 0 auto;
	font-size: 11px;
	color: #FFF;
}

#fixed {
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 400px 0 25px  0;
	background: #FFF;
}

#galleryMenu_old {	
	width: 650px;
	height: 219px;
	margin: 0 0 0 350px;
	background: transparent url('../../images/carriageBigPic.jpg') center top no-repeat;
	padding: 0;
}

#galleryMenu {
	position: absolute;	
	top: 500px;
	width: 300px;
	margin: 0;
	padding: 0;
}


#galleryMenu ul {
	list-style: none;
	margin: 0;
}

#galleryMenu ul li {	
	font-size: 24px;
	padding-top: 0px;
	float: left;
	width: 300px;
	background: #2C4001;
	text-align: center;
}

#galleryMenu ul li.lifestyle {	
	background: #A9BF5A;
}

#galleryMenu li a {	
	font-weight: bold;
 	margin: 8px 0 0 0;
	text-decoration: none;
	color: #FFF;
	display:block;
	height: 30px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 40px;
	z-index: 10;
}

#mainContent {
	width: 1000px;
	text-align: left;
	padding: 25px 0 7px;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#menu {
	position: absolute;
	top: 350px;
	left: 0;
	width: 1000px;
	height: 48px;
	background: #FFF url('../../images/carriageMenuBG.jpg') top left repeat-x;
}

#menu ul {
	list-style: none;
	text-align: center;
	margin: 5px auto;
}

#menu ul li { 
 	float: left;
	height: 53px;
	padding: 7px 16px 0;
	margin: 0 0 0 5px;
}

#menu li a { 
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#monial {
	position: absolute;
	top: 300px;
	left: 20px;
	width: 235px;
	margin: 0;
}

#monial h2{
	font-size: 24px;
	padding-top: 10px;
	margin: 0 0 10px 5px;
	color: #754AFF;
	border-bottom: none;
}

#pics {
	position: absolute;
	top: 80px;
	left: 0;
	width: 555px;
	height: 245px;
}

#secondaryMenu {	
	position: absolute;
	top: 130px;
	left: 0;
}

#secondaryMenu ul {
	width: 250px;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
}

#secondaryMenu li {	
	font-size: 16px;
	height: 40px;
	width: 88px;
	float: left;
	margin: 0 0 0 20px;
	background: transparent url('../../images/carriageButton.gif') top center no-repeat;
}

#secondaryMenu li a {	
	text-decoration: none;
	line-height: 20px;
}

/***********************************************/
/* 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;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 25px 25px;
}

.planName h3 {
	margin: 0 auto;
}

.pLeft {
	float: left;	
}

.pRight {
	float: right;	
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}