body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.header-marquee {
	height: 22px;
	background-color: #003399;
	color: #CCCCCC;
	margin-top: 5px;
}

#leftcol {
	width: 200px;
}

.maintext-hp {
	text-align: justify;
	margin: 10px;
	font-size: 12px;
}

.maintext {
	text-align: justify;
	margin: 10px 0px 10px 10px;
	font-size: 11px;
}

.right-align {
	margin: 10px 0px 10px 10px;
	font-size: 11px;
	text-align: right;
}

.hp-box {
	height: 195px;
	background-image: url(images/bg-gradient.jpg);
	background-repeat: repeat-x;
	width: 158px;
	text-align: center;
	vertical-align: top;
}

.hp-box-title {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

#enquiry {
	background-color: #E5E5E5;
	padding: 0px;
	width: 180px;
}

.redtext-small {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}

.redtext-large {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}

#testimonials {
	background-image: url(images/pic-testimonials.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#testimonialstext {
	margin-top: 200px;
}

/* left navigation */

#nav {
	width:180px;
	text-align:left;
	margin: 0;
	padding: 0;
}

#nav ul { 
    margin:0; 
    padding:0; }

#nav li { 
    margin:0; 
    padding:0; 
    list-style:none;
}

#nav li a {
	color:#333333;
	text-decoration:none;
	width:166px;
	display:block;
	border-bottom:1px dotted #333333;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
	margin: 0;
	padding-right: 0px;
}

#nav li a:hover {
	background-image: url(images/bullet-over.gif);
	border-bottom:1px dotted #999999;
	color: #003399;
	background-repeat: no-repeat;
	background-position: 1px;
	background-color: #eeeeee;
}

#nav li a.active { 
    font-weight:bold;  
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-image: url(images/bullet-over.gif);
	border-bottom:1px dotted #221E1F;
	color: #0033FF;
}
.large-text {font-size: 16px}
.small-text {font-size: 10px}

/* end navigation */

#footer {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.green-text-bold {
	color: #003399;
	font-weight: bold;
}
