/* Added by Daniel Matranga 11-05-2009, dannymatranga@gmail.com */

/* Globals */
.clear {
	clear: both;
}

.gapfix {
	margin-left: -1px;
}

tr.pointer td {
	cursor: pointer;
}


/* Home */
#intro_container {
	width: 850px;
	height: 268px;
	background-image: url(images/main_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: /*"Helvetica",*/ Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-left: -1px;
	padding-top: 34px;
	float: left;
}

#intro_container p {
	text-align: left;
	position: relative;
	left: 180px;
	width: 510px;
	color: #555555;
}

/* What We Do */

#whatwedo {
	width: 849px;
	height: 649px;
	background-image: url(images/what.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
}

#whatwedo p {
	position: relative;
	left: 195px;
	width: 450px;
	font-family: /*"Helvetica",*/ Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
}

/* About Us */
#about_us {
	width: 849px;
	height: 683px;
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 100px;
	padding-left: 240px;
}

#about_us p {
	position: relative;
	font-family: /*"Helvetica",*/ Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	left: 210px;
	width: 350px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999933;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 17px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: 200;
	color: #993300;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: 200;
	color: #993300;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: 200;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: 200;
	color: #990000;
	text-decoration: none;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #999933;
	text-decoration: none;
}
.borderwhite {
	border: 1px solid #FFFFFF;
}
  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }.centercontent {
	text-align: center;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }