
/* ----- LAYOUT ----- */

* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff;
	min-width: 1020px;
}
body {
	color: #4c4c4c;
 	font-size: 12px;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif; 
}

a {
	color: #4c4c4c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}


th, td {
	padding: 0 10px 0 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}





/* ----- CONTAINER ----- */

#BgContainer {
	background: #dadada;
	margin-top: -15px;
	position: relative;
	z-index: 1;
}
#Container { 
	width: 1020px;
	margin: 0 auto; 
	padding-bottom: 15px;
	background: url(../images/bg_main.png) repeat-y;
	position: relative;
	z-index: 1;
}
.homepageContainer {
	padding-bottom: 0 !important;
}
#Layout {
	width: 960px;
	clear: both;
	margin: 15px auto;
	min-height: 400px;
}
.homepageLayout {
	margin-bottom: 0 !important;
}
#Content {
	width: 610px;
	padding: 0 70px 30px 10px;
	float: right; 	
	margin: 0;
	text-align: left;
}


.pageContent {
	width: 550px !important;
	padding-right: 130px !important;
}
.pageContent p {
	margin-bottom: 15px !important;
}
.pageContent h2 {
	padding-top: 17px !important;
	margin-bottom: 5px !important;
}
.pageContent h3 {
	padding-top: 10px;
}


/* ----- HEADER ----- */

