body {
	margin:0;
	padding:0;
	font:12px verdana, geneva, sans-serif;
	text-align:center;
	border-top:15px solid #013759;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position:bottom;
	}

#column {
	margin: 0 auto;
	padding:0;
	width: 600px;
	border-bottom:5px solid #013759;
	}

#content {
	text-align:left;
	margin: 0;
	padding: 1em;
	}

.post {
	padding: 5px;
	margin: 5px;
	height:128px;
	border: 1px solid #ffffff;
	}
	
.post:hover {
	border: 1px solid #cccccc;
	background-color:#fafafa;
	}
	
#content .post img {
	padding:0;
	margin: 0 1em 0 0;
	border: 1px solid #aaa;
	}

#header {
	margin:0;
	padding:0;
	}

#footer {
	text-align:center;
	padding: 0px 0 7px 0;
	margin:0;
	clear:both;
	color:#FFFFFF;
	background: #00598E url(i/nav_back_3.gif) no-repeat top;
	border-bottom:5px solid #0C73B6;
	}

#footer img {
	float:left;
	}

#content img {
	padding: 1em;
	margin: 1em 0 1em 0;
	border: 1px solid #aaa;
	}

.sign_category{
	border-top:1px solid #B1BD1B;
	margin: 2em 0;
	padding: 1em 0;
	}

img {
	border:0;
	}
	
.icon {
	float:left;
	}

#map{
	border:1px solid #000000;
	width: 570px;
	height: 570px;
	padding-top:10px;
	}

.bubble {
	width:200px;
	font-weight:bold;
	}

/*------------------- TYPE Code -------------------------*/
	
h1 {
	font-size:3.5em;
	font-style:normal;
	padding-top: 30px;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(i/skyway.png);
	background-repeat:no-repeat;
	background-position:15px 20px;
	text-indent:-90em;
	}

h2 {
	font-size:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	margin:0 0 .2em 0;
	}
h2 a{
	text-decoration:none;
	color: #000000;
	}
h2 a:hover{
	border-bottom:2px solid #666666;
	}
#content li {
	list-style-image:url(i/bullet.gif);
	}

h3,h4,h5,h6 {
	font-size:1em;
	font-weight:700;
	margin:1.2em 0;
	}

p	{
	font-size:1em;
	line-height:1.4em;
	padding-top:0;
	margin:0 0 1.2em;
	}

address {
	font-size:1em;
	padding-top:7px;
	}

/*------------------- navigation Code -------------------------*/

#navigation {
	padding: 0;
	margin:  0;
	height:35px;
	text-align:center;
	background-image:url(i/nav_back_4.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#navigation ul {
	padding:5px 0 0 60px;
	margin:0;
	height:30px;
	background-image:url(i/nav_back_3.gif);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:2px solid #3E3E3E;
	}

#navigation  li{
	float:left;
	list-style-type:none;
	margin:0;
	height:30;
	padding:6px 0 6px 0;
	}

#navigation li a{
	color:#ffffff;
	font-size:11pt;
	text-decoration:none;
	margin:0;
	height:30;
	padding:6px 15px 6px 15px;
	}

#navigation li a:hover {
	background-color:#0C73B6;
	text-decoration:underline;
	}

#navigation li a#select {
	font-weight:bold;
	background-color:#0C73B6;
	}