/*
	Object apears and disapears
*/
.disapear{
	z-index: -1;
	position: absolute;
	visibility: hidden;	
}
.apear{
	z-index: 1;
	position: relative;
	visibility: visible;	
}


p{
	margin: 0px;
	padding: 0px;
}

/*
	For multiple objects in one line
*/
.item_right{

	float: right;
	width:	50%;
}

.item_left{
	float: left;
	width:	50%;	
}

/*
	RichText Object
*/
div#Rich_Text{
	margin: 0px 20px 0px 20px;
	padding: 0px;
	line-height: 18px;
}

.Rich_Text{
	margin: 0px 20px 0px 20px;
	padding: 0px;
	line-height: 18px;
}

/*
	Image Object
*/
.Image{
	position: relative;
}

/*****************************************************************
	Gallery Object
*/
	.Gallery{
		background-color: #ECF4F6;
		width: 256px;
		height: 100px;
		border-top-width: 5px;
		border-top-style: solid;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin: 10px;
		margin-bottom: 20px;
	}
	.Gallery_Rich_Text{
		padding: 5px;
	}
/*
***************************************************************************/


/*****************************************************************
	Top Object
*/
	.Top{
		clear: both;
		background-image: url(../site/images/objects/top.gif);
		background-repeat: no-repeat;
		float: right;
		height: 20px;
		width: 20px;
		padding: 0px;
	}
/*
***************************************************************************/


/*****************************************************************
	Link Object
*/
	.Link{
		clear: both;
		font-weight: bold;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: BAC3CC;
		border-right-color: BAC3CC;
		border-bottom-color: BAC3CC;
		border-left-color: BAC3CC;
	}
	.Link a{
	
	
	}
	.LinkSub{
		font-weight: normal;
	}
/*
***************************************************************************/


/*****************************************************************
	File Object
*/
	.File{
		margin-top: 5px;			
	}
	.File table{
		padding: 0px;
		margin: 0px;
		width: 550px;
	}
	.FileTitle{
	
	}
	.FileSubtitle{
	
	}
	.FileDownloadImage{
		text-align: center;
	}	
	.FileInfo{
		text-align: center;
		font-size: 10px;		
	}
/*
***************************************************************************/

/***************************************************************************
	Graph Object
*/
	.Graph{
		clear: both;
		margin: 0px;
		padding: 0px;
	}
	.Graph h3{
	
	
	}
/*
***************************************************************************/


/***************************************************************************
	Tour Object
*/
	.Tour{
		clear: both;
		position: relative;
		background-color: #ECF4F6;
		width: 400px;
		height: 107px;
		border-top-width: 5px;
		border-top-style: solid;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin-bottom: 20px;
	}
	.Tour_Title{
		color: #67AEDC;
		font-weight: bold;
	}
/*
***************************************************************************/

/**************************************************************************
	HeadLine Object
*/
	.HeadLine{
		font-weight:bold;
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 1px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		padding-top: 3px;
		padding-right: 4px;
		padding-bottom: 3px;
		padding-left: 4px;
		background-color: #F4F5F9;
		text-align: left;
	}
/*
***************************************************************************/

/***************************************************************************
	Decorated Line Object
*/
	.DecoratedLine{

	
	}
	.DecoratedLine h2{

	}
/*
***************************************************************************/

/***************************************************************************
	Line Object
*/
	DIV#Line{
	width: 550px;
	height: 3px;
	background-image: url(/site/images/global/line_dots.gif);
	background-position: center top;
	margin: 0px 18px 0px 18px;
	padding: 0px;
	overflow: hidden;
	background-repeat: repeat-x;
	}
/*
***************************************************************************/

.Picture{
	border: 0px none;
	padding: 0px 15px 0px 25px;
	margin: 25px 20px 0px 25px;
}

.Small_People{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69161D;
	margin-bottom: 10px;
	clear: right;
	float: right;
	width: 500px;
}