@charset "utf-8";
/* CSS Document */

#MethodSelect_outer {
	display:block;
	width:600px;
	background-color:#003366;
	color:#FFFFFF;
	padding-top:10px;
}

#MethodSelect_inner {
	display:block;
	width:580px;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-left:0px;
	margin-right:auto;
	padding-top:5px;
}

.CityBox_Wrap {
	margin-left:10px;
	margin-bottom:10px;
	display:block;
	width:555px;
	background:url(CityBox_Fill.jpg);
	background-repeat:repeat-y;
	padding:0;
}

.CityBox_Top {
	background:url(CityBox_Top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}

.CityBox_Bottom {
	background:url(CityBox_Bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.CityImage {
	display:block;
	width:115px;
	height:114px;
	background-repeat:no-repeat;
	background:top left;
	float:left;
}

.LASImage {
	background:url(CityIcon_LAS.jpg);
}

.GCNImage {
	background:url(CityIcon_GCN.jpg);
}

.GCWImage {
	background:url(CityIcon_GCW.jpg);
}

.PGAImage {
	background:url(CityIcon_PGA.jpg);
}

a.CitySelect {
	display:block;
	text-align:center;
	margin-top:68px;
	font-size:9px;
}

.CityTitle {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
}

	
	


