/* GLOBAL STYLE
__________________________________________________________________________ */
	html{
		height:100%;
	}
	body{
		font-family:Trebuchet Ms, Arial;
		color:#656565;
		height:100%;
		padding:0px;
		margin:0px;
		font-size: 10pt;
	}
	
	img{
		border:none;
		outline: none;
	}
	
	img.img{
		border: 1px solid #ccc;
		padding: 5px;
	}
	
	
	a{
		color:#cc0000;
	}
	
	em{
		color:#cc0000;
		font-style: normal;
		font-weight: bold;
	}
	
	a:hover{
		color:#000;
	}
	
	.lng{
		width:1px;
		height:12px;
		padding:2px 5px;
		background:#cc0000;
	}
	
	.lng a{
		color:#fff !important;
	}
	
	h1{
		color: #b20c0b;
		padding-top: 15px;
		text-transform: uppercase;
		border-top: 2px solid #b20c0b;
	}
	
	h4{
		font-size:12px;
		font-weight:bold;
		padding:0;
		margin:0;
	}
	
	h5{
		font-size:12px;
		font-weight:bold;
		padding:0;
		margin:0 0 10px 0;
	}
	
	.black-links a{
		color:#000000;
	}
	
	.black-links a:hover{
		color:#cc0000;
	}
	
/* 
__________________________________________________________________________ */
	.headerImg{
		width: 982px;
		height: 224px;
		margin: 0 auto;
	}
	
	/* .search-block ______________________________________________________ */
	.search-block{
		font-size:10px;
		background:url(/img/corner.gif) no-repeat right bottom #f0f0f0;
	}

	.search-block *{
		color:#000000;
	}

	.search-block ul.topLinks{
		margin: 0;
		padding: 0;
		right: 20px;
		top: 20px;
		text-align: right;
		position: absolute;
	}

	.search-block ul.topLinks li{
		display: inline-block;
		margin-left: 20px;
		height: 20px;
		line-height: 20px;
		list-style-type: none;
		background: none;
	}

	.search-block ul.topLinks li img{
		margin-right: 5px;
	}

	.logos{
		position: absolute;
		top: -9px;
		right: 0;
	}

	.logos .logo{
		float: right;
		display: block;
		margin-left: 15px;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 0.6;
	}

	.logos .logo:hover{
		opacity: 1;
		-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
		filter: grayscale(0%);
	}

	.logo.grace{
		width: 266px;
		height: 53px;
		margin-top: -10px;
		background: url(/images/grace-logo2.png) no-repeat;
	}

	
	.archonLogo {
	    display: block;
	    position: absolute;
	    width: 24px;
	    height: 24px;
	    right: 294px;
	    top: 17px;
	    background: url(/images/archon-logo.png) no-repeat;
	}
	
	div.search{
		background:url(/images/search-ico.gif) no-repeat 20px 50%;
	}
	
	.search-block a:hover{
		color:#cc0000;
	}
	

  a.search{
		color:#cc0000;
		vertical-align:5px;
		font-size:11px;
	}
	
	/***** search */
	#search{
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	#search input{
		font-size: 12px;	
	} 
	
	#search button{
		cursor: pointer;
	}
		
	.main-menu{
		width: 982px;
		margin: 0px auto;
		position: relative;
		clear: both;
	}

	.main-menu ul{
		margin:30px 0px;
		padding:0;
	}
	
	.main-menu ul li{
		display:inline;
		font-size:13px;
		font-weight:bold;
		margin:0px;
		padding:0px 11px 0px 15px;
		background:url(/images/menu-li.gif) no-repeat 0px 4px;
	}
	
	.main-menu ul li.first-child{
		background:none;
	}
		
	.main-menu a{
		text-decoration:none;
	}
	
	.main-menu .active a{
		color:#cc0000;
	}
	
	#navigation{
		border-bottom:2px solid #cc0000;
	}
	
	div.header{
		color:#808183;
		font-size:24px;
	}
	
	div.navigation-bar{
		font-size:11px;
		font-weight:bold;
	}
	
	div.navigation-bar a{
		color:#656565;
		text-decoration:none;
	}
	
	div.navigation-bar a:hover{
	  color:#cc0000;
	}
	
	#content{
		font-size:1em;
		line-height: 1.5em;
		padding:24px 0px 15px 0px;
		border-top:1px solid #656565;
	}
	
	#content span.image{
		padding: 5px;
		border: 1px solid #ccc;
	}
	
	#footer{
		font-size:10px;
		border-top:1px solid #656565;
	}
	
	#footer a{
		text-decoration:none;
	}
	
	.footer-menu{
		margin:0;
		padding:0;
	}
	
	.footer-menu li{
		display:inline;
		font-size:10px;
		margin:0px;
		padding:0px 11px 0px 15px;
		background:url(/images/menu-li.gif) no-repeat 0px 2px;
	}
	
	.footer-menu li.last-child{
		padding:0px 0px 0px 15px;
	}
	
	.horizontal-line{
		clear: both;
		background:url(/images/dot.gif) repeat-x left top;
		height:1px;
		font-size:1px;
		margin:10px 0px;
	}
	
	ul{
		list-style-type:none;
		margin: 0 0 0 3em;
		padding: 0;
	}
	
	ul li{
		margin: 0 0 7px 0;
		padding: 0 0 0 8px;
		background:url(/images/list-style.gif) no-repeat 0 5px
	}
	
	ul a{
		font-weight:bold;
		color:#666666;
	}
	
	
	/************ INNER elements styles */
	div.block-style-1{
	padding:5px 10px;
	background:#f1f1f0 !important;
	}

	div.block-style-1 *{
		color:#646464;
	}
	
	div.block-style-2{
	  padding:5px 10px;
		border:1px solid #e6e6e5;
	}
	
	table.table th{
	  padding:5px 0;
		background:#ccc;
	}
	
	table.table td{
		padding:5px 0
	}
	
	table.td-line-30px td{
		height:30px;
		padding:0px
	}
	
	.border{
		border:1px solid #e8e8e8;
	}
	
	
	.color-1{
		color:#cc0000;
	}
	
	.zoom{
		width: 43px;
		height: 43px;
		position: absolute;
		right: -14px;
		bottom: -14px;
		background: url(/images/zoom_ico.png) no-repeat center center;
	}


