@charset "utf-8";
/* =Global Reset
------------------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ol, ul {
	border:0;
	margin:0;
	outline:0;
	padding:0;
	color:#000000;
	font-family: Arial, Helvetica, tahoma, sans-serif;
	font-size: 13px;
	line-height: 18px;
	vertical-align: baseline;
}
/* =Default
------------------------------------------------------------- */
html{
	overflow-y:scroll;
}
body{
	background:#FFF url(../images/footer_bg.png) 0 bottom repeat-x;
	text-align:center;
}
a, a:link, a:visited, a:active, a:focus, a:hover{
	border:none;
	color:#000000;
}
p{
	margin:0;
}
ul, ol{
	list-style:none;
}
h1, h2, h3{
	font-size:20px;
	font-weight:700;
}

/* =Common Class
------------------------------------------------------------- */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearboth{
	clear: both;
}
.centerd{
	text-align: center;
}
.smalltxt{
	font-size:11px;
	line-height:14px;
	text-decoration:none;
}
a.smalltxt:hover{
	text-decoration:underline;
}

/* =Basic Structure
------------------------------------------------------------- */
#global-wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
#header{
	width:960px;
	height:396px;
	float:left;
	background:url(../images/header_banner.jpg) 0 0 no-repeat;
}
#content{
	width:802px;
	padding:30px 78px;
	margin:0 0 37px 0;
	clear:both;
	float:left;
	border:1px solid #bdbcbd;
	background:#FFF url(../images/container_bg.png) 0 bottom repeat-x;
}
	.block-left{
		width:280px;
		height:479px;
		float:left;
	}
	.block-middle{
		width:212px;
		height:479px;
		margin:0 auto;
		text-align:center;
	}
	.block-right{
		width:280px;
		height:479px;
		float:right;
	}
#footer{
	width:960px;
	height:117px;
	clear:both;
	float:left;
	text-align:center;
}

/*Content*/
.fixedadbox{
	position:fixed;
	z-index:1200;
	width:200px;
	height:300px;
	right:0px;
	top:393px;
}
.block-middle h3{
	background:url(../images/arrows.png) center 0 no-repeat;
	font-size:20px;
	font-weight:700;
	line-height:30px;
	padding:45px 0;
	width:212px;
	height:59px;
	text-align:center;
	position:relative;
	top:191px;
}
.dropbox{
	width:280px;
	padding:0 0 19px 0;
	float:left;
	position:relative;
}
.dropdown{
	background:url(../images/dropdown_bg.png) 0 0 no-repeat;
	width:268px;
	height:23px;
	padding:6px;
	line-height:23px;
}
.dropdown strong{
	padding:0 0 0 3px;
	display:block;
	float:left;
	width:240px;
	height:23px;
	line-height:23px;
	font-weight:700;
}
.dropbtn{
	display:block;
	float:right;
	width:20px;
	height:25px;
	cursor:pointer;
}
ul.placelist{
	display:none;
	width:278px;
	height:450px;
	overflow-y:scroll;
	position:absolute;
	left:0;
	top:33px;
	z-index:999999;
	background:#FFFFFF;
	border:1px solid #cccccc;
	border-top:none;
	padding:0 0 6px 0;
	line-height:23px;
}
ul.placelist li{
	padding:0 8px;
	cursor:pointer;
}
ul.placelist li:hover{
	background:#EDEDED;
}
.timebox{
	width:280px;
	height:404px;
	padding:0 0 19px 0;
	float:left;
	clear:both;
	background:url(../images/timebox_bg.png) 0 0 no-repeat;
	text-align:center;
}
.timebox h2{
	width:280px;
	height:47px;
	line-height:47px;
	text-align:center;
	padding:0 0 19px 0;
}
.timedetails{
	float:left;
	clear:both;
	line-height:18px;
	font-size:11px;
}
.timedetails span.descrp{
	width:142px;
	padding:0 7px 0 0;
	display:block;
	float:left;
	text-align:right;
}
.timedetails strong{
	font-size:11px;
	display:block;
	float:left;
}
/*Clock CSS*/
.clockHolder{
	width:196px;
	margin:13px auto 15px auto;
	position:relative;
	z-index:900;
	top:0px;
	left:0px;
	overflow:hidden;
}

#sec{
	display:block;
	position:absolute;
	z-index:980;
}
#min{
	display:block;
	position:absolute;
	z-index:970;
}
#hour{
	display:block;
	position:absolute;
	z-index:960;
}
.rotatingWrapper
{
	position:absolute;
	z-index:950;
	width:50px;
	height:110px;
	top:0px;
	left:0px;
}
/*Footer*/
.footer-top{
	padding:30px 0 13px 0;
}
