/* 
  ------------------------------------------------
  NITS - CSS Structure
  ------------------------------------------------
*/



.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

/* Testimonials - banner */
#banner .banner-left h4{
	padding: 20px 20px 0 20px;
	margin: 0;
	width: 240px;
	color: white;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
}
#banner .banner-left p{
	padding: 10px 20px 0 20px;
	margin: 0;
	width: 240px;
	color: white;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.1em;
}
/*#banner .banner-left img{
	padding: 10px 20px 0 20px;
	margin: 0;
	
	
}*/

#banner .banner-left a:link {
	color: white;
	text-decoration: underline;
}
#banner .banner-left a:visited {
	color: white;
	text-decoration: underline;
}
#banner .banner-left a:hover {
	color: white;
	text-decoration: underline;
}


/* Left Col */

#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}

/* Right Col */
#right a:link {
	color: #017bbe;
	text-decoration: none;
	
}
#right a:visited {
	color: #017bbe;
	text-decoration: none;
}
#right a:hover {
	color: #017bbe;
	text-decoration: underline;
}


#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}

/* Base Text */

#basetxt .content {
	color: #999;
	text-align: center;
	font-size: 1.0em;
}

#basetxt a:link {
color: #999;
text-decoration: none;}
#basetxt a:visited {color: #999;
text-decoration: none;}
#basetxt a:hover {color: #1e90ff;
text-decoration: none;}
#basetxt a:active {color: #1e90ff;
text-decoration: none;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

/* Titles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 12px 0 0 0;
	padding: 0;
	color: #017bbe;
	font-weight: normal;
}
h2 {
	color: #0099cc;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	color: #0099cc;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 15px 0 15px 0;
	padding: 0;
	font-weight: normal;
}
h4 {
	color: #0099cc;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: bold;
}

p {
	color: #666666;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	
	
}
#right .content ul {
	font-size: 0.9em;
	line-height: 1.1em;
	margin: -10px 0 15px 25px;
	padding: 0;
	font-size: 0.8em;
	color: #666666;
}

#right .content li {
	margin: 0
	padding: 0;
	
}
/* testimonials */

.testimonial {
	margin: 20px 0;
	padding: 20px;
	background: #E2F3FA;
}

.testimonial p {
	color: #19171A;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	
	
}

