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

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#main-wrap {
	text-align: left;
	width: 100%;
	margin-top: 0px;
	top: 0px;
}

/********************
Fonts
********************/

.white-btn-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

.white-btn-top a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

.white-btn-top a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

.white-btn-top a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
}

.copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: underline;
}

/********************
Header 1
********************/

#H1-wrap {
	width: 100%;
	height: 192px;
	background: url(../images/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/*** Right Side of Header 1 ***/
#H1-right-side {
	width: 352px;
	height: 192px;
	float: right;
}

#H1-top-btn-wrap {
	width: 352px;
	height: 38px;
}

#H1-top-btn-1 {
	height: 38px;
	margin-right: 10px;
	float: left;
}

#H1-flash-stats {
	width: 352px;
	height: 154px;
}
/*** End Right Side of Header 1 ***/

/*** Left Side of Header 1 ***/
#H1-left-side {
	width: 35%;
	float: left;
}
/*** End Left Side of Header 1 ***/


/********************
Header 2
********************/

#H2-wrap {
	width: 100%;
	height: 166px;
}

#H2-city {
	width: 100%;
	height: 54px;
	background: url(../images/city.jpg);
	background-repeat: repeat-x;
}

#H2-btn {
	width: 100%;
	height: 40px;
	background-color: #000074;
	text-align: center;
}

#H2-city-white {
	width: 100%;
	height: 158px;
	background: url(../images/h2-bg.jpg);
}


/********************
Footer
********************/

#footer-wrap {
	clear: both;
	width: 100%;
	height: 298px;
	background-color: #000074;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	bottom: 0px;
	position: relative;
}

#footer-city {
	width: 100%;
	height: 54px;
	background: url(../images/city.jpg);
	background-repeat: repeat-x;
}

#footer-btn-wrap {
	width: 952px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
}

#footer-btn {
	width: 234px;
	height: 174px;
	margin-right: 4px;
	float: left;
}