.inline {
	/*** MOZ 2.0 HACK */
	display: -moz-inline-stack;
	display: inline-block;
	/*** IE 6,7 HACK */
	zoom: 1;
	*display: inline;
}

/* ================================== Inner page styles ====== */
h2{
	color: #000;
	margin: 0 0 20px 0;
}

h2.top-margin{
	margin: 3em 0 1em 0;
}

h2 span{
	font-family: Verdana;
	font-weight: 400;
	border-bottom: 2px solid red;
	font-style: normal;
	text-transform: capitalize;
	background-color: #d0d0d0;
	padding: 5px;
	margin: 3em 0 0 0;
}

h3{
	color: #b20c0b;
	font-size: 16px;
	margin: 16px 0 8px 0;
	font-weight: bold;
}

h3.number{
	font-size: 14px;
	font-weight: 600;	
	position: relative;
	padding: 0.5em 0 0 40px;
	margin: 3em 0 1em 0;
	line-height: auto;
}

h3.number .number{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	left: 0;
	top: 0;
	color: #fff;
	background-color: red;
	text-align: right;
}

.normal{
	font-size: 100% !important;
	font-weight: normal !important;
}

.circle100px{
	width: 100px;
	height: 100px;
	border: 2px solid #ccc;
	overflow: hidden;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	margin-right: 15px;
}

.table .circle100px{

}

.table{
	display: table;
}

.table p{
	display: table-cell;
}

.circle100px img{
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
}

.clear{
	clear: both;
}

/************ Table */
table.table2{
	border-collapse: collapse;
	border: 1px solid #ddd;
}

table.table2 th, table.table2 td{
	padding: 3px 8px;
	border: 1px solid #ddd;
}

table.table2 th{
	font-weight: bold;
	background-color: #d5d5d5;
}
	

.city{
	color: #696969;
}

.object-name{
	color: #cc0000;
	font-size: 11px;
padding: 0;
margin: 0 0 5px 0;
}

.image{
	width: 90px;
	height: 60px;
	padding: 3px;
	border: 1px solid #d9d9d9;
}

.image:hover{
	background: #ccc;
}

.thumb-1{
	width: 359px;
	height: 202px;
	float: left;
}

.decor{
	width: inherit;
	height: inherit;
	position: absolute;
	top: 4px;
	left: 4px;
	background: url(./images/gallery/decor.png) no-repeat center center
}

.thumb-2{
	position: absolute;
	left: 370px;
	top: 0;
}

