@CHARSET "UTF-8";

html, body{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

a{
	color: #000000;
}

#mainContainer{
	width: 900px;
	margin: auto;
	padding-top: 35px;
}

#IESearchDiv{
	margin-top: 50px;
}

div.leftCol{
	width: 597px;
	float: left;
}

#header .leftCol{
	width: 570px;
	padding-right: 27px;
	background: url(../img/rect_pink.jpg) top right no-repeat;
}

div.rightCol{
	width: 250px;
	float: right;
}

div.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

div.left{
	float: left;
}

div.right{
	float: right;
	text-align: right;
}

.lang{
	text-align: right; 
	margin-top: -3px; 
	margin-bottom: 6px; 
	padding-right: 5px;
}

.lang a{
	font-weight: bold;
}

.lang .active{
	color: #e54796;
	text-decoration: none;
}

img.logo{
	border: none;
}

div.button{
	display: inline;
	height: 16px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	background: url(../img/buttonBg.jpg) repeat-x;
}

.bold{
	font-weight: bold;
}

div.field{
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}

div.fieldTitleRight{
	font-size: 12px;
	width: 230px;
	padding-left: 20px;
	margin-bottom: 30px;
	height: 20px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	background: url(../img/fieldTitleRight.jpg) no-repeat;
	color: #ffffff;
}

div.fieldTitleRightPink{
	background: url(../img/fieldTitleRightPink.jpg) no-repeat;
	color: #ffffff;
}

div.fieldTitle{
	font-size: 12px;
	width: 577px;
	padding-left: 20px;
	margin-bottom: 30px;
	height: 20px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	background: url(../img/fieldTitleLeft.jpg) no-repeat;
	color: #ffffff;
}

div.fieldContent{
	padding: 20px;
}

.newsletterContainer{
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 30px;
	margin-top: -10px;
}

.followUs{
	margin-top: -10px;
}

.newsletterContainer td{
	font-family: Arial;
	font-size: 12px;
}

div.calendar{
	margin-top: -20px;
	margin-left: -20px;
}

#calendarNav{
	width: 250px;
	height: 27px;
	line-height: 27px;
	margin-bottom: 20px;
	font-weight: bold;

}

#calendarPrev{
	width: 6%;
	height: 21px;
	padding-top: 7px;
	padding-left: 21%;
	float: left;
	cursor: pointer;
}

#calendarCurrent{
	width: 45%;
	float: left;
	text-align: center;
}

#calendarNext{
	width: 4%;
	height: 21px;
	padding-top: 7px;
	padding-right: 23%;
	float: right;
	text-align: right;
	cursor: pointer;
}

div.calendarMain{
	width: 218px;
	padding-right: 8px;
	padding-left: 24px;
}

div.calendarField{
	float: left;
	width: 21px;
	height: 16px;
	line-height: 16px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: right;
	font-size: 11px;
	margin: 1px;
	border: 1px solid #d5d3d4;
	background: url(../img/calendarFieldBg.jpg) repeat-x
}

div.calendarHeader{
	height: 20px;
	line-height: 20px;
	padding-top: 0px;
	border: 1px solid #ffffff;
	background: none;
	text-align: center;
	margin-bottom: 5px;
}

div.calendarEmpty{
	background: none;
	border: 1px solid #ffffff;
}

div.hasEvents{
	background: #e3458f;
	color: #ffffff;	
}

div.hasEventsMulti{
	border: 1px solid #a6a6a6;
	background: url(../img/hasEventsMulti.jpg) repeat-x;
	color: #000000;	
}

div.hasEvents a{
	display: block;
	width: 21px;
	height: 16px;
	text-align: right;
	color: #ffffff;
	text-decoration: none;	
}

div.hasEventsMulti a{
	display: block;
	width: 21px;
	height: 16px;
	text-align: right;
	color: #000000;
	text-decoration: none;	
}

div.calendarSubtext{
	margin-top: 20px;
}

div.newsBottom{
	margin-top: 30px;
}

div.more{
	height: 19px;
	line-height: 19px;
	width: 49%;
	float: left;
	font-weight: bold;
}

div.share{
	margin-top: -1px;
	height: 15px;
	line-height: 15px;
	width: 49%;
	float: right;
	font-weight: bold;
	text-align: right;
}

img.shareImg{
	margin-bottom: -4px;
	padding: 0px;
	border: 0px;
}

div.more a{
	color: #000000;
	text-decoration: none;
}

div.more a:hover{
	text-decoration: underline;
}

div.menuContainer{
	margin-top: -10px;
	margin-bottom: 20px;	
}

ul.menu{
	list-style: none;
	padding-left: 0px;
	padding-top: 10px;
}

ul.top{
	margin: 0px;
	padding: 0px;
}

li.menuItem{
	padding-left: 30px;
	height: 20px;
	line-height: 22px;
	overflow: hidden;
	background: #ffffff;
	font-weight: bold;
}

li.menuItem a{
	color: #000000;
}

