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

body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #036;	
}
a:link {
	color: #039;
}
a:visited {
	color: #03C;
}
a:hover {
	color: #060;
}
a:active {
	color: #0F0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

p {
	line-height: 1.5em;
}
.clear-floats {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	height:0;
}
#main-header {
	margin: 1px auto 0 auto;
	width: 987px;
	height: 120px;
	/*	background-image:url(../../images/main_header_bg.jpg);
	background-repeat:no-repeat;*/
/*	background-image:url(../../images/main_header_bg_rx.jpg);*/
	background-color:#FFF;
	background-repeat:repeat-x;
}
#main-header h1 {
	width: 196px;
	height: 96px;
	text-indent: -5000px;
	background-image:url(../../images/logo-fight-back.png);
	background-repeat:no-repeat;
	margin: 12px 0px 0px 18px;
	float: left;
}
#main-header #slogan {
	float: left;
	text-indent: -5000px;
	/*	font-size: 1.3em;
	font-weight: bold;
	color: #53a747;
	text-align: center; */
	width: 680px;
	height: 55px;
	margin: 5px;
	padding: 0;
	background-image:url(../../images/slogan.png);
	background-repeat:no-repeat;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
/*	*margin-top:  0;  ie7 */
}
#main-header-topnav {
	float: right;
	margin: 3px 10px 0 0;
}
#main-header #phone {
	font-size: 1.4em;
	float: right;
	width: 202px;
	height: 23px;
	margin: -15px 4px 0 0;
}
#phone span {
	font-size: .8em;
	margin: -3px 3px 3px 0;
}
#nav {
	clear: both;
	height: 26px;
	margin: -4px auto;
	width: 987px;
	background:url(../../images/bg_nav.jpg) repeat-x;
}
#slidemenu {
	margin:0 7px;
}
#main {
	background-image:url(../../images/main_background.png);
	background-repeat: y;
	width: 987px;
	margin: 8px auto;
	overflow:visible;
	clear: both;
	position: relative;
	min-height: 600px;
}
#home-left {
	float: left;
	width: 705px;
	margin: 10px 1px 10px 10px;
	height: auto;
	position: relative;
	border-right: #BFE6FF solid 1px;
}
#home-right {
	float: left;
	width: 256px;
	margin: 10px 8px 10px 0;
	height: auto;
	position: relative;
}
.article-left {
	float: left;
	width: 202px;
	margin: 10px;
	height: auto;
}
.article-left h1 {
	width: 202px;
	color: #53a747;
	font-size: 1.6em;
}
.article-right {
	float: left;
	width: 460px;
	margin: 10px;
	height: auto;
	font-size: 1.2em;
}
#news {
	width: 224px;
	background-color:#CCC;
	padding: 10px;
	margin: 0 auto 5px 10px;
}
#news span {
	font-weight: bold;
}
#enroll {
	width: 224px;
	background-color:#fff7cd;
	padding: 10px;
	margin: 0 auto 0 10px;
}
#enroll p {
	font-size: 1.4em;
	font-weight: bold;
	color:#036;
	text-align: center;
}
.tip {
	width: 224px;
	background-color:#CEFFCE;
	padding: 10px;
	margin: 12px auto 0 10px;
	font-weight: bold;
}
.tip p {
	font-size: 1.2em;
	font-weight: bold;
	color:#036;
	text-align: center;
}
#foot-outer {
	width: 100%;
	height: 37px;
	/*background-color:#036;*/
}
#foot-inner {
	width: 981px;
	margin: 0 auto;
	height: 25px;
	background-color:#cffbc8;
	padding: 11px 0 0 8px;
}
#foot-inner div {
	float: left;
}
#foot-inner #ecropolis {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
#footer-nav {
	margin-left: 70px;
}
#slides {
	margin: 10px 0 0 4px;
}
.form {
	width: 460px;
}
#content {
	width: 670px;
	margin: 0 auto;
}
#sitemap {
	margin: 0 auto;
	width: 350px;
}
/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}
.hide { display: none; visibility: hidden;  }
.largetxt { font-size: 1.8em; }
.smalltxt { font-size: .8em; }
.scrollable .items .item  { font-size: 1.3em; }
.blue {	color: #1D5284; }