#HeaderContainer {
	height: 131px;
	border-bottom: solid 6px #ffa200;
	position: relative;
	z-index: 2;
}
#Header { 
 	width: 960px; 
	height: 135px;
 	margin: 0 auto;
	background: #d7083b;
	border-top: solid 2px #002e5f;
	position: relative;
	z-index: 2;
}
 	#Header #PageTitle { 
		font-size: 24px; 
		font-weight: bold;
		color: #000;
		height: 70px;
		width: 190px;
		display: block;
		margin: 31px 0 0 25px;
	}
	#Header #LogoHead {
		width: 240px;
		height: 130px;
		float: left;
		background: #002e5f;
	}
	
	/* -- SEARCH -- */
	
	#Header #Search {
		position: absolute;
		top: 7px;
		right: 9px;
		width: 185px;
	}
		#Header #Search .text {
			padding: 0 0 0 8px;
			width: 177px;
		}
		#Header #Search input {
			float: left;
		}
		#Header #SearchInput {
			background: none repeat scroll 0 0 transparent;
			border: solid 1px #eb849d;
			color: #fff;
			height: 24px;
			line-height: 24px;
			padding: 0 5px;
		}
		#Header #Search input.submit {
			float: right;
			background: url(../images/icons/sherlock.png) center center no-repeat transparent;
			border: none;
			height: 25px;
			width: 20px;
			cursor: pointer;
			position: absolute;
			top: 0;
			right: 9px;
		}

	/* -- NAVIGATION -- */

	#Header #Navigation {
		width: 525px;
		float: left;
		position: absolute;
		bottom: 0;
		left: 240px;
		height: 36px;
	}
		#Header #Navigation ul.mainMenu { 
			position: relative;
		}
		#Header #Navigation li.liMainMenu { 
			list-style: none; 
			margin: 0; 
			float: left;
			display: block;
			position: relative;
		}
		#Header #Navigation a.aMainMenu { 
			text-decoration: none;
			display: block; 
			padding: 0 11px;
			margin: 0 4px 0 0;
			height: 30px;
			line-height: 30px;
			font-size: 14px;
			color: #ffffff;
		}
		#Header #Navigation li.liMainMenu:hover a.aMainMenu {
			background: #FFA200;
		}
		#Header #Navigation li.liMainMenu:hover a.aMainMenu,  
		#Header #Navigation a.aMainMenu.current,
		#Header #Navigation a.aMainMenu.section { 
			border-bottom: solid 6px #fff;
		}
		
		/* -- SUB MENU -- */
		
		#Header #Navigation li.liMainMenu:hover .subMenu1Holder {
			display: block;
		}
		#Header #Navigation .subMenu1Holder {
			background: url(../images/bg_subMenu1.jpg) top left #fff no-repeat;
			display: none;
			position: absolute;
			top: 30px;
			left: -1px;
			z-index: 1;
			width: 200px;
		}
		#Header #Navigation ul.subMenu1 { 
			list-style: none;
			width: 200px;
			border-bottom: solid 1px #002e5f;
			border-left: solid 1px #002e5f;
			border-right: solid 1px #002e5f;
			margin-top: 6px;
			padding-top: 10px;
		}
		#Header #Navigation li.liSubMenu1 {
		
		}
		#Header #Navigation a.aSubMenu1 {
			display: block;
			color: #113c6a;
			padding: 3px 10px 7px 10px;
			text-decoration: none;
			margin-bottom: 5px;
			font-size: 13px;
			border-bottom: solid 1px #b2c0cf;
		}
		#Header #Navigation a.aSubMenu1.last {
			border-bottom: none;
			margin-bottom: 0;
		}
		#Header #Navigation a.aSubMenu1:hover, 
		#Header #Navigation a.aSubMenu1.current,
		#Header #Navigation a.aSubMenu1.section {
			border-bottom: solid 6px #FFA200;
			padding: 3px 10px 2px 10px;
		}
	
	#Header .drawSearchBoxHead {
		width: 225px;
		height: 36px;
		cursor: pointer;
	}
		#Header .drawSearchBoxHead .title {
			height: 30px;
			background: #002e5f;
			padding: 0 10px;
			line-height: 30px;
		}
		
	#Header .drawSearchBoxContainer {
		width: 225px;
		position: absolute;
		z-index: 4;
		top: 99px;
		right: -30px;
		color: #fff;
	}	
	#Header .drawSearchBoxContainer .body {
		height: 175px;
		width: 225px;
		position: relative;
		z-index: 4;
		top: 0;
		left: 0;
		background: #002e5f;
	}
			#Header .drawSearchBoxContainer .body .icons {
				background: url(../images/Draw_icons.png) no-repeat;
				height: 91px;
				width: 21px;
				float: left;
				margin: 17px 10px 0 10px;
			}
			#Header .drawSearchBoxContainer .body .floatleft {
				padding: 14px 10px 20px 0;
			}
			#Header .drawSearchBoxContainer .body .show {
				float: left;
				width: 225px;
				height: 33px;
				color: #012146;
				font-size: 14px;
				line-height: 33px;
				background: #ffa200;
				position: relative;
			}
			#Header .drawSearchBoxContainer .body .drawWidgetSubmit {
				border: none !important;
				background: url(../images/icons/arrow_draw.gif) top right no-repeat;
				height: 33px;
				width: 225px;
				cursor: pointer;
				text-align: left;
				padding-left: 10px;
			}

	
/* ----- BREADCRUMBS ----- */

#Breadcrumbs { 
 	color: #979797;
	font-size: 10px; 
	border-bottom: solid 1px #dcdcdc;
	padding: 3px 23px;
	margin-bottom: 17px;
}
	#Breadcrumbs p {
		margin: 0;
		font-size: 10px; 
	}
	#Breadcrumbs a {
		color: #979797 !important;
	}


/* ----- HOMEPAGE ----- */

#HomepageFeature {
	height: 320px;
}

#TextFeature {
	position: absolute;
	top: 0;
	left: 0;
}

#TextFeature a.item {
	display: block;
	background: url(../images/blue_transparent.png);
	height: 76px;
	width: 180px;
	margin: 0 0 1px 30px;
	padding: 30px 30px 0 30px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border-bottom: none !important;
	overflow: hidden;
}
	#TextFeature a.item p {
		height: 20px;
		overflow: hidden;
		white-space:nowrap;
		text-overflow: ellipsis;
	}
	#TextFeature a.item:hover {
		background: url(../images/orange_transparent.png);
		width: 685px;
		margin-left: 0;
		padding-left: 60px;
		border-right: solid 6px #fff; 
	}
	#TextFeature a.item:hover p {
		text-overflow: inherit;
		overflow: visible;
	}
	#TextFeature a.item h1 {
		color: #fff !important;
		margin-bottom: 5px !important;
	}
	

