/*----- CORE ELEMENTS -----*/

#mainpage {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

hr {
	height:0px;
	border-top:1px solid #ccc;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding-bottom:15px;
	margin: 18px 0px 0px 0px !important;
	margin: 0px 0px 13px 0px;
}
.footer {
	font-size: 11px;
	color: #999;
	text-align: left;
	padding: 10px;
}
/* text */

.text, .text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	text-align: left;
	margin-top: 0px;
}

.text h1 {
	font-size: 22px;
	line-height: 22px;
	color: #333;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}
.text h2 {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.text a:link, .text a:visited, .certifications a:link, .certifications a:visited {
	color: #d40026;
	text-decoration: underline;
}
.text a:hover, .text a:active, .certifications a:hover, .certifications a:active{
	color: #333;
	text-decoration: underline;
}

/* nav items */
#t0{
	font-size: 10px;
	color: 484743;
	text-align: right;
}

.topmostNav_inactive		{ font-size: 10px; color: #484743; text-align: right; text-decoration: none; }
.topmostNav_inactive:active	{ font-size: 10px; color: #484743; text-align: right; text-decoration: none; }
.topmostNav_inactive:visited	{ font-size: 10px; color: #484743; text-align: right; text-decoration: none; }
.topmostNav_inactive:hover	{ font-size: 10px; color: #484743; text-align: right; text-decoration: underline; }



.topmostNav_active		{ font-size: 10px; color: #484743; text-align: right; text-decoration: underline; }
.topmostNav_active:active	{ font-size: 10px; color: #484743; text-align: right; text-decoration: underline; }
.topmostNav_active:visited	{ font-size: 10px; color: #484743; text-align: right; text-decoration: underline; }
.topmostNav_active:hover	{ font-size: 10px; color: #484743; text-align: right; text-decoration: none; }


.T1ActiveLink {
}
.T1InActiveLink {
}

.T2ActiveLink a {
	display:block;
	padding: 5px 2px 5px 27px;
	background: url(../images/t2_bkg_on.gif) left top;
	font-size: 12px;
	color: #c30023;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.T2InActiveLink a:link, .T2InActiveLink a:visited {
	display:block;
	padding: 5px 2px 5px 27px;
	background: url(../images/t2_bkg.gif) left top;
	font-size: 12px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.T2InActiveLink a:hover, .T2InActiveLink a:active {
	color: #ffeb0e;
}



.T3ActiveLink a {
	display:block;
	padding: 5px 2px 5px 36px;
	background: url(../images/t3_bkg_on.gif) left top;
	font-size: 12px;
	color: #c30023;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.T3InActiveLink a:link, .T3InActiveLink a:visited {
	display:block;
	padding: 5px 2px 5px 36px;
	background: url(../images/t3_bkg.gif) left top;
	font-size: 12px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.T3InActiveLink a:hover, .T3InActiveLink a:active {
	color: #ffeb0e;
}

/*----- CUSTOM ELEMENTS -----*/

ul {
	margin-top: 12px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
ul li {
	background-image: url(../images/bullett.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	padding-bottom: 10px;
	margin-left: 0px;
}
ul li ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
}
ul li ul li {
	background-image: url(../images/bullett.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	margin-left: 0px;
}

.testimonial{
	font-size: 12px;
	line-height: 14px;
	color: #333;
	text-align: left;
	padding: 15px;
	font-style: italic;
}
.testimonial_name {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-align: left;
	font-style: normal;
}
.certifications{
	font-size: 11px;
	line-height: 14px;
	color: #333;
	text-align: left;
	padding: 0px 10px 10px 10px;
	font-weight: bold;
}
.rule_home{
	border-right: 1px #ccc solid;
}