.thumb-3{
	position: absolute;
	left: 370px;
	top: 71px;
}

.thumb-4{
	position: absolute;
	left: 370px;
	top: 142px;
}


.gallery-block{
	width:480px;
position: relative;
margin-bottom: 15px;
}

.images{
	position: relative;
	height: 202px;
}

.pdf{
position: absolute;
left: 2px;
bottom: 168px;
font-size: 11px;
color: #fff;
background: #a40000;
padding: 3px;
border: 2px solid #fff;
}

.pdf a{
color:#fff;
text-decoration:none;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
#cboxContent{margin-top:32px; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#fff;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/images/controls.png) no-repeat 0 0;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/* GLOBAL STYLE
__________________________________________________________________________ */
	html{
		height:100%;
	}
	body{
		font-family:Trebuchet Ms, Arial;
		color:#656565;
		height:100%;
		padding:0px;
		margin:0px;
		font-size: 10pt;
	}
	
	img{
		border:none;
		outline: none;
	}
	
	img.img{
		border: 1px solid #ccc;
		padding: 5px;
	}
	
	
	a{
		color:#cc0000;
	}
	
	em{
		color:#cc0000;
		font-style: normal;
		font-weight: bold;
	}
	
	a:hover{
		color:#000;
	}
	
	.lng{
		width:1px;
		height:12px;
		padding:2px 5px;
		background:#cc0000;
	}
	
	.lng a{
		color:#fff !important;
	}
	
	h1{
		color: #b20c0b;
		padding-top: 15px;
		text-transform: uppercase;
		border-top: 2px solid #b20c0b;
	}
	
	h4{
		font-size:12px;
		font-weight:bold;
		padding:0;
		margin:0;
	}
	
	h5{
		font-size:12px;
		font-weight:bold;
		padding:0;
		margin:0 0 10px 0;
	}
	
	.black-links a{
		color:#000000;
	}
	
	.black-links a:hover{
		color:#cc0000;
	}
	
/* 
__________________________________________________________________________ */
	.headerImg{
		width: 982px;
		height: 224px;
		margin: 0 auto;
	}
	
	/* .search-block ______________________________________________________ */
	.search-block{
		font-size:10px;
		background:url(/img/corner.gif) no-repeat right bottom #f0f0f0;
	}

	.search-block *{
		color:#000000;
	}

	.search-block ul.topLinks{
		margin: 0;
		padding: 0;
		right: 20px;
		top: 20px;
		text-align: right;
		position: absolute;
	}

	.search-block ul.topLinks li{
		display: inline-block;
		margin-left: 20px;
		height: 20px;
		line-height: 20px;
		list-style-type: none;
		background: none;
	}

	.search-block ul.topLinks li img{
		margin-right: 5px;
	}

	.logos{
		position: absolute;
		top: -9px;
		right: 0;
	}

	.logos .logo{
		float: right;
		display: block;
		margin-left: 15px;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		opacity: 0.6;
	}

	.logos .logo:hover{
		opacity: 1;
		-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
		filter: grayscale(0%);
	}

	.logo.grace{
		width: 266px;
		height: 53px;
		margin-top: -10px;
		background: url(/images/grace-logo2.png) no-repeat;
	}

	
	.archonLogo {
	    display: block;
	    position: absolute;
	    width: 24px;
	    height: 24px;
	    right: 294px;
	    top: 17px;
	    background: url(/images/archon-logo.png) no-repeat;
	}
	
	div.search{
		background:url(/images/search-ico.gif) no-repeat 20px 50%;
	}
	
	.search-block a:hover{
		color:#cc0000;
	}
	

  a.search{
		color:#cc0000;
		vertical-align:5px;
		font-size:11px;
	}
	
	/***** search */
	#search{
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	#search input{
		font-size: 12px;	
	} 
	
	#search button{
		cursor: pointer;
	}
		
	.main-menu{
		width: 982px;
		margin: 0px auto;
		position: relative;
		clear: both;
	}

	.main-menu ul{
		margin:30px 0px;
		padding:0;
	}
	
	.main-menu ul li{
		display:inline;
		font-size:13px;
		font-weight:bold;
		margin:0px;
		padding:0px 11px 0px 15px;
		background:url(/images/menu-li.gif) no-repeat 0px 4px;
	}
	
	.main-menu ul li.first-child{
		background:none;
	}
		
	.main-menu a{
		text-decoration:none;
	}
	
	.main-menu .active a{
		color:#cc0000;
	}
	
	#navigation{
		border-bottom:2px solid #cc0000;
	}
	
	div.header{
		color:#808183;
		font-size:24px;
	}
	
	div.navigation-bar{
		font-size:11px;
		font-weight:bold;
	}
	
	div.navigation-bar a{
		color:#656565;
		text-decoration:none;
	}
	
	div.navigation-bar a:hover{
	  color:#cc0000;
	}
	
	#content{
		font-size:1em;
		line-height: 1.5em;
		padding:24px 0px 15px 0px;
		border-top:1px solid #656565;
	}
	
	#content span.image{
		padding: 5px;
		border: 1px solid #ccc;
	}
	
	#footer{
		font-size:10px;
		border-top:1px solid #656565;
	}
	
	#footer a{
		text-decoration:none;
	}
	
	.footer-menu{
		margin:0;
		padding:0;
	}
	
	.footer-menu li{
		display:inline;
		font-size:10px;
		margin:0px;
		padding:0px 11px 0px 15px;
		background:url(/images/menu-li.gif) no-repeat 0px 2px;
	}
	
	.footer-menu li.last-child{
		padding:0px 0px 0px 15px;
	}
	
	.horizontal-line{
		clear: both;
		background:url(/images/dot.gif) repeat-x left top;
		height:1px;
		font-size:1px;
		margin:10px 0px;
	}
	
	ul{
		list-style-type:none;
		margin: 0 0 0 3em;
		padding: 0;
	}
	
	ul li{
		margin: 0 0 7px 0;
		padding: 0 0 0 8px;
		background:url(/images/list-style.gif) no-repeat 0 5px
	}
	
	ul a{
		font-weight:bold;
		color:#666666;
	}
	
	
	/************ INNER elements styles */
	div.block-style-1{
	padding:5px 10px;
	background:#f1f1f0 !important;
	}

	div.block-style-1 *{
		color:#646464;
	}
	
	div.block-style-2{
	  padding:5px 10px;
		border:1px solid #e6e6e5;
	}
	
	table.table th{
	  padding:5px 0;
		background:#ccc;
	}
	
	table.table td{
		padding:5px 0
	}
	
	table.td-line-30px td{
		height:30px;
		padding:0px
	}
	
	.border{
		border:1px solid #e8e8e8;
	}
	
	
	.color-1{
		color:#cc0000;
	}
	
	.zoom{
		width: 43px;
		height: 43px;
		position: absolute;
		right: -14px;
		bottom: -14px;
		background: url(/images/zoom_ico.png) no-repeat center center;
	}


