body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size:24px;
	color:#CC0000;
	padding:10px 0 0 0;
}
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Tahoma;
	font-size: 13px;
	color: #252525;
}
.page {
	width:969px;
	text-align:left;
}
.header {
	height:279px;
}
.logo {
	width:246px;
	height:114px;
/*	background-color:#9999FF;*/
	float:left;
}
.callus {
	width:723px;
	height:66px;
	margin:0 0 0 246px;
	text-align:right;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.menu {
	width:723px;
	height:36px;
	margin:5px 0px 0 246px;
	text-align: center;
	font-weight:bold;
	color:#000000;
/*	background-color: #CCFFFF;*/
}
/*
.menu li {
	display:inline;
}
.menu li a:visited,
.menu li a {
	padding:0 0px 0 0px;
	color:#000000;
	text-decoration:none;
}
.menu li a:hover {
	color:#006699;
	text-decoration:underline;
}
*/

.menu ul{
	margin:0; padding: 0;
	float: right;}
	 
.menu ul li{
	display: inline;}
	 
.menu ul li a{
	float: left; text-decoration: none;
	color: #000;
	padding: 7px 13px 6px 13px;
/*	padding: 10.5px 11px;
	background-color: #333;*/
}
	 
.menu ul li a:visited{
	color: #000;}
	 
.menu ul li a:hover,
.menu ul li .current{
	color: #000000;
	background-color:#99ccff;
}

.banner {
	height:150px;
/*	background-color:#FFFFCC;*/
}
.content {
	margin-bottom:30px;
}
.leftcol {
	width:268px;
	float:left;
	background-color:#fff;
	margin-right:20px;
}
.rightcol {
	width:238px;
	float:right;
	background-color:#fff;
}
.centercol {
	width:423px;
	margin-left:288px;
}
.bottom {
	text-align:center;
}
.footer {
	height:205px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	padding:30px 0 0 0;
}
.footer a:visited,
.footer a {
	color: #003366;
	text-decoration:none;
}
.footer a:hover {
	color: #006699;
	text-decoration:underline;
}
.footer_menu {
	color: #666666;
}
.footer_menu a:visited,
.footer_menu a {
	color: #003366;
	text-decoration:none;
	font-weight:bold;
}
.logos {
	height:101px;
	background-image:url(images/logos-bg.jpg);
	background-repeat:no-repeat;
	padding:15px 10px 0px 10px;
}
.testimonial a, .testimonial a:link, .testimonial a:visited,
.more a,
.more {
	float:right;
	color: #6d0303;
	text-decoration:none;
}
.testimonial a:hover,
.more a:hover,
.more:hover {
	text-decoration:underline;
}

.testimonial {
	background:url(images/testi-bg.jpg) no-repeat;
	width:268px;
	height:143px;
	font-style:italic;
	line-height:1.2em;
	font-size:12px;
}

.testimonial p {
	padding: 10px 18px 0 18px;
	text-align:left;
}

.testi-title {
	color:#440202;
	font-family:tahoma;
	font-size:20px;
	padding-top:10px;
	font-style:normal;
	padding-left:50px;
}


/* Self-clearing Containers */
.content { zoom:1; overflow:auto; }