@charset "utf-8";
/* CSS Document */

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {margin:0; padding:0;}


body{
	font-family: 'hoefler_text', Georgia;
}

body.subpage{
	background: url(../images/bg_submain.jpg) center top no-repeat #543010;
}

.wrapper{
	width: 900px;
	margin:0 auto;
}

.clear{
	clear: both;
}

img{
	border: 0;
}

label.error{display:none !important;}

/*----- font face -----*/

@font-face {
	font-family: 'hoefler_text';
	src: url('../fonts/hoefler_text.eot');
	src: local('☺'), 
		url('../fonts/hoefler_text.woff') format('woff'), 
		url('../fonts/hoefler_text.ttf') format('truetype'), 
		url('../fonts/hoefler_text.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*----- end font face -----*/


/*----- header -----*/
.header_mainpanel{
	width: 100%;
	background-color: #502805;
	padding: 30px 0 25px;
}

.header_submainpanel{
	background-color: #8c6702;
	width: 100%;
	padding: 20px 0;
}

.logo{
	float: left;
	margin: -40px 0 -50px 20px;
}

.header_titletext{
	float: left;
	color: #fff;
	margin: 5px 0 0 20px;
}

.header_titletext>h3{
	font: small-caps normal 40px 'hoefler_text', Georgia;
	text-shadow: -5px 4px 2px #473501;
}

.header_titletext>h2{
	font: small-caps normal 54px 'hoefler_text', Georgia;
	text-shadow: -5px 4px 2px #473501;
}

/*----- navigation -----*/
.nav_mainpanel{
	background: url(../images/bg_nav.jpg) top center repeat-y;
	width: 100%;
}

..nav_submainpanel{
	width: 100%;
}

.nav_mainpanel>div>ul>li, .nav_submainpanel>div>ul>li{
	float: left;
	list-style: none;
	margin-right: 2px;
}

.nav_mainpanel>div>ul>li>a, .nav_submainpanel>div>ul>li>a{
	background-color: #a97d34;
	text-decoration: none;
	color: #fff;
	font: 14px 'hoefler_text', Georgia;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 4px 0;
	border-left: 2px solid #be9d64;
	border-top: 2px solid #d6c19f;
	border-right: 2px solid #4e3a18;
	border-bottom: 2px solid #2a1f0d;
	text-shadow:1px 1px 3px #000;
	width: 144px;
	height:52px;
}

.nav_mainpanel>div>ul>li.nomination_form>a, .nav_submainpanel>div>ul>li.nomination_form>a{
	width:170px;
}

.nav_mainpanel>div>ul>li.gallery>a, .nav_submainpanel>div>ul>li.gallery>a{
	width:118px;
}


.nav_mainpanel>div>ul>li>a:hover, .nav_submainpanel>div>ul>li>a:hover{
	background-color: #d9c088;
}

.nav_mainpanel>div>ul>li:nth-child(3)>a, .nav_submainpanel>div>ul>li:nth-child(3)>a{
	/*width: 212px;*/
}

.nav_mainpanel>div>ul>li:last-child>a, .nav_submainpanel>div>ul>li:last-child>a{
	/*width: 212px;*/
}

.nav_mainpanel>div>ul>li:last-child, .nav_submainpanel>div>ul>li:last-child{
	margin-right: 0px;
}

/*----- banner -----*/
.banner_mainpanel{
	background: url(../images/bg_banner.jpg) center top no-repeat;
	width: 100%;
	height: 337px;
	overflow: hidden;
}

.banner_boxpanel{
	width: 900px;
	background-color: #000;
	height: 337px;
	overflow: hidden;
}

.banner_itembox{
	background: url(../images/bg_banneritem.jpg) no-repeat;
	width: 900px;
	height: 337px;
	position: relative;
}

.banner_textpanel{
	width: 425px;
	position: absolute;
	bottom: 30px;
	left: 20px;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}

.banner_textpanel>h2{
	font-weight: normal;
	font-family: 'hoefler_text', Georgia;
	color: #fefdfa;
}

.banner_imgpanel_award{
	position: absolute;
	right: 40px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           px;
	bottom: 0px;
}

.banner_imgpanel_winner{
	position: absolute;
	right: 40px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           px;
	bottom: 0px;
	height: 337px;
}

/*----- content -----*/
.content_boxpanel, .subcontent_boxpanel{
	width: 100%;
	background: url(../images/bg_content.jpg) center top no-repeat #553014;
	padding-bottom: 90px;
}
.subcontent_boxpanel{
	background: none;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
}

.index_topintro{
	background-color: #ba9b60;
	padding: 20px 30px;
	font-size: 20px;
	font-weight: normal;
}

.index_midcontentwrap{
	width: 840px;
	padding: 0 30px;
}

.index_leftmidpanel, .index_rightmidpanel{
	float: left;
	width: 405px;
	font-size: 10px;
	color: #fff;
	font-family: Georgia;
}

.index_rightmidpanel{
	float: right;
}

.btn_download, .btn_download2{
	background: url(../images/icon_booklet.png) 0 0 no-repeat;
	padding: 15px 20px 15px 70px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.btn_download:hover{
	text-decoration: underline;
}


/*----- footer -----*/
.footer_mainpanel{
	background-color: #fff;
	margin: 0px;
	padding-top: 10px;
	/*padding: 5px 0;*/
	position: relative;
	text-align: center;
}

.footer_35years{
	background: url(../images/footer_35years.png) 0 0 no-repeat;
	height: 216px;
	width: 505px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.footer_mainpanel>.wrapper>div{
	float: none;
	margin: 0 10px;
	vertical-align: middle;
	display: inline-block;
	*display: inline
}

.footer_mainpanel>.wrapper>div:first-child{
	margin-left: 0px;
}

.footer_mainpanel>.wrapper>div>p.img{
	text-align: center;
	position: relative;
	float: left;
}

.footer_mainpanel>.wrapper>div>p.txt{
	font-family: Georgia,Times New Roman;
    font-size: 10px;
    height: 25px;
    line-height: 11px;
    text-align: center;
	color:#4D484E;
}

.footer_mainpanel .wrapper{width:1210px; margin:0 auto;}

/*----- subpage -----*/
.subpage_title{
	font-size: 24px;
	font-weight: normal;
	color: #502805;
	text-align: center;
	text-transform: uppercase;
}

.genmechanics_togglebox{
	border-top: 2px solid #ede1c7;
	border-left: 2px solid #e2cfa4;
	border-bottom: 2px solid #363022;
	border-right: 2px solid #64593f;
	background-color: #d9c088;
	width: 776px;
	padding: 10px 60px;
	color: #502805;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
}

.genmechanics_togglebox>h3>em{
	font-weight: normal;
}

.genmechanics_toggleboxcontent, .nomination_boxcontent{
	background-color: #ebddba;
	border-left: 2px solid #e2cfa4;
	border-right: 2px solid #64593f;
	width: 776px;
	padding: 20px 60px;
	color: #502805;
	font-size: 14px;
	max-height: 325px;
	overflow-y:scroll;
	display: none;
}

.nomination_boxcontent{
	display: block;
	height:725px;
	max-height: none;
	background-color: #e1cfa1;
}

.genmechanics_toggleboxcontent>div>div>ol>li{
	margin-bottom: 10px;
}

.genmechanics_toggleboxcontent>ol>li>ul>li, 
.genmechanics_toggleboxcontent>div>div>ol>li>ol>li>ul>li{
	background: url(../images/img_bullet.jpg) 0 5px no-repeat;
	list-style: none;
	padding-left: 20px;
}

.genmechanics_toggleboxcontent>ol>li>ul.alphabet>li{
	list-style-type:lower-alpha;
	padding-left: 0px;
	background: none;
}

.genmechanics_toggleboxcontent>ol>li>ul.alphabet{
	margin-left: 20px;
}

.genmechanics_toggleboxcontent>ol>li>ol>li{
	list-style-type: lower-roman;
	margin-bottom: 10px;
}

.genmechanics_toggleboxcontent>ol>li>ol{
	margin-left: 18px;
}

.btn_download2{
	color: #502805;
}

.nomination_leftbox, .nomination_rightbox{
	float: left;
	width: 365px;
}

.nomination_rightbox{
	float: right;
}

.nomination_rightbox_item1, .nomination_rightbox_item2{
	float: left;
	width: 172px;
}

 .nomination_rightbox_item2{
 	float: right;
 }

.nomination_textbox1, .nomination_msgbox1, .nomination_textbox2,
.nomination_grid>tbody>tr>td>input[type="text"], .nomination_address, 
.landlinenum_itembox2>input[type="text"], .cellphonenum_itembox2>input[type="text"],
.nomination_msgbox2{
	border-top: 2px solid #736042;
	border-left: 2px solid #f4e6cc;
	border-bottom:2px solid #f4e6cc;
	border-right: 2px solid #42311f;

	width: 330px;
	background-color: #e2cd9e;
	height: 20px;
	padding: 5px 10px;
}

.nomination_textbox2{
	width: 140px;
}

.nomination_msgbox1{
	height: 80px;
}

.nomination_address{
	width: 750px;
}

.nomination_grid{
	width: 100%;
}

.nomination_grid>tbody>tr>th{
	font-size: 12px;
	font-weight: normal;
}

.nomination_grid>tbody>tr>th:nth-child(2){
	width: 119px;
}

.nomination_grid>tbody>tr>th:nth-child(3){
	width: 95px;
}

.nomination_grid>tbody>tr>th:nth-child(4){
	width: 55px;
}

.nomination_grid>tbody>tr>th:nth-child(5){
	width: 210px;
}

.nomination_grid>tbody>tr>th:last-child{
	width: 77px;
}

.nomination_grid>tbody>tr>td:nth-child(2)>input[type="text"]{
	width: 115px;
}

.nomination_grid>tbody>tr>td:nth-child(3)>input[type="text"]{
	width: 91px;
}

.nomination_grid>tbody>tr>td:nth-child(4)>input[type="text"]{
	width: 51px;
}

.nomination_grid>tbody>tr>td:nth-child(5)>input[type="text"]{
	width: 206px;
}

.nomination_grid>tbody>tr>td:last-child>input[type="text"]{
	width: 73px;
}

.nomination_grid label.error{display:none !important;}

.landnum_cellnum_wrap{
	width: 776px;
}

.landlinenum_panelbox{
	float: left;
	width: 380px;
}

.landlinenum_itembox1{
	float: left;
	width: 115px;
	padding-top: 8px;
}

.landlinenum_itembox2{
	float: right;
	width: 260px;
}

.landlinenum_itembox2>input[type="text"]{
	width: 233px;
}

.cellphonenum_panelbox{
	float: right;
	width: 380px;
}

.cellphonenum_itembox1{
	float: left;
	width: 220px;
	padding-top: 8px;
}

.cellphonenum_itembox2{
	float: right;
	width: 160px;
}

.cellphonenum_itembox2>input[type="text"]{
	width: 132px;
}

.nomination_msgbox2{
	height: 50px;
	width: 745px;
}

.nomination_btnstyle{
	border-left: 1px solid #8a7c56;
	border-top: 1px solid #e8d7ab;
	border-bottom: 1px solid #9f8e63;
	border-right: 1px solid #eedbba;
	padding: 10px 30px 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'hoefler_text', Georgia;
	background-color: #e2cd9e;
	color: #502d07;
	margin-left: 20px;
	cursor: pointer;
}

.nomination_bottomtext{
	font-size: 12px;
}

.boj_contentpanel, .winners_contentpanel{
	background: url(../images/bg_submain2.png) center 70px no-repeat;
	width: 900px;
	/*height: 800px;
	overflow-y:scroll;*/
	color: #fff;
	font-size: 14px;
	padding-top: 20px;
}

.winners_contentpanel{
	overflow-y:visible;
}

.boj_contentpanel ul{
	list-style-type:square;
	margin:0 60px;
}

.boj_contentpanel li{
	padding-left:5px;
}

.boj_itembox{
	width: 840px;
	margin: 0 auto;
}

.boj_itembox_imgpanel{
	width: 193px;
	height: auto;
	float: left;
	/*background-color: #0000ff;*/
	overflow: hidden;
}

.boj_itembox_descpanel{
	width: 622px;
	float: right;
	padding-top:5px;
}

.boj_itembox_descpanel>h3{
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.winners_tabmenupanel{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Georgia;
	cursor: pointer;
}

.winners_tabmenupanel>.active, .winners_tabmenupanel>span:hover{
	color: #502805;
}

.winners_itembox{
	width:650px;
	margin: 0 auto;
}

.winners_itembox_imgpanel{
	width: 160px;
	height: 103px;
	float: left;
	overflow: hidden;
}

.winners_itembox_descpanel{
	width: 465px;
	float: right;
	font-size: 12px;
	padding-top:0;
}

.winners_itembox_descpanel>h3{
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
}

.winners_itembox_descpanel>ul{
	margin: 5px 20px;
}

.winners_2011{
	display: block;
}

.winners_2012{
	display: none;
}

.winners_2013{
	display: none;
}

.error, .landlinenum_itembox2>input[type="text"].error, 
.cellphonenum_itembox2 > input[type="text"].error,
.nomination_grid > tbody > tr > td > input[type="text"].error {
	/*border:1px solid red;*/
	outline:1px solid red;
	border:0px none;
	color: #FF0000;
}

label.error{
	outline: none;
}

.error-text{
	color:red;
	font-size:12px;
}

.message-box {
    text-align: center;
}

.message-box h1{
    margin-bottom: 20px;
}

.message-box p{
    line-height: 1.5em;
}

a.to-popup{
	color: #FFF;
}

.backOverlay {
	background: url(../images/bgmodal.png) repeat transparent;
	height:100%;
	width:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:1000;
}

.customModalWrapper {
	background-color:#FFF;
	border-radius:10px;
	height:auto;
	margin-left:-295px;
	margin-right:-295px;
	margin-top:150px;
	padding:14px 10px 10px;
	position:relative;
	width:568px;
	left:50%;
	right:50%;
	border:1px solid #502805;
}

.customModalContainer {
	height:auto;
	margin:0 auto;
	width:560px;
}

.customModalContainer iframe{
	
}

.customModalClose {
	background: url(../images/button_sprite.png) no-repeat 0 0 transparent;
	position:absolute;
	top:-20px;
	right:-20px;
	width:35px;
	height:37px;
	cursor:pointer;
}
