/*
Main Style Sheet for eClassware.com
Created by Christian Nolen - http://www.cnolen.com on 09/22/2009
*/



*{ margin: 0; padding: 0; }*

body {  font: .85em "Trebuchet MS", Arial, Sans-Serif; color: #444; }

	
	h1 {font-size: 3em; font-weight: normal; padding: 0 0 10px 0; }

	h1 a { text-decoration: none; }

	h2 {font: 1.70em Georgia, Times, Serif; color: #a0bf00; font-weight: normal; margin: 10px 0 0 7px; }

	h3 {font-size: 1.5em; border-bottom: 1px solid #a0bf00; margin: 0 0 .8em; padding: 0 0 5px 0;}

	p  { margin: 0 0 2em 0; line-height: 1.8em; }

	em { border-bottom: 1px dotted #fff; cursor: pointer; }

	a { color: #c71b01; }

	a:hover { color: #c71b01; text-decoration: none; }

	img { border: 0; }

	.red { color: #c71b01; }
	
	#testimonialHeader
		{
		color: #c71b01;
		font-size: 1.5em; 
		border: none; 
		margin: 1px 0 .8em;
		}

	

.wrap { width: 950px; margin: 0 auto; }



#header { width: 900px; height: 50px; margin: 0 auto; }

	#menu  { float: right; padding: 6px 0 0 0; list-style: none; }

		#menu li { display: inline; }

		#menu a { display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; font-size: 13px; color: #000000; }

		#menu a:hover { color: #000; border-bottom: 2px solid #ccc; }

		#menu .active a { border-bottom: 2px solid #C70012; color: #c71b01;}

 

#teaser { clear: both; height: 259px; margin: -17px 0 0 0; background: #fff url(../images/teaserbg.jpg) repeat-x; }

	.box { float: left; margin: -50px 0 0 0; padding: 66px 0 0; width: 480px; color: #C7E3EE; }

	#image { float: right; width: 388px; position: relative; top: 16px; background: url(../images/logotype.jpg) no-repeat top right; height: 258px; }

	

#bar { height: 40px; margin: 0 0 30px; padding: 0px 0 0 0; background: url(../images/bar.jpg) repeat-x; }

	#nav { margin-top: -10px; }	

	.step { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 30px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; height: 30px; }

	.step a { color: #fff; margin: 0 10px 0 0; }

	

.col { float: left; width: 450px; margin: 0 30px 16px 0; }

	.last { width: 350px; float: right; margin: 0; }

	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }


#overviewList { margin: -10px 0 10px 30px; }


#footer { clear: both; width: 900px; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0; background-color: #ffffff; text-align: center;}	

	#footer a { color: #808080; padding-right: 40px; font-size: .8em; color: #000000; text-decoration: none;}
	
/* -- About Us Section -- */

.aImg { float: left; margin: 35px 0 25px 10px; }

/* -- End of About Us Section -- */

/* -- Services Section -- */


.sImg { float: left; margin: 50px 0 25px 10px; }

/* -- End of Services Section -- */


/* -- Testimonials Section -- */

.container { float: left; width: 450px; margin: 0 30px 16px 0; }

.tImg { float: left; margin: 35px 0 0px 0; }

.otherContainer { float: left; width: 875px; margin: 0 30px 16px 0;  }

/* -- End of Testimonials Section -- */



/* -- Contact Us Section */
.contactLeft
	{
	float: left; 
	width: 250px; 
	margin: 0 30px 16px 0;
	}

contactRight
	{
	width: 450px; 
	float: left; 
	margin: 0;
	}

#form
	{
	margin: 40px 0 0 20px;
	}

.lblRow
	{
	width: 75px;
	}


#name
	{
	border: 1px solid #b4b4af;
	margin: 5px 0 0 10px;
	padding: 5px 0px 5px 0px;
	width: 375px;
	}

#email
	{
	border: 1px solid #b4b4af;
	margin: 5px 0 0 10px;
	padding: 5px 0px 5px 0px;
	width: 375px;
	}

#msgLbl
	{
	vertical-align:top;

	}


#message
	{
	/*margin-left: 25px;*/
	margin: 5px 0 0 10px;
	width: 375px;
	height: 100px;
	overflow: auto;
	border: 1px solid #b4b4af; 
	}

#subBtn
	{
	margin: 0 0 0 10px;
	}

#error
	{
	color: #c71b01;
	border: 1px solid #e0e0e0; 
	background: #f4f4f4; 
	padding: 7px;
	width: 375px;
	margin: 0 0 25px 425px;
	}

/* -- End of Contact Us Section */
	der