@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	font-size:small;
}

* html body {
	font-size:x-small;
	f\ont-size:small;
}

p {
	font-size:85%;
	line-height:140%;
	padding:8px 0px;
}

a:hover {
	text-decoration:underline;
}

li {
	list-style:square inside;
	padding:2px 0px;
}

#wrapper {
	width:720px;
	background:url(../images/shadow.gif);
	padding:0px 20px;
	margin:0px auto;
	text-align:left;
}
#logo {
	width:720px;
	background:url(../images/LOGO.gif) no-repeat left bottom;
}
#branding {
	height:190px;
	width:100%;
	color:#FFF;
	text-align:right;
}

#home #branding {
	background:url(../images/header1.png);
}

#facts #branding {
	background:url(../images/header2.png);
}

#living #branding {
	background:url(../images/header3.png);
}

#business #branding {
	background:url(../images/header4.png);
}

#travel #branding {
	background:url(../images/header5.png);
}

#news #branding {
	background:url(../images/header6.png);
}

#branding p {
	padding:15px 15px;
}

#branding a {
	color:#FFF;
	text-decoration:none;
	padding:18px 10px 9px 10px;
}

#branding .home:hover {
	background:url(../images/green.png);
}

#branding .facts:hover {
	background:url(../images/orange.png);
}

#branding .living:hover {
	background:url(../images/navy.png);
}

#branding .business:hover {
	background:url(../images/sapphire.png);
}

#branding .travel:hover {
	background:url(../images/purple.png);
}

#branding .news:hover {
	background:url(../images/brown.png);
}

#home #branding .home, #facts #branding .facts, #living #branding .living, #business #branding .business, #travel #branding .travel, #news #branding .news {
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	background:none;
}

#leftCol {
	float:left;
	margin-left:30px;
	width:200px;
}

#home #leftCol {
	background:url(../images/tagline.gif) top no-repeat;
	padding-top:120px;
}

#living #leftCol {
	background:url(../images/title_living.gif) top no-repeat;
	padding-top:80px;
}

#facts #leftCol {
	background:url(../images/title_facts.gif) top no-repeat;
	padding-top:80px;
}

#business #leftCol {
	background:url(../images/title_business.gif) top no-repeat;
	padding-top:80px;
}

#travel #leftCol {
	background:url(../images/title_travel.gif) top no-repeat;
	padding-top:80px;
}

#news #leftCol {
	background:url(../images/title_news.gif) top no-repeat;
	padding-top:80px;
}

#rightCol {
	float:right;
	margin-right:40px;
	width:420px;
}

.clear {
	clear:both;
}

#footer p {
	padding:8px 15px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.rightAl {
	float:right;
}

#footer .rightAl a:hover {
	text-decoration:none;
}

.more {
	font-size:75%;
	padding:0px;
	font-weight:700;
	text-align:right;
}

.auxiInfo {
	font-size:75%;
	font-weight:100;
	color:#999;
}

#gallery {
	margin-top:70px;
	text-align:center;
}

#gallery p {
	font-size:75%;
	font-weight:bold;
}

#gallery img {
	padding:7px;
	border:#ddd 1px solid;
}
