body,html { 
	padding:0;
	margin:0;
	background-color:#FFF;
	text-align: left;
	font-family: arial,verdana,helvetica;
}


h1 {
	font-size:20px;
	font-style:italic;
}

h2 {
	font-size:18px;
	font-style:italic;
	text-decoration:underline;	
}


h3 {
	font-weight:bold;	
}

ul {
	list-style-type:square;
}

#header {
	width:100%;
	height:90px;
}

#headerContainer {
	width: 900px;
	margin: 0px auto;
	padding:0;
	position: relative;
}

#logo {
	width:208px;
	height:90px;
	float:left;
}

#logo img {
	border:0px;
}
#topMenu {

}

#topMenu img {
	border:0;
	
}
#topMenu img {
	padding:0;
	margin:0;
	float:right;
}


#middle {
	clear:both;
	width:100%;
	
	overflow:auto;	
	height:auto;	
	min-height:600px;
	
	_height:600px;
	_overflow:visible;
	
	background-repeat:repeat-x;
	background-position:top left;	
}

#middleContainer {
	width: 900px;
	margin: 0px auto;
	padding:0;
	/*position: relative;*/
}

#leftMenu {
	width:208px;
	float:left;
}

#leftMenuHeader {
	width:208px;
	height:57px;
	background-repeat:no-repeat;
}

#leftMenuItems {
	height:500px;
	background-repeat:no-repeat;
	background-position:top right;	
	text-align:right;
}

#leftMenuItems ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:5px;
}

#leftMenuItems li{
	padding: 5px 0px;
	margin-right:15px;	
}

#leftMenuItems a {
	font-family: arial,verdana,helvetica;
	font-size:13px;
	font-weight:bold;
}

#leftMenuItems a:link, #leftMenuItems a:visited {
	text-decoration:none; 
}    

#leftMenuItems a:hover {
	text-decoration:underline;
}

#content {
	width:692px;
	float:left;
}


#textContentWithPic {
	margin:20px 20px 20px 40px; 
	font-family: arial,verdana,helvetica;
	font-size:14px;
	line-height:150%;
}

#textContentWithoutPic {
	margin:75px 20px 20px 20px; 
	font-family: arial,verdana,helvetica;
	font-size:14px;
	line-height:150%;
}

#footer {
	width:100%;
	height:207px;
	background-image:url(../images/footerBG.gif);
	background-repeat:repeat-x;
	background-color: #FFF;	
	background-position:top left;	

	font-family: arial,verdana,helvetica;
	font-size:12px;
	color:#454545;
}

#footer h5 {
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
	text-transform:uppercase;

}

#footer a:link, #footer a:visited {
	text-decoration:none; 
	color:#969696;
}    

#footer a:hover {
	text-decoration:underline;
	color:#454545;
}

#footerContainer {
	width: 900px;
	margin: 0px auto;
	text-align:center;
	padding: 20px 0 20px 10px;

}

.footerSection {
	float:left;
	padding-bottom:20px;
	text-align:left;

}

.footerSection ul {
	padding:4px 0 0 15px;
	margin: 0 25px 0 0;
	list-style-type:square;
}

.footerSection li {
	margin:3px 0;
}

#contactBox {
	float:left;
	width:340px;
	height:100px;
	background-color:#f8f8f8;
	border:1px solid #969696;
	padding:12px;
	text-align:left;
}

#copyright {
	clear:both;
	text-align:center;
	padding-top:5px;
	font-family: arial,verdana,helvetica;
	font-size:10px;
	color:#969696;
	border-top:1px dotted #EEE;
}


.sampleBox {
	width:200px;
	float:left;
	text-align:center;
	margin:10px 5px;
}

.sampleBox .title {
	font-weight:bold;
}

.sampleBox .description {
	font-size:10px;
}


.clear {
	clear:both;
}

#quicktime {
	margin-top:30px;
	text-align:center;
	font-size:10px;
}

.small {
	font-size:10px;
}

.testimonialName {
	text-align:right;
	margin-bottom:30px;
	padding-bottom:5px;

}

.testimonialText {
	font-style:italic;
}


