@font-face {
    font-family: garamond;
    src: url('../fonts/AGaramondPro-Regular.otf') format("opentype");
    /*src: url('../fonts/agaramondpro-regular-webfont.eot');*/ /* IE9 Compat Modes */
    /*src: url('../fonts/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype');*/ /* IE6-IE8 */
    font-weight: normal;
}

@font-face {
    font-family: garamond;
    src: url(../fonts/AGaramondPro-Bold.otf) format("opentype");
    /*src: url('../fonts/agaramondpro-bold-webfont.eot');*/ /* IE9 Compat Modes */
    /*src: url('../fonts/agaramondpro-bold-webfont.eot?#iefix') format('embedded-opentype');*/ /* IE6-IE8 */
    font-weight: bold;
}

body {
	margin: 0;
}

#bgTop {
	background-image: url(../images/page_bg_1.png);
	position: absolute;
	width: 100%;
	height: 417px;
	z-index: -1;
}

#bgBottom {
	background-image: url(../images/page_bg_2.png);
	position: absolute;
	top: 417px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* navigation top/bottom styles */
#navTopWrap {
	background-image: url(../images/top_bg.png);
	font-family: 'garamond';
	position: fixed;
	width: 100%;
	height: 73px;
	opacity: .97;
	z-index: 1;
}

#navBottomWrap {
	background-image: url(../images/bottom_bg.png);
	font-family: 'garamond';
	width: 100%;
	height: 156px;
}

#navTopWrap ul {
	margin: 0;
}

#navBottomWrap ul {
	margin: 0 0 0 81px;
}

#navTopWrap li {
	float: left;
	padding: 25px 38px;
	list-style-type: none;
}

#navBottomWrap li {
	float: left;
	padding: 25px 20px;
	list-style-type: none;	
}

#navTopRight li {
	padding: 25px 5px;
}

#navTop {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#navTopLeft {
	width: 112px;
	float: left;
	text-align: center;
	padding: 10px;
}

#navTopRight {
	width: 112px;
	float: right;
	padding: 0px;
	font-weight: bold;
}

#navTopDropdownWrap {
	position: relative;
	display: none;
	text-align: center;
	top: -30px;
	left: 130px;
}

#navTopDropdownWrap_EN {
	position: relative;
	display: none;
	text-align: center;
	top: -30px;
	left: 109px;
}

#navTopDropdown img {
	display: block;
}

#navTopDropdown {
	margin-left: auto;
	margin-right: auto;
	width: 189px;
}

#navBottom {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#navBottomRight {
	padding: 48px 140px 6px 0;
	text-align: right;
}

#helpButtonWrap {
	width: 100%;
	position: fixed;
	text-align: right;
}

#helpButton {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding-top: 20px;
	padding-left: 190px;
}

/* content style */
#content {
	background-image: url(../images/body_bg.png);
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
	padding: 20px;
}

/* link style */
a:hover {
	cursor: pointer;
	color: red;
}

a {
	color: black;
	text-decoration: none;
}

td {
	padding: 10px;
	border-style: solid;
    border-width: 2px;
    border-color: #BBB;	
}

td:hover {
	cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-color: red;
    z-index: 1;
}

#adminEdit table {
	width: 100%;
}

#adminLogin td {
	padding: 5px;
	border-width: 0px;
}

#adminEdit td {
	padding: 5px;
	border-width: 0px;
}

br.clearLeft {
	clear: left;        
}

#homePageButtons {
	position: relative;
	top: -520px;
	margin-bottom: -250px;
}

#homePageText {
	padding-top: 100px;
	padding-bottom: 100px;
}

#press360 {
	/* initially hidden */
	display: none;	
}

#pressStartGame {
	padding-top: 0px;
}

#pressIncorrectAnswerResult, #pressCorrectAnswerResult {
	padding-top: 0px;

	/* initially hidden */
	display: none;
}

#pressGameQuestionPopup, #pressGameDifficultyPopup {
	background-image: url(../images/popup.png);
	position: relative;
	width: 540px;
	height: 378px;
	margin-left: auto;
	margin-right: auto;
	top: -450px;
	margin-bottom: -489px;
	padding: 20px;

	/* initially hidden */
	display: none;
}

#press_sketch {
	margin-top: 30px;
	display: none;
}

#emptyPressSpace {
	height: 471px;
}

#pressGameDifficultyPopup table {
	margin: 0 auto;
	padding-top: 140px
}

#pressGameQuestionPopup table {
	margin: 0 auto;
	padding-top: 40px
}

#pressLostGame {
	display: none;
}

#popupSelection {
	text-align: center;	
	font-family: 'garamond';
}

#popupTitle {
	font-family: 'garamond';
	font-style: normal;
	font-size: 24pt;
	color: black;
}

td.popupAnswer {
	font-family: 'garamond';
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	color: black;	
	width: 300px;
}

.button {
	padding: 10px;
}

.button:hover {
	cursor: pointer;
	padding: 10px;
}

.text {
	font-family: 'garamond';
	width: 550px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.pressText {
	font-family: 'garamond';
	width: 350px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
}

.centeredText {
	font-family: 'garamond';
	width: 550px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

.tabTop, .tabBottom {
	padding: 0;
	text-align: center;
}

.tabEnd {
	padding: 60px 0 80px 0;
	text-align: center;
}

.tabHelp {
	padding: 60px 0 20px 0;
	text-align: center;
}

lh {
	font-size: 60px;
	font-weight: normal;
	color: black;
}

h1 {
	text-align: center;
	font-family: 'garamond';
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	color: #656565;
}

h2 {
	text-align: center;
	font-family: 'garamond';
	font-style: italic;
	font-weight: normal;
	margin: 20px;
}

h2, h3 {
	text-align: center;
	font-family: 'garamond';
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 32px;
}

l {
	color: red;
	font-size: 250%;
	line-height: 66%;
	font-weight: bold;
}

#pressAnswerResult {
	margin-bottom: 10px;
}

#adminEditEngContent {
	display: none;	
}

.date {
	font-size: 12px;
	vertical-align: top;
}

p {
	margin: 40px 0 40px 0;
}

#contactsImage {
	margin-top: 20px;
}

img.pressableButton:hover {
	cursor: pointer;
}

p.subBullet {
    text-indent: 40px;
    margin-bottom: 0;
    margin-top: 0;
}

p.noBottomPadding {
	margin-bottom: 0;
}

#newsNavigationTable {
	width: 100%;
}

#newsNavigationTable td {
	border-width: 0px;	
}

#newsNavigateBack {
	text-align: left;
}

#newsNavigateNext {
	text-align: right;
}