.inline {
	/*** MOZ 2.0 HACK */
	display: -moz-inline-stack;
	display: inline-block;
	/*** IE 6,7 HACK */
	zoom: 1;
	*display: inline;
}

/* ================================== Inner page styles ====== */
h2{
	color: #000;
	margin: 0 0 20px 0;
}

h2.top-margin{
	margin: 3em 0 1em 0;
}

h2 span{
	font-family: Verdana;
	font-weight: 400;
	border-bottom: 2px solid red;
	font-style: normal;
	text-transform: capitalize;
	background-color: #d0d0d0;
	padding: 5px;
	margin: 3em 0 0 0;
}

h3{
	color: #b20c0b;
	font-size: 16px;
	margin: 16px 0 8px 0;
	font-weight: bold;
}

h3.number{
	font-size: 14px;
	font-weight: 600;	
	position: relative;
	padding: 0.5em 0 0 40px;
	margin: 3em 0 1em 0;
	line-height: auto;
}

h3.number .number{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	left: 0;
	top: 0;
	color: #fff;
	background-color: red;
	text-align: right;
}

.normal{
	font-size: 100% !important;
	font-weight: normal !important;
}

.circle100px{
	width: 100px;
	height: 100px;
	border: 2px solid #ccc;
	overflow: hidden;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	margin-right: 15px;
}

.table .circle100px{

}

.table{
	display: table;
}

.table p{
	display: table-cell;
}

.circle100px img{
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
}

.clear{
	clear: both;
}

/************ Table */
table.table2{
	border-collapse: collapse;
	border: 1px solid #ddd;
}

table.table2 th, table.table2 td{
	padding: 3px 8px;
	border: 1px solid #ddd;
}

table.table2 th{
	font-weight: bold;
	background-color: #d5d5d5;
}
	