@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
}

td.bgl {
	background-image:url(/img/bg_left.gif);
	background-color:#fff;
}

td.bgr {
	background-image:url(/img/bg_right.gif);
	background-color:#fff;
}

td.bgb {
	background-image:url(/img/bg_bottom.gif);
	background-color:#fff;
}

td.line_v {
	background-image:url(/img/bg_line_v.gif);
}

td.line_h {
	background-image:url(/img/bg_line_h.gif);
}

.call {
	font-family:Verdana;
	font-size:10px;
	padding-top:10px;
	padding-bottom:2px;
}

.footer {
	font-family:Arial;
	font-size:9px;
	color:#666;
}

.footer a {
	color:#666;
}

.footer a:hover {
	color:#333;
}

.footerlink {
	font-family:Arial;
	font-size:9px;
	color:#666;
}

.footerlink a {
	color:#666;
	text-decoration:none;
}

.footerlink a:hover {
	color:#ef870a;
}

input.search {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:0px;
	border-right:0px;
	width:175px;
	height:14px;
	font-family:Arial;
	font-size:12px;
	color:#666;
	text-align:right;
	vertical-align:top;
	margin-left:-4px;
	margin-right:-5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

input.sign_up {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:0px;
	width:131px;
	height:14px;
	font-family:Arial;
	font-size:12px;
	color:#666;
	text-align:left;
	vertical-align:top;
	margin-left:-4px;
	margin-right:-5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

td.nav_primary {
	background-image:url(/img/nav_primary_bg.gif);
	background-color:#48e;
	color:#48e;
	text-decoration:none;
}

td.nav_primary:hover {
	background-image:url(/img/nav_primary_bg_hover.gif);
	cursor:pointer;
}

td.home {
	background-image:url(/img/nav_button_home_up.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.home:hover {
	background-image:url(/img/nav_button_home_hover.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.membership {
	background-image:url(/img/nav_button_membership_up.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.membership:hover {
	background-image:url(/img/nav_button_membership_hover.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.training {
	background-image:url(/img/nav_button_training_up.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.training:hover {
	background-image:url(/img/nav_button_training_hover.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.certification {
	background-image:url(/img/nav_button_certification_up.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.certification:hover {
	background-image:url(/img/nav_button_certification_hover.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.license {
	background-image:url(/img/nav_button_license_up.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.license:hover {
	background-image:url(/img/nav_button_license_hover.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.contact {
	background-image:url(/img/nav_button_contact_up.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.contact:hover {
	background-image:url(/img/nav_button_contact_hover.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td.nav_secondary {
	background-image:url(/img/nav_secondary_bg.gif);
	background-color:#ccc;
}

td.signup {
	background-color:#f7f7f7;
	border:1px solid #bbb;
	padding:5px;
	font-family:Tahoma;
	font-size:10px;
	color:#333;
}

td.signup a {
	color:#666;
}

td.promo {
	background-color:#ffc;
	border:1px solid #dd9a05;
	padding:5px;
	font-family:Tahoma;
	font-size:10px;
	color:#630;
}

td.promo a {
	color:#963;
}

td.news {
	background-color:#f0f7ff;
	border:1px solid #04a;
	padding:5px;
	font-family:Tahoma;
	font-size:10px;
	color:#036;
}

td.news a {
	color:#369;
}

td.content {
	font-family:Arial;
	font-size:12px;
	text-align:justify;
	color:#111;
}

td.content a {
	color:#ef870a;
}

td.content a:hover {
	color:#de6508;
}

h1 {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#345;
	line-height:0px;
	text-indent:5px;
}

.header {
	font-weight:bold;
	font-size:14px;
	color:#04a;
}