@charset "utf-8";

a {
	color:#3333E4 ;
	font-weight:normal ;
	text-decoration:none ;
}
a:hover {
	text-decoration: underline;
}

a img { border:0px; }

body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana;
	font-size: 100%;
}
.twoColFixRt #container { 
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 15em;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.freephoneNum {
	font-family: Verdana;
	font-weight: bold;
	margin-top: 0px;
	padding: 5px;
	position: absolute;
	top: 31px;
}
.personnelMenu {
	font-family: Verdana;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 25px;
	margin-top: 35px;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.Links {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.newsAndLibBox {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	margin-bottom: 25px;
}
.headHonchoPic {
	margin-top: 120px;
}
.rhsTestimonialsBox {
	width: 312px;
	float: right;
	font-size:small;
}
.rhsTestimonialsBox h3 {
	font-size: 14px;
	font-weight: bold;
/*	text-align: center;*/
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -15px;
}
.testTxt {
	font-style: italic;
}
.bulletPoints {
	width:350px;
}
.mast {
	width: 680px;
}
.newsAndLibBox h4 {
	font-family: Verdana;
	font-size: 14px;
}
.newsAndLibBox ul {
	margin:0;
	padding:0;
	list-style-image: url(../images/news.gif);
}
.newsAndLibBox ul li {
	padding-left: 3px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
.mainText {
	font-family: Verdana;
	padding-left: 25px;
	margin-right: 0px;
	font-size: 14px;
}
.para {
	padding-left: 15px;
}

.twoColFixRt #mainContent {
	margin-top: 15px;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 3px;
}

.mainHeadingAndMenuBox {
	padding:0;
	margin-left: 15px;
	color: #FFFFFF;
}
.menu {
	font-family: Verdana;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 9px;
}
.menu a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	font-size: 20px;
	text-decoration: none;
}
.menu a:visited {
	color: #ffffff;
}

.contactForm {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 7px;
}
.contactForm h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.compulsory a {
	color: #ffffff;
}
.submit-enquiry-box {
	width: 129px;
	display: block;
	padding: 0px;
	float: right;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#submit-enquiry a {
	height: 20px;
	float: right;
	background-position: 0px;
	text-decoration: none;
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 4px;
}
#submit-enquiry a:hover {
	color: #cdcdcd;
	font-weight: bold;
	color: #ffffff;
}
#submit-enquiry a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
	font-family: Verdana;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 43px;
	font-size: 10px;
}