li.menuItem:hover{
	color: #ffffff;
	background: #e54796;
}

li.menuItem:hover a{
	color: #ffffff;
	text-decoration: none;
}

li.menuItem2{
	padding-left: 45px;
	height: 16px;
	line-height: 16px;
	background: #ffffff;
}

li.menuItem2 a{
	color: #000000;
}

li.menuItem2:hover{
	color: #ffffff;
	background: #e54796;
}

li.menuItem2:hover a{
	color: #ffffff;
	text-decoration: none;
}

li.menuItem3{
	padding-left: 60px;
	height: 16px;
	line-height: 16px;
	background: #ffffff;
}

li.menuItem3 a{
	color: #000000;
}

li.menuItem3:hover{
	color: #ffffff;
	background: #e54796;
}

li.menuItem3:hover a{
	color: #ffffff;
	text-decoration: none;
}

li.active{
	color: #ffffff;
	background: #e54796;
}

li.active a{
	color: #ffffff;
	text-decoration: none;
}

ul.top li.active{
	color: #000000;
	background: #ffffff;
}

ul.top li.active a{
	color: #000000;
	background: #ffffff;
	text-decoration: underline;
}

div.news{
	background: url(../img/borderBottom.jpg) bottom left repeat-x;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

h1{
	font-weight: normal;
	font-family: Times New Roman;
	font-size: 23px;
	line-height: 23px;
	letter-spacing: -1px;
}

div.newsDate{
	margin-bottom: 15px;
}

img.newsImage{

}

img.newsLabel{
	position: relative;
	margin-left: -7px;
	margin-top: -21px;
	margin-bottom: 20px;
}

div.boxes{
	width: 250px;
	float: right;	
}

div.box{
	width: 250px;
	margin-top: 10px;
	margin-bottom: 22px;
}

div.gallery{
	width: 460px;
	margin-left: -11px;
	margin-top: 30px;
}

div.galleryItem{
	width: 81px;
	height: 81px;
	margin-left: 11px;
	margin-bottom: 11px;
	background: #c7c7c7;
	float: left;
}

form.sok{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}

input.topSearch{
	height: 16px;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 20px;
	width: 110px;
	border-style: solid;
	border-width: 1px;
	border-color: #c7c7c7;
	margin-left: 11px;
	margin-right: 11px;
}

form.news{
	padding-left: 10px;
	margin-top: 45px;
	margin-bottom: 20px;
}

input.topNews{
	height: 12px;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	width: 90px;
	border-style: solid;
	border-width: 1px;
	border-color: #c7c7c7;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 5px;
}

.white{
	color: #ffffff;
}

div.newsLinks{
	padding-left: 10px;
}

hr{
	background: #ffffff;
	border: none;
	border-top: 1px dotted #c7c7c7;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.newsSmall{
	margin-bottom: 10px;
}

div.nImgSmall{
	float: left;
}

div.nTextSmall{
	margin-left: 10px;
	float: left;
}

div.newsDateSmall{
	margin-top: 5px;
	margin-bottom: 3px;
}

div#backContainer{
	float: left;
	margin-top: 20px;
	width: 100%;
	text-decoration: underline;
	cursor: pointer;	
}

div#pagination{
	float: right;
	margin-top: 20px;
	width: 369px;
	text-align: center;
}

div#pagesContainer{
	padding: auto;
}

div.paginationItem{
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #c7c7c7;
	background: #ececec;
	margin-left: 3px;
	margin-bottom: 3px;
	float: right;
	text-align: center;	
}

div.paginationItem a{
	text-decoration: none;
}

div.paginationItem a:hover{
	text-decoration: underline;
	font-weight: bold;
}

div.pageActive{
	font-weight: bold;
}

div#footer{
	width: 597px;
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
	background: url(../img/borderBottom.jpg) top left repeat-x;
}

div#footerLogos{
	margin-top: 15px;
}

div#footerLeft{
	width: 30%;
	float: left;
}

div#footerRight{
	width: 67%;
	float: right;
	text-align: left;
	color: #6f6f6f;
}

div#footerRight a{
	color: #6f6f6f;
}


img.footerLogo{
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

.capitalize{
	text-transform: capitalize;
}

.uppercase{
	text-transform: uppercase;
}

.lowercase{
	text-transform: lowercase;
}

div#partners img{
	border: none;
}

.newsRight{
	margin-bottom: 20px;
}

.newsRight a{
	text-decoration: none;
}

.nImgSmallRight{
	width: 76px;
	float: left;
}

.nTextSmallRight{
	float: right;
	width: 164px;
}

.nTextSmallRight p{
	margin: 0px;
	padding: 0px;
}

#archiveNav{
	margin-top: 10px; 
	padding-left: 10px; 
	height: 20px; 
	line-height: 20px; 
	background: url(../img/archiveBg.jpg) repeat-x;
	color: #ffffff;
}

#archiveNav a{
	color: #ffffff;
}

a img{
	border: none;
}
