/* #Reset & Basics 
================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
input, select, textarea, button {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
strong, b {
	font-weight: bold;
}
/* #Typo
================================================== */
@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-Lt';
	src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
	src: url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), 
		 url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), 
		 url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* #Headings
================================================== */
h2 {
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #858585;
	position: relative;
	width: 603px;
	margin-top: 35px;
	padding-bottom: 16px;
	margin-bottom: 29px;
}
h3, h4, h5 {
	font-size: 18px;
	color: #444;
	margin-bottom: 22px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
.ie7 h2, .ie7 h3, .ie7 h4, .ie7 h5, .ie7 h6 {
	font-weight: normal !important;
}
/* #Common Styles
================================================== */
body {
	background: #f2f2f2 url(../images/body.png) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
}
.container {
	width: 940px;
	background: #FFF;
	margin: 0 auto;
}
.logo, .center-name {
	width: 215px;
	height: 61px;
	position: relative;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-top: 25px;
}
.logo span {
	background: url('../images/sprite.png') no-repeat 0 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.center-name {
	width: 279px;
	height: 17px;
	font-size: 14px;
	margin-top: 40px;
	margin-left: 15px;
}
.center-name span {
	background: url('../images/sprite.png') no-repeat -221px 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.search {
	float: right;
	margin-top: 30px;
	padding-bottom: 45px;
}
.ie7 .search, .ie9 .search {
	width: 270px;
}
.ie7 .search ul, .ie9 .search ul {
	float: right;
	width: 245px;
}
.search li {
	float: left;
	padding: 0 7px;
	font-size: 10px;
	text-transform: uppercase;
	border-left: 1px solid #737373;
}
.search li:first-child {
	border-left: 0;
}
.search li a {
	color: #555;
}
.search li a:hover {
	color: #a60f15;
}
.search .form, .search form {
	float: right;
	position: relative;
	margin-top: 10px;
}
.search input[type=text] {
	background: url('../images/sprite.png') no-repeat 0 -79px;
	width: 129px;
	height: 18px;
	border: 0;
	padding: 0 10px;
	padding-right: 20px;
	font-size: 11px;
	color: #8d8d8d;
}
.oldie .search input[type=text] {
	line-height: 18px;
}
.search input[type=submit] {
	background: url('../images/sprite.png') no-repeat -165px -83px;
	width: 11px;
	height: 11px;
	border: 0;
	position: absolute;
	right: 3px;
	top: 4px;
}
.nav {
	height: 30px;
	line-height: 30px;
	background: #b11117;
	font-family: 'Conv_HelveticaNeueLTStd-Lt';
	font-size: 11px;
	text-transform: uppercase;
}
.nav li {
	float: left;
	position: relative;
	letter-spacing: 1px;
}
.oldie .nav li {
	letter-spacing: normal;
}
.nav li:hover {
	background: #850c11;
}
.nav li:first-child {
	margin-left: 8px;
}
.nav li a {
	color: #FFF;
	border-left: 1px solid #ca6f73;
	padding: 0 20px;
}
.nav li:hover a {
	border-left-color: transparent;
}
.nav li:first-child a {
	border-left: 0;
}
.nav ul {
	position: absolute;
	width: 210px;
	top: 30px;
	border: 1px solid #CCC;
	left: 0;
	display: none;
}
.nav li:hover > ul {
	display: block;
}
.nav ul li {
	float: none;
	background: #a60f15;
	border-top: 1px solid #ba6165;
}
.ie7 .nav ul li {
	height: 30px;
}
.nav ul li:first-child {
	margin: 0;
}
.nav ul li a {
	border: 0;
}
.nav ul ul {
	left: 210px;
	top: -2px;
	display: none;
}
.nav ul li:hover > ul {
	display: block;
}
.nav-container {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 27px;
}
.nav-container .left-corner, .nav-container .right-corner, .menu-hover {
	background: url('../images/menu-strip.png') no-repeat 0 0;
	width: 8px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
.nav-container .right-corner {
	background-position: 0 -35px;
	left: auto;
	right: 0;
}
.menu-hover {
	background: url('../images/menu-strip.png') no-repeat 0 -70px !important;
}
.nav-container {
	clear: both;
	display: block;
	float: none;
	position: relative;
	z-index: 99999;
}
.side-column {
	float: left;
	width: 200px;
	background: #edefef url(../images/home-side-column.jpg) repeat-y ;
	padding: 0 20px;
}
.search-program {
	padding-top: 58px;
	padding-bottom: 30px;
}
.side-column h3 {
	text-decoration: none !important;
	border-bottom: 1px solid #c8c9c9;
	padding-bottom: 4px;
	font-size: 14px !important;
	margin-bottom: 0 !important;
}
.search-program p {
	color: #6d6d6d;
	padding-top: 11px;
	line-height: 1.4;
	padding-bottom: 20px;
}
.search-program select {
	width: 100%;
	color: #585858;
	float: left;
	margin-top: 3px;
	margin-bottom: 0;
	border: 1px solid #CCC;
}
.search-program input[type=submit] {
	background: url('../images/sprite.png') no-repeat -76px -107px;
	width: 38px;
	height: 22px;
	float: right;
	border:  0;
	margin-top: 9px;
	font-size: 10px;
}
.side-column .video img {
	border: 1px solid #555;
	margin-top: 15px;
}
.side-column .social-icons {
	border-top: 1px dotted #CCC;
	padding-top: 20px;
	margin-top: 25px;
	color: #7c7d7d;
	padding-bottom: 50px;
}
.side-column .social-icons a {
	width: 24px;
	height: 24px;
	float: right;
}
.side-column .social-icons label {
	float: left;
	margin-top: 5px;
}
.twitter {
	background: url('../images/sprite.png') no-repeat -8px -150px;
	margin-right: 12px;
}
.facebook {
	background: url('../images/sprite.png') no-repeat -44px -150px;
	margin-right: 33px;
}
.footer {
	background: #b11117;
	padding: 10px 0 8px 29px;
	float: left;
	width: 911px;
}
.footer-logo {
	background: url('../images/sprite.png') no-repeat -290px -51px;
	width: 50px;
	height: 68px;
	float:  left;
}
.copyright, .footer ul {
	float: left;
	color: #FFF;
	font-size: 9px;
	text-transform: uppercase;
	margin: 36px 20px 0;
}
.footer ul {
	float: right;
}
.footer ul li {
	float: left;
	padding: 0 14px;
	border-left: 1px solid #CCC;
}
.footer ul li:first-child {
	border-left: 1px solid transparent;
}
.footer ul li a {
	color: #FFF;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.inner-content {
	margin-top: 20px;
}
.inner-main-column {
	width: 680px;
	float: left;
	margin-right: 20px;
}
.breadcrumb {
	overflow: hidden;
	padding-top: 8px;
	background: url(../images/breadcrumb.jpg) repeat-x bottom left;
	margin-top: 9px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
	overflow: hidden;
}
.breadcrumb a {
	color: #363636;
	border-left: 1px solid #c8c8c8;
	padding: 0 7px;
	float: left;
	padding-bottom: 3px;
}
.breadcrumb a:first-child {
	border-left: 0;
	padding-left: 0;
}
.breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}

.breadcrumb .home_icon {
	background: url('../images/sprite.png') no-repeat -99px -156px;
	width: 12px;
	height: 11px;
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}
.breadcrumb a:hover .home_icon {
	background-position: -116px -156px;
}
.page-actions {
	position: absolute;
	top: 22px;
	right: -70px;
}
.page-actions .pdf, .page-actions .print {
	width: 12px;
	height: 12px;
	background: url(../images/header-icons.jpg) no-repeat -10px -6px;
	float: left;
	margin-right: 5px;
}
.page-actions .print {
	width: 14px;
	background-position: -27px -6px;
}
.page-actions .mail {
	width: 14px;
	height: 9px;
	background: url(../images/header-icons.jpg) no-repeat -45px -7px;
	float: left;
}
.inner-main-column {line-height: 1.4em;}
.inner-main-column div.text-block, .inner-main-column p.text-block {
	
	color: #363636;
	text-align: justify;
	padding-bottom: 40px;
}
.inner-main-column div.text-block img {
	float: right;
	border: 1px solid #e9e9e9;
}
.inner-main-column div.text-block p {
	float: left;
	width: 72%;
}
.inner-main-column div.text-block a {
	color: #3ba0bc;
}
.inner-main-column div.text-block a:hover {
	text-decoration: underline;
}
ul.bullet {
	margin-top: 20px;
	margin-bottom: 40px;
}
ul.bullet li ul.bullet {
	margin: 0;
}
.inner-main-column div.text-block ul {
	margin-bottom: 0px;
}
.inner-main-column h3 +  ul.bullet,
.inner-main-column h4 +  ul.bullet,
.inner-main-column h5 + ul.bullet,
.inner-main-column div.text-block ul.bullet
{
	margin-top: 0;
}
ul.bullet li {
	margin: 5px 0;
	text-align: justify;
	overflow: hidden;
}
ul.bullet li span.icon {
	width: 3px;
	height: 3px;
	background: #a60f15;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}
ul.bullet li div.text {
	float: left;
	width: 95%;
}
.inner-main-column table {
	border: 1px solid #f2f2f2;
	margin-bottom: 40px;
}
.inner-main-column table th {
	background: #e6e6e6;
	text-align: left;
	padding: 8px 15px;
	font-weight: bold;
	border-left: #FFF 1px solid;
}
.inner-main-column table td {
	padding: 8px 15px;
	border-left: #FFF 1px solid;
}
.inner-main-column table th:first-child, .inner-main-column table td:first-child {
	border-left: 0;
}
.side-menu {
	float: left;
	width: 170px;
}
.side-menu li {
	border-bottom: 1px solid #eae9e6;
	font-size: 13px;
}
.side-menu li a {
	padding: 13px 0;
	float: left;
	width: 100%;
	color: #444;
}
.side-menu li:first-child a {
	padding-top: 0 !important;
}
.side-menu li a:hover, .side-menu li.current a {
	color: #a60f15;
}
.center-column {
	border-left: 1px solid #eae9e6;
	padding-left: 20px;
	float: left;
	margin-left: 15px;
	width: 473px;
}
.center-column div.text-block p {
	width: 290px !important;
}
/*.inner-main-column p.text-block span.no-img {
	float: none;
	width: auto;
}*/
/* #Pages Styles
================================================== */
/* homePage*/
.main-slider .slider-mask {
	background: #b11117 url(../images/mask-corner.jpg) no-repeat bottom right;
	position: absolute;
	width: 324px;
	top: -1px;
	right: -1px;
	height: 284px;
	z-index: 1;
	padding-left: 23px;
	padding-right: 16px;
	color: #FFF
}
/* FIREFOX Hack */
@-moz-document url-prefix() {
 .main-slider {
 height: 282px;
}
}
.ie7 .main-slider {
 height: 282px;
}
.slider-corner {
	position: absolute;
	background: url('../images/slider-corner.png') no-repeat 0 0;
	width: 17px;
	height: 17px;
	bottom: -1px;
	left: -1px;
	z-index: 10;
}
.main-slider .slider-mask h3 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #c76f72;
	margin-top: 29px;
	padding-bottom: 17px;
	color: #FFF;
}
.main-slider .slider-mask p {
	font-size: 13px;
	margin-top: 15px;
	line-height: 1.5em;
}
.main-slider .slider-mask a.more {
	background: url('../images/sprite.png') no-repeat -192px -82px;
	width: 13px;
	height: 12px;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 15px;
	line-height: 13px;
	margin-top: 10px;
	color: #FFF;
}
.home-content {
	margin-top: 20px;
}
.home-content .main-column {
	background: #f2f2f2 ;
	padding: 0px 20px 0px 30px;
	width: 650px;
	position: relative;
	float: left;
}
.calendar-column {
	width: 278px;
	float: left;
	margin-top: 20px;
}
.home-content h3 {
	font-size: 17px;
	text-decoration: underline;
	color: #333;
	margin-bottom: 0 !important;
}
.home-content h3 a {
	color: #333;
}
.ie7 .home-content h3 a {
	text-decoration: underline;
}
.home-content h3 a:hover {
	color: #a60f15;
	text-decoration: underline;
}
.calendar-column ul {
	margin-top: 18px;
}
.calendar-column li {
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}
.calendar-column li .date {
	background: #b11117;
	width: 40px;
	height: 38px;
	padding-top: 7px;
	color: #FFF;
	font-size: 20px;
	float: left;
	text-align: center;
}
.calendar-column li .date sub {
	font-size: 10px;
}
.ie7 .calendar-column li .date sub {
	float: left; 
	margin-left: 12px; 
	margin-top: 3px;
}
.calendar-column li .date + div {
	font-size: 12px;
	padding-left: 48px;
	padding-top: 5px;
}
.side-column .calendar-column li .date + div {
	padding-top: 0px !important;
}
.calendar-column li .date + div a {
	color: #333;
	line-height: 1.3em;
}
.calendar-column li .date + div a:hover {
	color: #4294dd;
	text-decoration: underline;
}
.home-content .more, .side-column .calendar-column a.more {
	color: #4294dd;
	margin-top: 15px;
	float: left;
}
.home-content .more:hover, .side-column .calendar-column a.more:hover {
	text-decoration: underline;
}
.home-content .more span.arrow, .side-column .calendar-column a.more span.arrow {
	background: url('../images/sprite.png') no-repeat -168px -109px;
	width: 5px;
	height: 9px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.ie7 .home-content .more  {position: relative; padding-left: 10px;}
.ie7 .home-content .more span.arrow {position: absolute; left: 0;}
.home-content .main-column .corner {
	background: url('../images/sprite.png') no-repeat -140px -109px;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.3em;
}
.home-content .news-area {
	width: 326px;
	float: left;
	margin-left: 45px;
	margin-top: 20px;
}
.home-content .news-area .news-block {
	border-bottom: 1px dotted #CCC;
	padding-top: 28px;
	padding-bottom: 34px; 
}
.home-content .news-area .news-block img  {float: left; width: 140px;}
.home-content .news-area .news-block div {
	margin-left: 155px;
}
.home-content .news-area .news-block div a {
	color: #4294dd;
	font-size: 13px;
	line-height: 1.3em;
}
.home-content .news-area .news-block div a:hover {
	text-decoration: underline;
}
.home-content .news-area .news-block div p {
	margin-top: 15px;
	line-height: 1.3em;
}

/*innerPages*/
.inner-content .search-program {
	padding-top: 35px;
}
.side-column .calendar-column {
	width: auto;
	margin-top: 0;
}
.side-column .calendar-column a.more{
	margin-bottom: 50px;	
}
.side-column .calendar-column ul {
	margin-top: 14px;
}
.side-column .calendar-column li .date + div {
	font-size: 11px;
}
.programs-list {
	padding-bottom: 180px;
}
.programs-list li {
	background: #f2f2f2;
	border-top: 1px solid #CCC;
	padding: 22px 25px;
	margin-top: 30px;
}
.programs-list li:first-child {
	margin-top: 0px;
}
.programs-list li img {
	border: 1px solid #CCC;
	float: left;
}
.programs-list li .details {
	margin-left: 132px;
}
.programs-list li .details h3 {
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: bold;
	color: #555;
}
.programs-list li .details h3 a {
	color: #333;
}
.programs-list li .details p {
	color: #6b6b6b;
	font-size: 11px;
}
.programs-list li .details a.more, .apply-program {
	background: url('../images/sprite.png') no-repeat -9px -206px;
	width: 84px;
	height: 23px;
	color: #FFF;
	font-size: 11px;
	line-height: 23px;
	padding-left: 14px;
	float: left;
	margin-top: 11px;
}
.apply-program {
	text-align: center;
padding-left: 0;
width: 97px;
font-size: 12px;
}
.programs-list li .details a.more:hover, .apply-program:hover {
	background-position: -119px -206px;
}
.faculty-programs h3 {
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	float: left;
}

.letters-list {
	background: url('../images/letters-list.jpg') no-repeat 0 0;
	width: 680px;
	height: 26px;
	float: left;
	line-height: 26px;
}
.letters-list li {
	float: left;
	width: 25px;
	text-align: center;
}
.letters-list li:first-child {
	margin-left: 15px;
}
.letters-list li a {
	color: #555;
}
.letters-list li.disabled a, .letters-list li.disabled a:hover {
	color: #999;
	cursor: default;
}
.letters-list li a:hover, .letters-list li.current a {
	color: #a60f15;
}
.courses-list {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.courses-list li {
	padding: 14px 0px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #EEE;
}
.courses-list li span.arrow{
	background: url('../images/sprite.png') no-repeat -233px -211px;
	width: 7px;
	height: 13px;
	float: right;
	position: absolute;
	right: 27px;
	top: 17px;
}
.courses-list li a {
	color: #4294dd;
	width: 594px;
	float: left;
}
.courses-list li a:hover {
	text-decoration: underline;
}
.back-btn, .apply-btn {
	background: url('../images/sprite.png') no-repeat -10px -240px;
	width: 47px;
	height: 23px;
	line-height: 23px;
	float: right;
	padding-left: 30px;
	color: #FFF;
	font-size: 11px;
}
.back-btn:hover {
	background-position: -111px -240px;
}
.apply-btn {
	background: url('../images/sprite.png') no-repeat -110px -335px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 10px;
}
.apply-btn:hover {
	background-position: -9px -335px;
}
.faculty-programs {
	padding-bottom: 60px;
}
.courses-title {
	background: #f1f1f1;
	float: left;
	width: 655px; 
	padding: 13px 0;
	padding-left: 25px;
	font-size: 12px;
	color: #666;
	margin-top: 29px;
	position: relative;
}
.courses-title label {
	font-weight: bold;
}
.courses-title span.arrow {
	background: url('../images/sprite.png') no-repeat -230px -245px;
	width: 13px;
	height: 7px;
	position: absolute;
	top: 16px;
	right: 25px;
}
.course-name {
	float: left;
	width: 90%;
}
.course-details {
	float: left;
	width: 100%; 
	padding: 5px 0;
	margin-bottom: 30px;
}
.course-details li {
	padding: 7px 0;
}
.course-details li:first-child {
	padding-top: 0;
}
.course-details li label {
	float: left;
	width: 115px;
	color: #585858;
	font-weight: bold;
}
.course-details li span {
	float: left;
	color: #72b5ca;
	width: 430px;
}
.top-links li, .list-links li {
	padding: 2px 0;
}
.top-links li a, .list-links li a {
	color: #58abc3;
}
.top-links li a:hover, .list-links li a:hover {
	text-decoration: underline;
}
.top-links li span.arrow, .list-links li span.arrow {
	background: url('../images/sprite.png') no-repeat -259px -216px;
	width: 3px;
	height: 5px;
	float: left;
	margin-top: 5px;
	margin-right: 7px;
}
.called-block, .underline-block {
	border-bottom: 1px solid #d9d9d9;
	padding: 40px 0;
}
.to-top {
	background: url('../images/sprite.png') no-repeat -10px -282px;
	width: 87px;
	height: 23px;
	float: right;
	color: #FFF;
	line-height: 23px;
	padding-left: 33px;
}

.to-top:hover {
	background-position: -141px -282px;
}
.news li, .search-results li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	color: #444;
	margin-top: 20px;
}
.news li a, .search-results li a {
	color: #a60f15;
	font-size: 13px;
}
.search-statistics {
	font-size: 18px;
	color: #444;
	padding-bottom: 20px;
}
.search-statistics span {
color: #a60f15;
}
.search-results li p {
	padding: 10px 0;
}
.news li a:hover, .search-results li a:hover  {
	text-decoration: underline;
}
.news li .date {
	font-size: 11px; 
	padding-top: 10px;
	padding-bottom: 5px;
}
.pagination {
	text-align: right;
	float: right;
	margin-top: 50px;
	padding-bottom: 100px; 
}
.pagination a, .pagination span {
display: inline-block;
margin-left: 3px;
text-decoration: none;
line-height: 1.5em;
letter-spacing: normal;
color: #363636;
}
.pagination a:hover, .pagination span.active {
	color: #a60f15;
	text-decoration: underline;
}
.news-details {
	padding-bottom: 50px;
}
.news-details h3 {
	width: 550px;
	line-height: 1.2em;
}
.contact-us {border-bottom: 1px dotted #CCC; margin-bottom: 40px;}
.contact-us li {padding-bottom: 23px;}
.contact-us li label {
	float: left;
	width: 85px;
}
.contact-details {
	float: left;
	width: 360px;
	color: #3ba0bc;
}
.contact-details a {
	color: #3ba0bc;
}
.contact-details a:hover {
	text-decoration: underline;
}
.contact-form {
	width: 465px;
	float: left;
	margin-top: 10px;
}
.contact-form .box {
	border: 1px solid #dadada;
	padding: 30px 15px;
}
.contact-form .box div {
	margin-top: 20px;
}
.contact-form .box div:first-child {
	margin-top: 0px;
}
.contact-form label {
	width: 96px;
	float: left;
	color: #000;
}
.contact-form input[type=text], .contact-form select, .contact-form textarea  {
	border: 1px solid #dadada;
	width: 313px;
	margin: 0;
	padding: 0 10px;
	height: 21px;
}
.contact-form select  {
	padding: 2px;
	width: 335px;
}
.contact-form textarea {
	height: 123px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-form input[type=submit] {
	background: url('../images/send.png') no-repeat 0 0;
	width: 97px;
	height: 26px;
	border: 0;
	float: right;
	color: #FFF;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 18px;
	margin-top: 20px;
}
.contact-form input[type=submit]:hover {
	background-position: 0 -33px;
}
/* sitemap -------------------------------------------- */
.sitemap {
	padding-bottom: 100px;
}
.sitemap li a {
	color: #444;
	font-size: 15px;
}
.sitemap li a:hover {
	text-decoration: underline;
}
.sitemap li {
	padding-bottom: 14px;
}
.sitemap li li {
	padding: 5px 0;
	padding-left: 12px;
}
.sitemap li li:first-child {
	padding-top: 10px;
	}
.sitemap ul {
	margin-top: 12px;
	padding-bottom: 20px;
}
.sitemap ul ul {
	margin-top: 0px;
	padding-bottom: 0;
}

.sitemap li li a {
	color: #3ba0bc;
	font-size: 12px;
}
.sitemap li li a:hover {
	
}
.sitemap li li span.icon {
	width: 4px;
	height: 7px;
	float: left;
	background: url(../images/sitemap-level-2.jpg) no-repeat;
	margin-right: 10px;
	margin-top: 3px;
	
}
.sitemap li li li span.icon {
	width: 5px;
	height: 5px;
	float: left;
	background: url(../images/sitemap-level-3.jpg) no-repeat;
	margin-right: 8px;
}
.sitemap li li li span.icon:first-child {
	display: none;
}
.not_found {
	min-height: 500px;
	color: #585858;
	width: 770px;
	padding: 0 68px;
	line-height: 1.6em;
}
.not_found h4 {
	font-size: 38px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	font-weight: normal;
	margin-top: 80px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.not_found p {
	padding-top: 15px;
}
.not_found ul {margin-top: 21px; margin-left: 12px;}
.not_found li {padding-bottom: 13px;}
.not_found li a {text-decoration: underline; color: #585858;}	
.not_found li a:hover {color: #ba5e60;}	
.not_found li span.icon {
	width: 5px;
	height: 5px;
	float: left;
	background: #3f3c30;
	margin-right: 9px;
	margin-top: 7px;
}
.calendar h2 {
	width: 870px;
}
.calendar-left-side {
	float: left;
	width: 199px;
	padding: 10px 18px 0 0px;
}
.calendar-left-side h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	color: #585858;
	font-size: 14px;
	margin-bottom: 0;
}
.calendar-left-side input[type=text], .cal-view, .event-action, .search-news input[type=text] {
	margin: 0;
	padding: 0 5px;
	width: 161px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #DDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 12px;
	color: #777;
	position: relative;
}
.calendar-left-side input[type=submit], .search-news input[type=submit] {
	background: url('../images/calendar-sprite.png') no-repeat 0 0;
	width: 22px;
	height: 22px;
	border: 0;
	float: right;
	margin-top: 12px;
}
.search-news input {
	margin-top: 0 !important;
	font-size: 12px;
}
.calendar-left-side p {
	color: #777;
	font-size: 11px;
	margin-top: 10px;
}
.calendar-inline {
	margin-top: 25px;
	padding-bottom: 30px;
}
.cal-view, .event-action {
	font-size: 11px;
	color: #8d8d8d;
	line-height: 20px;
}
.cal-view span, .event-action span {
	background: url('../images/calendar-sprite.png') no-repeat -187px -13px;
	width: 7px;
	height: 4px;
	float: right;
	position: absolute;
	right: 6px;
	top: 8px;
}
.cal-view i, .event-action i {
	font-style: normal;
}
.cal-view span.down, .event-action span.down {
	background-position: -198px -13px;
}
.cal-view ul, .event-action ul {
	border: 1px solid #DDD;
	margin-top: 0px;
	width: 171px;
	margin-left: -6px;
	display: none;
	background: #FFF;
	position: relative;
}
.cal-view ul li, .event-action li {
	padding: 0 5px;
}
.cal-view ul li a {
	display: block;
	color: #777;
}
.cal-view ul li:hover, .event-action li:hover {
	background: #a60f15;
}
.cal-view ul li:hover a, .event-action li:hover a {
	color: #FFF;
}
.check-boxes {
	padding-top: 30px;
}
.check-boxes label {
	color: #333;
	font-size: 11px;
}
.check-boxes ul {
	margin-top: 10px;
}
.check-boxes li {
	padding-bottom: 6px;
}
.check-boxes label input[type=checkbox] {
	margin: 0;
	float: left;
	margin-right: 5px;
}
.check-boxes label span {
	float: left;
	margin-top: 2px;
}
.select-check {
	width: 112px;
	border-top: 1px solid #999;
	margin-top: 26px;
	padding: 13px 0;
	font-size: 11px;
}
.select-check {
	color: #000;
}
.select-check a {
	color: #0f79a3;
}
.select-check span {
}
/* - right side - */
.calendar-right-side {
	border-left: 1px solid #CCC;
	float: left;
	width: 686px;
	padding: 0 0px 45px 20px;
	margin-bottom: 30px;
}
.calendar-right-side .calendar-help {
	float: right;
	border-bottom: 1px solid #CCC;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.calendar-right-side .calendar-help a {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #333;
	padding: 0 12px;
	float: right;
}
.calendar-right-side .calendar-help .icon {
	background: url('../images/calendar-sprite.png') no-repeat -241px -14px;
	width: 4px;
	height: 7px;
	float: right;
	margin-top: 5px;
}
.calendar-right-side h2 a .text {
	float: left;
}
.calendar-right-side h2 {
	position: relative;
}
.calendar-right-side h2 a:hover, .gray-list li a:hover, .gray-list li.current a {
	color: #a60f15;
}
.calendar-right-side h2 a:hover .icon {
	background: url('../images/main-sprite.png') no-repeat -10px -212px;
}
.calendar-right-side .gray-list {
	background: #e5e5e5;
	padding: 5px 10px;
	overflow: hidden;
	width: 666px;
}
.gray-list li {
	float: left;
	margin-right: 15px;
	font-size: 11px;
	text-transform: uppercase;
}
.gray-list li a {
	color: #333;
}
.calendar-right-side .select-check {
	border-top: 0;
	padding-top: 0;
	float: left;
}
.calendar-right-side .controls {
	float: left;
	margin-left: 10px;
	margin-top: 17px;
	margin-bottom: 10px;
}
.calendar-right-side .controls .prev, .calendar-right-side .controls .next {
	background: url('../images/calendar-sprite.png') no-repeat 0 -70px;
	width: 37px;
	height: 24px;
	float: left;
	border-right: 1px solid #FFF;
	line-height: 23px;
	color: #FFF;
}
.calendar-right-side .controls .prev {
	padding-left: 20px;
}
.calendar-right-side .controls .next {
	background-position: -77px -70px;
	border: 0;
	padding-left: 10px;
	width: 45px;
}
.calendar-right-side .controls .prev:hover, .calendar-right-side .controls .next:hover {
	background: url('../images/calendar-sprite.png') no-repeat 0 -45px;
}
.calendar-right-side .controls .next:hover {
	background-position: -77px -45px;
}
/*.add-to-cal {
	background: url('../images/main-sprite.png') no-repeat -465px -385px;
	width: 123px;
	height: 23px;
	border: 0;
	font-size: 12px;
	float: right;
	margin-bottom: 17px;
	}*/
.add-to-cal {
	float: right;
	padding-bottom: 20px;
}
.addthisevent-drop {
	background: #FFF url(../images/add-to-cal.jpg) no-repeat 146px 1px !important;
	width: 160px !important;
	height: 22px !important;
	padding: 0 !important;
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 22px;
	padding-left: 10px !important;
}
.addthisevent_dropdown .copyx {
	display: none !important;
}
.addthisevent_dropdown {
	-webkit-box-shadow: 0 0 0 !important;
	-moz-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
}
.addthisevent_dropdown {
	width: 170px !important;
}
.addthisevent_dropdown span {
	color: #777 !important;
	padding: 5px 10px 4px 7px !important;
	width: 153px !important;
}
.addthisevent_dropdown span:hover {
	background: #a60f15 !important;
	color: #FFF !important;
}
.event-action {
	float: right;
	margin-top: 17px;
}
.events-header {
	background: #e5e5e5;
	height: 20px;
	margin-top: 7px;
	font-size: 12px;
	color: #333;
	padding-top: 3px;
}
.events-table .check-box, .events-table .date, .events-table .time, .events-table .event, .events-table .location {
	float: left;
	line-height: 1.5em;
}
.events-table .date, .events-table .time {
	width: 107px;
	padding-left: 10px;
}
.events-table .event, .events-table .location {
	width: 230px;
	padding-right: 20px;
}
.events-table li {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
	font-size: 12px;
	color: #000;
}
.events-table li input[type=checkbox] {
	margin: 0;
	margin: 2px 3px;
}
.events-table .date {
	width: 55px;
}
.events-table li a {
	color: #0f79a3
}
.events-table li a:hover {
	color: #a60f15;
}
.events-month li {
	padding-bottom: 43px;
}
.month {
	float: left;
	margin-top: 20px;
	font-size: 12px;
	color: #000;
}
.month span {
	color: #0f79a3;
}
.calendar-right-side .month-view .controls {
	float: right;
}
.events-month .events-header span, .events-week .events-header span {
	line-height: 1.5em;
	padding-left: 15px;
	float: left;
}
.events-month .event {
	margin-top: 26px;
}
.event img {
	float: left;
}
.event .event-details {
	padding-left: 96px;
	font-size: 12px;
	color: #000;
	line-height: 1.4em;
}
.event-details .event-title {
	color: #000;
}
.event-details .event-title:hover, .event-url:hover, .week-event-details a:hover, .single-event-details a:hover {
	color: #a60f15;
}
.event-details p {
	padding: 10px 0;
}
.event-url {
	color: #0f79a3;
}
.event-details div.clearfix {
	margin-top: 18px;
}
.events-month hr {
	margin: 0;
	height: 1px;
	background: #CCC;
	border: 0;
}
.events-month hr + .controls {
	margin-left: 0;
}
.week-view .add-to-cal {
	margin-left: 270px;
}
.week-controls {
	float: left;
	margin-left: 14px;
	margin-top: 1px;
}
.week-controls .prev, .week-controls .next {
	background: url('../images/main-sprite.png') no-repeat -456px -222px;
	width: 18px;
	height: 15px;
	float: left;
}
.week-controls .next {
	background-position: -475px -222px;
}
.week-controls .prev:hover, .week-controls .next:hover {
	background: url('../images/main-sprite.png') no-repeat -507px -222px;
}
.week-controls .next:hover {
	background-position: -526px -222px;
}
.weekly-container, .week-events {
	border-left: 1px solid #CCC;
	font-size: 12px;
}
.week {
	border-bottom: 1px solid #CCC;
	color: #000;
}
.week .date {
	float: left;
	width: 66px;
	padding-top: 23px;
	text-align: center;
}
.week-events {
	float: left;
}
.week-events li {
	border-top: 1px solid #CCC;
	padding-bottom: 12px;
}
.week-events li:first-child {
	border-top: 0;
}
.week-events .time, .week-event-details {
	float: left;
	width: 110px;
	padding-left: 10px;
	padding-top: 23px;
}
.week-event-details {
	width: 488px;
}
.check-event a {
	color: #0f79a3 !important;
}
.check-event a:hover {
	color: #a60f15 !important;
}
.check-event input[type=checkbox] {
	margin-top: 0;
	float: left;
	margin-right: 6px;
}
.week-event-details p {
	padding: 7px 0;
	line-height: 1.4em;
	padding-bottom: 0;
}
.week-event-details a {
	color: #000;
}
/*---------------------------------------------------------------------*/
.single-event {
	border-bottom: 1px solid #CCC;
	padding-bottom: 77px;
	padding-top: 21px;
}
.single-event h4 {
	color: #333;
	padding-bottom: 22px;
}
.single-event img {
	float: left;
}
.single-event-details {
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
}
.single-event-details a {
	color: #0f79a3;
}
.single-event-details .details .label {
	float: left;
	width: 65px;
}
.single-event-details .details li {
	float: left;
}
.single-event-details .details .value {
	float: left;
	width: 380px
}
.single-event-details .details .value span {
	padding-left: 10px;
}
.calendar-back {
	background: url('../images/calendar-sprite.png') no-repeat -2px -117px;
	width: 114px;
	height: 24px;
	float: right;
	padding-left: 23px;
	color: #FFF;
	margin-top: 29px;
	line-height: 24px;
}
.calendar-back:hover {
	background-position: -2px -149px;
}
.single-event + .event-action {
	margin-top: 29px;
}
.cal-guide p {
	font-size: 13px;
	color: #333;
	line-height: 1.4em;
	text-align: justify;
	width: 98%;
	margin-bottom: 60px;
}
.calendar-right-side .cal-guide h3, .gallery h3 {
	color: #444;
}
.gallery-container {
	border-left: 1px solid #CCC;
	float: left;
	width: 718px;
	padding: 0 0px 45px 28px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.gallery-wrapper .side-menu {
	margin-top: 25px;
	margin-right: 15px;
}
/* ==============================================
	Calendar + news
   ==============================================*/
.news-data .news-block {
	padding-top: 20px;
	margin-top: 0px;
	float: left;
	width: 100%;
}
.news-data .news-block img {
	border: 1px solid #CCC;
}
.news-data  .news-block:first-child {
	padding-top: 0;
}
.calendar-right-side .news-data  .news-block:first-child h4 {
	margin-top: 20px;
}
.news-data {margin-bottom: 30px;}
.calendar-right-side .news-data {
	margin-bottom: 0;
}
.news-data  .news-block p span {
	float: left;
	width: 435px;
}
.news-data .news-block p {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.4em;
}
.news-data .news-block p i {float: left; margin-right: 24px;}
.ie7 .news-data .news-block p i {float: none;}
.news-data .news-block p i img {margin-bottom: 24px; margin-left: 0;}
.news-data .news-block p .bullet-list li {
	overflow: hidden;
}

span.list-fake {
	margin-top: 5px;
}
span.square {
	width: auto !important;
	float: left;
}
span.list-item {
	width: 100% !important;
}
span.squareText {
	width: 90% !important;
	float: left;
}
span.list-item {
	padding: 2px 0;
}
span.square {
	color: #a60f15;
font-size: 14px;
margin-right: 11px;
}
.dwn_pdf {
	height: 77px;
	background: url(../images/dwn_pdf.jpg) repeat-x;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	border: 1px solid #d6d8d8;
}
.dwn-btn {
	width: 57px;
	height: 45px;
	float: right;
	background: url('../images/sprite.png') no-repeat -387px -63px;
	margin-top: 15px;
	margin-right: 5px;
}
.dwn_pdf .text {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	float: left;
	margin-left: 10px;
	margin-top: 15px; 
	line-height:14px;
}
.dwn_pdf .text span {
	color: #b11117;
	font-size: 9px;
}