body
{
	background: #787878 url(../images/bg_pinstripes.png) 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

/*-----[UTILITY NAVIGATION STYLES]----------*/
#utilityContainer
{

	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	height: 35px;
}

#utilityContainer h2
{
	font-size: 15px;
	margin-top: 8px;
	color: #f1f1f1;
	font-weight: normal;		
}

/*-----[GLOBAL NAVIGATION STYLES]----------*/
#navContainer
{
	background-color: #a5a5a5;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 960px;
}


/*nav itemss*/
#navContainer .tabs 
{		
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative; /*important*/
}
#navContainer .tabs li 
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative; /*important*/
}
#navContainer .tabs li.navPipe 
{
	width: 6px;
	height: 32px;
	background: transparent url(../images/bg_main_nav_pipe.png) no-repeat 2px 0;
}
#navContainer .tabs a 
{
	position: relative; /*important*/
	display: block;
	float: left;
	height :19px;
	padding: 6px 10px 10px 10px;
	color: #f1f1f1;
	/*text-indent: -9999px;*/
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#navContainer .tabs a:hover
{
	background-color: #888;
	color: #fff;
}


/*set "nav on" state for each page by adding a class to the #hd div and using descendant selectors from there */
#hd.hdHome #navContainer .tabs li#navHome a{ background-color: #845aba; color: #fff; }
#hd.hdAbout #navContainer .tabs li#navAbout a{ background-color: #845aba; color: #fff; }
#hd.hdEstate #navContainer .tabs li#navEstate a{ background-color: #845aba; color: #fff; }
#hd.hdFive #navContainer .tabs li#navFive a{ background-color: #845aba; color: #fff; }
#hd.hdLocation #navContainer .tabs li#navLocation a{ background-color: #845aba; color: #fff; }
#hd.hdContact #navContainer .tabs li#navContact a{ background-color: #845aba; color: #fff; }


/*-----[MASTHEAD GRAPHIC]----------*/
#masthead
{
	width: 960px;
	margin: 0;
	height: 108px;
	background: #787878 url(../images/bg_pinstripes.png) 0 0;	
}

#masthead.homepage
{
	width: 960px;
	margin: 0;
	height: 423px;
}


#masthead h1
{
	position: absolute;
	font-size: 39px;
	font-weight: normal;
	color: #fff;	
	left: 10px;
	bottom: 5px;	
	margin: 0;
	line-height: 1.0em;
}

#masthead #logo
{
	position: absolute;
	top: 12px;
	right: 0;
}



/*BODY*/ 


.three_cols
{
	position: relative;
	float: left;	
	width: 300px;
	margin-right: 20px;
}

.home_cols
{
	position: relative;
	float: left;	
	width: 300px;
	margin-right: 20px;
	height: 378px;
}

.home_cols img
{
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
}



.last
{
	margin-right: 0;
}


/*--------[CONTENT STYLES]----------------------*/

#bd
{
	background-color: transparent;
}


h1,h2,h3,h4,h5,h6 
{
    margin: 0;
    color: #444;
    line-height: 1.3em;
}

h1 { font-size: 39px; margin-bottom: 4px; color: #333; font-weight: normal; }
h2 { font-size: 39px; margin-bottom: 24px; color: #000; font-weight: normal; line-height: 1.0em; margin-top: -5px; }
h3 { font-size: 36px; margin-bottom: 2px; color: #845aba; font-weight: normal; line-height: 1.0em; margin-top: -5px; }
h4 { font-size: 17px; margin-bottom: 1px; color: #222; }
h5 { font-size: 17px; margin-bottom: 1px; color: #845aba; }
h6 { font-size: 17px; margin-bottom: 1px; color: #222; }

p 
{
    margin: 0 0 15px 0;
    line-height: 1.5em;
}

strong, b
{
    color: #444;
}

a
{
    color: #845aba;
}

a:hover
{
    color: #000;
}

a.moreLink
{
	display: inline-block;
    text-decoration: none;
	background: url(../images/bg_more_arrow.png) no-repeat center right;
	padding-right: 15px;
}

a.moreLink:hover
{
    text-decoration: underline;
	color: #000;
}




#bd ol
{  
    margin: 0 1.5em 1.5em 2.2em;
}

#bd ul li
{
    margin-bottom: 5px;
}



#bd img.wrapText
{
    float: left;
    margin: 5px 10px 2px 0;
}




blockquote
{
    margin: 0;
    padding: 20px 30px;
    font-style: italic;
}


table
{
    width: 99.7%;
    margin: 4px 0 18px 1px;
    border-collapse: collapse;
    empty-cells: show;
}

caption
{
    padding: 4px 2px 4px 0;
    text-align: left;
    font-size: 11px;
}

th
{
    background-color: #efefef;
}

th, td
{
    padding: 2px 5px;
    border: 1px solid #c9c9c9;    
    font-size: 11px;
    text-align: left;
}

tfoot td
{
    font-size: 10px;
    color: #666;
    border: none;
}


/*no borders on table*/
table.noBorder
{
    width: 99.7%;
    margin: 4px 0 18px 1px;
    border-collapse: collapse;
    empty-cells: show;
    border: none;
}

table.noBorder caption
{
    padding: 4px 2px 4px 0;
    text-align: left;
    font-size: 11px;
}

table.noBorder th
{
    background-color: #efefef;
}

table.noBorder th, table.noBorder td
{
    padding: 2px 5px;
    font-size: 11px;
    text-align: left;
    border: none;
}

table.noBorder tfoot td
{
    font-size: 10px;
    color: #666;
    border: none;
}

/*FOOTER*/

#ft
{
	background: #787878 url(../images/bg_pinstripes.png) 0 0;	
}

#ftContent
{
	width: 960px;	
	height: 35px;
	background-color: transparent;
	color: #fff;
	padding-top: 8px;
}


/*-------[MYTH STYLES ON HOMEPAGE]-------------------------*/

#homeMyth
{
	overflow: hidden;	
}

.mythContainer
{
	width:300px;
	display: none;
	position: relative;
}

.mythContainer img
{
	position: absolute;
	top: 5px;
}

.mythContainer p
{
	position: relative;
	left: 131px;
	width: 169px;
}



/* CONTACT PAGE FORM STYLES */
form.olcott-form
{
	margin: 2.0em 0;
}
.form-container
{
	width: 55%;
	margin: 0 auto;
}

.gotcha
{
	visibility: hidden;
	height: 1px;	
}

.olcott-form label
{
	display: block;
}

.olcott-form label span
{
	color: #c00;
	font-size: 21px;
}



/* jquery validate css rules */

label.error 
{
    color: red;
    font-style: italic;
}

input.error 
{
    border: 1px dotted red;
}





/*--------[UTILITY/DEBUGGING STYLES]----------------------*/
.addBorder
{
	border: 1px solid black;
}

