body {
  font: 100% Arial, Helvetica, sans-serif #000;
  background-color: #FFF;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  color: #000;
}

html { overflow: -moz-scrollbars-vertical !important; }

a:link {
	color: #339933;
}
a:visited {
	color: #339933;
}
a:hover {
	color: #333;
}
a:active {
	color: #339933;
}
img {
	border: 0;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	text-align: center;
	}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
.toptext {
	font-size: 11px;
	color: #000;
	margin: 0;
	}

/* PAGE LAYOUT */

#container { 
	width: 869px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	width: 869px;
	height: 116px;
	padding-top: 10px;
	background-color: #FFF;
}
#logo a {
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}
#menu1 { 
	width: 859px;
	padding: 10px 5px 12px 5px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#menu1 ul {
	margin: 0;
	padding: 0;
}
#menu1 li {
	display: inline;
}
#menu1 a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 2px;
	color: #339933;
	padding: 0 20px 0 20px;
}
#menu1 a:hover {
	color: #333333;
}
#main {
	padding-top: 25px;
	padding-bottom: 25px;
}
#leftColumnAbout { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
	min-height: 400px;
}
#rightColumnAbout { 
	margin: 0; 
	padding: 20px 15px 0 0;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
}
#leftColumnFaves { 
	margin: 0; 
	padding: 20px 35px 30px 25px;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
}
#leftColumnFaves a { 
	color: #333333;
	text-decoration: none;
}
#leftColumnFaves a:hover { 
	color: #333333;
	text-decoration: underline;
}
#rightColumnFaves { 
	width: 275px;
	margin: 0; 
	padding: 40px 45px 25px 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
}
#leftColumnPress { 
	width: 195px;
	margin: 0; 
	padding: 0 20px 0 25px;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
	border-right: 1px solid #e6e6e6;
}
#leftColumnPress a { 
	color: #333333;
	text-decoration: none;
}
#leftColumnPress a:hover { 
	color: #333333;
	text-decoration: underline;
}
#rightColumnPress { 
	width: 561px;
	margin: 0; 
	padding: 0 25px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
}
#cityPortfolio, #countryPortfolio {
	width: 433px;
	height: 253px;
	border-right: 2px solid #FFFFFF;
	background-image: url(../images/portfolio-city.jpg);
	background-position: top left;
	background-repeat: none;
	text-align: center;
	padding-top: 180px;
}
#countryPortfolio {
	width: 434px;
	border-right: none;
	background-image: url(../images/portfolio-country.jpg);
}
#cityPortfolio:hover, #countryPortfolio:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#cityPortfolio .pageTitle, #countryPortfolio .pageTitle {
	color: #FFFFFF;
	text-transform: uppercase;
}
#main .lowContent {
	min-height: 380px;	
}
.pressTable {
	width: 130px;
	height: 130px;
	padding: 0;
	border: 1px solid #CCC;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pressTable a:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.pressTableBlog {
	width: 110px;
	height: 110px;
	padding: 0;
	border: 1px solid #CCC;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pressTableBlog a:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.pageTitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	color: #339933;
	line-height: 30px;
}
.question { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #92B139;
	line-height: 20px;
}
.largeText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.photo-pad {
margin-left:15px; 
margin-bottom:15px;
}
.photo-pad-left {
margin-right:15px; 
margin-bottom:15px;
}
.photo-pad-outline {
margin-left:15px; 
margin-bottom:15px;
padding: 4px;
border: 1px solid #CCCCCC;
}
.photo-pad-outline-left {
margin-right:15px; 
margin-bottom:15px;
padding: 4px;
border: 1px solid #CCCCCC;
}
#footer {
	padding-top: 20px;
	border-top: 1px solid #CCC;	
	text-align: center;
}

