body		
{ 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana;
	font-size: 14px;
	background: url('../images/bot-bg.png') repeat-y;
	background-size: 100%;
}

#body
{
	background: url('../images/bot-bg.png') repeat-y;
	background-size: 100%;
}

#wrapper
{
	background: url('../images/background.png') no-repeat;
	background-size: 100%;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6
{
	text-align: left;
	padding: 5px 0;
	margin: 0;
	color: #DB261C;
	font-weight: bold;
	font-style: italic;
	font-family: Book Antiqua;
}

h1
{
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 2px 2px #2C2626;
	letter-spacing: 2px;
}

h2
{
	font-size: 22px;
}

h2 a,
h2 a:link,
h2 a:visited
{
	text-decoration: none;
	color: #0F5B6B;
}

h2 a:hover,
h2 a:active
{
	text-decoration: underline;
}

h3
{
	font-size: 18px;
}

h4, h5, h6
{
	font-size: 14px;
}

form, p, div, ul, li
{
	padding: 0;
	margin: 0;
}

ul, li
{
	list-style: none;
}

a,
a:link,
a:visited
{
	color: inherit;
	text-decoration: underline;
}

a:hover,
a:active
{
	text-decoration: none;
}

img 
{
	border: 0;
}

.header
{
	position: relative;
	padding: 0 4px 10px 30px;
	overflow: hidden;
}

.headerContent
{
	clear: right;
}

.lang
{
	float: right;
	width: 150px;
	padding-right: 20px;
	height: 20px;
}

.lang a
{
	float: right;
	padding-left: 10px;
	padding-right: 0;
}

.main 
{
	width: 1200px;
	margin: auto;
	z-index: 2;
}

.pathway
{
	color: #FFFFFF;
}


#sidebar-bg
{
	position: fixed;
	left: 0;
	top: 0;
	width: 33%;
	height: 100%;
	background: url('../images/sidebar-bg.png');
	border-right: 1px solid #FFFFFF;
}

.sidebar
{
	overflow: hidden;
	position: relative;
	float: left;
	width: 350px;
	padding: 0 5px;
}

.sidebar .logo
{
	padding-top: 10px;
}

.sidebar .logo img
{
	width: 100%;
}

.sidebar .logo img.iso
{
	width: 20%;
	float: right;
}

.sidebar ul.navigation
{
	padding: 5px 35px;
}

.sidebar ul.navigation li a,
.sidebar ul.navigation li a:link,
.sidebar ul.navigation li a:visited
{
	text-decoration: none;
	cursor: pointer;
	display: block;
	height: 40px;
	line-height: 32px;
	padding: 0 40px;
	color: #FCFBFB;
	font-size: 16px;
	font-family: Book Antiqua;
}

.sidebar ul.navigation li a:hover,
.sidebar ul.navigation li a:active
{
	text-decoration: underline;
	color: #DB261C;
}

.sidebar ul.navigation li a.active
{
	background: url("../images/menu-hover-bg.png") no-repeat;
}



.sidebar ul.navigation li ul
{
	padding-left: 30px;
}

.sidebar ul.navigation li ul li a,
.sidebar ul.navigation li ul li a:link,
.sidebar ul.navigation li ul li a:visited
{
	height: auto;
	line-height: 16px;
	padding: 4px 40px;
	font-size: 14px;
}

.sidebar ul.navigation li ul li a.active
{
	color: #DB261C;
	background: none;
}

.sidebar h4
{
	font-size: 14px;
	line-height: 15px;
	color: #134E76;
	text-shadow: 2px 2px #E7FAFE;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px;
}

.sidebar p
{
	padding: 10px 20px 0 75px;
	color: #FFFFFF;
}

.facebook
{
	height: 240px;
	text-align: center;
}

#content
{
	overflow: hidden;
	padding: 0 5px 0 30px;
}

#content p
{
	padding-bottom: 10px;
	text-align: justify;
}

#content .article-body ul li
{
	list-style: disc;
	padding: 0;
	margin: 0 0 0 20px;
	text-align: justify;
}

table.cntTable tr td
{
	border-left: 1px solid #1A4A6B;
	border-right: 1px solid #1A4A6B;
	border-bottom: 1px solid #1A4A6B;
	font-size: 14px;
	padding: 5px;
}

.post
{
	padding: 20px 0 10px 0;
}

.post1
{
	height: 230px;
	width: 378px;
	position: relative;
	padding: 20px 0 25px 0; 
}

.post1 .imgCnt
{
	height: 230px;
	overflow: hidden;
}

.post1 .imgCnt img
{
	width: 100%;
}

.post1 h2,
.post1 .title
{
	position: absolute;
	top: 190px;
	left: 3px;
	height: 53px;
	background: #212121;
	font-size: 20px;
	line-height: 25px;
	padding: 5px 10px;
	opacity: 0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
	width: 352px;
	color: #FFFFFF;
	font-family: Book Antiqua;
}

.mainColumn
{
	width: 700px;
}

.moduleOuter,
.home-slider,
.post1 .imgCnt
{
	border-top: 3px solid #BCBCBC;
	border-left: 3px solid #BCBCBC;
	border-right: 3px solid #212121;
	border-bottom: 3px solid #212121;
	box-shadow: 3px 3px 2px #3D3D3D;
	margin-bottom: 15px;
}

.home-slider
{
	position: relative;
	margin-bottom: 15px;
}

.home-slider .imageSelector
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 20px;
	width: 400px;
}

