/*
	Stylesheet for Tec-Ed
	Created at Hile Design, 2006
*/
/*
	MSIE exceptions are in screen_all_msie.css
*/
/* 
	Homepage (index.html) stylesheeting is in screen_home.css
*/

/* Global CSS */
body {
	margin:0;
	padding:0;
	font-size:12px; /* base 1em measure: 12 pixels */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff;
	text-align:left;
	}
div, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	}
ul,li { margin-top:0; }
img { border:0; }
a { color:#3399CC; }
a:link { color:#3399CC; }
a:visited { color:#663399; }
a:hover { color:#39385E; }
a:active { color:#BEA456; }
h1 {
	color:#BEA456;
	margin-bottom:.2em;
	}
h2 {
	color:#9ABFC3;
	margin-bottom:0.2em;
	}
h3 {
	color:#BEA456;
	margin-bottom:.2em;
	}
h4 {
	color:#333333;
	margin-bottom:0.2em;
	}
h5 {
	color:#666666;
	margin-bottom:0.2em;
	}
h6 {
	color:#999999;
	margin-bottom:0.2em;
	}
b, h1, h2, h3, h4, h5, h6 {
	font-family: "Arial black", "MS Arial black";
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	}
h1 {font-size:1.5em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h4 {font-size:1.0em;}
h5 {font-size:1.0em;}
h6 {
	font-size:1em;
	margin-bottom: -12px;
	margin-top: 12px;
	}
fieldset { border:none;margin:0;padding:0; }
.screen_hide { display:none; }
.rollover { /* dummy class for rollover script */ }
#page {
	width:760px;
	text-align:left;
	position:absolute;
	left:50%;
	margin-left:-380px;
	top: 57px;
}
.rule_teal {
	border-top: 1px solid #9ABFC3;
	height: 12px;	
	}
.bg_red {
	background-image: url(../images/bg_red.gif);
	background-repeat: repeat-x;
	background-position: 0px 107px;
}
.bg_teal {
	background-image: url(../images/bg_teal.gif);
	background-repeat: repeat-x;
	background-position: 0px 107px;
}
.bg_gold {
	background-image: url(../images/bg_gold.gif);
	background-repeat: repeat-x;
	background-position: 0px 107px;
}
.bg_lilac {
	background-image: url(../images/bg_lilac.gif);
	background-repeat: repeat-x;
	background-position: 0px 107px;
}
.bg_green {
	background-image: url(../images/bg_green.gif);
	background-repeat: repeat-x;
	background-position: 0px 107px;
}
#head {
	position: relative;
	height: 43px;
	margin:0;padding:0;
	}
#head li {
	display:block;
	float:left;
	list-style:none;
	margin:0;padding:0;
	}
#head a,#head img { display:block; }
#pic {
	height:147px;
	position:relative;
	}
#contentarea {
	line-height:1.2em;
	width:760px;
	}
#content {
	width:490px;
	float:right;
	clear:right;
	line-height: 150%;
	padding-top: 20px;
	}
#content ul {
	margin-left:0;
	padding-left:1.2em;
	list-style-type: square;
	list-style-image: url(../images/listbullet.gif);
	}
#content ul li ul {
	margin-left:0;
	padding-left:1.2em;
	list-style-type: square;
	list-style-image: url(../images/dashbullet.gif);
}
#content_home ul {
	margin-left:0;
	padding-left:1.2em;
	list-style-type: square;
	list-style-image: url(../images/listbullet.gif);
	}
#content_home ul li ul {
	margin-left:0;
	padding-left:1.2em;
	list-style-type: square;
	list-style-image: url(../images/dashbullet.gif);
}
#content table { line-height: 130%; }
.tableborder { border: 1px solid #EDE4D1; }
.tablebordertop { border-top: 1px solid #EDE4D1; }
.tablerow1 {
	background-color: #C6AD73;
	font-weight: bold;
	color: #FFFFFF;
	}
.tablerow { background-color: #EDE4D1; }
#leftnav {
	width:270px;
	float:left;
	font-weight: bold;
	}
#leftnav p {
	width:220px;
	position: relative;
	left: 6px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 200%;
	}
#leftnav a:link {
	color:#999;
	text-decoration: none;
	}
#leftnav a:visited {
	color:#A59DC0;
	text-decoration: none;
	}
#leftnav a:hover {
	color:#003399;
	left: 6px;
	}
#subnav {
	position: relative;
	width: 230px;
	}
#subnav p {
	font-weight: normal;
	line-height: 150%;
	}
#leftnav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.leftnav_teal li,.leftnav_red li,.leftnav_gold li,.leftnav_lilac li,.leftnav_green li {
	border-left-width: 6px;
	border-left-style: solid;
	margin:0;
	padding:0;
	width:200px;
	}
#leftnav ul a,li.on {
	display:block;
	padding: .4em .5em .5em;
	font-family: Arial, Helvetica, sans-serif;
/*	height:100%;*/
	width:220px;
	border:0;
	}
#leftnav ul .on a {
	padding: 0 0 .2em 0;
	}
