﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
Gray: #4B4B47
Red: #C32F2F
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2F2F2F;
	line-height: 1.5em;	
	background: #4B4B47;
	text-align: center;
}

a {
	color: #C32F2F;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #4B4B47;
}

a:visited :hover {
	color: #C32F2F;
}

blockquote {
	margin-left: 30px;
}

dfn {
	font-style: normal;
	border-bottom: 1px dashed #DA9D37;
}

form {
	margin-bottom: 20px;
}

h1{
	font-size: 19px;
	margin: 20px 0 5px;
}

h2{
	font-size: 16px ;
	margin: 0 5px 0 10px;
	clear: left;
}

h3{
	font-size: 14px;
	margin: 7px 0 0 10px;
	clear: left;
}

p {
	margin: 0 0 10px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 1042px;
	text-align: left;
	margin: 0 auto 0;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0;
	
}

#address {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 175px;
}

#pics {
	position: absolute;
	top: 350px;
	left: 632px;
}

#menu {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 1022px;
}

#livingMenu {
	position: absolute;
	top: 350px;
	left: 10px;
	width: 175px;
}

#mainContent {
	position: relative;
	top: 85px;
	width: 1042px;
	text-align: left;
	margin: 0 auto;
	padding-top: 300px;
	background: url('../../images/stratfordNFbg.gif') repeat-y center top;
}

#copy {
	width: 420px;
	margin: 10px 0 15px 195px;
	min-height:310px;
	height:auto !important;
	height:310px;
}

#copyWide {
	width: 820px;
	margin: 10px 0 15px 195px;
	min-height:310px;
	height:auto !important;
	height:310px;
}

#copyright{
	width: 1042px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	background: transparent url('../../images/stratfordCopyBG.gif') no-repeat center bottom;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#address p {
	color: #FFF;
	line-height: 1.2em;
	margin: 0;
	text-align: right;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 5px 15px;
}

.planName h3 {
	margin: 0 auto;
}


span.phone {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
}

#copyright p {
	padding: 20px 0 5px;
	margin: 0;
	font-size: 11px;
}

#bannerFlash {
	position: absolute;
	top: 45px;
	left: 8px;
}

#menu ul {
	position: absolute;
	top: 265px;
	left: 0;
	list-style: none;
	float: left;
	margin: 0 0 0 3px;
}

#menu ul li { 
 	float: left;
	margin: 0 1px 0 2px;
	padding: 0 0 4px;
	/* for 9 column 
	width: 110px; */
	/* for 8 column */
	width: 124px;
}

#menu li a { 
	display: block;
	float: right;
	/* for 9 column 
	padding: 1px 6px 1px;
	width: 100px;*/
	/* for 8 column */
	padding: 1px 7px 1px;
	width: 112px;
	height: 18px;
	color: #FFF;
	text-decoration:none;
	font-size: 13px;
	font-weight: normal;
	text-align:right;
}

#menu li {
	background: #4B4B47;
}

#menu li:hover {
	background: #C32F2F;
}


#livingMenu ul {
	list-style: none;
	float: left;
	margin: 0;
	text-align: right;
}

#livingMenu ul ul {
	float: none;
	clear: both;
	display: none;
}

#livingMenu ul li { 
	margin: 0 1px 3px 0;
	width: 165px;
}

#livingMenu li a { 
	display: block;
	padding: 1px 6px 0;
	height: 26px;
	color: #FFF;
	text-decoration:none;
	font-size: 13px;
	font-weight: normal;
	background: #4B4B47;
}

#livingMenu li a:hover { 
	background: #C32F2F;
}


#livingMenu ul li ul li { 
	margin: 0 3px 0 0;
	width: auto;
}

#livingMenu li ul li a { 
	display: block;
	padding: 0 6px;
	color: #4B4B47;
	text-decoration:none;
	background: none;
}

#livingMenu li ul li a:hover { 
	color: #C32F2F;
	text-decoration:underline;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#mainContent img {
	margin: 0 5px 10px 0;
	float: left;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 0 10px 5px 0;
}

.monials{
	/* background: url('../../images/stratfordQuotesUL.gif') 1px 1px no-repeat; */
	position: absolute;
	top: 625px;
	left: 632px;
	width: 350px;
}

.monials p {
	margin: 0;
	padding: 10px 5px 30px 5px;
	/* background: url('../../images/stratfordQuotesLR.gif') 300px 75% no-repeat; */
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #939391;
	line-height: 1.25em;
}

.monials p.quote {
	padding-bottom: 0;
}

.monials p.resident {
	font-size: 12px;
	padding-top: 5px;
	font-weight: bold;
}

.noFloat {
	float: none;
}


/* for seo stuff */
label {
	display: block;
	font-weight: bold;
}

#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}
