/*
Ecentech Corp.
*/
   
/* default styles */
body {
	line-height: 1.5em;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	margin-top: 10px;
	background-color: #E9E9EB;
}
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {
	padding-top: 8px;
}
h2 {
	margin: 0;
	padding: 0;
}
h1 a, h2 a {
	color: #000;
	background: inherit;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
img {

}
#wrapper {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #CCC;
}



/* layout */
#content { margin: 10px auto; width: 960px; }
#logo {
	height: 80px;
	padding-left: 20px;
	padding-top: 10px;
}
#logo h1 {
	font-size: 3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
}

#logo h1 a {
	color: #000;
	text-decoration: none;
}
#logo h2 {
	font-size: 1.5em;
	color: #666;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 4px;
}


#slogan {
	font-size: 1.5em;
	color: #666;
	background: #fff;
	letter-spacing: 0.1em;
}
#top_info { line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0; text-align: right; height: 74px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(../images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(../images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{
	margin-left: 10px;


}
	#tablist li{
	list-style: none;
	display: inline;
}
	#tablist li a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding-top: 4px;
	padding-right: 22px;
	padding-bottom: 4px;
	padding-left: 22px;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #C30;
	}
	#tablist li a:hover{
	color: #FFF;
	background-color: #369;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#tablist li a.current{
	color: #FFF;
	background-color: #369;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	float: left;
	width: 960px;
	color: #000;
	clear: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #369;
	height: 2px;
}
#topics h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

	#topics li a {


}
#subtopic {
	padding: 4px;
	float: left;
	height: 56px;
	width: 620px;
	margin-left: 5px;
}
#subtopic h4 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#heading {
	padding: 4px;
	float: left;
	height: 54px;
	width: 620px;
}


/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(../images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search {
	width: 170px;
	border: 1px solid #357994;
	background: #fff;
	color: #478F36;
	padding: 4px;
	margin: 0;
	font-weight: bold;
	font-size: 1.3em;
	display: none;
}
		.button {
	padding: 4px;
	font: bold 1em Arial, Sans-Serif;
	display: none;
}

/* left side */
#left {
	float: left;
	width: 635px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/bgshade.gif);
	background-repeat: repeat-x;
}
#left ul li {
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: .5px;
}
#left li {
	list-style-type: disc;
}
#left ul li ul li {
	list-style-type: circle;
	padding-left: 15px;
}


	.subheader {
	background: #f4f4f4 url(../images/bgshade.gif) repeat-x;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
.subheader h1 {
	font-size: 1.8em;
}

	.left_articles {
	color: #454545;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
.left_articles h1 {
	font-size: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.left_articles h2 {
	background-image: url(../images/img35.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #C30;
}
.left_articles h3 {
	font-size: 1.4em;
}

.left_articles h4 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
}



		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(../images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
	float: left;
	clear: left;
	border: 3px solid #ccc;
	background: #eee;
	color: #000;
	width: 240px;
	height: auto;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
		}
.smallimage {
	margin: 5px;
	height: 60px;
	width: 60px;
}
.portfolioimage {
	height: 140px;
	width: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.featureimage {
	margin: 5px;
	height: 180px;
	width: 220px;
}
.featureimage2 {
	margin: 5px;
}
.featureimageR {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}



	.left_box {
	color: #666;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
.bigimageL {
	border: 3px solid #ccc;
	background: #eee;
	color: #000;
	width: 240px;
	height: 300px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.bigimageR {
	float: right;
	border: 3px solid #ccc;
	background: #eee;
	color: #000;
	width: 240px;
	height: auto;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
}

	.thirds {
	float: left;
	width: 190px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-left: 10px;
	text-align: center;
	}		
.thirds a {
	color: #666;
	text-decoration: underline;
}

.thirds ul li {

}
.thirds li {

}
.thirds li a:hover {

}
.fourths {
	float: left;
	width: 250px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-left: 20px;
	text-align: center;
	margin-top: 15px;
}
.fourths h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	padding-top: 16px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	letter-spacing: .1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fourths p {
}
.fourths p a {
	color: #FFC;
	text-decoration: none;
	font-weight: bold;
}
.fourths p a:hover {
	text-decoration: underline;
}




		
/* right side */
#right {
	float: right;
	width: 290px;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;
}
	.right_articles {
	border: 1px solid #ccc;
	background: #eee;
	color: #454545;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 8px;
	}
	.notes {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #454545;
	background-color: #fff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 8px;
	}
.notes h3 {
	font-size: 1.2em;
	margin: 0px;
}

.notes h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 1.1em;
}
.notes img {
	margin-right: 14px;
}

/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
#footer a {
	text-decoration: none;
}

	#footer .right { float: right; }
.footnotes {
	font-size: 9px;
	font-style: normal;
	color: #666;
	clear: both;
}
.footnotes a {
	text-decoration: none;
	padding-bottom: 5px;
}

.half-left {
	width: 270px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.half-right {
	width: 270px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	float: right;
}
#contact {
	float: right;
	width: 240px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
#contact h3 {
}

#contact_form {
	width: 440px;
	margin-left:25px;
	height: 440px;
	display: inline;
}
	#contact_form form {
	padding-left:25px;
}
	#contact_form label {
	float:left;
	display: block;
	clear: both;
	padding: 3px 0;
	color: #666;
	font-weight: normal;
	width:100px;
}
		#contact_form .lcurrent {font-weight: bold;}
	#contact_form label img {vertical-align: middle; }
	#contact_form input.text, textarea, select {
	float:left;
	margin: 0 5px 10px 0;
	padding: 7px;
	width: 300px;
	border: 1px solid #ccc;
}
	#contact_form textarea {height: 200px;}
	#contact_form select {
	width:300px;
}
	#contact_form input.radio {  }
		#contact_form input:focus {border-color:#aaa;}
		#contact_form textarea:focus {border-color: #aaa;}	
	.error {
	color:#C00;
	display:none;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
}
	#contact_form .submit {
	border:0;
	background:#000;
	color:#fff;
	padding:5px;
	float:left;
	margin-left:300px;
}
.author {
	color: #666;
	margin: 0;
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.quotes {
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #FFC;
	padding: 8px;
	border: 1px solid #999;
}
.showcase {
	float: left;
	width: 170px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: center;
}
.showcase p {
}
.pagetitle {
	background-image: url(../images/img35.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: #C30;
	font-size: 1.5em;
	font-weight: bold;
}
.feature_homepage {
	color: #454545;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.phone {
	color: #454545;
	background-color: #fff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
.phone h3 {
	font-size: 1.2em;
	margin: 0px;
}
.phone h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 1.1em;
}
.phone img {
	margin-right: 14px;
}
