@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0px;
	height: 100%;
	background-color: #fff216;
	font-family: Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
	font-size: 12px;
	color: #0000;
	line-height: 22px;
	font-style:normal;
	font-weight:700;
}
html {
	height: 100%;
}
body {
	min-height: 101%;
}
#top_wrap {
	width: 100%;
	background-image:url(images/cmgmlkbg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #FFF;
	min-height: 100%;
	overflow: hidden;
}
#top_con{
	width:1000px;
	margin: 0px auto;
}
#top {
	width: 1000px;
	height: 385px;
	margin: 0px auto;
}
#title {
	width: 550px;
	height: 380px;
	float: left;
}
#xml {
	width: 445px;
	height: 365px;
	float:right;
	background-image: url(images/cmgxml.png);
	background-repeat:no-repeat;
	vertical-align: top;
	padding: 20px 0px 0px 5px;
}
#div_LEFT {
	width: 295px;
	float: left;
}
#div_RIGHT {
	width: 705px;
	float: right;
}
#citylogo{
	width: 295px; 
	height: 135px;
	margin: 0px auto;
	background-image:url(images/cmglogo.png);
	background-repeat:no-repeat;
}
#con_LEFT {
	width: 275px;
	margin: 0px auto;
}
#con_RIGHT {
	width: 705px;
	margin: 0px auto;
	padding-top: 20px;
	clear: right;
}
#con_RIGHT_left {
	width: 350px;
	float: left;
}
#con_RIGHT_right {
	width: 350px;
	float: right;
}

#foot_wrap {
	width: 100%;
	height: 60px;
	border-top: #ef4035 1px solid;
    position:absolute;
    top: 1;	
    bottom: -1;
    left: 0;
    float: left;
    z-index: 1;

}
#redbox {
	display:block;
	width: 265px;
	height: 14px;
	margin: 0px auto;
	background-color: #ef4035;
	margin-bottom: 5px;
	font-family: Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
	font-size: 14px;
	color: #fff;
	font-style:normal;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
	padding: 3px 0px 8px 0px;
}
#eventbox {
	width: 275px;
	margin: 0px auto;
	margin-bottom: 5px;
	font-family: Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
	font-size: 10px;
	line-height: 15px;
	color: #000;
	font-style:normal;
	font-weight:600;
	text-align: center;
}
#foot_con {
	width: 1000px;
	margin: 0px auto;
	font-family: Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
	font-size: 9px;
	color: #0000;
	line-height: 20px;
	font-style:normal;
	font-weight:700;
	text-align: center;
}
.bdtxtbld {
	font-family: Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
  	font-size: 14px;
	color: #ef4035;
	line-height: 22px;
	font-style:normal;
	font-weight: bold; 
}

.bdtxtbld2 {
	font-family: Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
  	font-size: 14px;
	color: #007161;
	line-height: 22px;
	font-style:normal;
	font-weight: bold; 
}
.bdtxtbld3 {
	font-family: Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
  	font-size: 18px;
	color: #007161;
	line-height: 22px;
	font-style:normal;
	font-weight: bold; 
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom:2px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #ef4035;
	outline:none;	
}
#redbox a:link, #redbox a:visited, #redbox a:active {
	color: #ef4035;
	text-decoration: none;

}
#rebox a:hover {
	text-decoration: underline;
	color: #007161;
	outline:none;	
}