@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #CCCCCC;
	text-align: center;
	height: 1100px;
	margin: 0px;
	background-image: url(images/texture.png);
	background-repeat: repeat;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 4px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


.container {
	background-color: #FFFFFF;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
}
.topClear {
	clear: both;
	height: 20px;
	line-height: 10px;
}

.bannerBox {
	height: 301px;
	width: 780px;
	background-image: url(images/smallBanner.jpg);
	background-repeat: no-repeat;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.subPageBanner {
	height: 177px;
	width: 780px;
	background-image: url(images/subBanner.jpg);
	background-repeat: no-repeat;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.footerBox {
	/*height: 30px;*/
	width: 780px;
	/*background-image: url(images/smallFooterBar.jpg);*/
	/*background-repeat: no-repeat;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.footerBox p {
	font-size: 10px;
	line-height: 30px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.footerGrad{
	background: rgb(124,123,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(124,123,216,1) 0%, rgba(20,19,182,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,123,216,1)), color-stop(100%,rgba(20,19,182,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(124,123,216,1) 0%,rgba(20,19,182,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(124,123,216,1) 0%,rgba(20,19,182,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(124,123,216,1) 0%,rgba(20,19,182,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(124,123,216,1) 0%,rgba(20,19,182,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7bd8', endColorstr='#1413b6',GradientType=0 ); /* IE6-9 */
}
.footerbox  p {
	color: #FFF;
}
.footerbox a {
	color: #FFF;	
}
.vcard {
	color: #FFF;
	padding-bottom:2em;
}
.contact-page .vcard {
	color: #333;
	padding-bottom:2em;
}
.footerbox  h2 {
	color: #FFF;
}
.content {
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	width: 400px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
}
.contentHome {
	width: 450px;
	text-align: left;
	padding-right: 10px;
	padding-left: 55px;
	padding-top: 0px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.pageKeywords {
	display: none;
}



.footerBox a {
	color: #F5F5F5;
	text-decoration: none;
}


.leftSideBar {
	width: 150px;
	left: 31px;
	top: 396px;
	text-align: left;
	background-color: #FFFFFF;
	float: left;
	margin-left: 30px;
}

.leftSideBar img {


}
.bottomClear {
	line-height: 10px;
	clear: both;
	height: 30px;
}

.leftSideBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.leftSideBar ul li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.leftSideBar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #F5F5F5;
	text-decoration: none;
	margin: 0px;
	width: 120px;
	padding-left: 30px;
	display: block;
	font-weight: bold;
	background-image: url(images/buttonBack450wide.jpg);
	background-repeat: no-repeat;
}
.leftSideBar a:hover {
	background-image: url(images/buttonBackground.jpg);
	background-repeat: no-repeat;
	background-position: -200px;
}
.leftSideBar li a.current {
	background-image: url(images/buttonBackground.jpg);
	background-repeat: no-repeat;
	background-position: -400px;
	color: #FF0000;
	cursor: default;
}
#phoneNum {
	height: 151px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	text-align: right;
}
#phoneNum img {
	margin-right: 50px;
}
.quote {
	padding-right: 10px;
	padding-left: 10px;
}

#contentBlock {

}





/* main navigation menu */
.navBar {
	margin-top: 10px;
	margin-right: auto;
	width: 780px;
	margin-left: auto;
	height: 30px;
	top: 20px;
	background-image: url(images/smallFooterBar.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: none;
}
.navBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.navBar li {
	float: left;

}
.navBar li a:link, .navBar li a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #F5F5F5;
	line-height: 30px;
	margin-right: 10px;
}
.navBar li a:hover, .navBar li a:active{
	color: #2322BB;
	background: #FFFFFF;
}

.navBar li a.current, .navBar li a.current:hover, .navBar li a.current:active {
	color: #FF0000;
	background-color: #FFFFFF;
	cursor: default;

}
.companyHist {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 200px;
	position: absolute;
	top: 167px;
	left: 300px;
}
.aboutIan {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 200px;
	position: absolute;
	left: 20px;
	top: 102px;
}
.passRate {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 200px;
	position: absolute;
	left: 20px;
	top: 208px;
}
.content ul {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: square;
}
#contactUsNumberImg {
	margin-top: 20px;
}
em {
	color: #2122BA;
}
#priceTable {
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
	width: 80%;
}
#priceTable thead {
	font-weight: bold;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#priceTable td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#priceTable .price {
	text-align: left;
}
#priceTable .item {
	text-align: left;
}
.packageTable {
	font-size: 12px;
	margin-top: 10px;
}
.packageTable td {
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.packageTable thead {
	font-weight: bold;
	color: #333333;
}
#apDiv1 {
	position:absolute;
	left:370px;
	top:458px;
	width:178px;
	height:167px;
	z-index:3;
}
#introduction {
	display: none;
}
.average, .best, .count, .votes {
 font-weight:bold;	
 color:#0000CC;
}




