 /* $WEFT -- Created by: Giancarlo Gomez (jc@chapter4.cc) on 11/11/2005 -- */
 @font-face {
    font-family: myFutura;
    src: url(/includes/fonts/FUTURA0.eot);
  }

html, body {
	background-color:#FFFFFF;
	width:100%
	text-align:center;
	font: normal 12px  myFutura,'Lucida Sans Unicode','Lucida Sans',Aerial, Helvetica;
	letter-spacing:1px;
	margin:0;
	padding:0;
}

/*TEXT SIZES*/
.txtSmall{font-size:10px;}
.txtLarge{font-size:14px;}
.myFont {font: normal 12px  myFutura,'Lucida Sans Unicode','Lucida Sans',Aerial, Helvetica; }

/*display info*/

div#header{
	background-color:#FFFFFF;
	width:738px;
	height:98px;
	margin: 50px auto 0 auto;
	border:1px solid #666666;
	text-align:left;
}
div#innerHeader{
	padding:3px 10px 3px 0;
}
div#innerHeader a{
	color:#666666;
	text-decoration:none;
}
div#innerHeader a:hover{
	color:#DE0152;
}

div#body{
	background-color:#FFFFFF;
	width:738px;
	height:279px;
	margin: 0 auto 0 auto;
	border:1px solid #666666;
	border-top:none;
	text-align:left;
}

div#innerBody{
	background-color:#FFFFFF;
	padding:10px;
	text-align:left;
}

div#contentScroll{
	color:#333333;
	height:219px;
	overflow:auto; 
	padding:0 10px 0 5px;
	scrollbar-face-color : 	#999999;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-track-color : 	#EEEEEE;
	scrollbar-shadow-color : #999999;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-3dlight-color : #999999;
	scrollbar-darkshadow-color : #333333;
	/**/
}
.scrollColors{
	scrollbar-face-color : 	#999999;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-track-color : 	#EEEEEE;
	scrollbar-shadow-color : #999999;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-3dlight-color : #999999;
	scrollbar-darkshadow-color : #333333;
	/**/
}



div#controller{
	background-color:#FFFFFF;
	width:738px;
	height:99px;
	margin: 0 auto 0 auto;
	border:1px solid #666666;
	border-top:none;
	text-align:left;
}

div#footer{
	background-color:#999999;
	color:#FFFFFF;
	width:738px;
	height:19px;
	margin: 0 auto 0 auto;
	border:1px solid #666666;
	border-top:none;
	text-align:right;
}
div#innerFooter{
	padding:2px 10px 0 0;
}
div#innerFooter a{
	color:#FFFFFF;
	text-decoration:none;
}
div#innerFooter a:hover{
	color:#DE0152;
}
.error{
	padding:40px;
	font-size:12px;
	color:#FF0000;
}
.border{
	border:1px solid #666666;
}
/*COLORS*/
.grey1{color:#666666}
.grey2{color:#999999}

/*LINKS*/
a{
	text-decoration:none; 
	color:#333333;
}

a.contact:hover{
	color:#99CC33;
	text-decoration:underline;
}
/*MAP BUTTON*/
.mapButton{
	background:url(/images/buttons/m.jpg) ;
	width:20px;
	height:20px;
	position:absolute; 
}
/*GALLERY CONTROL*/
.gBackPic		{background:url(/includes/images/other/galleryBG.jpg) bottom right no-repeat;}
.gBackImg   {background:url(/includes/images/other/galleryBG2.jpg) bottom right no-repeat;}
.gBackColor	{background-color:#ADCFE6;}
.gBorder		{border:1px solid #69B3E3; }
.gColor			{color: #666666; }
a.gLink			{color: #666666; }
a.gLink:hover	{color:#69B3E3; text-decoration:underline; }
.gPicBorder	{border:1px solid #666666; }