.boxContainer {
	height: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
	.boxContainer .bluebox {
		background: #c9d3dd;
		color: #284f78;
		float: left;
		margin-bottom: -2000px;
		min-height: 225px;
		padding: 30px 30px 2000px 30px;
		width: 180px;
		line-height: 110%;
	}
	.boxContainer .bluebox img {
		margin-bottom: 20px;
	}
	.boxContainer .bluebox a {
		color: #284f78;
		border-bottom: 1px solid #284f78;
		text-decoration: none;
	}	
	
	.boxContainer .box {
		float: left;
		margin-bottom: -2000px;
		min-height: 220px;
		padding: 22px 30px 2000px 30px;
		width: 180px;
		margin-top: 9px;
		color: #4c4c4c;
	}
		.boxContainer .box a {
			color: #4c4c4c;
		}
		.boxContainer .box:hover {
			background: #e5eaef;
			border-top: solid 8px #002e5f; 
			margin-top: 1px !important;
		}
		.boxContainer .box h1 {
			margin-bottom: 30px;
		}
		.boxContainer .box ul.quicklinks {
			list-style-image: url(../images/icons/arrow_small.png);
		}
			.boxContainer .box ul.quicklinks li {
				padding: 0 0 3px 0;
			}
			.boxContainer .box ul.quicklinks li a {
				color: #000036;
				border-bottom: none;
 			    text-decoration: none;
			}
			.boxContainer .box ul.quicklinks li a:hover {
				border-bottom: 1px solid #000036;
 			    text-decoration: none;
			}
			
		.boxContainer .box .newsItem {
			background: url(../images/icons/news_item.png) top left no-repeat;
			margin-bottom: 16px;
			padding-left: 25px;
		}
		.boxContainer .box .newsItem a {
			color: #000036;
			font-size: 14px;
			border-bottom: none;
		}
		.boxContainer .box .newsItem a:hover {
			border-bottom: 1px solid #000036;
			text-decoration: none;
		}
		
		
	.boxContainer .aboutBox {
		line-height: 165%;
	}
	.boxContainer .quicklinksBox {
		line-height: 160%;
	}


/* ----- SIDEBAR ----- */

#Sidebar { 
 	width: 270px; 
	float: left;
	padding: 0;
	position: relative;
	left: -30px;
	top: -10px;
	line-height: 150%;
}

	ul#Menu2 { 
		margin: 0;
		padding: 0;
	}
	ul#Menu2 li { 
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul#Menu2 li a {
		display: block;
		color: #000036;
		padding: 7px 10px;
		text-decoration: none;
		font-size: 14px;
		margin-left: 48px;
		border-bottom: 1px solid #b2c0cf;
	}
	ul#Menu2 li a.current,
	ul#Menu2 li a.current:hover,
	ul#Menu2 li a.section,
	ul#Menu2 li a:hover {
		cursor: pointer;
		text-decoration: none;
		margin-left: 0;
		padding: 7px 10px 2px 58px;
	}
	ul#Menu2 li a.current,
	ul#Menu2 li a.current:hover,
	ul#Menu2 li a.section {
		border-bottom: solid 6px #d6083b;
	}
	ul#Menu2 li a:hover {
		border-bottom: solid 6px #FFA200 !important;
	}
	ul#Menu2 li ul.sub {
		position: relative;
		padding: 5px 0 0 0;
		margin: 0 0 0 48px;
		border-bottom: 1px solid #b2c0cf;
	}
		ul#Menu2 li ul.sub li {
			padding: 0;
			margin: 0;
		}
		ul#Menu2 li ul.sub li a {
			padding: 3px 10px 3px 15px;
			font-size: 12px;
			border-bottom: none;
			margin: 0 0 5px 10px;
		}
		ul#Menu2 li ul.sub li a.current,
		ul#Menu2 li ul.sub li a.current:hover,
		ul#Menu2 li ul.sub li a:hover {
			background: #ffa200;
			color: #fff;
			border-bottom: none !important;
			padding: 3px 10px 3px 15px;
			margin: 0 0 5px 10px;
		}
		

