﻿body {
	background-color: #606061;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainWrapper {
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/mainWrapperBg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-right: auto;
}
.mainContent {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
}
.header {
	height: 160px;
	background-image: url(Images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header div {
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #000099;
	padding-top: 129px;
	padding-left: 8px;
                letter-spacing: -2px;
}
.centerContainer {
	height: auto;
	background-image: url(Images/ctrCtnrBg4.jpg);
	margin-top: 0px;

}
.footer {
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(Images/ftrBg4.jpg);
	background-repeat: no-repeat;
	background-position: -1px top;
                
}

.contentParent {
	padding-left: 25px;
	padding-right: 25px;
	overflow: auto;
	height: auto;
}
.contentParent .leftChild {
	width: 98%;
	/*border: 1px dashed #FFFFFF;*/
	float: left;
}
.contentParent .rightChild {
	float: right;
	width: 49%;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	/*border: 1px dashed #FFFFFF;*/
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/*---------------------------------------------<testimonails layout>------------------------------------------------*/
.testimonialContainer {
	height: 540px;
	overflow: auto;
}
.testimonialContainerFinish {
	height: 400px;
	overflow: auto;
}
.tContainer {
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.hd {
	background-image: url(Images/grayHdTle.jpg);
	background-repeat:repeat-x;
	height: 24px;
}
.hdLt {
	height: 24px;
	width: 10px;
	float: left;	
}
.hdRt {
	height: 24px;
	float: right;
	width: 10px;
}
.mnCont {
	overflow: auto;
	min-height: 110px;
	clear: left;
	/* background-color: #FFFFFF; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.leftPad {
	padding-left: 110px;
}

.cont {
	overflow: auto;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px; 
}
.pic {
	margin: 4px;
	float: left;
	height: auto;
	width: 96px;
}
.headerT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 5px;
}


/*----------------------------------------------------------------<wizard>-------------------------------------------------------------*/
#WizardTable span {
	white-space: nowrap;
	display: inline;
}
#WizardTable {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#exF_oFirstName, #exF_oLastName, #exF_oEmail, #exF_oPhone  {
	height: 25px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	width: 180px;
	font-style: oblique;
}
#formLabel    {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	font-size: 18px;
	color: #000099;
	font-style: italic;
	margin-top: 13px;
}
#pleasewait {
               padding-left: 50px;
               font-size: 12px;
               font-color: #ff0000;
}
.clsTable {
	font-size: 14px;
	vertical-align: bottom;
}

.clsError {
              font-size: 12px;
}

hr {
	line-height: 1px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;
	float: left;
	width: 50%;
}