.home-slider .imageSelector div
{
	float: left;
	width: 10px;
	height: 10px;
	background: #CBCBCB;
	margin-right: 5px;
	cursor: pointer;
	box-shadow: 2px 2px 2px #3D3D3D;
	color: #000000;
	padding: 5px;
	text-align: center;
	font-size: 10px;
}

.home-slider .imageSelector div.active
{
	background: #DB261C;
	color: #CBCBCB;
	box-shadow: 1px 1px 1px #3D3D3D;
}

.moduleInner
{
	padding: 10px;
	background: #B5B4B4;
}

.moduleContent
{
	background: #CBCBCB; 
	padding: 10px;
	border: 1px solid #212121;
	box-shadow: 2px 2px 1px #3D3D3D;
}

.moduleContent h2,
.moduleContent h3
{
	padding: 5px;
}

.moduleContent p,
.moduleContent ul li
{
	text-align: justify;
	padding: 5px;
}

img.moduleImage
{
	width: 293px;
}

div.input
{
	padding: 10px;
	background: #FEFEFF;
	border: 1px solid #114F76;
	box-shadow: 2px 2px 1px #374047;
	width: 80%;
}

div.input.error
{
	border: 2px solid #FF0000;
}

label.contacts
{
	font-size: 16px;
	padding: 10px 0 5px 10px;
	display: block;
}

select.contacts,
input.contacts,
textarea.contacts
{
	border: none;
	background: none;
	width: 100%;
}

.left, 
.right
{
	width: 47%;
	padding: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}



/* Gallery */

ul.imageSlider
{
	height: 380px;
	overflow: hidden;
}

ul.imageSlider li
{
	display: none;
	position: relative;
	height: 380px;
	/*text-align: center;*/
	overflow: hidden;
	vertical-align: middle;
	line-height: 400px;
	display: none;
}

ul.imageSlider img
{
	width: 100%;
	cursor: pointer;
	vertical-align: middle;
}

ul.imageSlider div
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 759px;
	background: #212121;
	text-align: left;
	font-size: 20px;
	line-height: 25px;
	padding: 5px 20px;
	opacity: 0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
	color: #FFFFFF;
	font-style: italic;
	font-family: Book Antiqua;
}

div.galleryUI
{
	height: 180px;
	padding: 0 0 20px 0;
}

.arrow
{
	background: url('../images/sidebar-bg.png');
	width: 30px;
	margin-top: 20px;
}

.arrow a.prev,
.arrow a.prev:link,
.arrow a.prev:visited
{
	display: block;
	width: 30px;
	height: 150px;
	background: url('../images/left-arrow.png') center center no-repeat;
}

.arrow a.prev:hover,
.arrow a.prev:active
{
	background: url('../images/left-arrow-red.png') center center no-repeat;
}

.arrow a.next,
.arrow a.next:link,
.arrow a.next:visited
{
	display: block;
	width: 30px;
	height: 150px;
	background: url('../images/right-arrow.png') center center no-repeat;
}

.arrow a.next:hover,
.arrow a.next:active
{
	background: url('../images/right-arrow-red.png') center center no-repeat;
}

div.imageDialog .arrow
{
	position: absolute;
	top: 225px;
	height: 150px;
}

div.imageDialog .pArrow
{
	left: 20px;
}