/* ----- FOOTER ----- */

#FooterContainer {
	border-top: solid 6px #ffa200;
	background: #d9d9d9;
	height: 60px;
	margin-bottom: 45px;
}
#Footer { 
 	clear: both;  
	width: 960px; 
	margin: 0 auto;
	height: 20px;
	padding: 20px 30px;
	background: url(../images/bg_footer.jpg) top left no-repeat;
	position: relative;
	top: -6px;
	left: 0;
}
  	#Footer .links { 
		margin: 5px 0 0 30px;
	}
	#Footer .links a { 
		text-decoration: none;
		font-size: 11px;
		padding: 0 4px;
	}
	#Footer .links a:hover {
		text-decoration: underline;
	}
	#Footer #PlastykLink {
		color: #b4b4b4;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		float: right;
		position: relative;
		bottom: -60px;
		right: 20px;
	}
	#Footer #PlastykLink a {
		width: 64px;
		height: 16px;
		line-height: 16px;
		color: #666666;
		background: url(../images/plastykLogo.gif) top left no-repeat;
		text-decoration: none;
		text-align: left;
		padding-left: 4px;
		display: inline-block;
	}
	
	
/* ----- EVENTS CALENDAR ----- */
	
.eventHolder {
	position: relative;
	color: #4c4c4c;
}
	.eventHolder a {
		color: #4c4c4c;
	}

	.eventHolder .over {
		position: absolute;
		top: 25px;
		right: 25px;
		z-index: 1;
	}
	.eventHolder legend {
		padding: 0 18px;
		font-size: 14px;
		color: #000036;
	}
	.eventHolder th {
		color: #e56100;
		padding: 3px 0 3px 10px;
		width: 65px;
	}
	.eventHolder td {
		padding: 3px 10px;
	}
	
	.expandable {
		overflow: hidden;
		position: relative;
	}
	.expandableInner {
		overflow: hidden;
	}
	.expandable .expandMore, 
	.expandable .expandLess {
		font-size: 12px;
		font-weight: normal;
		cursor: pointer;
		position: absolute;
		bottom: 0px;
		left: 0px;
		border-bottom: solid 1px #ffa200;
	}
	.eventHolder .expandable .expandMore, 
	.eventHolder .expandable .expandLess {
		margin-left: 11px;
	}
	.expandable .expandMore:hover, 
	.expandable .expandLess:hover {
		border-bottom: solid 1px #fff;
	}
	
	
	.eventHolder a[href$=".pdf"],
	.eventHolder a[href$=".PDF"],
	.eventHolder a.pdf,
	.eventHolder a[href$=".doc"],
	.eventHolder a[href$=".docx"],
	.eventHolder a[href$=".DOC"],
	.eventHolder a.doc,
	.eventHolder a[href$=".xls"],
	.eventHolder a[href$=".XLS"],
	.eventHolder a.xls,
	.eventHolder a[href$=".gz"],
	.eventHolder a[href$=".GZ"],
	.eventHolder a[href$=".gzip"],
	.eventHolder a[href$=".GZIP"],
	.eventHolder a[href$=".zip"],
	.eventHolder a[href$=".ZIP"],
	.eventHolder a.archive,
	.eventHolder a[href$=".exe"],
	.eventHolder a[href$=".EXE"],
	.eventHolder a.application {
		padding: 0 !important;
		background: none !important;
		margin-left: 10px;
	}
	.eventHolder .insideTable table {
		max-width: 530px;
	}
	.eventHolder .insideTable table td {
		padding: 2px;
		border-bottom: solid 1px #4c4c4c;
	}
	.eventHolder .insideTable table p {
		margin: 0;
	}
	
	
