html {
	font-size: 100.01%;
}

body {
	background: #f4f4f4 url(../images/bg-page.gif) repeat-x;
	color: #555;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 1.4;
}

/* autoclear hack */
.box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.box {
	display: inline-table;
}
/* END autoclear hack */

/* Hides from IE-mac \*/
* html .box {
	height: 1%;
}

.box {
	display: block;
}
/* END hide from IE-mac */

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 865px;
}

#header {
	width:100%;
	height:206px;
}

#logo {
	background: transparent url(../images/logo.gif) no-repeat;
	height: 77px;
	width: 295px;
	margin-top: 118px;
}

#logo span {
	display: block;
	height: 77px;
	width: 295px;
	visibility: hidden;
}

#aboutblurb {
	background: transparent url(../images/bg-aboutblurb.jpg) no-repeat;
	height: 155px;
	padding: 20px;
	width: 486px;
	overflow: hidden;
}

#aboutblurb p {
	color: #fff;
	font-size: 15px;
	position: relative;
	top: 95px;
}

#content {
	margin-top: 24px;
	width: 100%;
	text-align: justify;
}

#content.home {
	text-align: center;
}

#snav {
	margin-top: 31px;
	width: 154px;
}

#snav ul li {
	list-style: none;
	text-align: right;
	margin-top: 1px;
	width: 154px;
	height: 47px;
}

#snav ul li a {
	display: block;
	text-decoration: none;
	width: 154px;
	height: 47px;
}

#snav ul li span {
	visibility: hidden;
}

#snav ul li#home a {
	background: url(../images/snav.gif) no-repeat 0 0;
}

#snav ul li#home a:hover, #snav ul li#home a.current {
	background-position: -154px 0;
}

#snav ul li#aboutus a {
	background: url(../images/snav.gif) no-repeat 0 -48px;
}

#snav ul li#aboutus a:hover, #snav ul li#aboutus a.current {
	background-position: -154px -48px;
}

#snav ul li#ourservices a {
	background: url(../images/snav.gif) no-repeat 0 -96px;
}

#snav ul li#ourservices a:hover, #snav ul li#ourservices a.current {
	background-position: -154px -96px;
}

#snav ul li#ourtrackrecords a {
	background: url(../images/snav.gif) no-repeat 0 -144px;
}

#snav ul li#ourtrackrecords a:hover, #snav ul li#ourtrackrecords a.current {
	background-position: -154px -144px;
}

#main {
	background: transparent url(../images/bg-main.gif) no-repeat;
	padding: 25px 0;
	width: 655px;
}

#hnav {
	text-align: center;
}

#hnav ul {
	margin-left: 5px;
}

#hnav ul li {
	float: left;
	list-style: none;
	padding-left: 20px;
	width: 260px;
}

#hnav ul li a {
	display: block;
	height: 128px;
	width: 260px;
	text-decoration: none;
}

#hnav ul li#aboutus a {
	background: url(../images/hnav-aboutus.gif) no-repeat 0 0;
}

#hnav ul li#ourservices a {
	background: url(../images/hnav-ourservices.gif) no-repeat 0 0;
}

#hnav ul li#ourtrackrecords a {
	background: url(../images/hnav-ourtrackrecords.gif) no-repeat 0 0;
}

#hnav ul li#aboutus a:hover, #hnav ul li#ourservices a:hover, #hnav ul li#ourtrackrecords a:hover {
	background-position: 0 -128px;
}

#hnav li a span {
	visibility: hidden;
}

h1 {
	color: #0950a0;
	font-family: "Times New Roman";
	font-size: 21px;
	font-weight: normal;
}

h2 {
	color: #0950a0;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	color: #999;
	font-size: 12px;
}

p {
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #0950a0;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#footer {
	clear: both;
	color: #999;
	font-size: 11px;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}

#footer.home {
	margin-top: 100px;
}

#footer p {
	margin: 3px;
}

#footer #flinks {
	text-align: center;
	padding-bottom: 10px;
}

#footer #flinks ul {
	margin: 0 auto;
}

#footer #flinks ul li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}

.line {
	background: #ccc;
	height: 4px;
	margin: 5px 0 15px 0;
	width: 100%;
}

.line1 {
	background: #ccc;
	height: 1px;
	margin: 25px 0;
	width: 100%;
}

.highlights {
	background: #eee;
	padding: 15px 25px;
}

ul.elist {
	height: 105px;
	margin-left: 25px;
	width:600px;
	
}

ul.elist li {
	float: left;
	line-height: 1.6;
	list-style-image: url(../images/bullet.gif);
	text-align: left;
	width: 50%;
	height:18px;
}

ul.nlist {
	margin-left: 25px;
	width:240px;
}

ul.nlist li {
	line-height: 1.6;
	list-style-image: url(../images/bullet.gif);
	text-align: left;
	width:220px;
}

ul.nlist ol {
	margin-left: 25px;
}

ul.nlist ol li {
	list-style: lower-roman;
}




