* { margin: 0; padding: 0; }

body {
	background: #fff url('../images/bg.gif') left top repeat-x;
	text-align: center;
}

body, table, input, textarea, select, option {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1a171b;
}

img { border: none; }
hr { display: none; }
a { color: #6d1e7e; outline: none; text-decoration: none; }
a:hover { color: #093f4e; }

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #ffbd00;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 33px;
}
	h1 a {}

h2 {}
h3 {}
h4 {}

p {}
p, li {}

label {}
select {}
option { padding-right: 7px; }
button {}

table {}
th, td {}
th {}
td {}

table caption {}

legend {
	display: none;
}

.clearer {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

	.top {
		width: 950px;
		height: 41px;
	}
	
		/* SELECT LANGUAGE */
	
		ul.langs {
			float: left;
			display: inline;
			margin: 15px 0 0 30px;
			list-style: none;
		}
		
			ul.langs li {
				display: inline;
			}
			
		/* TOP NAVIGATION */
			
		ul.topNavigation {
			float: right;
			display: inline;
			margin: 14px 30px 0 0;
			list-style: none;
		}
		
			ul.topNavigation li {
				float: left;
				display: inline;
				line-height: 14px;
				font: normal 11px Georgia, "Times New Roman", Times, serif;
			}
			
				ul.topNavigation li a {
					color: #4a70df;
					float: left;
					height: 14px;
					margin-left: 14px;
					padding: 0 0 1px 20px;
					background-position: 0 1px;
					background-repeat: no-repeat;
				}
				
					a.tnHome		{ background-image: url('../images/iconHome.gif'); }
					a.tnSitemap		{ background-image: url('../images/iconSitemap.gif'); }
					a.tnNewsletter	{ background-image: url('../images/iconNewsletter.gif'); }
					a.tnContact		{ background-image: url('../images/iconContact.gif'); }
					a.tnPrint		{ background-image: url('../images/printer.gif'); }
					
				ul.topNavigation li a:hover {
					color: #000;
				}
				
	.content {
		width: 950px;
		float: left;
		background: #fff url('../images/bgTop.jpg') center top no-repeat;
	}
	
		/* MAIN NAVIGATION */
		
		.mainNavigation {
			width: 890px;
			height: 49px;
			margin-top: 10px;
			float: left;
		}
		
			.mainNavigation ul {
				margin: 11px 0 0 72px;
				text-align: center;
				list-style: none;
				text-transform: uppercase;
			}
			
				.mainNavigation ul li {
					float: left;
					display: inline;
					margin: 0 5px;
					font: bold 12px/27px Georgia, "Times New Roman", Times, serif;
				}
				
					.mainNavigation ul li a {
						color: #4a70df;
						float: left;
						display: inline;
						padding-right: 10px;
						cursor: pointer;
					}
					
						.mainNavigation ul li a span {
							height: 27px;
							float: left;
							display: inline;
							padding-left: 10px;
						}
						
					.mainNavigation ul li a.active,
					.mainNavigation ul li a:hover {
						color: #fff;
						text-decoration: none;
						background: url('../images/bgNavItemRight.gif') right top no-repeat;
					}
					
						.mainNavigation ul li a.active span,
						.mainNavigation ul li a:hover span {
							background: url('../images/bgNavItemLeft.gif') left top no-repeat;				
						}
						
		/* HOME HEADER */
		
		.homeHeader {
			width: 890px;
			float: left;
			display: inline;
			margin: 10px 30px 0 30px;
		}
		
			.chicosem {
				width: 200px;
				float: left;
				display: inline;
				margin: 30px 0 0 25px;
			}
			
			.homeHeaderIntroText {
				width: 440px;
				float: left;
				display: inline;
				margin: 30px 0 0 30px;
			}
			
			.homeHeaderIntroText p {
				margin-top: 20px;
				font: normal 13px/17px Georgia, "Times New Roman", Times, serif;
				color: #757b8a;
			}
			
			.homeHeaderIntroText a {
				color: #4a70df;
				text-decoration: underline;
			}
			
				.homeHeaderIntroText a:hover {
					color: #4a70df;
					text-decoration: none;
				}
			
		/* HOME NEWS */
		
		.contentContainer {
			width: 840px;
			float: left;
			display: inline;
			margin-top: 18px;
			padding: 0 55px 24px;
			/*margin: 20px 55px 0 55px;
			background: url('../images/separator.gif') center top no-repeat;*/
			background: url('../images/bgBottom.jpg') center bottom no-repeat;
		}
		
			.contentContainer a {
				color: #4a70df;
			}
			
				.homeNews a:hover {
					color: #093f4e;
				}
		
			.separator {
				display: block;
			}
		
			.sideCol {
				width: 200px;
				float: left;
				display: inline;
				font-size: 11px;
				color: #757b8a;
				background: none;
			}
			
			.sideCol span{
				font-style: italic;
				display: block;
				margin: 0 0 10px 0;
			}
			.contentFromEditor span{
				font-style: italic;
				color: #ccc;
			}
			
				/* SIDE COLUMN NAVIGATION */
			
				ul.sideColNavigation {
					list-style: none;
					margin-top: 39px;
				}
				
					ul.sideColNavigation li {
						font: normal 12px/31px Georgia, "Times New Roman", Times, serif;
					}
					
						ul.sideColNavigation li a {
							width: 170px;
							display: block;
							padding-left: 30px;
							background: url('../images/bgSideColNav.gif') left bottom no-repeat;
						}
						
							ul.sideColNavigation li a.active {
								font-weight: bold;
								background: url('../images/bgSideColNavActive.gif') left bottom no-repeat;
							}
						
						ul.sideColNavigation li a:hover {
							color: #093f4e;
						}
				ul.sideColNavigation li ul{
					margin-left: 50px;
				}
				ul.sideColNavigation li ul li{
					list-style-type: square;
					line-height:24px;
				}
				ul.sideColNavigation li ul li a{
					padding: 0;
					width: auto;
				}
						
				img.sideColImg {
					padding: 5px;
					background: #fff;
					border: 1px solid #d5d7dc;
					display: block;
				}
				
				a.pdfDownload {
					display: block;
					margin-top: 18px;
					height: 16px;
					line-height: 16px;
					padding-left: 24px;
					font-weight: bold;
					background: url('../images/iconPdf.gif') left center no-repeat;
				}
				
				a.pdfDownload:hover {
					color: #093f4e;
				}
				
			.centerCol {
				width: 380px;
				float: left;
				display: inline;
				margin: 0 30px;
				padding-bottom: 10px;
			}
			
				/* BREADCRUMBS */
				
				p.breadcrumbs {
					color: #757b8a;
					font-size: 11px;
					margin: 10px 0 3px;
				}
				
					p.breadcrumbs a {
						color: #757b8a;
					}
					
					p.breadcrumbs a:hover {
						color: #4a70df;
					}
					
				/* PAGES */
				
				.pages {
					margin-top: 18px;
					font-size: 11px;
					background: url('../images/dotGrey.gif') repeat-x;
				}
				
					.pages.pTop {
						padding-bottom: 8px;
						background-position: left bottom;
					}
					
					.pages.pBottom {
						padding-top: 8px;
						background-position: left top;
					}
					
					.pages a {
						padding: 1px 5px;
					}
					
						.pages a:hover {
							color: #fff;
							background: #4A70DF;
						}
					
				/* HOME NEWS ITEM */
			
				.homeNewsItem {
					width: 380px;
					float: left;
					padding-bottom: 16px;
					position: relative;
					background: url('../images/dotGrey.gif') left bottom repeat-x;
					color: #093f4e;
				}
				
					a.readMore {
						color: #ffbd00;
						font-weight: bold;
						position: absolute;
						bottom: 10px;
						left: 0;
					}
										
						a.readMore:hover {
							color: #093f4e;
						}
				
					a.readMore2 {
						color: #ffbd00;
						font-weight: bold;
					}
										
						a.readMore2:hover {
							color: #093f4e;
						}
						
					.homeNewsItem img {
						float: right;
						clear: right;
						margin: 10px 0 8px 10px;
					}
			
				.contentContainer h2 {
					font-size: 18px;
					font-weight: normal;
					margin-top: 19px;
					color: #000;
				}
				
				.contentContainer h3 {
					color: #4a70df;
					font: bold 12px Arial, Helvetica, sans-serif;
					margin-top: 12px;
				}
				
				/* CONTENT FROM EDITOR */
				
				.contentFromEditor {
					line-height: 18px;
				}
				
					.contentFromEditor a:hover {
						color: #093f4e;
					}
				
					.contentFromEditor p,
					.contentFromEditor ul {
						margin-top: 18px;
					}
					
					.contentFromEditor ul {
						margin-left: 30px;
					}
					
					.contentFromEditor table,
					.contentFromEditor tr,
					.contentFromEditor th,
					.contentFromEditor td {
						font-size: 11px;
						border: none;
						padding: 0;
					}
					
						.contentFromEditor td {
							padding: 6px 8px 6px 0;
							/*background: #EDF0FF;*/
							border-bottom: 1px solid #D5D7DC;
							vertical-align: top;
						}
						
						.contentFromEditor td strong {
							font-size: 12px;
						}
					
					.galleryItem {
						width: 96px;
						height: 96px;
						float: left;
						display: inline;
						margin: 8px 8px 0 0;
						text-align: center;
						background: #EDF0FF;
						overflow: hidden;
					}
					
						.last {
							margin-right: 0;
						}
					
				/* CONTACT FORM */
				
				.contactForm {
					margin-top: 18px;
					background: url('../images/dotGrey.gif') left top repeat-x;
					border: none;
				}
				
					.contactForm p {
						width: 380px;
						float: left;
						padding: 8px 0;
						background: url('../images/dotGrey.gif') left bottom repeat-x;
					}
					
						.formLabel {
							width: 111px;
							float: left;
							color: #757b8a;
							font-size: 11px;
							padding-top: 4px;
						}
						
							.formError .formLabel {
								color: #4A70DF;
								font-weight: bold;
							}
						
						.textfield,
						.textareaField {
							width: 261px;
							float: left;
							padding: 3px;
							border: 1px solid #C3D0F4;
						}
						
						.textareaField {
							height: 92px;
						}
						
							.formError .textField,
							.formErrot .textareaField {
								border-color: #4A70DF;
							}
							
							.formError em {
								float: left;
								display: block;
								padding: 3px 0 0 111px;
								font-style: normal;
								font-size: 11px;
								color: #4A70DF;
							}
						
				p.noBorder {
					padding: 8px 0 0 111px;
				}
				
					p.noBorder button,
					p.noBorder em {
						float: left;
						display: inline;
						margin-right: 10px;
					}
					
					p.noBorder em {
						font-size: 11px;
						font-style: normal;
						padding-top: 3px;
					}
					
				div.formNote p {
					margin-top: 18px;
				}
					
				/* SITEMAP */
				
				ul.siteMap {
					line-height: 21px;
					margin-top: 18px;
					font-weight: bold;
					list-style: none;
				}
				
					ul.siteMap li ul {
						list-style: none;
						margin: 0 0 0 22px;
						font-weight: normal;
						font-size: 11px;
						background: none;
					}
					
						ul.siteMap li ul li a {
							color: #000;
						}
						
						ul.siteMap li ul li ul li a {
							color: #757b8a;
						}
						
					ul.siteMap a {
						background: #fff;
					}
						
					ul.siteMap a:hover {
						text-decoration: underline;
					}
				
				/* SIDE LIST */
						
				ul.sideList {
					list-style: none;
					margin-top: 12px;
				}
				
					ul.sideList li {
						font-size: 11px;
						line-height: 14px;
					}
					
						ul.sideList li h3,
						ul.sideList li a {
							width: 200px;
							display: block;
							background: url('../images/dotGrey.gif') left bottom repeat-x;
							padding: 7px 0;
						}
						
						ul.sideList li h3 {
							color: #000;
							line-height: 25px;
							margin-top: 0;
						}
						
							ul.sideList li h3 a {
								color: #000;
								background: none;
								padding: 4px 0;
							}
							
						ul.sideList li a:hover {
							color: #093f4e;
						}
						
						ul.sideList li ul li{
							list-style: none;
						}
						
						ul.sideList li ul.colapsible{
							display: none;
						}
					
				.moreNews {
					font-size: 12px;
					font-weight: bold;
					margin-top: 12px;
				}
				
	/* FOOTER */
	
	.footer {
		width: 840px;
		float: left;
		padding: 12px 55px;
		position: relative;
		font-size: 11px;
		color: #757b8a;
	}
	
		.footer a {
			color: #757b8a;
		}
		
			.footer a:hover {
				color: #000;
			}
			
		.socofi {
			position: absolute;
			right: 55px;
		}