.calendarWidget {
	width: 230px;
	float: left;
	margin-left: 10px;
	background: url(../images/bg_calendar.jpg) #e3e8ed repeat-x;
	border: solid 1px #d9d9d9;
}
	.calendarWidget h3 {
		margin: 10px 0 10px 15px;
		font-size: 12px;
		color: #000036;
	}
	.calendarWidget .calendarIcons {
		background: url(../images/Calendar_icons.png) no-repeat;
		height: 106px;
		width: 21px;
		margin: 0 6px 0 15px;
	}
	.calendarWidget .calendarRow {
		margin-bottom: 8px;
	}
	.calendarWidget .calendarRow select {
		width: 165px;
		padding: 2px;
		margin-bottom: 0;
	}
	.calendarWidget .calendarRow input.submit {
		background: #83a1bf;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		border: none !important;
		width: 163px;
		padding: 4px 7px;
		text-align: left;
		margin-bottom: 15px;
		cursor: pointer;
	}


.ui-widget-content {
	background: none !important;
}
.ui-datepicker-inline .ui-datepicker-calendar {
	border: 1px solid #ccd6e0 !important;
}
.ui-corner-all {
	border-radius: none !important;
}
.ui-datepicker-calendar {
	background: #fff;
}


.over a {
	padding-left: 20px;
	display: block;
	float: left;
	font-size: 10px;
	line-height: 11px;
	border-bottom: none !important;
}
	a.addToCalendar {
		height: 23px;
		background: url(../images/icons/add_to_calendar.gif) center left no-repeat;
		margin-right: 15px;
	}
	a.printIcon {
		background: url(../images/icons/print.gif) center left no-repeat;
		padding-top: 5px;
		height: 19px;
	}

	
/* ----- NEWS PAGE ----- */


h2.news {
	color: #000036 !important;
	border-bottom: solid 6px #002E5F;
	padding-bottom: 3px;
	margin: 30px 0 10px 0 !important;
}
.viewallContainer {
	margin-top: 50px;
}
a.viewallnews {
	background: #FFA200 !important;
    border-bottom: 6px solid #002E5F !important;
	padding: 3px 5px;
	color: #fff;
	margin-top: 10px;
}
a.viewallnews:hover {
    border-bottom: 6px solid #D7083C !important;
}

/* ----- LADDER PAGE ----- */

table.ladder {
	width: 100%;
}
	table.ladder th {
		padding-top: 10px;
		color: #FFA200;
		font-size: 13px;
		font-weight: normal;
		margin: 5px 0;
	}
	table.ladder th,
	table.ladder td {
		padding: 1px 10px;
		vertical-align: middle;
	}
	
	table.ladder tr.bg {
		background: #FFEDCE;
	}
	
h2.ladderhead {
	color: #000036 !important;
	border-bottom: solid 6px #002E5F;
	padding-bottom: 3px;
	margin: 10px 0 !important;
}

	
/* ----- PAGINATION ----- */

.pagination_controls {
	padding-top: 10px;
	font-size: 12px;
}
.pagination_controls .left {
	float: left;
}
.pagination_controls .pageControls {
	float: right;
	text-align: right;
	max-width: 470px;
}
.pagination_controls .pageControls a, 
.pagination_controls .pageControls strong, 
.pagination_controls .pageControls span {
	display: inline-block;
	border-bottom: 6px solid #002E5F;
	padding: 0px 4px;
	text-align: center;
	text-decoration: none;
	height: 17px;
	line-height: 17px;
}
.pagination_controls .pageControls a {
	color: #000036;
}
.pagination_controls .pageControls strong {
	color: #000036;
	border-bottom: 6px solid #FFA200;
	font-weight: normal;
}
.pagination_controls .pageControls span {
	color: #000036;
	border: none;
}
.pagination_controls .pageControls a:hover {
	color: #000036;
	border-bottom: solid 6px #FFA200;
}