@charset "utf-8";
/* CSS Document */

/*
border: 1px solid #FFF;
padding: 10px 0;
text-align: center;
width: 200px;
-webkit-border-radius:8px;
-moz-border-radius: 8px;
border-radius: 8px;

-webkit-box-shadow: #666 0px 0px 5px;
-moz-box-shadow: #666 0px 0px 5px;
box-shadow: #666 0px 0px 5px;

background: #FFFFFF;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#66EE33));
background: -webkit-linear-gradient(#FFFFFF, #66EE33);
background: -moz-linear-gradient(#FFFFFF, #66EE33);
background: -ms-linear-gradient(#FFFFFF, #66EE33);
background: -o-linear-gradient(#FFFFFF, #66EE33);
background: linear-gradient(#FFFFFF, #66EE33);
-pie-background: linear-gradient(#FFFFFF, #66EE33);

behavior: url(Styles/PIE/PIE.htc);
*/

.boxInfo
{
	padding:0 10px 10px 10px; margin:20px 0 0 0; position:relative;
	border: 1px solid #CCCCCC;
	
	background: #F2F2F2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#CCCCCC));
	background: -webkit-linear-gradient(#F2F2F2, #CCCCCC);
	background: -moz-linear-gradient(#F2F2F2, #CCCCCC);
	background: -ms-linear-gradient(#F2F2F2, #CCCCCC);
	background: -o-linear-gradient(#F2F2F2, #CCCCCC);
	background: linear-gradient(#F2F2F2, #CCCCCC);
	-pie-background: linear-gradient(#F2F2F2, #CCCCCC);
	
	-webkit-border-radius:8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	behavior: url(Styles/PIE/PIE.htc);
}

.boxContact
{
	margin-top: 5px;
	padding:10px; height:100%; background:#FFF;
	border: 1px solid #CCCCCC;
	
	-webkit-border-radius:8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	behavior: url(Styles/PIE/PIE.htc);
}



.txtLogoMaroon {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-style: normal;
	color:#900;
	white-space:nowrap;
}

.txtLogoGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-style: normal;
	color:#003300;
	white-space:nowrap;
}



.txtMaroon {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color:#900;
}



.txtGreen,
.txtGreen a:link,
.txtGreen a:visited,
.txtGreen a:active { font-family: "Times New Roman", Times, serif; font-size: 14px; color: #003300; text-decoration: none; }
.txtGreen a:hover { color:#003300; text-decoration: underline; }





.txtWhoAreWe {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #000;
	white-space:nowrap;
	line-height:18px;
}

.txtWhoInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color:#000;
	margin:3px 0 0 0;
}

.txtHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #003300;
	white-space:nowrap;
	line-height:18px;
	margin:10px 0 0 0;
}

.txtInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color:#666;
	margin:3px 0 0 10px;
}

.txtCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color:#999;
	margin:3px 0 0 0;
}
