@charset "UTF-8";
/* CSS Document */

body  {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background-color: #86cf9b;
	background-image:url(images/green-bkg.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link, a:visited, a:active {
	color:#68a679;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
}

p {
	margin:0 0 9px 0;
}

.header1 {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 21px;
	text-transform:uppercase;
	color:#FFFFFF;
}

.header2 {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 21px;
	text-transform:uppercase;
	color:#000000;
}

.menu1 {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	color:#000000;
}

.menu2 {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	color:#FFFFFF;
}

.menu1 a:link, .menu1 a:visited, .menu1 a:active {
	text-decoration:none;
	color:#000000;
}

.menu1 a:hover {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.menu2 a:link, .menu2 a:visited, .menu2 a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.menu2 a:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.subtitle{
	font-weight: 400;
	font-size:14px;
}

.news {
	font-size:12px;
	text-transform:none;
}

.portfolio {
	font-size:18px;
}

.quote {
	font-size:17px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}

.small {
	font-size: 11px;
}

.footer {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	text-align:center;
	color:#000000;
	padding: 5px 0 0 100px;
}

.footer2 {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	text-align:center;
	color:#000000;
	padding: 5px 0px 0px 0px;
}