/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height: auto;
}
 
body {
	padding: 30px;
	background: none;
}

*,
#mainContent *,
#mainContent .borderDottedBottom {
	background-color: transparent;
	background-image: none;
}

.content a {
	padding-left: 0;
}

.content .textpic ul li {
	background: none !important;
}

.content .text ul li {
	background: none !important;
}

.content .article-text ul li {
	background: none !important;
}

#mainContent .overflow {
	overflow: inherit !important;	
}
/*events*/
#mainContent .sbvevents_pi1 .borderDottedBottom {
	overflow: hidden !important;
}
#mainContent .sbvevents_pi1 li {
    list-style: none;
}

#logo {
	text-indent: -9999px;
}

#title {
	display: block !important;
	position: static;
	right: 0px;
	height: 50px;
	background: red;
	background: url(../images/print_logo.jpg) no-repeat 0 0;
}

#subtitle {
	display: none;
}

#box {
	position: static;
	width: auto;
	margin: 0;
	background: none;
}

#header {
	display: none;
}

#col1 {
	display: none;
}

#col2 {
	position: static;
	float: none;
	width: auto !important;
	width: auto;
	padding: 0;
	margin: 20px 0 0 0;
	border: 0;
	background: url(../images/dot-x.gif) repeat-x 0 0;
}
	#mainContent {
		padding: 3px 0 0 0;
	}
		#mainContentToolbar {
			display: none;
		}
		
		#mainContent .lastChange {
			padding-bottom: 3px;
			margin-bottom: 18px;
			background: url(../images/dot-x.gif) repeat-x 0 bottom;
			color: #666;
		}

	#rootline {
		display: none;
	}
	
	.content ul {
		list-style: square !important;
		margin: 5px 0 5px 14px;
	}
	
	.content ul li {
		padding-left: 0;
		background: none;
	}
	
	.browsePages,
	.browse {
		display: none;
	}
	
	.formElement .requiredElement {
		left:30px !important;
	}
	
	.checkElement label {
		left:184px !important;
	}
	
	.mailform .button, .mailform .submit, .mailform button {
		background:#0B8C49 none repeat scroll 0 0;
		border-style:solid;
		border-width:1px;
		color:#000;
		float:left;
		height:25px;
	}
	
	#mainContent .formtype_mail {
		background:none;
	}

#col3 {
	display: none;
}

#footer {
	position: static;
	bottom: auto;
	clear: both;
	width: 100%;
	padding: 0;
	background: url(../images/dot-x.gif) repeat-x 0 0;
}

	#footer p {
		padding: 15px 0 15px 0;
		font-size: 12px;
		background: url(../images/dot-x.gif) repeat-x 0 bottom;	
	}
	
	#footer .copyright {
		position: static;
		bottom: auto;
		clear: both;
		width: 100%;
		padding: 15px 0 0 0 !important;
		padding: 10px 0 10px 0;
	}
	
	#footer .currentUrl {
		position: static;
		bottom: auto;
		clear: both;
		width: 100%;
		padding: 10px 0 0 0 !important;
		padding: 0 0 20px 0;
	}
	
	#footer .currentUrl a {
		padding: 15px 0 0 0 !important;
		padding: 27px 0 0 0;	
	}
	
	
.infoservices_pi1 .theme h4 {
	padding-left: 0;
	border-bottom: 1px solid #ececec !important;
}
