html, body {
	background: transparent;
	color: #000;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-shadow: 0px 0px 1px #999,1px 1px 3px #ccc,-1px -1px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff;
	padding-bottom: 1em;
}

html {
	background: #000 url('../images/bg.jpg') no-repeat fixed;
	background-position: center center;
	height: 100%;
}

p {
	margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
}

h2 {
	text-align: center;
	font-size: 1.75em;
	margin-bottom: 0.5em;
}

h1 small, h2 small {
	color: #000;
}

h1 small {
	font-size: 0.5em;
	display: block;
	margin-bottom: 0.25em;
	color: #333;
}

ul, ol {
	list-style-position: outside;

}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul li,
ol li {
	margin-left: 2em;
	margin-bottom: 1em;
}

table {
	margin-left: 0.5em;
	border: 1px #000 solid;
	background: #ececec;
	width: 100%;
	font-size: 90%;
}

th, .tableBottomBorder {
	border-bottom: 1px #000 solid;
}

th, td {
	padding: 0.5em;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

th {
	font-weight: bold;
}


#topMenu {
	background: transparent url('../images/menu_bg.png') top left repeat-x;
	display: block;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1000px;
}

.topMenuNav {
	display: block;
	width: 80%;
	min-width: 1000px;
	margin: auto;
	height: 70px;
}

.topMenuNav li {
	display: block;
	float: left;
	height: 100%;
	margin: 0;
}

.topMenuNav li a {
	display: block;
	padding: 5px;
	margin: 22px auto;
}

#main_content {
	margin-top: 70px;
	display: block;
}

.contentWrapper {
	display: block;
	padding-top: 51px;
	width: 80%;
	min-width: 768px;
	margin: 5em auto;
}

/* .contentWrapper:last-child {
	margin-bottom: 5em;
} */

.seminaryTitle, .seminaryContactBox {
	float: left;
}

.seminaryContactBox {
	margin-left: 1em;
	padding-top: 5px;
	font-size: 1em;
}

#seminaryInfo {
	overflow: auto; 
}

#introduction {
	background: transparent url('../images/header_introduction.png') top left no-repeat;
}

#vision {
	background: transparent url('../images/header_vision.png') top left no-repeat;
}

#goal {
	background: transparent url('../images/header_goal.png') top left no-repeat;
}

#word {
	background: transparent url('../images/header_word.png') top left no-repeat;
}

#privilege {
	background: transparent url('../images/header_privilege.png') top left no-repeat;
}

#admissions {
	background: transparent url('../images/header_admissions.png') top left no-repeat;
}

.contentBg {
	background: transparent url('../images/content_bg.png') top left repeat;
	border-bottom: 5px #b26dcc solid;
	display: block;
	margin: auto;
	padding: 2em 3em 2em 3em;
}

.actualContent {
	display: block;
	margin: auto;
}

.buttonImageIntroduction,
.buttonImageVision,
.buttonImageGoal,
.buttonImageLogo {
	width: 100px;
	background: transparent url('../images/button_introduction.png') top left no-repeat;
}

.buttonImageLogo {
	width: 85px;
	background: transparent url('../images/button_logo.png') top left no-repeat;
}

.buttonIntroduction, .buttonVision {
	width: 57px;
}

.buttonImage_introductionHover {
	background: transparent url('../images/button_introduction_hover.png') top left no-repeat;
}

.buttonImageVision {
	background: transparent url('../images/button_vision.png') top left no-repeat;
}

.buttonImage_visionHover {
	background: transparent url('../images/button_vision_hover.png') top left no-repeat;
}

.buttonImageGoal {
	background: transparent url('../images/button_goal.png') top left no-repeat;
}

.buttonImage_goalHover {
	background: transparent url('../images/button_goal_hover.png') top left no-repeat;
}

.buttonImageWord {
	background: transparent url('../images/button_word.png') top left no-repeat;
	width: 175px;
}

.buttonImage_wordHover {
	background: transparent url('../images/button_word_hover.png') top left no-repeat;
}

.buttonImagePrivilege {
	background: transparent url('../images/button_privilege.png') top left no-repeat;
	width: 175px;
}

.buttonImage_privilegeHover {
	background: transparent url('../images/button_privilege_hover.png') top left no-repeat;
}

.buttonImageAdmissions {
	background: transparent url('../images/button_admissions.png') top left no-repeat;
	width: 175px;
}

.buttonImage_admissionsHover {
	background: transparent url('../images/button_admissions_hover.png') top left no-repeat;
}

@media (min-width: 768px) {
}


.hideText {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}