/*master css (for) utata/gallery, (c)2008, 2009 */
/*Catherine Jamieson (c)2008, 2009 */


/*------------------------------------Boiler Plate --------------------------------*/

body{
	margin: 0px;
	color: #494548;
	font-family:Candara, "Lucida Sans", sans-serif;
	font-size:9pt;
	background-color:#f5f4e5;
	margin-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
	background: url(/pages/img/background.jpg) top left repeat;
}


h1{
	display: none;
}

#equalizer{
	width: 788px;
	margin: auto;
	height: 59px;
	background-image:url(/pages/img/equalizer.jpg);
	background-repeat:no-repeat;
}

#equalizer p{
	padding-top: 35px;
	margin-left: 0px;
	color: #fafaf3;
	font-weight: normal; !important;
}

#contentwrapper{
	display: block;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 788px;	
	border-right: 1px solid #ced3b1;
	border-left: 1px solid #ced3b1;
	border-bottom: 1px solid #ced3b1;
	background-color: #fafaf3;
}


/*------------------------------------Major Design Elements -------------------------*/

#top {
	background-image:url(/pages/img/contentwrapper.jpg);
	background-repeat:repeat-y;
	min-height: 289px;
}

#bottom {
	background-image:url(/pages/img/left.jpg);
	background-repeat:repeat-y;
}



#topright{
	width: 392px;
	height: 289px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#topleft{
	width: 396px;
	height: 289px;
	float: right;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}


#bottomright{
	width: 392px;
	height: auto;
	float: right;
	overflow:visible;
	min-height: 400px;
	height:expression(
		this.scrollHeight < 400? "400px" : "auto" );
}

#bottomleft{
	width: 396px;
	float: right;
	height: auto;
	min-height: 400px;
	height:expression(
		this.scrollHeight < 400? "400px" : "auto" );
	background-image:url(/pages/img/left.jpg);
	background-repeat:repeat-y;

}


/*------------------------------------Element Objects -------------------TOP RIGHT-----*/

#topright h4 {
	margin-top: 120px; 
	margin-right: 30px; 
}

#topright p{
	margin-right: 40px;
	margin-left: 10px;
}



/*------------------------------------Element Objects -------------------TOP LEFT-----*/

#topleft h6 {
	text-align: right;
	margin-right: 60px;
	margin-top: 4px;
	font-size: .89em;
	color:#900;
}

#topleft p{
	padding-left: 120px; 
	padding-right: 80px;
	color:#666;
	font-size:.95em;
	margin-top: -14px;
}

#topleft img{
	margin-left: 80px; 
	width: 260px; 
	margin-top: 20px;
}



/*------------------------------------Element Objects -----------------BOTTOM RIGHT-----*/

#bottomright p{
	margin-right: 10px;
	margin-left: 4x;
}


#bottomright p img{
	border: 1px dotted #996;
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 6px;
}

#bottomright li{
	margin-bottom: 4px;
	margin-right: 30px;
}

#bottomright .dayright{
	margin-bottom: 6px; 
	margin-top: 0px; 
	float: right; 
	margin-right: 20px; 
}

#bottomright .dayleft{
	margin-bottom: 6px; 
	margin-top: 0px; 
	float: left; 
	margin-right: 20px; 
}
#bottomright .divider{
	clear:both; 
	margin-bottom: 15px; 
	padding-bottom: 15px; 
	border-bottom: 1px dotted #d2cf65;
}


/*------------------------------------Element Objects -----------------BOTTOM LEFT-----*/

#bottom #bottomleft h3{
	padding-left: 45px;

}



#bottom #bottomleft p{
	padding-left: 65px;
	padding-right: 48px;
}

#bottom #bottomleft p img{
	border: 1px dotted #996;
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 6px;
	display:inline;
}


#bottom #bottomleft li{
	margin-bottom: 4px;
	margin-left: 60px;
}

	
#bottom #bottomleft .leftblurb{
	border-left: 2px dotted #eb6e1f; 
	width: 180px;
	padding-left: 10px; 
	margin-top: 4px; 
	margin-bottom: 20px; 
	margin-left: 110px; 
}

#bottom #bottomleft .leftblurb p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#bottom #bottomleft .leftblurb h3{
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
}



#bottom #bottomleft .blurbfirst{
	font-size: 2.20em; width: 210px; line-height: 22px; color: #8f8c3c; font-weight: bold; padding-right: 60px; margin-top: 20px; margin-left: 70px; margin-bottom: 0px; }
	




/*------------------------------------Element Objects -----------------GLOBAL-----*/

p{
	padding-left: 20px;
	padding-right: 20px;
}


h2, h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #50506b;
}

h3{
	font-size: 1.25em;
	margin-left: 20px;
	color: #c05f10;
}

h4{
	font-size: 1.75em;
	text-align: center;
	font-weight: normal;
	color: #944606;
}

h5{
	font-size: 1.2em;
	margin-top: 4px;
	margin-bottom: 4px;
}

.frontbody{
	color:#666666; 
	font-family: Verdana; 
	font-size: .8em;
	margin-right: 20px;
	margin-left: 20x;
	padding-left: 20px;
	padding-right: 10px;
	
}
/*------------------------------GLOBAL Element Objects -----------------LINKS-----*/

a:link, a:visited, a:active{
	font-weight: inherit;
	color:#978738;
	text-decoration:none;
	border: none;
}

a:hover{
	color: #ba4e05;
}




a:link img, a:visited img{
	border: none;
}

/*------------------------------GLOBAL Element Objects -----------------BUTTON-----*/

.button {
    margin-top: 30px;
	margin-bottom: 30px;
	border: 1px double #999;
    background-color:#d4d06c;
    padding: 2px 8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .85em;
}
.button:hover {
    color: #FFF;
    background-color:#d95a14;
}




/*------------------------------GLOBAL Element Objects -----------------ARTIFACTS-----*/


.topline{
	display: none;
}


