body {
	font-family: arial, sans-serif;
	font-size: 100%;
	text-align: center;
}
html, body {
	margin: 0;
	padding: 0;
}

a:visited, a:link {
	color: #00c;
}

a:active {
	color: #009;
}

div#contentwrap {
	position: relative;
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto
}

div#logo {
	position: absolute;
	top: 87px;
	left: 20px;	
}

div.banner {
	position: relative;
	width: 780px;
	/* width: 100%; */
	height: 262px;	
}

div#primarynav {
	position: relative;
	height: 30px;
	margin: 5px;
}

div#primarynav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
	
div#primarynav li {
	font-size: 80%;
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 2px;
	margin: .4em 0;
}

div#primarynav li a {
	text-decoration: none;
	color: #000;
	padding: .2em 1em .2em 1em;
}

div#primarynav li.whytelesis {
	background-image: url('../images/WhyTelesisCircle.gif');	
}
div#primarynav li.whytelesis#selected {
	background-image: url('../images/WhyTelesisCircle_Selected.gif');
}
div#primarynav li.whytelesis#selected a {
	color: #0065A2;
}

div#primarynav li.solutions {
	background-image: url('../images/SolutionsCircle.gif');
}
div#primarynav li.solutions#selected {
	background-image: url('../images/SolutionsCircle_Selected.gif');
}
div#primarynav li.solutions#selected a {
	color: #AC1A2F;
}

div#primarynav li.greentech {
	background-image: url('../images/GreenTechCircle.gif');
}
div#primarynav li.greentech#selected {
	background-image: url('../images/GreenTechCircle_Selected.gif');
}
div#primarynav li.greentech#selected a {
	color: #007836;
}

div#primarynav li.step {
	background-image: url('../images/GreenTechCircle.gif');
}
div#primarynav li.step#selected {
	background-image: url('../images/GreenTechCircle_Selected.gif');
}
div#primarynav li.step#selected a {
	color: #007836;
}

div#primarynav li.news {
	background-image: url('../images/NewsCircle.gif');
}
div#primarynav li.news#selected {
	background-image: url('../images/NewsCircle_Selected.gif');
}
div#primarynav li.news#selected a {
	color: #ECAC00;
}

div#primarynav li.contactus {
	background-image: url('../images/ContactUsCircle.gif');
}
div#primarynav li.contactus#selected {
	background-image: url('../images/ContactUsCircle_Selected.gif');
}
div#primarynav li.contactus#selected a {
	color: #57517B;
}



div#content {
	/* position: relative; */
	display: inline;
	float: right;
	width: 490px;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
	padding: 15px;
	margin: 0px;
}

div#content h1 {
	font-size: 18px;
}

div#content h2 {
	font-size: 16px;
}

div#content h3 {
	font-size: 14px;
}

div#content h5, div#content h6 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#content.step h5 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 1.00em;
	margin-bottom: 0px;
}

div#content h6 {
	font-weight: normal;
	font-size: 14px;
}

div#content {
	border: 1px solid #000;
}

div#content a.newsheadlines {
	font-size: 80%;
}

div#content ul.news,ul.newsnobullet,ul.news2 li {
	padding-bottom: 5px;
	font-size: 80%;
}

div#content ul.newsnobullet li {
	padding-bottom: 2px;
	list-style-type: none;
}

div#content ul.news2 li {
	padding-bottom: 2px;
	list-style-type: disc;
}

div#content ul.news ul.news2 li {
	font-size: 100%;
	list-style-type: circle;
}

div#content ul.step li {
	padding-top: 0px;
}

div#content ul.step{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#content p.bottomtext {
	font-size: 80%;
}

div#content.aboutus, div#content.home {
	background-color: #9eceeb;
}

div#content.solutions {
	background-color: #c7c2bc;
}

div#content.greentech, div#content.step {
	background-color: #F5F5DC;
}

div#content.news {
	background-color: #ADC687;
}

div#content.contactus {
	background-color: #c7c2bc;
}

div#content.contactus table {
	border-spacing: 0px;
}

div#content.contactus table.contactlocations p {
	margin-top: 2px;
	margin-bottom: 1px;
}

div#content.contactus p.contactlocations {
	margin-top: 2px;
	margin-bottom: 1px;	
}

div#content.contactus table.contactlocations h3 {
	margin-top: 2px;
	margin-bottom: 1px;
}

div#content.aboutus img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#content ul.breathe li {
	padding-bottom: 10px;
}

div#subnav {
	width: 240px;
	float: left;
	overflow: hidden;
}

div#subnav ul {
	list-style-type: none;
}

div#subnav li {
	font-size: 80%;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

div#subnav li a {
	text-decoration: none;
	color: #000;
}

div#subnav.aboutus li, div#subnav.home li {
	border-bottom: 1px solid #0065A2;
}

div#subnav.solutions li {
	border-bottom: 1px solid #AC1A2F;
}

div#subnav.greentech li {
	border-bottom: 1px solid #007836;
}

div#subnav.step li {
	border-bottom: 1px solid #007836;
}

div#subnav.news li {
	border-bottom: 1px solid #ECAC00;
}

div#subnav.contactus li {
	border-bottom: 1px solid #57517B;
}

div#subnav li.level3 {
	margin-left: 12px;
}

div#footer {
	clear: both;
}

div#footer p {
	font-size: 80%;
	text-align: center;
}

.strong {
	font-weight: bold;
}

.emphasis {
	font-weight: bold;
	font-style: italic;
}

.clearfix2 {
	overflow: auto;	
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

