body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	color: #333333;
}
#container {
	background-color: #FFFFFF;
	background-image: url(images/topmast_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	overflow: visible;
}
#innercontainer {
	background-image: url(images/innermast_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	position: relative;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	float:left;
	width: 720px;
}
#mainNav ul li {
	width: 144px;
	list-style-type: none;
	text-align: center;
	position: relative;
	float: left;
}
#mainNav ul li a {
	text-decoration: none;
	height: 40px;
	width: 144px;
	text-align: center;
	float: left;
}

#mainNav ul li span {
visibility:hidden;
}

#mainNav ul li.home a {
	background-image: url(images/home_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainNav ul li.home a:hover {
	background-image: url(images/home_btn.gif);
	background-position: 50% -40px;	
}

#mainNav ul li.about a {
	background-image: url(images/about_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#mainNav ul li.about a:hover {
	background-image: url(images/about_btn.gif);
	background-position: 50% -40px;
}

#mainNav ul li.philosophy a {
	background-image: url(images/philosophy_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#mainNav ul li.philosophy a:hover {
	background-image: url(images/philosophy_btn.gif);
	background-position: 50% -40px;
}

#mainNav ul li.testimony a {
	background-image: url(images/testimony_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#mainNav ul li.testimony a:hover {
	background-image: url(images/testimony_btn.gif);
	background-position: 50% -40px;
}

#mainNav ul li.contact a {
	background-image: url(images/contact_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#mainNav ul li.contact a:hover {
	background-image: url(images/contact_btn.gif);
	background-position: 50% -40px;
}


#content #leftcol {
	height: 400px;
	width: 200px;
	position: absolute;
	left: 15px;
	top: 170px;
	overflow: visible;
}
#content #leftcol ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
#content #leftcol li {
	margin-top: 8px;
}
#content #leftcol p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#content #rightcol {
	background-color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 0px 0px 25px 0px;
	height: auto;
	width: 485px;
	position: relative;
	left: 235px;
	top: 0px;
}
#content #rightcol p {
	margin: 0px 25px 25px 20px;
	padding: 0px;
	line-height: 28px;
}
#rightcol h1, #rightcol h2, #rightcol h3, #rightcol h4, #rightcol h5 {
	margin: 0px;
	padding: 0px;
}
#mainNav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	position: relative;
	height: 40px;
}
#content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: auto;
	background-image: url(images/innerleftshadow.gif);
	background-repeat: no-repeat;
	background-position: 225px 0px;
	position: relative;
	clear: both;
	overflow: visible;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content a {
	color: #2179AF;
	text-decoration: none;
}
#content a:hover {
	color: #8AB0D5;
}
#content #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 780px;
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	position: relative;
	background-position: center;
}
#footernav {
	position: relative;
	top: 18px;
	margin: auto;
	width: 680px;
	height: auto;
	text-align: center;
}
#footernav ul {
	margin: 5px 0px;
	padding: 0px;
	position: relative;
}
#footernav li {
	margin-right: 10px;
	list-style-type: none;
	position: relative;
	display:inline;
	color: #999999;
}
#footernav li a {
	color: #2179AF;
	text-decoration: none;
	text-transform:capitalize;
	position: relative;
	white-space:nowrap;
}
#footernav li a:hover {
	color: #8AB0D5;
}
.blueTxt {
	color: #6998E6;
}
