body {
 	background-color: #000000;
  	margin-left: 0px;
  	margin-right: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #847e7e;
  	}
	
p {
	font-size: 12px;
	color: #847e7e;
	text-align: justify;
	line-height: 17px;
	padding: 40px 45px 0px 45px;
	}
	
li {
	font-size: 11px;
	text-transform:uppercase;
	line-height:43px;
	font-weight: bold;
	list-style:none;
}

#header {
	margin-left:129px;
	margin-top:40px;
	vertical-align:middle;
	background-color:#000000;
	height: 125px;
	width:860px;	
	}

#headerleft{
	float: left;
}

#headerright{
	float: right;
	padding-top:25px;
	text-align:right;
}

#navigation{
	position:absolute;
	width:100px;
	height: 342px;
	padding-top:60px;
	text-align:center;
	left: 0px;
	top: 180px;
	z-index:1;
}

#maincontainer{
	position:relative;
	height: 342px;
	background-color: #302C2D;
	padding-left:129px;
	}
	
#maincontainerleft{
	float: left;
	width:330px;
	height:342px;
	background-image: url("images/divider.gif");
 	background-repeat: no-repeat;
	}
	
#maincontainerright{
	position:absolute;
	width:577px;
	height:342px;
	left:430px;
	background-image: url("images/middlecontainer.gif");
	background-repeat: no-repeat;
	}
	
#flashcontainer{
	position: absolute;
	left: 430px;
	width:577px;
	height:342px;
	background-color: #302C2D;
	}
	
.fadecontentwrapper{ 
	position: relative;
	width: 577px;
	height: 342px; 
	overflow: hidden;
}

.fadecontent{
	position: absolute;
	background-image:  url("images/middlecontainer.gif");
	padding: 0px;
	visibility: hidden;
	width: 577px;
}

.fadecontenttoggler{ 
	width: 350px;
	overflow: hidden;
}

.fadecontenttoggler a{
	text-decoration: none;
	float: left;
	font-size: 12px;
	color: #847e7e;
	}

.fadecontenttoggler a:hover{
	color: white;
}

.fadecontenttoggler a.selected{
	color: #AF0404;
}

.fadecontenttoggler a.toc{ 
	}
	
.itembox{
	background-image:  url("images/background_item.jpg");
	background-repeat: no-repeat;
	color: #333333;
	width:491px;
	height:165px;
	margin-left:45px;
	padding:10px 15px 0px 0px;
	line-height:10px;
}

#servicesbox{
	background-image:  url("images/background_services.jpg");
	background-repeat: no-repeat;
	color: #333333;
	height:340px;
	padding:55px 90px 0px 90px;
}

#contactbox{
	background-image:  url("images/background_contact.jpg");
	background-repeat: no-repeat;
	color: #333333;
	height:340px;
	padding:10px 90px 0px 90px;
}

#teambox{
	background-image:  url("images/background_team.jpg");
	background-repeat: no-repeat;
	color: #333333;
	height:340px;
	padding:25px 90px 0px 90px;
}

#raquel{
	background-image:  url("images/raquelbox.jpg");
	background-repeat: no-repeat;
	height:340px;
	padding:15px 0px 0px 180px;
}

#alex{
	background-image:  url("images/alexbox.jpg");
	background-repeat: no-repeat;
	height:340px;
	padding:25px 0px 0px 180px;
}

#patricia{
	background-image:  url("images/patriciabox.jpg");
	background-repeat: no-repeat;
	height:340px;
	padding:35px 0px 0px 180px;
}

#footer{
	width:970px;
	text-align:right;
	padding:16px;
	color: #847e7e;
	white-space:nowrap;
}
	
span.callout{
	color: #AF0404;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
}

span.callout3{
	color: #666666;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.item {
	font-size: 11px;
	text-transform:uppercase;
	color:#666666;
	line-height:22px;
	font-weight: bold;
	list-style:none;
}

a.redlink:link { color: #AF0404; text-decoration:none; }
a.redlink:visited { color: #AF0404; text-decoration:none; }
a.redlink:active { color:#AF0404; text-decoration:none; }
a.redlink:hover { color:#edeeee; text-decoration:none;}

a.graylink:link { color: #847e7e; text-decoration:none; }
a.graylink:visited { color: #847e7e; text-decoration:none; }
a.graylink:active { color:#AF0404; text-decoration:none; }
a.graylink:hover { color:#ffffff; text-decoration:none; }

.FormFieldLabel{
	font-size: 11px;
	margin: 0 0 0 0px; 
}

.FormField{
	font-size: 11px;
	border:1 solid #edeeee;
	background:#fff;
}