/* CSS Document */

	/* The strange width proprties containing slashes are a workaround for deficiencies in the IE box model 
		Otherwise IE tends to double up the space between horizontally adjacent boxes */

	/* For non-stretchy page remove comment marks from around width properties of #container */

html, body, i, img {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333333;
	line-height: 1.5;
	background-color: #2d3d4c;
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
.p-1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

ol {
	margin-left: 30px;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-bottom: 0px;
	color: #30ad4a;
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana, Arial;
	/*line-height: 1.5;*/
}

h1, h2 {
	font-size: 180%;
}
h4 {
	font-size: 150%;
	color: #0082b7;
}
h5 {
	font-size: 100%;
	color: #0082b7;
}

h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
h3:first-child {margin-top: 0;}/*starts first h3 in TD flush top*/
h4:first-child {margin-top: 0;}/*starts first h4 in TD flush top*/
h5:first-child {margin-top: 0;}/*starts first h5 in TD flush top*/
h6:first-child {margin-top: 0;}/*starts first h6 in TD flush top*/

a {
	text-decoration: none;
	border: 0;
}
a:link, a:visited {
	color: #30ad4a;
	border: 0px;
}
a:hover, a:active {
	color: #0082b7;
}
a img {
	border: 0px solid #fff;
	white-space: 10;
	}
td {
	font-size: 100%;
}

.outerwrapper {
	background: url(/images/leftcol.png)  left top repeat-y;
	zoom: 1;
}
.schoolwrapper {
	background-image: url(/banner/green/images/eci_banner_house_08.png);
	background-repeat: no-repeat;	/*background: url(/images/rightcol.png) repeat-y right top;
	zoom: 1;*/
}
#container {
	width: 795px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	font-size: 120%;
	background: #fff;
	\width: 793px; /* only 2px extra for IE5win, the sum of the side borders. */
	w\idth: 795px;
}
#banner {
	padding: 0px;
	height: 121px;
	width: 100%;
}
#content {
	float: left;
	width: 425px;
	margin: 10px 10px 8px 8px;
	font-size: 70%;
	display: inline;
}
#sidebar-a {
	float: left;
	width: 158px;
	padding: 10px 0px 0px 8px;
	display: inline;
}
#special-a {
	float: left;
	width: 158px;
	padding: 0px 0px 0px 0px;
}
#sidebar-a p {
	font-size: 60%;
	margin: 0px;
	padding-left: 8px;
	padding-right: 5px;
	line-height: 1.2;
	padding-bottom: 2px;
}
#sidebar-a h4, #special-a h4, #special-a h5{
	font-size: 60%;
	line-height: 1.3;
}
#special-a p{
	font-size: 60%;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	}
#sidebar-b {
	float: left;
	width: 177px;
	padding: 0px 0px 0px 2px;
	font-size: 70%;
	margin-top: 15px;
	display: inline;
}
#content-youtube {
	font-size: 70%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: 175px;
}
#content-youtube h2{
	font-size: 180%;
}
#footer {
	clear: both;
	padding: 5px 20px;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #1d2d3c;
}
#content ul {
	margin-left: 30px;
	list-style-position: outside;
	list-style-image: url(/images/dot.png);
}
#content h3 {
	line-height: 135%;
	font-size: 120%;
	margin-bottom: 12px;
}
#content h4 {
	line-height: 125%;
	letter-spacing: .1em;
	font-size: 110%;
	margin-bottom: 0px;
}


#footer a {
	padding: 0 10px;
	text-decoration: none;
	}
	#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
	color: #CCCCCC;
	}

.banner-image-left {
	padding: 0px;
	margin-bottom: 0px;
	float: left;
	display: inline;

}
.banner-image-rt {
	padding: 0px;
	margin-bottom: 0px;
	float: right;
	display: inline;
}

.bold-blue {
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #0082b7;
}
.caption {
	text-align: center;
	font-size: 90%;
	font-size: 85%;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}
.image-founder {
	margin: 10px 22px 3px;
	padding: 0px 22px 0px 0px;
	width: 100px;
	float: right;
	display: inline;
}
.image-left {
	float: left;
	margin: 5px 15px 3px 0px;
	padding: 0px;
	display: inline;
}
.image-right {
	float: right;
	margin: 10px 5px 3px 15px;
	padding: 0px;
	/*display: inline;*/
}
.line-divider {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0082b7;
	line-height: 1px;
}
.MORE {
	font-size: 80%;
	text-transform: uppercase;
}

.quote {
	line-height: 135%;
	font-size: 120%;
	margin-bottom: 0px;
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #30ad4a;
}
.quoteby {
	text-align: right;
	margin: 0px 0px 12px;
	padding-right: 20px;
}

	/* from John Gallant the following closes floats */

.rt-box {
	font-family: "Tempus Sans ITC", "Trebuchet MS", Verdana, Arial;
	width: 177px;
	margin-top: 10px;
	padding-top: 8px;
}
.brclear {
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
	/* from John Gallant Holly Hack for a bug in floats?*/

/* \*/
* html #p7TMnav {zoom: 1;}
/* */
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active {
	color: #60513A;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.image-box {
	width: 200px;
	float: left;
	margin-right: 15px;
}
