/** ExcelionTech.com v2 CSS     **/
/** Updated: 13 January 2012   **/

/** CSS Reset **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	font-size: 14px;
	line-height: 18px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body and General Text Styles */

body {
	background: white url(media/bg_inside.jpg) center top repeat-x;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3e3e3e;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #82BC00;
	line-height: 60px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #82BC00;
}

.clearer { clear: both; }

/* Block Styles */

.pageWrapper {
	width: 1000px;
	margin: 0 auto;
}

article {
	margin-bottom: 80px;
}

img .imgLeft { float: left; padding: 0 40px 40px 0; }

/* Header */

#topLogo {
	float: left;
	width: 300px;
	height: 90px;
	padding-top: 10px;
}

/* Navigation Menu Test */

#navTest {
	width: 600px;
	float: right;
	z-index: 200;
}

#navTest > ul {
	width: 700px;
	margin: 40px 0 0 0;
	z-index: 300;
}

#navTest > ul > li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: 0 20px;
	z-index: 300;
	position: relative;
}

#navTest > ul > li a.current {
	color: #532c6c;
}

#navTest > ul > li a, a:visited {
	color: #999;
	text-decoration: none;
}

#navTest > ul > li a:hover {
	color: #000;
}

#navTest li ul {
	position: absolute;
	list-style: none;
	text-align: center;
	width: 190px;
	margin-left: -4px;
	top: 8px;
	z-index: 200;
	font: bold 16px Helvetica, Arial, sans-serif;
	
	/* dropdown show/hide CSS animation */
	max-height: 0px;
	overflow: hidden;
	
	-webkit-transition: max-height 0.4s linear;
	-moz-transition: max-height 0.4s linear;
	transition: max-height 0.4s linear;
}

#navTest li ul li {
	background-color: #777;
}

#navTest li ul li a {
	padding: 12px;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
}

#navTest li ul li:hover {
	background-color:#532c6c;
}

#navTest li ul li:first-child {
	border-radius:3px 3px 0 0;
	margin-top:25px;
	position:relative;
}

#navTest li ul li:first-child:before { /* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#777;
	left:20px;
	top:-10px;
	margin-left:-5px;
}

#navTest li ul li:last-child {
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

/* This will trigger the CSS transition animation on hover */

#navTest li:hover ul {
	max-height:200px; /* Increase when adding more dropdown items */
}

/* Home Featured */

#homeFeatured {
	background: url(../media/bg_featured_home2.jpg) center top no-repeat;
	width: 100%;
	height: 350px;
}

#slider {
	width: 1000px;
	height: 350px;
	z-index: 1;
}

.image2 { visibility:hidden; }

/* Sub Feature Boxes */

#subFeature {
	height: 277px;
}

img.subFBoxes { margin-top: 40px; }

/* Low Feature */

.lowFeature {
	width: 1000px;
	margin: 40px 0;
	overflow: auto;
	border-bottom: 1px solid #e3e3e3;
}

.lowFeature img.lowFeatThumb {
	float: left;
	margin: 0 40px 40px 0;
}

.lowFeature ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3e3e3e;
	padding: 20px 0;
}

.toTheRight {
	width: 1000px;
	text-align: right;
	padding: 20px 0;
}

/* About Us Content Article */

#aboutUs {
	width: 100%;
	background: url(../media/bg_aboutex.jpg) center top no-repeat;
}

#aboutUs2 {
	width: 100%;
	background: url(../media/bg_aboutteam.jpg) center top no-repeat;
}

#aboutUs p {
	margin: 20px 0;
	line-height: 18px;
	padding-left: 300px;
	padding-right: 100px;
}

#aboutUs h2 {
	padding-top: 280px;
	padding-left: 300px;
}

#aboutUs2 h2 {
	padding-top: 200px;
	padding-left: 300px;
}

#aboutContainer {
	margin: 200px 0 100px 200px;
}

#aboutUs2 ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #3e3e3e;
}

#aboutUs2 ul li {
	padding: 4px 0;
}

#aboutUs2 ul li span { font-weight: bold; color: #532c6c; }

#aboutUs2 #aboutTeam {
	padding: 20px 0 100px 300px;
}

/* Solutions Page */

