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

/* ===================
   TRUTECH 2009
=================== */

/* LAYOUT
=================== */

body {
	background-color: #cccccc;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* TYPE
=================== */

.header {
	font-size:22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.navmid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.navheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 7px;
	line-height: 22px;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013300;
	/*background-color: #F0EFEF;*/
	padding-left: 7px;
	line-height: 14px;
}
.navsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013300;
	/*background-color: #F0EFEF;*/
	padding-left: 15px;
	line-height: 13px;
}
.navlocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013300;
	/*background-color: #F0EFEF;*/
	padding-left: 15px;
	line-height: 15px;
}
.navphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	padding-left: 7px;
	font-weight: bold;
}
.navinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 7px;
}
.legal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.links{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757575;
}

/* LINKS
=================== */

/*--------------------------------- */
.maintext a:link {
	color: #013300;
	text-decoration: underline;
}
.maintext a:visited {
	color: #013300;
	text-decoration: underline;
}
.maintext a:hover {
	color: #12cb12;
	text-decoration: underline;
}
.maintext a:active {
	color: #013300;
	text-decoration: underline;
}
/*--------------------------------- */
.navmid a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navmid a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navmid a:hover {
	color: #12cb12;
	text-decoration: none;
}
.navmid a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*--------------------------------- */
.navtext a:link {
	color: #013300;
	text-decoration: underline;
}
.navtext a:visited {
	color: #013300;
	text-decoration: underline;
}
.navtext a:hover {
	color: #12cb12;
	text-decoration: underline;
}
.navtext a:active {
	color: #013300;
	text-decoration: underline;
}
/*--------------------------------- */
.navsub a:link {
	color: #013300;
	text-decoration: underline;
}
.navsub a:visited {
	color: #013300;
	text-decoration: underline;
}
.navsub a:hover {
	color: #12cb12;
	text-decoration: underline;
}
.navsub a:active {
	color: #013300;
	text-decoration: underline;
}
/*--------------------------------- */
.navlocation a:link {
	color: #013300;
	text-decoration: none;
}
.navlocation a:visited {
	color: #013300;
	text-decoration: none;
}
.navlocation a:hover {
	color: #12cb12;
	text-decoration: underline;
}
.navlocation a:active {
	color: #013300;
	text-decoration: none;
}
/*--------------------------------- */
.navinfo a:link {
	color: #013300;
	text-decoration: underline;
}
.navinfo a:visited {
	color: #013300;
	text-decoration: underline;
}
.navinfo a:hover {
	color: #12cb12;
	text-decoration: underline;
}
.navinfo a:active {
	color: #013300;
	text-decoration: underline;
}
/*--------------------------------- */
.legal a:link {
	color: #013300;
	font-weight: bold;
	text-decoration: none;
}
.legal a:visited {
	color: #013300;
	font-weight: bold;
	text-decoration: none;
}
.legal a:hover {
	color: #12cb12;
	font-weight: bold;
	text-decoration: none;
}
.legal a:active {
	color: #013300;
	font-weight: bold
	text-decoration: none;
}
/*--------------------------------- */
.services a:link {
	color: #013300;
	font-weight: bold;
	text-decoration: none;
}
.services a:visited {
	color: #013300;
	font-weight: bold;
	text-decoration: none;
}
.services a:hover {
	color: #12cb12;
	font-weight: bold;
	text-decoration: none;
}
.services a:active {
	color: #013300;
	font-weight: bold
	text-decoration: none;
}
/*----------------------------------- */
.links a:link {
	color: #013300;
	text-decoration: none;
}
.links a:visited {
	color: #013300;
	text-decoration: none;
}
.links a:hover {
	color: #013300;
	text-decoration: underline;
}
.links a:active {
	color: #013300;
	text-decoration: none;
}

/* IMAGE STYLE
=================== */

.imgRight {
	float: right;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	border: 2px solid #006702;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #006702;
}

input {
	margin-bottom:12px;
}
