/* Mod1 ------------------------------------------------------------------------- */

.mod {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.mod h1 {
	color: #fff;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	padding-left: 15px;
}
.mod p {
	margin-bottom: 8px;
	padding: 0px;
	line-height: 15px;
}
.mod .address {
	color: #1e1e1e;
	font-size: 13px;
}
.mod .park {
	color: #5c5c5c;
	font-size: 13px;
}
.mod .park_img {
	float: right;
	height: 106px;
	margin-left: 20px;
	width: 163px;
}
.mod .star {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}
.mod-blue-t-l {
	background: url(/mods/mod_t_blue_left.jpg) top left no-repeat;
	height: 43px;
}
.mod-blue-t-r {
	background: url(/mods/mod_t_blue_right.jpg) top right no-repeat;
	height: 43px;
}
.mod-blue-t-m {
	background: url(/mods/mod_t_blue_mdl.jpg) top repeat-x;
	height: 43px;
}
.mod1-h-r {
	background: url(/images/bg_mod1_head_r.jpg) top right no-repeat;
	height: 41px;
}

.mod-b {
	background: #f3f1f2;
	padding: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.mod-b li, .mod-b li a:link, .mod-b li a:visited, .mod-b li a:hover {
	color: #1e1e1e;
}
.mod-f-l {
	background:  #f3f1f2 url(/mods/mod_f_left.jpg) top left no-repeat;
	height: 6px;
}
.mod-f-r {
	background: url(/mods/mod_f_right.jpg) top right no-repeat;
	height: 6px;
}
.icon1 {
	position: absolute;

	right: 31%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}
.icon2 {
	position: absolute;

	right: 31%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}
.icon3 {
	position: absolute;

	right: 20px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

/* Mod2 ------------------------------------------------------------------------- */

.mod-red-t-l {
	background: url(/mods/mod_t_red_left.jpg) top left no-repeat;
	height: 43px;
}
.mod-red-t-r {
	background: url(/mods/mod_t_red_right.jpg) top right no-repeat;
	height: 43px;
}
.mod-red-t-m {
	background: url(/mods/mod_t_red_mdl.jpg) top repeat-x;
	height: 43px;
}

/* Mod3 ------------------------------------------------------------------------- */

.mod-green-t-l {
	background: url(/mods/mod_t_green_left.jpg) top left no-repeat;
	height: 43px;
}
.mod-green-t-r {
	background: url(/mods/mod_t_green_right.jpg) top right no-repeat;
	height: 43px;
}
.mod-green-t-m {
	background: url(/mods/mod_t_green_mdl.jpg) top repeat-x;
	height: 43px;
}

/* Links ------------------------------------------------------------------------- */
.links {
	position: relative;
	left: -14px;
	top: 18px;

}
.links a:link, .links a:visited {
	background: url(/mods/bg_btn_black.jpg) top repeat-x;
	font-size: 16px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	float: left;
	color: #fff;
	list-style-type: none;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	margin: 0px;
	height: 43px;
	padding-top: 12px;
}
.links a:hover {
	background: url(/mods/bg_btn_black2.jpg) top repeat-x;
	color: #f6f5f5;
}
.links a span {
	padding: 13px;
	padding-bottom: 12px;
	padding-top: 4px;
	padding-left: 22px;
	padding-right: 22px;	
	border-right: 1px solid #6d7370;
	height: 45px;
	overflow: hidden;
}
.links a span.first {
	background: url(/mods/bg_btn_black_left.jpg) left bottom no-repeat;
}
.links a:hover span.first {
	background: url(/mods/bg_btn_black_left2.jpg) left bottom no-repeat;
}
