/**************************************

COLORS USED: 
B9AA80 = BACKGROUND COLOR

**************************************/
body
{
	background-color: #CEC09F;
	margin: 0px 0px 0px 20px;
	background-image: url(../images/global/bgd.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
body.iFrame
{
	background-color: #CEC09F;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/global/bgd.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

td
{
	font-size: 12px;
}

.zoom
{
    font-size: 12px;
    z-index: 1;
    visibility: hidden;
    width: 400px;
    font-family: arial;
    position: absolute;
	left: 200px;
}
h1
{
	font-size: 17px;
	padding-left: 5px;
	margin: 0px;
}
img
{
	border: none;
}

/***********************************************/
/* Layout Divs                                 */
/*********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#layout{
	width: 756px;

}
#left{
	width:200px;
	float: left;

}

#right{
	float: right;
	width: 534px;
	
}

#homeFeature
{
	background-image: url(../images/bgd/Feature.gif);
	position: relative;
	
}

div.clear { clear: left; }

#header {
        position: fixed; 
        width: 100%;
        height: 15%;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
}
#mainContentArea
{
	background-color: #C9BB98;
	border: 1px solid #686767;
	padding: 5px 5px 5px 5px;
}
#Content
{
	padding: 15px 5px 5px 0px;
	width: 530px;
}
#thirdLevelNav
{
	background-image: url(../images/bgd/RedBar.gif);
	padding: 6px 6px 6px 15px;
	color: White;
	font-size: 11px;
}
#thirdLevelNav a
{
	color: white;
}
#thirdLevelNav a:hover
{
	color: #C9B5B7;
}

.top
{
	z-index: 2;	
	position: relative;
	background-color: Fuchsia;
}
.bottom
{
	z-index: 1;	
	position: relative;
	background-color: Lime;
	
}
.navLevel3
{
	
	margin-top: 40px;
	margin-left: 20px;
	
	border: solid 1px #A69770;
	padding: 5px 5px 5px 5px;
		
}
a.nav
{
	color: White;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;	
}
a:hover.nav
{
	color: Black;
}
a.link2
{
	font-size: 11px;
	color: #633;
}
a:hover.link2
{
	color: #fff;
}
.body
{
 font-size: 11px;	
}
.story
{
	background-color: #F1EAD5;
	border: 1px dotted #978B66;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-style: normal;
	color: #7D3B2B;
	width: 540px;
}
.featureTitle
{
	color: #600;
	font-size: 11px;
}
.Error
{
	color: Black;	
}
/*HighSlide*/
.highslide {
	cursor: url(../../OurHomes/Gallery/highslide/graphics/zoomin.cur), pointer;
	
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}