#solutionsOverview {
	width: 1000px;
	margin: 0 auto;
	background: url(../media/bg_solutions.jpg) center top no-repeat;
}

#solutionsOverview h2 {
	padding: 200px 0 0 350px;
}

#solutionsOverview p {
	margin: 20px 0;
	line-height: 18px;
	padding-left: 350px;
	padding-right: 100px;
}

#solutionsOverview h3 {
	padding: 14px 0 0px 350px;
}

#solutionsOverview p span { font-weight: bold; color: #82BC00; }

#accreditrack {
	width: 100%;
	background: url(../media/bg_accreditrack.jpg) center top no-repeat;
}

#accreditrack h2 {
	padding: 280px 0 0 300px;
}

#accreditrack p {
	margin: 20px 0;
	line-height: 18px;
	padding-left: 300px;
}

#accreditrack p span {
	color: #82BC00;
	font-weight: bold;
}

#accreditrack h3 {
	padding: 14px 0 0px 300px;
}

img.accreditrackHeader {
	padding: 300px 0 0 300px;
	float: none;
}

#hai {
	width: 100%;
	background: url(../media/bg_hai.jpg) center top no-repeat;
}

#hai h2 {
	padding: 220px 0 0 250px;
}

#hai h3 {
	font-size: 17px;
	margin: 14px 0;
	line-height: 20px;
	padding-left: 250px;
	color: #666;
}

#hai p {
	margin: 20px 0 20px 0;
	line-height: 18px;
	padding-left: 250px;
}

#hai p span {
	font-weight: bold;
	color: #82BC00;
}

/* ROI */

#roi {
	width: 100%;
	background: url(../media/bg_roi.jpg) center top no-repeat;
}

#roi p {
	margin: 20px 0;
	line-height: 18px;
	padding-left: 300px;
	padding-right: 100px;
}

#roi h2 {
	padding-top: 130px;
	padding-left: 300px;
}

#roi h3 {
	font-size: 18px;
	margin: 40px 0 20px 0;
	line-height: 20px;
}

#roi form label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

#roi p.roiItal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #AAA;
	margin: 10px;
}

div.ROI {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;;
}

div.ROI2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #532C6C;
}

div.ROI3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #532C6C;
}

/* News */

#newsHub {
	margin-left: 300px;
	width: 700px;
}

#newsHub p {
	margin: 20px 0;
	line-height: 15px;
}

#newsHub p span.readMore {
	float: right;
}

#newsHub a, a:visited { color: #532C6C; }
#newsHub a:hover { color: #8449B2; }

#newsHub h2 {
	padding-top: 50px;
}

#newsHub h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}

#newsHub .articleItem {
	width: 850px;
	margin: 10px 0 40px 0;
	overflow: auto;
}

#newsHub img.articleThumb {
	float: left;
	width: 200px;
	border: 4px solid #532C6C;
	margin-right: 20px;
	margin-bottom: 20px;
}

#newsHub .articleBlurb {
	float:left;
	width: 622px;
}

/* Contact */

#contact {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#contact h2 {
	margin: 30px 0 10px 0;
}

#contact p {
	margin: 0;
	padding: 0;
}

#contact #contactLeft {
	position: relative;
	float: left;
	width: 450px;
	padding-right: 40px;
	padding-bottom: 100px;
}

#contact #contactRight {
	position: relative;
	width: 450px;
	float: left;
}

#contact p.contactAddress {
	width: 300px;
	padding-left: 20px;
	margin-top: 30px;
	background: url(../media/icon_address_16.png) left top no-repeat;
}

#contact p.contactAddress span { font-weight: bold; }

#contact p.contactPhone {
	width: 380px;
	padding-left: 20px;
	margin-top: 10px;
	background: url(../media/icon_phone_16.png) left top no-repeat;
}

#contact a, a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #666;
}

#contact a:hover {
	color: #532c6c;
	text-decoration: underline;
}

/* Footer */

footer {
	width: 100%;
	height: 150px;
	padding-top: 50px;
	background: #532c6c;
	text-align: center;
}

footer p.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: white;
	margin: 10px 0;
}

footer p.footerNav {
	font-size: 13px;
	color: #888;
}

footer p.footerNav span {
	color: white;
}

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

footer a:hover {
	color: white;
	text-decoration: none;
}