@import url("reset.css");
@import url("layout.css");

/* Layouts */
body {
	font: normal normal normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: rgb(51, 51, 51);
}
#header {
	background: #1A3A72 url(../images/header-background-repeat.png) repeat-x 0 top;
	height: 124px;
}


/* Links */
a, a:link, a:visited {
    text-decoration: none;
    color: #0088CC;
}
a:hover {
    text-decoration: underline;
}


/* Footer */
#footer-inner {
	color:  rgb(136, 136, 136);
	text-align: left !important;
	padding-bottom: 36px;
	margin: 18px auto;
	font-size: 0.85em;
}
#footer-inner .fi-coplin {
	width: 100%;
	padding-top: 9px;
	border-top: 1px solid rgb(229, 229, 229);
	clear: both;
}
#footer-inner a {
	color: rgb(59, 89, 152); /* color: #2971A7; */
}
#footer-inner hr {
	width: 100%;
	border : 0;
	background-color: #D1CACA;
	height: 1px;
	color: #898989;
}
#footer-inner p.fi-copyright {
	float:  left;
}
#footer-inner .fi-links {
	float: right;
	list-style: none outside;
}
#footer-inner .fi-links a {
	padding: 0px 10px;
	white-space: nowrap;
}
#footer-inner ul.piped a {
	border-left: 1px solid rgb(208, 208, 208);
	margin-left: 1.5em;
	padding: 0px 0px 0px 1.5em;
}


/* Header */
#header-inner #hi-campSiteInfo {
	padding: 12px 0px 12px 0px;
}
#header-inner .hi-logo {
	width: 100px;
	height: 100px;
	float: left;
}
#header-inner .hi-name {
	color: white;
	font-size: 1.6em;
	padding: 0.5em 0px 0px 0px;
	margin-left: 105px;
}

/* Header Navigation */
#header-inner #hi-navglobal {
	height: 45px;
	padding-left: 120px;
	padding-right: 10px;
}
#header-inner #hi-navglobal ul li {
	float: left;
	display: inline;
	height: 40px;
	line-height: 12px;
	list-style: none;
	margin-right: 25px;
	padding-top: 8px;
	padding-left: 50px;
}
#header-inner #hi-navglobal ul li#nav-home {
	background: url(../images/nav-home.png) no-repeat transparent;
}
#header-inner #hi-navglobal ul li#nav-announce {
	background: url(../images/nav-announce.png) no-repeat transparent;
}
#header-inner #hi-navglobal ul li#nav-tourism {
	background: url(../images/nav-tourism.png) no-repeat transparent;
}
#header-inner #hi-navglobal ul li#nav-community {
	background: url(../images/nav-community.png) no-repeat transparent;
}
#header-inner #hi-navglobal ul li a,
#header-inner #hi-navglobal ul li a:link,
#header-inner #hi-navglobal ul li a:visited {
	color: #d4f0fb;
	font-size: 1.5em;
	text-decoration: none;
	text-transform: capitalize;
}
#header-inner #hi-navglobal ul li a span{
	display: block;
	font-size: 0.5em;
	padding-top: 5px;
	text-transform: uppercase;
	color: #3a93ff;
}
#header-inner #hi-navglobal ul li a:hover span{
	color: #d4f0fb;
}


/* List Piped*/
.piped {
	display: block;
	zoom: 1;
}
.piped a {
	border-left: 1px solid rgb(121, 124, 128);
	margin-left: 0.75em;
	padding: 0px 0px 0px 0.75em;
}
.piped a.first {
	border-left: 0px !important;
	margin-left: 0px !important;
	padding-left: 0px;
}
.piped li {
	display: inline;
	float: left;
}