div.imageDialog .nArrow
{
	right: 20px;
}

div.imageDialog .image
{
	width: 800px;
	height: 600px;
	overflow: hidden;
	line-height: 600px;
}

div.imageDialog img
{
	width: 800px;
	vertical-align: middle;
}

div.galleryHolder
{
	height: 180px;
	position: relative;
	overflow: hidden;
}

div.gallery 
{
	height: 180px;
	position: absolute;
	top: 10px;
	left: 0;
}

div.gallery img
{
	margin: 10px 7px 10px 0;
}

div.gallery img,
div.galleryUI .arrow
{
	cursor: pointer;
	height: 150px;
	padding: 0;
	border-top: 2px solid #BCBCBC;
	border-left: 2px solid #BCBCBC;
	border-right: 2px solid #212121;
	border-bottom: 2px solid #212121;
	box-shadow: 2px 2px 1px #3D3D3D;
}

img.smallImage
{
	width: 120px;
}

img.listImage
{
	width: 200px;
	float: left;
	margin-right: 10px;
	border-top: 2px solid #BCBCBC;
	border-left: 2px solid #BCBCBC;
	border-right: 2px solid #212121;
	border-bottom: 2px solid #212121;
	box-shadow: 2px 2px 1px #3D3D3D;
}

/* Footer */

div.footer
{
	position: relative;
}

.footer .bottom
{
	margin: auto;
	width: 1200px;
	height: 50px;
}

.footer .bottom p
{
	padding: 0 10px;
	text-align: right;
	clear: both;
	color: #FFFFFF;
}

#footer-gallery
{
	background: #FFFFFF;
	padding: 5px 0;
	height: 150px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#footer-gallery ul
{
	height: 150px;
	position: absolute;
	top: 5px;
	left: 0;
	overflow: hidden;
}

#footer-gallery li
{
	float: left;
}

#footer-gallery li a
{
	display: block;
	height: 150px;
}

#footer-gallery li a img
{
	height: 150px;
}

#footer-gallery li a:link img.truecolor,
#footer-gallery li a:visited img.truecolor
{
	display: none;
}

#footer-gallery li a:hover img.grayscale,
#footer-gallery li a:active img.grayscale
{
	display: none;
}

#footer-gallery li a:hover img.truecolor,
#footer-gallery li a:active img.truecolor
{
	display: block;
}

.footer .footerMenu
{
	padding: 0 10px;
	/*width: 400px;*/
	float: right;
	height: 20px;
}

.footer .footerMenu li
{
	float: left;
	padding-left: 10px;
}

.footer .footerMenu li a
{
	color: #FFFFFF;
}

.footer .footerMenu li ul
{
	display: none;
}

.footer .bottom p.ilweb
{
	font-size: 10px;
}

/* Admin UI  */

.ui-widget-header
{
	color: #FFFFFF;
}

.left table,
.right table,
table.full
{
	width: 100%;
	border: 1px dashed #AAAAAA;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.4;
}

table tr.odd td, 
table tr.odd th, 
li.odd
{
	background: #EDF9D1;
}

table tr.even td,
table tr.even th, 
li.even
{
	background: #E2E2EE;
}

table tr.highlight td
{
	background: #EEFC5A;
}

table tr th,
table tr td
{
	text-align: left;
	padding-left: 5px;
}

table tr.line
{
	border-bottom: 1px dashed #006C58;
}

table tr.line th
{
	width: 35%;
}

input.textbox,
input.number,
input.date
{
	background: #FFFFFF;
	border: 1px solid #212121;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 1px;
}

input.textbox
{
	width: 75%;
}

input.number
{
	width: 14%;
}

input.time,
input.time1,
input.address
{
	width: 20%;
}

input.invalid,
input.invalid1,
select.invalid,
select.invalid1
{
	background: #FF7777;
	color: #007700;
	font-weight: bold;
}

li.half
{
	float: left;
	width: 50%;
	text-align: left;
}

input.requiredFlag
{
	border: 1px solid #DB261C;
}

span.requiredMark
{
	color: #DB261C;
	font-size: 14px;
	cursor: help;
}

.dialog
{
	display: none;
}

.red,
.RED
{
	color: #DB261C;
}

.blue
{
	color: #1C94C4;
}

@media print
{
	body
	{
		background: #EEEEEE; 
	}

	.menu,
	.user,
	h1
	{
		display: none;
	}
}