html,body
{
	padding:0;
	margin:0;
	
	/*background: white;  For browsers that do not support gradients */
}

.header_menu
{
	width:100%;
	background:#E0B05A;
	color:white;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}

.headerdropdown
{
	position:absolute;
	bottom:6%;
	right:3%;
	
}

/*.menu_title
{
	float:left;
	padding:5px 0 5px 10px;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
}*/

.real_body
{
	background-image: url("img/2024/CategoryBG.jpg");
	background-position: center center;
	background-size:cover;
	/*background: -webkit-linear-gradient(#fffbd7, white);  *//* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#fffbd7, white); */ /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#fffbd7, white); */ /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#fffbd7, white); */ /* Standard syntax */
	
}

.sec2 li,.sec2 ul
{
	-webkit-margin-before: 5px;
	-webkit-margin-after: 10px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;
	padding-left:10px;
}

.topnav,.normal
{
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
	-webkit-margin-start: 3px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;
	padding-left:10px;
}

.award
{
	display:inline-block;
	vertical-align:top;
}

.word
{
	display:inline-block;
	padding-left:5%;
	text-align:left;
}

.menu_title2
{
	display: inline-block;
	padding:5px 0 5px 13px;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
}

img[usemap]
{
	border: none;
	height: auto;
	max-width: 100%;
	margin:0 auto;
	text-align:center;
	/*width: 100%;*/
}

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

.more
{
	color:red;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}

.more:hover
{
	text-decoration:none;
}

.module
{
	clear: both;
	width: 100%;
	background: #FFFFFF;
	line-height: 22px;
	/*padding-bottom: 10px;*/
	text-align:left;
}

@media screen and (min-width: 1080px) 
{

	
	
	.menu_container
	{
		margin:0 auto;
		text-align:center;
		width:1150px;
	}

	.sec1
	{
		width:100%;
		text-align:center;
		margin:0 auto;
	}
	
	.sec1 img
	{
		width:100%;
	}
	
	.sec2
	{
		padding-top:2%;
		width:100%;
		margin:0 auto;
		text-align:center;
	}

	/*.award::before, word::after { white-space:nowrap; }*/

	.sec3
	{
		width:880px;
		margin:0 auto;
		text-align:center;
	}
	
	.sec3_video
	{
		width:880px;
		height:470px;
	}

	.sec4
	{
		width:680px;
		margin:0 auto;
		text-align:center;
		padding-top:50px;
		height:auto;
	}
	
	.sec4_title
	{
		width:680px;
		margin:0 auto;
		text-align:center;
		font-size:24px;
		color:red;
		font-weight:bold;
	}

	.img_footer
	{
		/*width:980px;*/
		margin:0 auto;
		text-align:center;
		padding-top:50px;
	}

	.menu_container2
	{
		margin:0 auto;
		text-align:center;
		width:1080px;
		font-size:14px;
		display:block;
	}

	/*input[type=submit] 
	{
		width:80px;
		background:white; 
		border:2px solid red;
		cursor:pointer;
		color:red;
		height:35px;
		font-size:18px;
	}*/
	
	.footer
	{
		background:#402e00;
		color:#ffffff;
		text-align:center;
		margin:0 auto;
		padding:25px 0 25px 0;
	}
	
	.footer_container
	{
		margin:0 auto;
		text-align:center;
		width:1080px;
	}
	
	.mobile_br
	{
		display:none;
	}
	
	.mobile_ph
	{
		float:left;
		vertical-align:middle;
		padding-left:15px;
	}
	
	.wrapper
	{
		width:800px;
		margin:0 auto;
		text-align:center;
	}
}

@media screen and (max-width: 1080px)
{
	.menu_container
	{
		margin:0 auto;
		text-align:center;
		width:100%;
	}

	.sec1
	{
		width:100%;
		text-align:center;
		margin:0 auto;
	}
	
	.sec2
	{
		padding-top:2%;
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	.award , .award img
	{
		max-height:200px;
	}

	/*.award::before, word::after { white-space:nowrap; }*/

	.sec3
	{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	.sec3_video
	{
		width:100%;
		height:auto;
		min-height:200px;
	}

	.sec4
	{
		width:100%;
		margin:0 auto;
		text-align:center;
		padding-top:30px;
	}
	
	.sec4_title
	{
		width:100%;
		margin:0 auto;
		text-align:center;
		font-size:24px;
		color:red;
		font-weight:bold;
	}

	.img_footer
	{
		width:100%;
		margin:0 auto;
		text-align:center;
		padding-top:20px;
	}
	
	.img_footer img
	{
		width:100%;
		height:auto;
	}

	.menu_container2
	{
		/*margin:0 auto;
		text-align:center;
		width:100%;
		font-size:14px;*/
		display:none;
	}

	/*input[type=submit] 
	{
		width:60px;
		background:white; 
		border:2px solid red;
		cursor:pointer;
		color:red;
		height:35px;
		font-size:18px;
	}*/
	
	.footer
	{
		background:#402e00;
		color:white;
		text-align:center;
		margin:0 auto;
		padding:10px 0 10px 0;
	}
	
	.footer_container
	{
		margin:0 auto;
		text-align:center;
		width:100%;
	}
	
	.mobile_br
	{
		display:block;
	}
	
	.mobile_ph
	{
		float:left;
		vertical-align:middle;
	}
	
	
	.modal-content {
	
	width: 75%;
	
	}
	
	
	
	
}