li.on {
	border-left-width: 6px;
	border-left-style: solid;
	}
.leftnav_teal li { border-left-color: #BADDE1; }
.leftnav_teal li.on { border-left-color: #9ABFC3; }
.leftnav_red li { border-left-color: #E3D2C2; }
.leftnav_red li.on { border-left-color: #C9A387; }
.leftnav_gold li { border-left-color: #EED5A2; }
.leftnav_gold li.on { border-left-color: #C6AD73; }
.leftnav_lilac li { border-left-color: #D9D2D9; }
.leftnav_lilac li.on { border-left-color: #AEA1AE; }
.leftnav_green li { border-left-color: #CCDDCE; }
.leftnav_green li.on { border-left-color: #97B69B; }
#leftnav ul li ul {
	position: relative;
	width: 200px;
	margin-left: 0px; /* should be 10px */
	list-style:none;
	}
/* For menu lists and links which point to other pages */
#leftnav .leftnav_teal li ul li,#leftnav .leftnav_teal li ul li.nojump,
#leftnav .leftnav_red li ul li,#leftnav .leftnav_red li ul li.nojump,
#leftnav .leftnav_gold li ul li,#leftnav .leftnav_gold li ul li.nojump,
#leftnav .leftnav_lilac li ul li,#leftnav .leftnav_lilac li ul li.nojump,
#leftnav .leftnav_green li ul li,#leftnav .leftnav_green li ul li.nojump {
	list-style:none;
	background: url('../images/listbullet_subnav.gif') no-repeat 0 8px;
	padding-left:10px;
/*	list-style-image: url("../images/listbullet_subnav.gif");*/
	}
/* for menu lists and links which point to anchors within that page */
#leftnav ul li ul.jump li,#leftnav .leftnav_lilac li ul li.jump {
/*
	list-style:none;
	background: url('../images/listbullet_subnav.gif') no-repeat 0 8px;
	padding-left:10px;
*/
	/*list-style-image: url("../images/listbullet_white.gif");*/
	}
#leftnav ul li ul li {
	font-weight: normal;
	/*line-height: 150%;*/
	border:0;
	padding:.2em 0 .2em 0;
	margin:0;
	}
#leftnav ul li ul li a,#leftnav ul li.on ul li a {
	width:200px;
	padding:0;
	}
#search {
	font-size:12px;
	font-family: Arial, "Arial MS", Helvetica, "sans serif";
	color:#000;
	background:#fff;
	position: relative;
	left: 12px;
	width: 220px;
	}
.summary_detail {
	font-size:10px;
	font-family: Arial, "Arial MS", Helvetica, "sans serif";
	color:#999999;
	margin-top: -2px;
	}
.caption {
	font-size: 0.9em;
	color: #666;
	line-height: 120%;
	}
.img_right { float: right; }
.footer {
	font-size: 0.8em;
	color: #999999;
}
.footer a:link {
	color:#999999;
	text-decoration: none;
}
.footer a:visited {
	color:#999999;
	text-decoration: none;
}
.footer a:hover { color:#003399; }
.footer a:active { color:#BEA456; }

.clients4 {
	float: left;
	height: 50px;
	width: 120px;
	text-align: center;
}
.clients3 {
	float: left;
	height: 40px;
	width: 160px;
	text-align: center;
}
.clients2 {
	float: left;
	height: 40px;
	width: 240px;
	text-align: center;
}
.clear_l {
	clear: left;
}
.clear_both {
	clear: both;
}
.rule_gold {
	border-top: 1px solid #C6AD73;
	height: 6px;	
}
dt {
	font-weight: bold;
	color: #97B69B;
	margin-top: 12px;
	margin-bottom: 6px;
}
dd {
	margin-bottom: 12px;
}
.pic_r {
	display:block;
	float:right;
	margin:0 0 5px 4px;
	}
.pic_l {
	display:block;
	float:left;
	margin:12px 10px 0 0;
	}
#sample {
	text-align: center;
	}
#sample h1 {
	font-size: 1.2em;
	}
#sample p {
	font-size: 0.8em;
	}
#sample img {
	margin-bottom: 6px;
	}
.thumbs2 {
	float: left;
	height: 160px;
	width: 240px;
	text-align: center;
}
.image_right {
	display:block;
	float:right;
	margin:0 0 5px 5px;
	}
.image_left {
	display:block;
	float:left;
	margin:0 5px 5px 0;
	}
.returntotop {
	text-align:right;
	}
cellwidth_24 {
	width:24px;
	}
cellwidth_70 {
	width:70px;
	}
cellwidth_75 {
	width:75px;
	}
cellwidth_85 {
	width:85px;
	}
cellwidth_89 {
	width:89px;
	}
cellwidth_100 {
	width:100px;
	}
cellwidth_130 {
	width:130px;
	}
cellwidth_145 {
	width:145px;
	}
cellwidth_220 {
	width:220px;
	}
cellwidth_330 {
	width:330px;
	}
cellheight_24 {
	height:24px;
	}
/* EOF */
u {
	background-color: #FFFF00;
}
